| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct RFC for NTP. | jcamou | 2006-02-06 | 1 | -1/+1 |
* | Fix rev 1.12. | brooks | 2006-01-26 | 1 | -1/+1 |
* | Give the TIMEOUT case a chance to work by using -t # instead of the | brooks | 2006-01-24 | 1 | -1/+1 |
* | Make dhclient-script more agreeable with read-only /etc. | wes | 2006-01-23 | 1 | -9/+10 |
* | Mention the -b flag in the SYNOPSIS. | brooks | 2006-01-10 | 1 | -1/+1 |
* | When we give up on an interface, use the arp(8) command to remove all | brooks | 2006-01-10 | 1 | -2/+5 |
* | Allow users to add aliases to the interface. | brooks | 2006-01-10 | 1 | -13/+13 |
* | When we get a bogus hostname in an option, drop the option rather than | brooks | 2005-12-10 | 1 | -1/+4 |
* | Avoid updating resolv.conf when no changes have actually occured. | brooks | 2005-09-08 | 1 | -0/+10 |
* | When we fail to aquire a lease, our lease expires without a sucessful | brooks | 2005-09-08 | 1 | -0/+1 |
* | When we supersed the subnet-mask, write the forced value to the lease | brooks | 2005-09-02 | 1 | -10/+14 |
* | Introduce a new helper function check_search() derived for res_hnok to | brooks | 2005-08-30 | 1 | -0/+56 |
* | The $medium string often contains quoted values with spaces in them (ssids, | brooks | 2005-08-26 | 1 | -6/+6 |
* | In read_string(), when the last character was a backslash, unincrement | brooks | 2005-08-26 | 1 | -0/+1 |
* | Use a more robust, grep-free command to get the interface of the current | brooks | 2005-08-26 | 1 | -2/+1 |
* | Don't and/remove a route to our assigned IP through 127.0.0.1. It | brooks | 2005-08-26 | 1 | -4/+4 |
* | MFOpenBSD rev 1.9: fix a buffer overflow when processing config file | brooks | 2005-08-24 | 1 | -1/+1 |
* | Add __FBSDID to all .c files in dhclient to aid in determining file | brooks | 2005-08-23 | 16 | -4/+48 |
* | FreeBSD unconditionally supports write filters now. | csjp | 2005-08-23 | 1 | -2/+0 |
* | Further fix receive_packet() by using BPF_WORDALIGN to insure the offset | brooks | 2005-07-28 | 1 | -5/+15 |
* | Don't reject packets with server names containing characters that are | brooks | 2005-07-28 | 1 | -7/+6 |
* | Fix a bug in the handling of cases where we got a short (or zero) | brooks | 2005-07-27 | 1 | -4/+4 |
* | s/if_defaulroute/if_defaultroute/ | brooks | 2005-07-26 | 1 | -1/+1 |
* | Change host-name from type "X" to type "t". This allows the client to | brooks | 2005-07-25 | 1 | -1/+2 |
* | treat REASSOC events just like ASSOC | sam | 2005-07-25 | 1 | -0/+1 |
* | Bump document date. | marks | 2005-07-20 | 1 | -1/+1 |
* | Document -b flag of dhclient. | marks | 2005-07-20 | 1 | -0/+4 |
* | Don't complain when we receive smtp, pop, nntp, www, finger, and irc | brooks | 2005-06-30 | 2 | -0/+13 |
* | People like to do RFC violating things with the domain-name option and | brooks | 2005-06-30 | 1 | -1/+1 |
* | Install the dhcp-options.5 manpage. | ru | 2005-06-25 | 1 | -1/+2 |
* | Line up the markup. | ru | 2005-06-22 | 5 | -137/+200 |
* | Avoid a null pointer dereference by not expiring our lease if we don't | brooks | 2005-06-13 | 1 | -6/+9 |
* | Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks. | brooks | 2005-06-10 | 1 | -0/+11 |
* | Add support for /etc/dhclient-exit-hooks file. | brooks | 2005-06-08 | 1 | -3/+13 |
* | Fix build on 64-bit platforms where time_t is 64 bit. Since where | brooks | 2005-06-07 | 1 | -4/+5 |
* | - Remove OpenBSD'ism (bsd.own.mk). | ru | 2005-06-07 | 1 | -4/+0 |
* | Use SCRIPTS to install dhclient-script instead of rolling our own. | brooks | 2005-06-07 | 1 | -4/+1 |
* | FreeBSDize the dhclient-script. | brooks | 2005-06-07 | 1 | -21/+54 |
* | Define _PATH_VAREMPTY. | brooks | 2005-06-07 | 1 | -1/+39 |
* | NULL is not a valid time_t. | brooks | 2005-06-07 | 1 | -12/+13 |
* | We don't support BPF write filters at this time. | brooks | 2005-06-07 | 1 | -0/+3 |
* | Take the OpenBSD version of the Makefile to resolve conflicts as the old | brooks | 2005-06-07 | 1 | -59/+48 |
* | This commit was generated by cvs2svn to compensate for changes in r147072, | brooks | 2005-06-07 | 28 | -0/+10396 |
|\ |
|
| * | Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag | brooks | 2005-06-07 | 29 | -20/+10434 |
* | | Remove the bits to build the isc-dhclient. | brooks | 2005-06-07 | 9 | -694/+0 |
* | | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 1 | -3/+0 |
* | | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 2 | -2/+2 |
* | | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 5 | -7/+7 |
* | | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | | Update maintainer line. mbr has been maintainer for at least the last | murray | 2003-11-30 | 1 | -1/+1 |