log

age author description
Tue, 24 Feb 2009 19:44:44 +0000 Roy Marples We should use LOG_DAEMON draft dhcpcd-4.0.12
Tue, 24 Feb 2009 19:17:19 +0000 Roy Marples Why bother with a one off array when we can use our eloop? draft
Tue, 24 Feb 2009 15:41:15 +0000 Roy Marples Close sockets better and just run the script when we're not touching the interface. draft
Tue, 24 Feb 2009 15:39:02 +0000 Roy Marples Remove debug. draft
Tue, 24 Feb 2009 13:26:28 +0000 Roy Marples Fix starting all ifaces. draft
Tue, 24 Feb 2009 12:38:02 +0000 Roy Marples Finally fix compile on vanilla kernel headers. draft
Tue, 24 Feb 2009 00:02:41 +0000 Roy Marples Check carrier eariler. Thanks to Michael Olney. draft
Mon, 23 Feb 2009 23:52:21 +0000 Roy Marples Fix debug working in dhcpcd.conf draft
Mon, 23 Feb 2009 19:20:14 +0000 Roy Marples We need to include linux/wireless.h as wireless.h belongs to wireless-tools draft
Mon, 23 Feb 2009 13:40:24 +0000 Roy Marples Try a new tactic to compile with old broken linux kernel headers. draft
Mon, 23 Feb 2009 12:19:52 +0000 Roy Marples If we get POLLERR or POLLNVAL then we should not return >0 with an fd. draft
Fri, 20 Feb 2009 08:33:03 +0000 Roy Marples If we fail to send a packet we should still continue our code path. draft
Fri, 20 Feb 2009 07:29:13 +0000 Roy Marples We should expire instead of stop as we will start again. draft
Thu, 19 Feb 2009 21:15:25 +0000 Roy Marples If we fail to send a packet start over. draft
Thu, 19 Feb 2009 20:20:10 +0000 Roy Marples Release dhcpcd-4.0.11 draft
Thu, 19 Feb 2009 19:55:13 +0000 Roy Marples Ensure that IPv4LL leases are not frominfo when probed. draft
Thu, 19 Feb 2009 19:50:04 +0000 Roy Marples Ensure we continue after we fail to send a packet. draft
Wed, 18 Feb 2009 08:07:10 +0000 Roy Marples Only auto background with no interfaces. draft
Tue, 17 Feb 2009 23:02:09 +0000 Roy Marples If running as a controlling daemon with link management, background earlier. draft
Fri, 13 Feb 2009 15:39:34 +0000 Roy Marples Allow socket to report location of the configuration file. draft
Thu, 12 Feb 2009 10:07:30 +0000 Roy Marples Fix up some more formatting. draft
Thu, 12 Feb 2009 01:09:37 +0000 Roy Marples More style updates. draft
Wed, 11 Feb 2009 17:56:22 +0000 Roy Marples Enforce NetBSD KNF style more draft
Thu, 05 Feb 2009 21:06:57 +0000 Roy Marples Log our control commands. draft
Thu, 05 Feb 2009 21:06:43 +0000 Roy Marples Ensure the buffer is NULL terminated. draft
Thu, 05 Feb 2009 01:58:17 +0000 Roy Marples Use Aq properly. draft
Wed, 04 Feb 2009 20:54:55 +0000 Roy Marples Release dhcpcd-4.99.13 draft
Wed, 04 Feb 2009 07:32:53 +0000 Roy Marples Release dhcpcd-4.0.10 draft dhcpcd-4.0.11
Sun, 01 Feb 2009 20:22:08 +0000 Roy Marples IPV4LL addresses are not BOOTP. draft
Sun, 01 Feb 2009 17:13:32 +0000 Roy Marples RFC2131 implies that we should only ARP check after an offer. draft dhcpcd-4.0.10
Sun, 01 Feb 2009 17:13:19 +0000 Roy Marples RFC2131 implies that we should only ARP check after an offer. draft
Sat, 31 Jan 2009 12:33:43 +0000 Roy Marples Release dhcpcd-4.0.9 draft
Fri, 30 Jan 2009 20:19:12 +0000 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.9
Fri, 30 Jan 2009 20:18:35 +0000 Roy Marples We should zero the entire message struct so any options don't overflow into unallocated memory when evaluating them. draft
Thu, 29 Jan 2009 13:56:43 +0000 Roy Marples Copyright draft
Thu, 29 Jan 2009 13:56:23 +0000 Roy Marples Just terminate the DHCP message if not terminated. DHO_PAD could be valid data. draft
Thu, 29 Jan 2009 13:56:12 +0000 Roy Marples Just terminate the DHCP message if not terminated. DHO_PAD could be valid data. draft
Thu, 29 Jan 2009 13:18:57 +0000 Roy Marples Shorten error msg. draft
Thu, 29 Jan 2009 13:09:23 +0000 Roy Marples Clean up compiler warnings from overly pedantic checking. draft
Thu, 29 Jan 2009 13:01:29 +0000 Roy Marples Clean up compiler warnings from overly pedantic checking. draft
Thu, 29 Jan 2009 11:21:16 +0000 Roy Marples dhcpcd should not send hostname by default. draft
Wed, 28 Jan 2009 10:29:00 +0000 Roy Marples We updated these files this year. draft
Tue, 27 Jan 2009 20:57:27 +0000 Roy Marples We should state which interface we're removing the route from correctly. draft
Tue, 27 Jan 2009 19:40:05 +0000 Roy Marples Fix compile on BSD. draft
Tue, 27 Jan 2009 18:09:02 +0000 Roy Marples Add route removal detection to Linux. draft
Mon, 26 Jan 2009 22:32:42 +0000 Roy Marples We need to ensure that manual route deletions are deleted from our internal routing table also. Partial fix for #159. draft
Mon, 26 Jan 2009 15:15:28 +0000 Roy Marples We should include sys/uio.h for writev draft
Mon, 26 Jan 2009 13:14:31 +0000 Roy Marples Release 4.99.12 draft
Mon, 26 Jan 2009 13:12:47 +0000 Roy Marples Release dhcpcd-4.0.8 draft
Mon, 26 Jan 2009 12:56:38 +0000 Roy Marples while -> for draft
Mon, 26 Jan 2009 12:56:38 +0000 Roy Marples while -> for draft
Mon, 26 Jan 2009 12:50:47 +0000 Roy Marples Optimize code around NULL terminated hostname. draft
Mon, 26 Jan 2009 12:49:12 +0000 Roy Marples Optimize code around NULL terminated hostname. draft
Mon, 26 Jan 2009 12:48:24 +0000 Roy Marples Terminate hostname draft
Mon, 26 Jan 2009 12:47:38 +0000 Roy Marples Terminate hostname draft
Mon, 26 Jan 2009 12:25:29 +0000 Roy Marples Stop storing length in hostname. draft
Mon, 26 Jan 2009 12:23:57 +0000 Roy Marples Stop storing length in hostname. draft
Mon, 26 Jan 2009 12:00:35 +0000 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. draft
Mon, 26 Jan 2009 12:00:01 +0000 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. draft
Mon, 26 Jan 2009 09:14:54 +0000 Roy Marples Ensure that we have enough buffer for gethostname and terminate it correctly. draft dhcpcd-4.0.8