| Commit message (Expand) | Author | Age | Files | Lines |
* | Make dhclient use bootpc (68) as the source port for unicast DHCPREQUEST | philip | 2009-10-21 | 3 | -18/+41 |
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -0/+2 |
* | Fix the logic to count the number of "live interfaces". With this change | sam | 2009-07-21 | 1 | -9/+11 |
* | Fix an off by one error when we limit append/prepend text sizes based on our | brian | 2009-06-08 | 1 | -5/+15 |
* | Support the remaining options listed in dhcp-options(5) and RFC 2132. | brooks | 2008-10-17 | 3 | -5/+31 |
* | Run the privileged dhclient process in its own session. | ed | 2008-06-30 | 1 | -0/+1 |
* | Use the -n flag to route(8) when calling "route get". Otherwise we hang | brooks | 2008-06-09 | 1 | -1/+1 |
* | When sending packets directly to the DHCP server, use a socket and send | brooks | 2008-04-15 | 1 | -0/+15 |
* | Add a new function is_default_interface() which determines if this | brooks | 2008-03-30 | 1 | -20/+48 |
* | Defer state change on disassociate to avoid unnecessarily dropping the | sam | 2008-03-22 | 1 | -15/+31 |
* | correct syslog mask so LOG_DEBUG msgs are not lost | sam | 2008-03-22 | 1 | -1/+1 |
* | During PREINIT, when giving the interface the address 0.0.0.0, do it as an | brooks | 2008-01-21 | 1 | -1/+1 |
* | Teach dhclient(8) about net80211 link (association) status. | jkim | 2007-12-05 | 1 | -1/+4 |
* | - Remove references to unexisting man pages | gabor | 2007-09-20 | 1 | -5/+2 |
* | Use the -n flag on ifconfig so that dhclient does not cause the kernel module | thompsa | 2007-07-03 | 1 | -8/+9 |
* | The minimum size of an RFC3442 destination descriptor is five bytes, so | emaste | 2007-04-13 | 1 | -1/+1 |
* | Implement RFC3442, the Classless Static Route option. | emaste | 2007-02-09 | 6 | -4/+137 |
* | Add a $FreeBSD$ tag missing after the original import. Note that this | emaste | 2007-02-09 | 1 | -0/+2 |
* | Actually implement rev 1.12 for host names and NIS domain names. We | brooks | 2007-01-29 | 1 | -1/+0 |
* | It is possible for bpf to return a length such that: | brooks | 2006-09-26 | 1 | -1/+1 |
* | Revert the addition of -p. It's flawed in that dhclient should not run | brian | 2006-08-21 | 2 | -25/+7 |
* | Bump the document date. s/dhclient/.Nm/ | brian | 2006-08-17 | 1 | -4/+7 |
* | Correct usage() | brian | 2006-08-17 | 1 | -1/+1 |
* | Add a -p switch to dhclient. The switch tells dhclient to persist | brian | 2006-08-17 | 2 | -5/+20 |
* | Send client identifier unconditionally. My ancient D-Link router response | jkim | 2006-07-03 | 1 | -4/+0 |
* | Remove 'n' from the getopt string. There's no -n option that is | imp | 2006-05-23 | 1 | -2/+2 |
* | Be more like Windows and Linux and send our hostname in the host-name | brooks | 2006-05-07 | 1 | -0/+68 |
* | 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 |