| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r183974: | Brooks Davis | 2008-10-26 | 3 | -5/+31 |
| * | MFC rev 1.8 | Brooks Davis | 2008-04-29 | 1 | -0/+15 |
| * | MFC 1.23: Defer state change on disassociate to avoid unnecessarily | Sam Leffler | 2008-04-25 | 1 | -15/+31 |
| * | MFC 1.22: correct syslog mask so LOG_DEBUG msgs are not lost | Sam Leffler | 2008-04-25 | 1 | -1/+1 |
| * | MFC rev 1.19 | Brooks Davis | 2008-04-11 | 1 | -20/+48 |
| * | MFC rev 1.18: | Brooks Davis | 2008-03-12 | 1 | -1/+1 |
| * | MFC: 1.3 | Jung-uk Kim | 2007-12-10 | 1 | -1/+4 |
| * | - Remove references to unexisting man pages | Gabor Kovesdan | 2007-09-20 | 1 | -5/+2 |
| * | Use the -n flag on ifconfig so that dhclient does not cause the kernel module | Andrew Thompson | 2007-07-03 | 1 | -8/+9 |
| * | The minimum size of an RFC3442 destination descriptor is five bytes, so | Ed Maste | 2007-04-13 | 1 | -1/+1 |
| * | Implement RFC3442, the Classless Static Route option. | Ed Maste | 2007-02-09 | 6 | -4/+137 |
| * | Add a $FreeBSD$ tag missing after the original import. Note that this | Ed Maste | 2007-02-09 | 1 | -0/+2 |
| * | Actually implement rev 1.12 for host names and NIS domain names. We | Brooks Davis | 2007-01-29 | 1 | -1/+0 |
| * | It is possible for bpf to return a length such that: | Brooks Davis | 2006-09-26 | 1 | -1/+1 |
| * | Revert the addition of -p. It's flawed in that dhclient should not run | Brian Somers | 2006-08-21 | 2 | -25/+7 |
| * | Bump the document date. s/dhclient/.Nm/ | Brian Somers | 2006-08-17 | 1 | -4/+7 |
| * | Correct usage() | Brian Somers | 2006-08-17 | 1 | -1/+1 |
| * | Add a -p switch to dhclient. The switch tells dhclient to persist | Brian Somers | 2006-08-17 | 2 | -5/+20 |
| * | Send client identifier unconditionally. My ancient D-Link router response | Jung-uk Kim | 2006-07-03 | 1 | -4/+0 |
| * | Remove 'n' from the getopt string. There's no -n option that is | Warner Losh | 2006-05-23 | 1 | -2/+2 |
| * | Be more like Windows and Linux and send our hostname in the host-name | Brooks Davis | 2006-05-07 | 1 | -0/+68 |
| * | Correct RFC for NTP. | Jesus R. Camou | 2006-02-06 | 1 | -1/+1 |
| * | Fix rev 1.12. | Brooks Davis | 2006-01-26 | 1 | -1/+1 |
| * | Give the TIMEOUT case a chance to work by using -t # instead of the | Brooks Davis | 2006-01-24 | 1 | -1/+1 |
| * | Make dhclient-script more agreeable with read-only /etc. | Wes Peters | 2006-01-23 | 1 | -9/+10 |
| * | Mention the -b flag in the SYNOPSIS. | Brooks Davis | 2006-01-10 | 1 | -1/+1 |
| * | When we give up on an interface, use the arp(8) command to remove all | Brooks Davis | 2006-01-10 | 1 | -2/+5 |
| * | Allow users to add aliases to the interface. | Brooks Davis | 2006-01-10 | 1 | -13/+13 |
| * | When we get a bogus hostname in an option, drop the option rather than | Brooks Davis | 2005-12-10 | 1 | -1/+4 |
| * | Avoid updating resolv.conf when no changes have actually occured. | Brooks Davis | 2005-09-08 | 1 | -0/+10 |
| * | When we fail to aquire a lease, our lease expires without a sucessful | Brooks Davis | 2005-09-08 | 1 | -0/+1 |
| * | When we supersed the subnet-mask, write the forced value to the lease | Brooks Davis | 2005-09-02 | 1 | -10/+14 |
| * | Introduce a new helper function check_search() derived for res_hnok to | Brooks Davis | 2005-08-30 | 1 | -0/+56 |
| * | The $medium string often contains quoted values with spaces in them (ssids, | Brooks Davis | 2005-08-26 | 1 | -6/+6 |
| * | In read_string(), when the last character was a backslash, unincrement | Brooks Davis | 2005-08-26 | 1 | -0/+1 |
| * | Use a more robust, grep-free command to get the interface of the current | Brooks Davis | 2005-08-26 | 1 | -2/+1 |
| * | Don't and/remove a route to our assigned IP through 127.0.0.1. It | Brooks Davis | 2005-08-26 | 1 | -4/+4 |
| * | MFOpenBSD rev 1.9: fix a buffer overflow when processing config file | Brooks Davis | 2005-08-24 | 1 | -1/+1 |
| * | Add __FBSDID to all .c files in dhclient to aid in determining file | Brooks Davis | 2005-08-23 | 16 | -4/+48 |
| * | FreeBSD unconditionally supports write filters now. | Christian S.J. Peron | 2005-08-23 | 1 | -2/+0 |
| * | Further fix receive_packet() by using BPF_WORDALIGN to insure the offset | Brooks Davis | 2005-07-28 | 1 | -5/+15 |
| * | Don't reject packets with server names containing characters that are | Brooks Davis | 2005-07-28 | 1 | -7/+6 |
| * | Fix a bug in the handling of cases where we got a short (or zero) | Brooks Davis | 2005-07-27 | 1 | -4/+4 |
| * | s/if_defaulroute/if_defaultroute/ | Brooks Davis | 2005-07-26 | 1 | -1/+1 |
| * | Change host-name from type "X" to type "t". This allows the client to | Brooks Davis | 2005-07-25 | 1 | -1/+2 |
| * | treat REASSOC events just like ASSOC | Sam Leffler | 2005-07-25 | 1 | -0/+1 |
| * | Bump document date. | Mark Santcroos | 2005-07-20 | 1 | -1/+1 |
| * | Document -b flag of dhclient. | Mark Santcroos | 2005-07-20 | 1 | -0/+4 |
| * | Don't complain when we receive smtp, pop, nntp, www, finger, and irc | Brooks Davis | 2005-06-30 | 2 | -0/+13 |
| * | People like to do RFC violating things with the domain-name option and | Brooks Davis | 2005-06-30 | 1 | -1/+1 |