aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* | For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-245-7/+7
* | style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* | Update maintainer line. mbr has been maintainer for at least the lastMurray Stokely2003-11-301-1/+1
* | Turn the annoying and long error message off. It was soMartin Blapp2003-08-091-1/+1
* | Enable dhclient to poll the interface state and send onlyMartin Blapp2003-07-281-1/+1
* | Tweak a couple of utilities so they compile cleanly for /rescue. MostlyGordon Tetlow2003-06-292-2/+8
* | Hook omshell(1) up to the build.Matthew N. Dodd2003-03-254-1/+40
* | Building crunched things by hand (regenerating boot floppies for example)Matthew N. Dodd2003-03-251-0/+2
* | Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-134-8/+0
* | Do not use perl where sed is more than adequate.David E. O'Brien2002-04-131-1/+4
* | Fix "make release.4" breakage.Makoto Matsushita2002-02-282-3/+6