log

age author description
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
Tue, 28 Oct 2008 09:28:05 +0000 Roy Marples Re-create the old .info file for applications that parse it. draft dhcpcd-4.0.3
Tue, 28 Oct 2008 09:26:42 +0000 Roy Marples Wait correctly after a DECLINE and ensure we send the IP we're declining and ServerID that issued it. draft
Tue, 28 Oct 2008 09:25:26 +0000 Roy Marples Explain why we decline the address in a message. draft
Tue, 28 Oct 2008 09:24:23 +0000 Roy Marples Explain why we decline the address in a message. draft
Mon, 27 Oct 2008 12:41:04 +0000 Roy Marples Allow ntp.conf location to be tunable, #119 draft
Mon, 27 Oct 2008 12:39:32 +0000 Roy Marples Allow ntp.conf location to be tunable, #119 draft
Wed, 22 Oct 2008 08:29:53 +0000 Roy Marples Update change log location draft
Wed, 22 Oct 2008 08:29:53 +0000 Roy Marples Update change log location draft
Tue, 21 Oct 2008 15:34:52 +0000 Roy Marples We should erase the lease file when we get an ARP conflict on rebinding from it. draft
Mon, 20 Oct 2008 16:45:27 +0000 Roy Marples Really fix .depend with GNU make and other makes. draft
Mon, 20 Oct 2008 12:11:43 +0000 Roy Marples We need to include a variable, not the gmake shell funtion. draft
Mon, 20 Oct 2008 09:56:21 +0000 Roy Marples Calculate netmask from cidr more efficiently. draft
Mon, 20 Oct 2008 09:50:52 +0000 Roy Marples Ignore .depend draft
Mon, 20 Oct 2008 09:50:07 +0000 Roy Marples Allow .depend to be included if it exists with gmake. draft
Sun, 19 Oct 2008 05:39:28 +0000 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. draft
Sat, 18 Oct 2008 23:44:00 +0000 Roy Marples Fix obtaining netmask on NetBSD. draft
Sat, 18 Oct 2008 23:28:49 +0000 Roy Marples Fix up address and netmask detection. This *should* align fine. draft
Sat, 18 Oct 2008 22:58:10 +0000 Roy Marples Alloc less for options and correctly for inform. draft
Sat, 18 Oct 2008 22:57:40 +0000 Roy Marples Ensure inform options are terminated. draft
Sat, 18 Oct 2008 18:46:22 +0000 Roy Marples Fix reading netmask and linux informing. draft
Sat, 18 Oct 2008 16:41:19 +0000 Roy Marples Get INFORM support almost working again. draft
Sat, 18 Oct 2008 10:52:01 +0000 Roy Marples Use the existing start_reboot function instead of a start_request. draft
Sat, 18 Oct 2008 10:02:36 +0000 Roy Marples Make init request for an address work off the command line again. draft
Fri, 17 Oct 2008 21:30:41 +0000 Roy Marples We should send the IP address we decline and the server ID for release. draft
Fri, 17 Oct 2008 21:30:25 +0000 Roy Marples We should send the IP address we decline and the server ID for release. draft