Mercurial > hg > dhcpcd
graph
-
Ensure host routes and subnet routes are added correctly. draft dhcpcd-4.0.7Mon, 01 Dec 2008 16:58:17 +0000, by Roy Marples
-
Ensure host routes and subnet routes are added correctly. draftMon, 01 Dec 2008 16:58:10 +0000, by Roy Marples
-
We need to ensure that our interface has the address before configuring routes. draftMon, 01 Dec 2008 16:56:01 +0000, by Roy Marples
-
Backport adding the src pref address from trunk. draftThu, 27 Nov 2008 16:17:24 +0000, by Roy Marples
-
If an interface link fd flaps, don't indiscriminately reset the timeout timer. Thanks to Jean Wolter for tracking it down. draftThu, 27 Nov 2008 09:46:28 +0000, by Roy Marples
-
CSR should come before other route options according to RFC 3442. draftTue, 25 Nov 2008 12:57:56 +0000, by Roy Marples
-
CSR should come before other route options according to RFC 3442. draftTue, 25 Nov 2008 12:57:48 +0000, by Roy Marples
-
Backport route code from trunk so we correctly handle adding routes via local link. draftTue, 25 Nov 2008 11:37:55 +0000, by Roy Marples
-
Don't manipulate subnet routes when they are INADDR_BROADCAST as they don't exist. draftMon, 24 Nov 2008 22:30:41 +0000, by Roy Marples
-
Remove the S option from the command line description, #121 draftFri, 21 Nov 2008 20:00:26 +0000, by Roy Marples
-
Remove the S option from the command line description, #121 draftFri, 21 Nov 2008 20:00:26 +0000, by 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.5Fri, 21 Nov 2008 08:05:55 +0000, by Roy Marples
-
Plug a leak when rebinding interfaces via the control socket. draftThu, 20 Nov 2008 10:50:46 +0000, by Roy Marples
-
BOOTP fixes. Also, we don't write a BOOTP lease file. draftThu, 20 Nov 2008 09:57:46 +0000, by Roy Marples
-
Zeroing each field is cheaper than using memset/memcpy. draftWed, 19 Nov 2008 15:01:20 +0000, by Roy Marples
-
If no lease time is supplied, assume it's infinite. draftWed, 19 Nov 2008 14:58:24 +0000, by Roy Marples
-
If no lease time is supplied, assume it's infinite. draftWed, 19 Nov 2008 14:58:17 +0000, by Roy Marples
-
If we are asked to ARP and we don't have an offer then we are testing our current address. draftWed, 19 Nov 2008 09:48:11 +0000, by Roy Marples
-
Fix working with linux aliased interfaces again. draftMon, 17 Nov 2008 22:50:37 +0000, by 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. draftMon, 17 Nov 2008 17:25:54 +0000, by Roy Marples
-
Fork into background even with no interfaces IF we are asked to background AND have link detection. draftSat, 15 Nov 2008 11:24:26 +0000, by Roy Marples
-
Report all interfaces requested that do not exist. draftFri, 14 Nov 2008 20:38:40 +0000, by Roy Marples
-
When declining a DHCP lease and we have an IPv4LL one, don't re announce our IPv4LL lease. draftFri, 14 Nov 2008 09:39:09 +0000, by Roy Marples
-
Don't restart ntpd if it's not already running. draftTue, 11 Nov 2008 09:29:54 +0000, by Roy Marples
-
Don't restart ntpd if it's not already running. draftTue, 11 Nov 2008 09:28:17 +0000, by 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. draftWed, 05 Nov 2008 13:57:54 +0000, by Roy Marples
-
Save a few bytes by moving close_fds to bind where it's really used. draftWed, 05 Nov 2008 13:09:18 +0000, by Roy Marples
-
Trim trailing NULLs from string options, #120. draftTue, 04 Nov 2008 10:04:40 +0000, by Roy Marples
-
Trim trailing NULLs from string options, #120. draftTue, 04 Nov 2008 10:04:25 +0000, by Roy Marples
-
Re-create the old .info file for applications that parse it. draftTue, 28 Oct 2008 09:28:55 +0000, by Roy Marples
