Mercurial > hg > dhcpcd
graph
-
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
-
Re-create the old .info file for applications that parse it. draft dhcpcd-4.0.3Tue, 28 Oct 2008 09:28:05 +0000, by Roy Marples
-
Wait correctly after a DECLINE and ensure we send the IP we're declining and ServerID that issued it. draftTue, 28 Oct 2008 09:26:42 +0000, by Roy Marples
-
Explain why we decline the address in a message. draftTue, 28 Oct 2008 09:25:26 +0000, by Roy Marples
-
Explain why we decline the address in a message. draftTue, 28 Oct 2008 09:24:23 +0000, by Roy Marples
-
We should erase the lease file when we get an ARP conflict on rebinding from it. draftTue, 21 Oct 2008 15:34:52 +0000, by Roy Marples
-
Really fix .depend with GNU make and other makes. draftMon, 20 Oct 2008 16:45:27 +0000, by Roy Marples
-
We need to include a variable, not the gmake shell funtion. draftMon, 20 Oct 2008 12:11:43 +0000, by Roy Marples
-
Allow .depend to be included if it exists with gmake. draftMon, 20 Oct 2008 09:50:07 +0000, by Roy Marples
-
Cast to void * to remove compiler warnings on Sparc64. This should still be aligned correctly as this is how the kernel makes it. draftSun, 19 Oct 2008 05:39:28 +0000, by Roy Marples
-
Fix up address and netmask detection. This *should* align fine. draftSat, 18 Oct 2008 23:28:49 +0000, by Roy Marples
-
Alloc less for options and correctly for inform. draftSat, 18 Oct 2008 22:58:10 +0000, by Roy Marples
-
Use the existing start_reboot function instead of a start_request. draftSat, 18 Oct 2008 10:52:01 +0000, by Roy Marples
-
Make init request for an address work off the command line again. draftSat, 18 Oct 2008 10:02:36 +0000, by Roy Marples
-
We should send the IP address we decline and the server ID for release. draftFri, 17 Oct 2008 21:30:41 +0000, by Roy Marples
-
We should send the IP address we decline and the server ID for release. draftFri, 17 Oct 2008 21:30:25 +0000, by Roy Marples
