summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* Correct RFC for NTP.jcamou2006-02-061-1/+1
* Fix rev 1.12.brooks2006-01-261-1/+1
* Give the TIMEOUT case a chance to work by using -t # instead of thebrooks2006-01-241-1/+1
* Make dhclient-script more agreeable with read-only /etc.wes2006-01-231-9/+10
* Mention the -b flag in the SYNOPSIS.brooks2006-01-101-1/+1
* When we give up on an interface, use the arp(8) command to remove allbrooks2006-01-101-2/+5
* 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
* Avoid updating resolv.conf when no changes have actually occured.brooks2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulbrooks2005-09-081-0/+1
* 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
* The $medium string often contains quoted values with spaces in them (ssids,brooks2005-08-261-6/+6
* In read_string(), when the last character was a backslash, unincrementbrooks2005-08-261-0/+1
* Use a more robust, grep-free command to get the interface of the currentbrooks2005-08-261-2/+1
* Don't and/remove a route to our assigned IP through 127.0.0.1. Itbrooks2005-08-261-4/+4
* MFOpenBSD rev 1.9: fix a buffer overflow when processing config filebrooks2005-08-241-1/+1
* Add __FBSDID to all .c files in dhclient to aid in determining filebrooks2005-08-2316-4/+48
* FreeBSD unconditionally supports write filters now.csjp2005-08-231-2/+0
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetbrooks2005-07-281-5/+15
* Don't reject packets with server names containing characters that arebrooks2005-07-281-7/+6
* Fix a bug in the handling of cases where we got a short (or zero)brooks2005-07-271-4/+4
* s/if_defaulroute/if_defaultroute/brooks2005-07-261-1/+1
* Change host-name from type "X" to type "t". This allows the client tobrooks2005-07-251-1/+2
* treat REASSOC events just like ASSOCsam2005-07-251-0/+1
* Bump document date.marks2005-07-201-1/+1
* Document -b flag of dhclient.marks2005-07-201-0/+4
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircbrooks2005-06-302-0/+13
* People like to do RFC violating things with the domain-name option andbrooks2005-06-301-1/+1
* Install the dhcp-options.5 manpage.ru2005-06-251-1/+2
* Line up the markup.ru2005-06-225-137/+200
* Avoid a null pointer dereference by not expiring our lease if we don'tbrooks2005-06-131-6/+9
* Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.brooks2005-06-101-0/+11
* Add support for /etc/dhclient-exit-hooks file.brooks2005-06-081-3/+13
* Fix build on 64-bit platforms where time_t is 64 bit. Since wherebrooks2005-06-071-4/+5
* - Remove OpenBSD'ism (bsd.own.mk).ru2005-06-071-4/+0
* Use SCRIPTS to install dhclient-script instead of rolling our own.brooks2005-06-071-4/+1
* FreeBSDize the dhclient-script.brooks2005-06-071-21/+54
* Define _PATH_VAREMPTY.brooks2005-06-071-1/+39
* NULL is not a valid time_t.brooks2005-06-071-12/+13
* We don't support BPF write filters at this time.brooks2005-06-071-0/+3
* Take the OpenBSD version of the Makefile to resolve conflicts as the oldbrooks2005-06-071-59/+48
* This commit was generated by cvs2svn to compensate for changes in r147072,brooks2005-06-0728-0/+10396
|\
| * Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagbrooks2005-06-0729-20/+10434
* | Remove the bits to build the isc-dhclient.brooks2005-06-079-694/+0
* | Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-3/+0
* | Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
* | For variables that are only checked with defined(), don't provideru2004-10-245-7/+7
* | style.Makefile(5):johan2004-02-231-1/+1
* | Update maintainer line. mbr has been maintainer for at least the lastmurray2003-11-301-1/+1
OpenPOWER on IntegriCloud