log

age author description
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
Mon, 26 Jan 2009 09:11:38 +0000 Roy Marples Ensure that we have enough buffer for gethostname and terminate it correctly. draft
Fri, 23 Jan 2009 23:36:18 +0000 Roy Marples Fix compile with crappy linux headers. draft
Fri, 23 Jan 2009 01:31:00 +0000 Roy Marples Release 4.99.11 draft
Fri, 23 Jan 2009 01:20:02 +0000 Roy Marples Fix a valgrid issue and don't call getifssid unless we are wireless. draft
Fri, 23 Jan 2009 01:19:25 +0000 Roy Marples Report ssid for carrier events correctly. draft
Thu, 22 Jan 2009 23:54:53 +0000 Roy Marples nohook 20-resolv.conf should work now. draft
Thu, 22 Jan 2009 23:53:15 +0000 Roy Marples nohook 20-resolv.conf should work now. draft
Thu, 22 Jan 2009 23:52:20 +0000 Roy Marples ssid should be old_ and new_. draft
Thu, 22 Jan 2009 22:52:41 +0000 Roy Marples Report the fact we're wireless and our ssid draft
Thu, 22 Jan 2009 14:21:55 +0000 Roy Marples Release 4.99.10 draft
Thu, 22 Jan 2009 14:19:46 +0000 Roy Marples Backport fix for #156. draft
Thu, 22 Jan 2009 14:16:29 +0000 Roy Marples The lack of a rebind time should not force a default renewal time, #156. draft
Tue, 20 Jan 2009 16:33:11 +0000 Roy Marples Handle stopping and releasing a little better. draft
Tue, 20 Jan 2009 16:32:42 +0000 Roy Marples We need to handle SIGPIPE so we don't abort. draft
Tue, 20 Jan 2009 16:02:46 +0000 Roy Marples Ensure we have a state when comparing draft
Mon, 19 Jan 2009 16:17:18 +0000 Roy Marples When dropping config, we should punt the old config so we don't drop it twice. draft
Sat, 17 Jan 2009 02:47:26 +0000 Roy Marples Release 4.99.8 draft
Sat, 17 Jan 2009 00:43:08 +0000 Roy Marples Test length, not null. draft
Thu, 15 Jan 2009 15:11:30 +0000 Roy Marples Style. draft
Thu, 15 Jan 2009 15:11:13 +0000 Roy Marples We should use close here. draft
Thu, 15 Jan 2009 14:50:19 +0000 Roy Marples We should shutdown instead of close our sockets to inform clients they have gone. draft
Thu, 15 Jan 2009 14:22:40 +0000 Roy Marples --getinterfaces should be more than sufficient for the control socket. draft
Thu, 15 Jan 2009 13:31:46 +0000 Roy Marples We should use the reason CARRIER as well and run carrier notifications after PREINIT. draft
Thu, 15 Jan 2009 10:12:06 +0000 Roy Marples We need to send the terminator also. draft
Thu, 15 Jan 2009 09:58:21 +0000 Roy Marples We need to close our listeners before removing the socket so clients close down properly. draft
Thu, 15 Jan 2009 09:30:11 +0000 Roy Marples New configure reasons NOCARRIER and NAK instead of just sending EXPIRE. draft
Tue, 13 Jan 2009 18:03:12 +0000 Roy Marples Send version length first on the control socket. draft
Tue, 13 Jan 2009 17:36:11 +0000 Roy Marples Remove .svn dirs from snapshots. draft
Tue, 13 Jan 2009 17:05:13 +0000 Roy Marples Copyright. draft