log

age author description
Mon, 01 Dec 2008 16:58:17 +0000 Roy Marples Ensure host routes and subnet routes are added correctly. draft dhcpcd-4.0.7
Mon, 01 Dec 2008 16:58:10 +0000 Roy Marples Ensure host routes and subnet routes are added correctly. draft
Mon, 01 Dec 2008 16:56:56 +0000 Roy Marples Add desc_route to save some bytes. draft
Mon, 01 Dec 2008 16:56:01 +0000 Roy Marples We need to ensure that our interface has the address before configuring routes. draft
Thu, 27 Nov 2008 16:17:24 +0000 Roy Marples Backport adding the src pref address from trunk. draft
Thu, 27 Nov 2008 16:16:32 +0000 Roy Marples Ensure that we add the src pref address. draft
Thu, 27 Nov 2008 10:37:48 +0000 Roy Marples Describe the blacklist option. draft
Thu, 27 Nov 2008 10:37:02 +0000 Roy Marples Describe the blacklist option. draft
Thu, 27 Nov 2008 09:46:28 +0000 Roy Marples If an interface link fd flaps, don't indiscriminately reset the timeout timer. Thanks to Jean Wolter for tracking it down. draft
Thu, 27 Nov 2008 09:45:31 +0000 Roy Marples Fix warning of monotonic clock existence. draft
Thu, 27 Nov 2008 09:45:13 +0000 Roy Marples Fix warning of monotonic clock existence. draft
Tue, 25 Nov 2008 21:00:46 +0000 Roy Marples Release 4.99.6 draft
Tue, 25 Nov 2008 20:59:29 +0000 Roy Marples Release 4.0.6 draft
Tue, 25 Nov 2008 13:12:29 +0000 Roy Marples Fix adding of host routes. draft dhcpcd-4.0.6
Tue, 25 Nov 2008 13:12:20 +0000 Roy Marples Fix adding of host routes. draft
Tue, 25 Nov 2008 12:57:56 +0000 Roy Marples CSR should come before other route options according to RFC 3442. draft
Tue, 25 Nov 2008 12:57:48 +0000 Roy Marples CSR should come before other route options according to RFC 3442. draft
Tue, 25 Nov 2008 11:39:09 +0000 Roy Marples Style draft
Tue, 25 Nov 2008 11:37:55 +0000 Roy Marples Backport route code from trunk so we correctly handle adding routes via local link. draft
Mon, 24 Nov 2008 22:30:41 +0000 Roy Marples Don't manipulate subnet routes when they are INADDR_BROADCAST as they don't exist. draft
Mon, 24 Nov 2008 11:21:31 +0000 Roy Marples Probably better to exit here. draft
Mon, 24 Nov 2008 11:21:11 +0000 Roy Marples Work out __restrict better. draft
Fri, 21 Nov 2008 20:00:26 +0000 Roy Marples Remove the S option from the command line description, #121 draft
Fri, 21 Nov 2008 20:00:26 +0000 Roy Marples Remove the S option from the command line description, #121 draft
Fri, 21 Nov 2008 12:31:50 +0000 Roy Marples Release 4.0.5 draft
Fri, 21 Nov 2008 08:05:55 +0000 Roy Marples Backport r1074 to dhcpcd-4.0 which stops sending a ClientID by default. If CMDLINE_COMPAT is enabled then we keep the prior behaviour. draft dhcpcd-4.0.5
Thu, 20 Nov 2008 10:50:46 +0000 Roy Marples Plug a leak when rebinding interfaces via the control socket. draft
Thu, 20 Nov 2008 09:57:46 +0000 Roy Marples BOOTP fixes. Also, we don't write a BOOTP lease file. draft
Wed, 19 Nov 2008 15:48:18 +0000 Roy Marples We are now a BOOTP client also :) draft
Wed, 19 Nov 2008 15:01:20 +0000 Roy Marples Zeroing each field is cheaper than using memset/memcpy. draft
Wed, 19 Nov 2008 14:58:24 +0000 Roy Marples If no lease time is supplied, assume it's infinite. draft
Wed, 19 Nov 2008 14:58:17 +0000 Roy Marples If no lease time is supplied, assume it's infinite. draft
Wed, 19 Nov 2008 14:53:56 +0000 Roy Marples Adjust lengths to fit MTU. draft
Wed, 19 Nov 2008 12:50:49 +0000 Roy Marples Clarify the clientid option. draft
Wed, 19 Nov 2008 09:48:11 +0000 Roy Marples If we are asked to ARP and we don't have an offer then we are testing our current address. draft
Mon, 17 Nov 2008 22:50:37 +0000 Roy Marples Fix working with linux aliased interfaces again. draft
Mon, 17 Nov 2008 17:25:54 +0000 Roy Marples We no longer send a ClientID by default. This is so we now mirror the kernel DHCP client and can re-use its lease by default. To retain the old behaviour, simply add clientid to dhcpcd.conf. draft
Mon, 17 Nov 2008 12:48:38 +0000 Roy Marples Whitespace. draft
Sat, 15 Nov 2008 11:24:26 +0000 Roy Marples Fork into background even with no interfaces IF we are asked to background AND have link detection. draft
Fri, 14 Nov 2008 20:38:40 +0000 Roy Marples Report all interfaces requested that do not exist. draft
Fri, 14 Nov 2008 19:18:57 +0000 Roy Marples NetBSD sh needs eval here. draft
Fri, 14 Nov 2008 19:18:57 +0000 Roy Marples NetBSD sh needs eval here. draft
Fri, 14 Nov 2008 09:39:09 +0000 Roy Marples When declining a DHCP lease and we have an IPv4LL one, don't re announce our IPv4LL lease. draft
Tue, 11 Nov 2008 09:29:54 +0000 Roy Marples Don't restart ntpd if it's not already running. draft
Tue, 11 Nov 2008 09:28:17 +0000 Roy Marples Don't restart ntpd if it's not already running. draft
Mon, 10 Nov 2008 11:15:27 +0000 Roy Marples Fix some LINT errors. draft
Mon, 10 Nov 2008 08:31:33 +0000 Roy Marples Fix changing routes on BSD. draft
Wed, 05 Nov 2008 15:59:36 +0000 Roy Marples Default to -O2. draft
Wed, 05 Nov 2008 14:36:23 +0000 Roy Marples Parens. draft
Wed, 05 Nov 2008 13:57:54 +0000 Roy Marples get_line now uses a single buffer, strips leading space and skips comments. This reduces malloc usage slightly and gives a cleaner API at the expense of a slight bss increase. draft
Wed, 05 Nov 2008 13:56:00 +0000 Roy Marples Close fd's in the child. draft
Wed, 05 Nov 2008 13:09:18 +0000 Roy Marples Save a few bytes by moving close_fds to bind where it's really used. draft
Tue, 04 Nov 2008 10:15:08 +0000 Roy Marples Release 4.0.4 draft
Tue, 04 Nov 2008 10:13:07 +0000 Roy Marples Test should always DISCOVER. draft
Tue, 04 Nov 2008 10:04:40 +0000 Roy Marples Trim trailing NULLs from string options, #120. draft
Tue, 04 Nov 2008 10:04:25 +0000 Roy Marples Trim trailing NULLs from string options, #120. draft
Wed, 29 Oct 2008 13:02:41 +0000 Roy Marples Release 4.99.3 draft
Wed, 29 Oct 2008 12:57:08 +0000 Roy Marples Release dhcpcd-4.0.3 draft dhcpcd-4.0.4
Wed, 29 Oct 2008 08:13:15 +0000 Roy Marples ~0U is better than just ~0 for this. draft
Tue, 28 Oct 2008 09:28:55 +0000 Roy Marples Re-create the old .info file for applications that parse it. draft