aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* dhclient(8): allow to supersede interface-mtu optionConrad Meyer2018-05-311-3/+15
* dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain...David Bright2018-02-271-1/+2
* dhclient: raise WARNS to 4Alan Somers2018-02-211-25/+24
* Use daemonfd(3) in the dhclient(8).Mariusz Zaborski2018-02-021-5/+1
* dhclient(8): raise WARNS to 3Alan Somers2017-12-141-11/+16
* dhclient(8): Don't shift through the sign bit of a signed intAlan Somers2017-12-131-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* dhclient(8) should not close stdio using daemon(3) function.Mariusz Zaborski2017-11-121-1/+1
* Use syslog service in dhclient(8).Mariusz Zaborski2017-11-121-3/+22
* Fix handling of large DHCP expiry values.Nick Hibma2017-05-071-20/+22
* Make dhcp-lease-time option supersedable as well.Nick Hibma2017-03-301-1/+5
* Allow superseding the lease renewal and rebind times.Nick Hibma2017-03-301-6/+19
* dhclient: add support for interface-mtu (26)Conrad Meyer2016-09-021-0/+15
* dhclient: Fix the trivial buffer overruns correctlyConrad Meyer2016-05-181-1/+1
* Revert r299512Conrad Meyer2016-05-181-14/+10
* dhclient: Fix some trivial buffer overrunsConrad Meyer2016-05-121-10/+14
* dhclient: Log a warning instead of bailing upon "illegal" optionsSepherosa Ziehau2016-04-201-10/+11
* Add CAP_FCNTL to the lease file capsicum rights, and limit toPatrick Kelsey2015-05-281-2/+6
* 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
* dhclient: change the pidfile's permissions to 644Eitan Adler2014-02-031-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-12/+19
* Fix dhclient for interfaces that are down. The discover_interfaces() functionPawel Jakub Dawidek2013-07-041-5/+5
* MFp4 @229488:Pawel Jakub Dawidek2013-07-031-0/+3
* MFp4 @229487:Pawel Jakub Dawidek2013-07-031-0/+7
* MFp4 @229486:Pawel Jakub Dawidek2013-07-031-1/+6
* MFp4 @229485:Pawel Jakub Dawidek2013-07-031-0/+5
* MFp4 @229484:Pawel Jakub Dawidek2013-07-031-0/+4
* MFp4 @229483:Pawel Jakub Dawidek2013-07-031-0/+6
* MFp4 @229481:Pawel Jakub Dawidek2013-07-031-10/+17
* MFp4 @229480:Pawel Jakub Dawidek2013-07-031-0/+2
* MFp4 @229477:Pawel Jakub Dawidek2013-07-031-4/+11
* Remove redundant white-spaces.Pawel Jakub Dawidek2013-07-031-9/+9
* MFp4 @229473:Pawel Jakub Dawidek2013-07-031-3/+3
* MFp4 @229472:Pawel Jakub Dawidek2013-07-031-26/+13
* MFp4 @229470:Pawel Jakub Dawidek2013-07-031-3/+3
* When acquiring a lease, record the value of the BOOTP siaddr fieldBruce M Simpson2013-07-021-0/+8
* Revert r239356 and use an alternate algorithm.John Baldwin2012-08-221-6/+10
* Fix dhclient to properly exit and teardown the configured lease whenJohn Baldwin2012-08-171-0/+7
* Support domain-search in dhclient(8)Jean-Sébastien Pédron2011-12-041-0/+1
* Make dhclient use a pid file. Modify the rc script accordingly; whileDag-Erling Smørgrav2011-10-131-1/+34
* When dhclient obtains a lease, it runs dhclient-script and expectsBrian Somers2010-07-071-16/+30
* Fix an off by one error when we limit append/prepend text sizes based on ourBrian Somers2009-06-081-5/+15
* Support the remaining options listed in dhcp-options(5) and RFC 2132.Brooks Davis2008-10-171-0/+7
* Run the privileged dhclient process in its own session.Ed Schouten2008-06-301-0/+1
* Defer state change on disassociate to avoid unnecessarily dropping theSam Leffler2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostSam Leffler2008-03-221-1/+1
* Implement RFC3442, the Classless Static Route option.Ed Maste2007-02-091-0/+68
* Actually implement rev 1.12 for host names and NIS domain names. WeBrooks Davis2007-01-291-1/+0