summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't reject packets with server names containing characters that arebrooks2005-07-281-7/+6
* treat REASSOC events just like ASSOCsam2005-07-251-0/+1
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircbrooks2005-06-301-0/+6
* People like to do RFC violating things with the domain-name option andbrooks2005-06-301-1/+1
* Avoid a null pointer dereference by not expiring our lease if we don'tbrooks2005-06-131-6/+9
* Fix build on 64-bit platforms where time_t is 64 bit. Since wherebrooks2005-06-071-4/+5
* Define _PATH_VAREMPTY.brooks2005-06-071-1/+39
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagbrooks2005-06-071-0/+2373
OpenPOWER on IntegriCloud