aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct RFC for NTP.Jesus R. Camou2006-02-061-1/+1
* Fix rev 1.12.Brooks Davis2006-01-261-1/+1
* Give the TIMEOUT case a chance to work by using -t # instead of theBrooks Davis2006-01-241-1/+1
* Make dhclient-script more agreeable with read-only /etc.Wes Peters2006-01-231-9/+10
* Mention the -b flag in the SYNOPSIS.Brooks Davis2006-01-101-1/+1
* When we give up on an interface, use the arp(8) command to remove allBrooks Davis2006-01-101-2/+5
* 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
* Avoid updating resolv.conf when no changes have actually occured.Brooks Davis2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulBrooks Davis2005-09-081-0/+1
* 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
* The $medium string often contains quoted values with spaces in them (ssids,Brooks Davis2005-08-261-6/+6
* In read_string(), when the last character was a backslash, unincrementBrooks Davis2005-08-261-0/+1
* Use a more robust, grep-free command to get the interface of the currentBrooks Davis2005-08-261-2/+1
* Don't and/remove a route to our assigned IP through 127.0.0.1. ItBrooks Davis2005-08-261-4/+4
* MFOpenBSD rev 1.9: fix a buffer overflow when processing config fileBrooks Davis2005-08-241-1/+1
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-2316-4/+48
* FreeBSD unconditionally supports write filters now.Christian S.J. Peron2005-08-231-2/+0
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetBrooks Davis2005-07-281-5/+15
* Don't reject packets with server names containing characters that areBrooks Davis2005-07-281-7/+6
* Fix a bug in the handling of cases where we got a short (or zero)Brooks Davis2005-07-271-4/+4
* s/if_defaulroute/if_defaultroute/Brooks Davis2005-07-261-1/+1
* Change host-name from type "X" to type "t". This allows the client toBrooks Davis2005-07-251-1/+2
* treat REASSOC events just like ASSOCSam Leffler2005-07-251-0/+1
* Bump document date.Mark Santcroos2005-07-201-1/+1
* Document -b flag of dhclient.Mark Santcroos2005-07-201-0/+4
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircBrooks Davis2005-06-302-0/+13
* People like to do RFC violating things with the domain-name option andBrooks Davis2005-06-301-1/+1
* Install the dhcp-options.5 manpage.Ruslan Ermilov2005-06-251-1/+2
* Line up the markup.Ruslan Ermilov2005-06-225-137/+200
* Avoid a null pointer dereference by not expiring our lease if we don'tBrooks Davis2005-06-131-6/+9
* Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.Brooks Davis2005-06-101-0/+11
* Add support for /etc/dhclient-exit-hooks file.Brooks Davis2005-06-081-3/+13
* Fix build on 64-bit platforms where time_t is 64 bit. Since whereBrooks Davis2005-06-071-4/+5
* - Remove OpenBSD'ism (bsd.own.mk).Ruslan Ermilov2005-06-071-4/+0
* Use SCRIPTS to install dhclient-script instead of rolling our own.Brooks Davis2005-06-071-4/+1
* FreeBSDize the dhclient-script.Brooks Davis2005-06-071-21/+54
* Define _PATH_VAREMPTY.Brooks Davis2005-06-071-1/+39
* NULL is not a valid time_t.Brooks Davis2005-06-071-12/+13
* We don't support BPF write filters at this time.Brooks Davis2005-06-071-0/+3
* Take the OpenBSD version of the Makefile to resolve conflicts as the oldBrooks Davis2005-06-071-59/+48
* This commit was generated by cvs2svn to compensate for changes in r147072,Brooks Davis2005-06-0728-0/+10396
|\
| * Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-0729-20/+10434
* | Remove the bits to build the isc-dhclient.Brooks Davis2005-06-079-694/+0
* | Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-3/+0
* | Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2