| Commit message (Expand) | Author | Age | Files | Lines |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 1 | -2/+2 |
* | Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT. | brueffer | 2014-02-06 | 1 | -1/+1 |
* | dhclient: change the pidfile's permissions to 644 | eadler | 2014-02-03 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -12/+19 |
* | Fix dhclient for interfaces that are down. The discover_interfaces() function | pjd | 2013-07-04 | 1 | -5/+5 |
* | MFp4 @229488: | pjd | 2013-07-03 | 1 | -0/+3 |
* | MFp4 @229487: | pjd | 2013-07-03 | 1 | -0/+7 |
* | MFp4 @229486: | pjd | 2013-07-03 | 1 | -1/+6 |
* | MFp4 @229485: | pjd | 2013-07-03 | 1 | -0/+5 |
* | MFp4 @229484: | pjd | 2013-07-03 | 1 | -0/+4 |
* | MFp4 @229483: | pjd | 2013-07-03 | 1 | -0/+6 |
* | MFp4 @229481: | pjd | 2013-07-03 | 1 | -10/+17 |
* | MFp4 @229480: | pjd | 2013-07-03 | 1 | -0/+2 |
* | MFp4 @229477: | pjd | 2013-07-03 | 1 | -4/+11 |
* | Remove redundant white-spaces. | pjd | 2013-07-03 | 1 | -9/+9 |
* | MFp4 @229473: | pjd | 2013-07-03 | 1 | -3/+3 |
* | MFp4 @229472: | pjd | 2013-07-03 | 1 | -26/+13 |
* | MFp4 @229470: | pjd | 2013-07-03 | 1 | -3/+3 |
* | When acquiring a lease, record the value of the BOOTP siaddr field | bms | 2013-07-02 | 1 | -0/+8 |
* | Revert r239356 and use an alternate algorithm. | jhb | 2012-08-22 | 1 | -6/+10 |
* | Fix dhclient to properly exit and teardown the configured lease when | jhb | 2012-08-17 | 1 | -0/+7 |
* | Support domain-search in dhclient(8) | dumbbell | 2011-12-04 | 1 | -0/+1 |
* | Make dhclient use a pid file. Modify the rc script accordingly; while | des | 2011-10-13 | 1 | -1/+34 |
* | When dhclient obtains a lease, it runs dhclient-script and expects | brian | 2010-07-07 | 1 | -16/+30 |
* | 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 | 1 | -0/+7 |
* | Run the privileged dhclient process in its own session. | ed | 2008-06-30 | 1 | -0/+1 |
* | 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 |
* | Implement RFC3442, the Classless Static Route option. | emaste | 2007-02-09 | 1 | -0/+68 |
* | Actually implement rev 1.12 for host names and NIS domain names. We | brooks | 2007-01-29 | 1 | -1/+0 |
* | Revert the addition of -p. It's flawed in that dhclient should not run | brian | 2006-08-21 | 1 | -15/+5 |
* | 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 | 1 | -4/+14 |
* | 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 |
* | 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 |
* | 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 |
* | Add __FBSDID to all .c files in dhclient to aid in determining file | brooks | 2005-08-23 | 1 | -1/+3 |
* | Don't reject packets with server names containing characters that are | brooks | 2005-07-28 | 1 | -7/+6 |
* | treat REASSOC events just like ASSOC | sam | 2005-07-25 | 1 | -0/+1 |
* | Don't complain when we receive smtp, pop, nntp, www, finger, and irc | brooks | 2005-06-30 | 1 | -0/+6 |
* | People like to do RFC violating things with the domain-name option and | brooks | 2005-06-30 | 1 | -1/+1 |
* | Avoid a null pointer dereference by not expiring our lease if we don't | brooks | 2005-06-13 | 1 | -6/+9 |
* | Fix build on 64-bit platforms where time_t is 64 bit. Since where | brooks | 2005-06-07 | 1 | -4/+5 |
* | Define _PATH_VAREMPTY. | brooks | 2005-06-07 | 1 | -1/+39 |
* | Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag | brooks | 2005-06-07 | 1 | -0/+2373 |