Mercurial > hg > dhcpcd
graph
-
Add PROBE state so we can reject DHCP messages whilst probing. draftThu, 07 Jan 2016 16:15:02 +0000, by Roy Marples
-
Treat OFFER as ACK if both parties set rapid commit. draftThu, 07 Jan 2016 13:15:04 +0000, by Roy Marples
-
OpenBSD does not have ENODATA, use EOVERFLOW instead. draftWed, 06 Jan 2016 11:00:59 +0000, by Roy Marples
-
If we are to add/delete/change a route but have not yet daemonised, draftWed, 06 Jan 2016 10:54:36 +0000, by Roy Marples
-
Use ERANGE to differentiate from EINVAL to detect option length overflow. draftTue, 05 Jan 2016 13:49:41 +0000, by Roy Marples
-
Ensure that option length fits inside data length less option size. draftMon, 04 Jan 2016 23:31:43 +0000, by Roy Marples
-
dhcp_optlen now returns the length of the data we can sanely work on draftMon, 04 Jan 2016 17:43:28 +0000, by Roy Marples
-
Remove FreeBSD specific defines and include the needed headers via config.h. draftThu, 31 Dec 2015 16:27:44 +0000, by Roy Marples
-
Make DHCPv6 Client FQDN option allowed to be NULL, matching the DHCPv4 option. draftThu, 24 Dec 2015 11:20:55 +0000, by Roy Marples
-
Try and move YP config to an example hook script. draftWed, 23 Dec 2015 00:39:56 +0000, by Roy Marples
-
Grudgingly accede to the vocal minority that dhcpcd should not attempt to draftTue, 22 Dec 2015 22:50:34 +0000, by Roy Marples
-
Move lookup-hostname hook to the example directory. draftTue, 22 Dec 2015 22:33:32 +0000, by Roy Marples
-
Install hooks that should not be installed by default into draftTue, 22 Dec 2015 22:26:09 +0000, by Roy Marples
-
If we lack an index or interface protocol in the routing message, draftMon, 21 Dec 2015 14:28:19 +0000, by Roy Marples
-
Fix a bogus gcc warning about a potential signed overflow. draftMon, 21 Dec 2015 11:07:32 +0000, by Roy Marples
-
-g must go via the command socket as it's no longer SIGUSR1 draftMon, 21 Dec 2015 11:07:04 +0000, by Roy Marples
-
Note that systemd/udev leaks memory where-as the eudev fork of udev does not. draftThu, 17 Dec 2015 22:42:24 +0000, by Roy Marples
-
When stopping and starting interfaces, just toggle the active flag draftThu, 17 Dec 2015 12:37:07 +0000, by Roy Marples
-
Now all interfaces are loaded, don't try to load one for delegation. draftThu, 17 Dec 2015 09:22:50 +0000, by Roy Marples
-
ND6 and DHCPv6 should only work on active interfaces. draftThu, 17 Dec 2015 09:08:09 +0000, by Roy Marples
-
Instead of maintaining a seperate list, instead mark each interface as active draftThu, 17 Dec 2015 02:34:36 +0000, by Roy Marples
-
When parsing the routing table, create an interface for any interfaces dhcpcd draftThu, 17 Dec 2015 00:25:03 +0000, by Roy Marples
-
autoconf --includedir is where include files are to be installed, not where we draftTue, 15 Dec 2015 23:06:59 +0000, by Roy Marples
-
Send gratuitous ARP each time we apply our IP address. draftTue, 15 Dec 2015 22:51:36 +0000, by Roy Marples
-
copy the configured hostname using the buffer length, draftTue, 15 Dec 2015 19:51:49 +0000, by Roy Marples
-
Test for ETHERTYPE_IP as the protocol type in the ARP BPF filter. draftTue, 15 Dec 2015 14:45:55 +0000, by Roy Marples
-
Optimise the ARP BPF filter, thanks to Nate Karstens. draftTue, 15 Dec 2015 14:30:39 +0000, by Roy Marples
-
If dumping lease returns an error, return it to userland. draftThu, 19 Nov 2015 11:00:34 +0000, by Roy Marples
-
If testing or dumping leases, don't send to syslog only stdout/stderr. draftThu, 19 Nov 2015 10:04:23 +0000, by Roy Marples
-
Always send LOG_DEBUG to syslog(3) even if we are in quiet mode. draftThu, 19 Nov 2015 09:59:29 +0000, by Roy Marples
-
Fix adding static routes via a gateway on BSD. draftWed, 18 Nov 2015 22:57:48 +0000, by Roy Marples
-
Fix adding host routes via a gateway on Linux. draftWed, 18 Nov 2015 21:22:15 +0000, by Roy Marples
-
If a host route in static routes, don't then set a netmask based on the route. draftWed, 18 Nov 2015 21:21:30 +0000, by Roy Marples
-
If dumping leases, skip authentication and address expiry checks. draftWed, 18 Nov 2015 17:06:32 +0000, by Roy Marples
