Mercurial > hg > dhcpcd
graph
-
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. draftWed, 17 Sep 2008 13:09:30 +0000, by Roy Marples
-
Move wireless detection from net.c into if-bsd.c and if-linux.c draftWed, 17 Sep 2008 10:32:55 +0000, by Roy Marples
-
Allow the release keyword in dhcpcd.conf to release the lease on shutdown. draftTue, 16 Sep 2008 13:17:23 +0000, by Roy Marples
-
Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types currently, so skip others. draftTue, 16 Sep 2008 09:55:46 +0000, by Roy Marples
-
Loads of changes, so the next full version will be 5.0. We'll releae 4.99.1 here. draftMon, 15 Sep 2008 19:31:18 +0000, by Roy Marples
-
We need to flush the ARP table after configuring new routes. draftMon, 15 Sep 2008 19:15:52 +0000, by Roy Marples
-
Add subnet routes to our routing table so we can change them for systems without metrics. draftMon, 15 Sep 2008 16:53:11 +0000, by 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). draftMon, 15 Sep 2008 15:23:46 +0000, by Roy Marples
-
Don't decline leases that we loaded from disk. draftMon, 15 Sep 2008 15:20:09 +0000, by Roy Marples
-
Ensure that routes go via the correct interface and set netmask correctly. draftSun, 14 Sep 2008 09:07:34 +0000, by Roy Marples
-
We may change size of hwaddr_buffer, so just use sizeof. draftSun, 14 Sep 2008 09:06:22 +0000, by 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. draftFri, 12 Sep 2008 18:08:07 +0000, by Roy Marples
-
Drop interfaces in reverse order when stopping and handle removal of interfaces in one function. draftThu, 11 Sep 2008 22:55:27 +0000, by Roy Marples
-
Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better multiple interface support. draftThu, 11 Sep 2008 09:38:02 +0000, by Roy Marples
-
Allow quiet and nobackground to work in dhcpcd.conf draftThu, 11 Sep 2008 08:28:39 +0000, by Roy Marples
-
Move function lower down as it's not that important. draftWed, 10 Sep 2008 12:39:20 +0000, by Roy Marples
-
Export IF_METRIC to resolvconf. We should change to the -m option when openresolv-1.8 gets around abit. draftWed, 10 Sep 2008 12:34:25 +0000, by Roy Marples
-
Sort interfaces according to preference and pass this to dhcpcd-run-hooks so we can prefer configs. draftTue, 09 Sep 2008 17:07:48 +0000, by Roy Marples
-
We don't create these files, so don't clean them. draftTue, 09 Sep 2008 15:36:50 +0000, by Roy Marples
-
We no longer ship .sh files, so remove the construct. draftTue, 09 Sep 2008 08:16:15 +0000, by Roy Marples
-
On Linux, fix replacing the kernel added subnet route correctly for metrics. draftMon, 08 Sep 2008 11:30:31 +0000, by Roy Marples
-
ocets might as well be size_t. This also fixes a segfault whe compiled with pcc. draftSat, 06 Sep 2008 18:43:27 +0000, by Roy Marples
-
Always test our cc options with a valid input file. draftSat, 06 Sep 2008 15:53:31 +0000, by Roy Marples
-
Should use LOG_DAEMON as we're a DHCP Client Daemon draftFri, 05 Sep 2008 19:44:02 +0000, by Roy Marples
-
Remove logger and exclusively uses syslog instead. This saves almost 2K on NetBSD/amd64 from before changing strerror to %m. draftFri, 05 Sep 2008 18:24:34 +0000, by Roy Marples
-
Don't spam on startup about unsupported interfaces if quiet. draftFri, 05 Sep 2008 15:46:02 +0000, by Roy Marples
-
Fix the define for GLIBC. uClibc just passes syslog to printf, so assume %m works there also. draftFri, 05 Sep 2008 15:28:08 +0000, by Roy Marples
-
As our logger calls emulate syslog, we can use %m. However, this means we have to convert it for printf as POSIX does not require that printf supports it. This also means we drop -pedantic from our GCC flags. draftFri, 05 Sep 2008 13:12:35 +0000, by Roy Marples
