Mercurial > hg > dhcpcd
graph
-
Why bother with a one off array when we can use our eloop? draftTue, 24 Feb 2009 19:17:19 +0000, by Roy Marples
-
Close sockets better and just run the script when we're not touching the interface. draftTue, 24 Feb 2009 15:41:15 +0000, by Roy Marples
-
Finally fix compile on vanilla kernel headers. draftTue, 24 Feb 2009 12:38:02 +0000, by Roy Marples
-
Check carrier eariler. Thanks to Michael Olney. draftTue, 24 Feb 2009 00:02:41 +0000, by Roy Marples
-
We need to include linux/wireless.h as wireless.h belongs to wireless-tools draftMon, 23 Feb 2009 19:20:14 +0000, by Roy Marples
-
Try a new tactic to compile with old broken linux kernel headers. draftMon, 23 Feb 2009 13:40:24 +0000, by Roy Marples
-
If we get POLLERR or POLLNVAL then we should not return >0 with an fd. draftMon, 23 Feb 2009 12:19:52 +0000, by Roy Marples
-
If we fail to send a packet we should still continue our code path. draftFri, 20 Feb 2009 08:33:03 +0000, by Roy Marples
-
We should expire instead of stop as we will start again. draftFri, 20 Feb 2009 07:29:13 +0000, by Roy Marples
-
Ensure that IPv4LL leases are not frominfo when probed. draftThu, 19 Feb 2009 19:55:13 +0000, by Roy Marples
-
Ensure we continue after we fail to send a packet. draftThu, 19 Feb 2009 19:50:04 +0000, by Roy Marples
-
If running as a controlling daemon with link management, background earlier. draftTue, 17 Feb 2009 23:02:09 +0000, by Roy Marples
-
Allow socket to report location of the configuration file. draftFri, 13 Feb 2009 15:39:34 +0000, by Roy Marples
-
RFC2131 implies that we should only ARP check after an offer. draft dhcpcd-4.0.10Sun, 01 Feb 2009 17:13:32 +0000, by Roy Marples
-
RFC2131 implies that we should only ARP check after an offer. draftSun, 01 Feb 2009 17:13:19 +0000, by Roy Marples
-
We should zero the entire message struct so any options don't overflow into unallocated memory when evaluating them. draft dhcpcd-4.0.9Fri, 30 Jan 2009 20:19:12 +0000, by Roy Marples
-
We should zero the entire message struct so any options don't overflow into unallocated memory when evaluating them. draftFri, 30 Jan 2009 20:18:35 +0000, by Roy Marples
-
Just terminate the DHCP message if not terminated. DHO_PAD could be valid data. draftThu, 29 Jan 2009 13:56:23 +0000, by Roy Marples
-
Just terminate the DHCP message if not terminated. DHO_PAD could be valid data. draftThu, 29 Jan 2009 13:56:12 +0000, by Roy Marples
-
Clean up compiler warnings from overly pedantic checking. draftThu, 29 Jan 2009 13:09:23 +0000, by Roy Marples
-
Clean up compiler warnings from overly pedantic checking. draftThu, 29 Jan 2009 13:01:29 +0000, by Roy Marples
-
We should state which interface we're removing the route from correctly. draftTue, 27 Jan 2009 20:57:27 +0000, by Roy Marples
-
We need to ensure that manual route deletions are deleted from our internal routing table also. Partial fix for #159. draftMon, 26 Jan 2009 22:32:42 +0000, by Roy Marples
-
Optimize code around NULL terminated hostname. draftMon, 26 Jan 2009 12:50:47 +0000, by Roy Marples
-
Optimize code around NULL terminated hostname. draftMon, 26 Jan 2009 12:49:12 +0000, by Roy Marples
-
We should only send short hostnames as qualfied ones confuse ISC DHCP server. If a FQDN is required, then use that option instead of the hostname. Backported from trunk, r1174. draftMon, 26 Jan 2009 12:00:35 +0000, by Roy Marples
-
We should only send short hostnames as qualfied ones confuse ISC DHCP server. If a FQDN is required, then use that option instead of the hostname. draftMon, 26 Jan 2009 12:00:01 +0000, by Roy Marples
-
Ensure that we have enough buffer for gethostname and terminate it correctly. draft dhcpcd-4.0.8Mon, 26 Jan 2009 09:14:54 +0000, by Roy Marples
