aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* dhclient: remove patching of static values in BPF programsFranco Fichtner2021-08-261-28/+11
* bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza2021-08-021-0/+8
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-3/+5
* dhclient: build with WARNS=6Eitan Adler2018-06-241-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Remove duplicated includes.Pawel Jakub Dawidek2014-06-261-2/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-2/+2
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-061-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-4/+8
* MFp4 @229482:Pawel Jakub Dawidek2013-07-031-0/+12
* MFp4 @229481:Pawel Jakub Dawidek2013-07-031-4/+49
* MFp4 @229476,229478:Pawel Jakub Dawidek2013-07-031-59/+69
* MFp4 @229474:Pawel Jakub Dawidek2013-07-031-2/+2
* MFp4 @229473:Pawel Jakub Dawidek2013-07-031-2/+1
* MFp4 @229472:Pawel Jakub Dawidek2013-07-031-7/+14
* MFp4 @229471:Pawel Jakub Dawidek2013-07-031-1/+1
* MFp4 @229470:Pawel Jakub Dawidek2013-07-031-3/+2
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTPhilip Paeps2009-10-211-18/+27
* When sending packets directly to the DHCP server, use a socket and sendBrooks Davis2008-04-151-0/+15
* It is possible for bpf to return a length such that:Brooks Davis2006-09-261-1/+1
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-231-1/+3
* FreeBSD unconditionally supports write filters now.Christian S.J. Peron2005-08-231-2/+0
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetBrooks Davis2005-07-281-5/+15
* Fix a bug in the handling of cases where we got a short (or zero)Brooks Davis2005-07-271-4/+4
* We don't support BPF write filters at this time.Brooks Davis2005-06-071-0/+3
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+374