| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r239356 and use an alternate algorithm. | jhb | 2012-08-22 | 2 | -6/+11 |
* | Fix dhclient to properly exit and teardown the configured lease when | jhb | 2012-08-17 | 1 | -0/+7 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 2 | -3/+3 |
* | Set svn:executable on dhclient-script | dumbbell | 2011-12-30 | 1 | -0/+0 |
* | Invalid Domain Search option isn't considered as a fatal error | dumbbell | 2011-12-30 | 1 | -9/+17 |
* | In sbin/dhclient, since we know the size of the source strings anyway, | dim | 2011-12-17 | 2 | -3/+3 |
* | In sbin/dhclient, work around warnings about the size argument to | dim | 2011-12-17 | 2 | -6/+12 |
* | dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl, | glebius | 2011-12-13 | 1 | -1/+1 |
* | Support domain-search in dhclient(8) | dumbbell | 2011-12-04 | 7 | -3/+180 |
* | Make dhclient use a pid file. Modify the rc script accordingly; while | des | 2011-10-13 | 5 | -3/+48 |
* | Use resolvconf(8) to update /etc/resolv.conf. | ume | 2011-03-18 | 1 | -25/+46 |
* | Document dhclient-enter-hooks and dhclient-exit-hooks and mention | brian | 2010-09-06 | 1 | -1/+25 |
* | When dhclient obtains a lease, it runs dhclient-script and expects | brian | 2010-07-07 | 1 | -16/+30 |
* | 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 |