summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:n_hibma2017-05-221-20/+22
* MFC 316283:n_hibma2017-04-071-7/+24
* dhclient: Fix the trivial buffer overruns correctlycem2016-05-181-1/+1
* Revert r299512cem2016-05-181-14/+10
* dhclient: Fix some trivial buffer overrunscem2016-05-121-10/+14
* dhclient: Log a warning instead of bailing upon "illegal" optionssephe2016-04-201-10/+11
* Add CAP_FCNTL to the lease file capsicum rights, and limit topkelsey2015-05-281-2/+6
* Remove duplicated includes.pjd2014-06-261-2/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-2/+2
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.brueffer2014-02-061-1/+1
* dhclient: change the pidfile's permissions to 644eadler2014-02-031-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-12/+19
* Fix dhclient for interfaces that are down. The discover_interfaces() functionpjd2013-07-041-5/+5
* MFp4 @229488:pjd2013-07-031-0/+3
* MFp4 @229487:pjd2013-07-031-0/+7
* MFp4 @229486:pjd2013-07-031-1/+6
* MFp4 @229485:pjd2013-07-031-0/+5
* MFp4 @229484:pjd2013-07-031-0/+4
* MFp4 @229483:pjd2013-07-031-0/+6
* MFp4 @229481:pjd2013-07-031-10/+17
* MFp4 @229480:pjd2013-07-031-0/+2
* MFp4 @229477:pjd2013-07-031-4/+11
* Remove redundant white-spaces.pjd2013-07-031-9/+9
* MFp4 @229473:pjd2013-07-031-3/+3
* MFp4 @229472:pjd2013-07-031-26/+13
* MFp4 @229470:pjd2013-07-031-3/+3
* When acquiring a lease, record the value of the BOOTP siaddr fieldbms2013-07-021-0/+8
* Revert r239356 and use an alternate algorithm.jhb2012-08-221-6/+10
* Fix dhclient to properly exit and teardown the configured lease whenjhb2012-08-171-0/+7
* Support domain-search in dhclient(8)dumbbell2011-12-041-0/+1
* Make dhclient use a pid file. Modify the rc script accordingly; whiledes2011-10-131-1/+34
* When dhclient obtains a lease, it runs dhclient-script and expectsbrian2010-07-071-16/+30
* Fix an off by one error when we limit append/prepend text sizes based on ourbrian2009-06-081-5/+15
* Support the remaining options listed in dhcp-options(5) and RFC 2132.brooks2008-10-171-0/+7
* Run the privileged dhclient process in its own session.ed2008-06-301-0/+1
* Defer state change on disassociate to avoid unnecessarily dropping thesam2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostsam2008-03-221-1/+1
* Implement RFC3442, the Classless Static Route option.emaste2007-02-091-0/+68
* Actually implement rev 1.12 for host names and NIS domain names. Webrooks2007-01-291-1/+0
* Revert the addition of -p. It's flawed in that dhclient should not runbrian2006-08-211-15/+5
* Correct usage()brian2006-08-171-1/+1
* Add a -p switch to dhclient. The switch tells dhclient to persistbrian2006-08-171-4/+14
* Send client identifier unconditionally. My ancient D-Link router responsejkim2006-07-031-4/+0
* Remove 'n' from the getopt string. There's no -n option that isimp2006-05-231-2/+2
* Be more like Windows and Linux and send our hostname in the host-namebrooks2006-05-071-0/+68
* Allow users to add aliases to the interface.brooks2006-01-101-13/+13
* When we get a bogus hostname in an option, drop the option rather thanbrooks2005-12-101-1/+4
* When we supersed the subnet-mask, write the forced value to the leasebrooks2005-09-021-10/+14
* Introduce a new helper function check_search() derived for res_hnok tobrooks2005-08-301-0/+56
* Add __FBSDID to all .c files in dhclient to aid in determining filebrooks2005-08-231-1/+3
OpenPOWER on IntegriCloud