summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283641:pkelsey2015-06-041-2/+6
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-191-2/+2
* MFC: r261566brueffer2014-02-131-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
* 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