aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert the addition of -p. It's flawed in that dhclient should not runBrian Somers2006-08-211-15/+5
* Correct usage()Brian Somers2006-08-171-1/+1
* Add a -p switch to dhclient. The switch tells dhclient to persistBrian Somers2006-08-171-4/+14
* Send client identifier unconditionally. My ancient D-Link router responseJung-uk Kim2006-07-031-4/+0
* Remove 'n' from the getopt string. There's no -n option that isWarner Losh2006-05-231-2/+2
* Be more like Windows and Linux and send our hostname in the host-nameBrooks Davis2006-05-071-0/+68
* Allow users to add aliases to the interface.Brooks Davis2006-01-101-13/+13
* When we get a bogus hostname in an option, drop the option rather thanBrooks Davis2005-12-101-1/+4
* When we supersed the subnet-mask, write the forced value to the leaseBrooks Davis2005-09-021-10/+14
* Introduce a new helper function check_search() derived for res_hnok toBrooks Davis2005-08-301-0/+56
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-231-1/+3
* Don't reject packets with server names containing characters that areBrooks Davis2005-07-281-7/+6
* treat REASSOC events just like ASSOCSam Leffler2005-07-251-0/+1
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircBrooks Davis2005-06-301-0/+6
* People like to do RFC violating things with the domain-name option andBrooks Davis2005-06-301-1/+1
* Avoid a null pointer dereference by not expiring our lease if we don'tBrooks Davis2005-06-131-6/+9
* Fix build on 64-bit platforms where time_t is 64 bit. Since whereBrooks Davis2005-06-071-4/+5
* Define _PATH_VAREMPTY.Brooks Davis2005-06-071-1/+39
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+2373