log

age author description
Wed, 01 Oct 2008 18:38:37 +0000 Roy Marples Really fix Gentoo #239098. draft dhcpcd-4.0.2
Wed, 01 Oct 2008 11:15:33 +0000 Roy Marples Fix TEST. draft
Wed, 01 Oct 2008 11:11:42 +0000 Roy Marples Build the resolv.conf correctly from the last commit. draft
Wed, 01 Oct 2008 10:55:49 +0000 Roy Marples Write resolv.conf as per the DHCP message. draft
Wed, 01 Oct 2008 10:43:38 +0000 Roy Marples Fix compat options, Gentoo #239098. draft
Fri, 26 Sep 2008 09:13:44 +0000 Roy Marples Pull the one patch to the dhcpcd-4.0 branch from git, fixing lastleast option. draft
Fri, 26 Sep 2008 07:26:50 +0000 Roy Marples Fix -I '' to not send a client ID instead of a blank one, #116. draft
Fri, 26 Sep 2008 07:26:50 +0000 Roy Marples Fix -I '' to not send a client ID instead of a blank one, #116. draft
Thu, 25 Sep 2008 22:04:11 +0000 Roy Marples svn repo draft
Thu, 25 Sep 2008 22:03:05 +0000 Roy Marples Punt draft
Thu, 25 Sep 2008 22:02:48 +0000 Roy Marples Punt draft
Thu, 25 Sep 2008 22:02:04 +0000 Roy Marples Update for svn. draft
Thu, 25 Sep 2008 21:54:36 +0000 Roy Marples Branch dhcpcd-4.0 draft
Thu, 25 Sep 2008 21:23:47 +0000 Roy Marples Punt draft
Thu, 25 Sep 2008 21:23:16 +0000 Roy Marples Punt old dirs and work with svn. draft
Fri, 19 Sep 2008 23:31:17 +0000 Roy Marples Fix comment. draft
Fri, 19 Sep 2008 13:36:40 +0000 Roy Marples 4.99.2 draft
Wed, 17 Sep 2008 13:09:30 +0000 Roy Marples As we now use times to trigger again instead of decreasing timers, ensure our lease fits. We may wish to revisit this again if we need decreasing timers once more. draft
Wed, 17 Sep 2008 10:37:03 +0000 Roy Marples Fix pointer. draft
Wed, 17 Sep 2008 10:32:55 +0000 Roy Marples Move wireless detection from net.c into if-bsd.c and if-linux.c draft
Wed, 17 Sep 2008 10:32:34 +0000 Roy Marples Document metrics better. draft
Wed, 17 Sep 2008 08:29:56 +0000 Roy Marples Fix rebooting off a signal. draft
Tue, 16 Sep 2008 13:17:23 +0000 Roy Marples Allow the release keyword in dhcpcd.conf to release the lease on shutdown. draft
Tue, 16 Sep 2008 13:15:21 +0000 Roy Marples Fix compile. draft
Tue, 16 Sep 2008 10:02:14 +0000 Roy Marples Fix discovery draft
Tue, 16 Sep 2008 09:55:46 +0000 Roy Marples Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types currently, so skip others. draft
Mon, 15 Sep 2008 19:31:18 +0000 Roy Marples Loads of changes, so the next full version will be 5.0. We'll releae 4.99.1 here. draft
Mon, 15 Sep 2008 19:30:44 +0000 Roy Marples Remove debug. draft
Mon, 15 Sep 2008 19:15:52 +0000 Roy Marples We need to flush the ARP table after configuring new routes. draft
Mon, 15 Sep 2008 16:53:11 +0000 Roy Marples Add subnet routes to our routing table so we can change them for systems without metrics. draft
Mon, 15 Sep 2008 16:43:57 +0000 Roy Marples Fix segfault when passing options in. draft
Mon, 15 Sep 2008 16:43:27 +0000 Roy Marples Fix reboot timeout in dhcpcd.conf. draft
Mon, 15 Sep 2008 15:23:46 +0000 Roy Marples Reboot off the last lease and use the last lease if not expired and user has asked for it. Also, add a reboot timeout toggle (default 10 seconds). draft
Mon, 15 Sep 2008 15:20:37 +0000 Roy Marples Correctly set the REBOOT reason. draft
Mon, 15 Sep 2008 15:20:09 +0000 Roy Marples Don't decline leases that we loaded from disk. draft
Mon, 15 Sep 2008 09:05:29 +0000 Roy Marples Fix subnet routes. This needs more testing. draft
Mon, 15 Sep 2008 09:02:56 +0000 Roy Marples Don't overflow the buffer. draft
Sun, 14 Sep 2008 09:07:34 +0000 Roy Marples Ensure that routes go via the correct interface and set netmask correctly. draft
Sun, 14 Sep 2008 09:06:22 +0000 Roy Marples We may change size of hwaddr_buffer, so just use sizeof. draft
Sat, 13 Sep 2008 11:17:24 +0000 Roy Marples We need to drop config on carrier loss now. draft
Sat, 13 Sep 2008 10:49:23 +0000 Roy Marples We don't add this anymore. draft
Sat, 13 Sep 2008 10:48:48 +0000 Roy Marples Fix subnet route. draft
Fri, 12 Sep 2008 18:08:07 +0000 Roy Marples Remove remembering routes per interface and have a global routing table so we can change routes depending on interface state. This is very useful for the BSD's where there is no route metric. draft
Thu, 11 Sep 2008 22:55:27 +0000 Roy Marples Drop interfaces in reverse order when stopping and handle removal of interfaces in one function. draft
Thu, 11 Sep 2008 15:50:19 +0000 Roy Marples Fix removing old config. draft
Thu, 11 Sep 2008 09:56:57 +0000 Roy Marples Tidy up some valgrind errors. draft
Thu, 11 Sep 2008 09:38:02 +0000 Roy Marples Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better multiple interface support. draft
Thu, 11 Sep 2008 08:28:39 +0000 Roy Marples Allow quiet and nobackground to work in dhcpcd.conf draft
Wed, 10 Sep 2008 12:39:20 +0000 Roy Marples Move function lower down as it's not that important. draft
Wed, 10 Sep 2008 12:34:25 +0000 Roy Marples Export IF_METRIC to resolvconf. We should change to the -m option when openresolv-1.8 gets around abit. draft
Tue, 09 Sep 2008 20:52:39 +0000 Roy Marples Fix interface detection. draft
Tue, 09 Sep 2008 20:52:21 +0000 Roy Marples Fix memory errors. draft
Tue, 09 Sep 2008 19:07:37 +0000 Roy Marples Fix compile errors. draft
Tue, 09 Sep 2008 17:07:48 +0000 Roy Marples Sort interfaces according to preference and pass this to dhcpcd-run-hooks so we can prefer configs. draft
Tue, 09 Sep 2008 15:36:50 +0000 Roy Marples We don't create these files, so don't clean them. draft
Tue, 09 Sep 2008 08:16:15 +0000 Roy Marples We no longer ship .sh files, so remove the construct. draft
Mon, 08 Sep 2008 11:30:31 +0000 Roy Marples On Linux, fix replacing the kernel added subnet route correctly for metrics. draft
Mon, 08 Sep 2008 11:28:12 +0000 Roy Marples Fix renewing. draft
Mon, 08 Sep 2008 08:19:06 +0000 Roy Marples Use -S to test full compiler flags. draft
Sat, 06 Sep 2008 19:41:05 +0000 Roy Marples Check carrier when starting reboot. draft