Mercurial > hg > dhcpcd
graph
-
Although RFC2131 requires a ServerID we can actually work without one. draftWed, 13 May 2009 19:17:21 +0000, by Roy Marples
-
The smallest MTU we can work with is 576, so don't set less. draftWed, 13 May 2009 18:49:49 +0000, by Roy Marples
-
Enforce a minimum lease of 20 seconds so we can do things draftWed, 13 May 2009 18:14:50 +0000, by Roy Marples
-
ifas without an ifa_addr seem to indicate a link without a hwaddr, so draftMon, 11 May 2009 07:16:24 +0000, by Roy Marples
-
I stand corrected - ifa_addr can be NULL from getifaddrs(3) draftSun, 10 May 2009 23:31:55 +0000, by Roy Marples
-
Some glibc versions have a NULL ifa_addr for the ifa from getifaddrs(3). draftSun, 10 May 2009 20:20:18 +0000, by Roy Marples
-
Add a build target to prepare dhcpcd for importing into NetBSD. draftSun, 10 May 2009 16:21:56 +0000, by Roy Marples
-
Install the lookup-hostname script by default but don't run it by default. draftSat, 09 May 2009 20:55:36 +0000, by Roy Marples
-
Fix dhcpcd -n $int starting a new instance of dhcpcd if not running. draftSat, 09 May 2009 14:15:31 +0000, by Roy Marples
-
Ensure that our dirs exist in the PREINIT stage. draftSun, 03 May 2009 20:07:14 +0000, by Roy Marples
-
Some distros need additional headers to compile linux/wireless.h draftSun, 03 May 2009 12:33:24 +0000, by Roy Marples
-
We need to cast to void * to remove warnings on Sparc64 draftSat, 02 May 2009 16:21:52 +0000, by roy
-
dhcpcd -V now shows all variables we set, even without an option. draftFri, 24 Apr 2009 16:48:35 +0000, by Roy Marples
-
Remove old NetworkManager script - it's useless these days. draftMon, 20 Apr 2009 09:38:08 +0000, by Roy Marples
-
Prefix interface vars with if so we don't stamp on generic names like 'flags'. draftMon, 20 Apr 2009 09:37:11 +0000, by Roy Marples
-
Blank memory correctly so we pickup address and route addition/deletion better. draftSun, 19 Apr 2009 19:40:13 +0000, by Roy Marples
-
Add an option to fallback to a profile when DHCP fails. draftSat, 18 Apr 2009 21:43:23 +0000, by Roy Marples
-
NetBSD-5.0RC4 has a kernel error causing an AF_LINK to be reported twice. A patch has been submitted, hopefully included in NetBSD-5.0 draftFri, 17 Apr 2009 19:15:42 +0000, by Roy Marples
-
discover_interfaces now uses getifaddrs instead of OS specific implementation. draftFri, 17 Apr 2009 12:49:25 +0000, by Roy Marples
-
Some option only make sense in the configuration file, so remove short draftWed, 15 Apr 2009 09:15:53 +0000, by Roy Marples
-
We should ignore DHCP messages without a ServerID, #166. draft dhcpcd-4.0.13Sun, 12 Apr 2009 19:17:08 +0000, by Roy Marples
-
We should ignore DHCP messages without a ServerID, #166. draftSun, 12 Apr 2009 19:16:57 +0000, by Roy Marples
-
We need a bit more space for the profile name. draftTue, 31 Mar 2009 11:01:25 +0000, by Roy Marples
-
Add the ability to arping an address and select a profile based on the draftTue, 31 Mar 2009 08:35:38 +0000, by Roy Marples
-
Default point to point interfaces to static if not inform. draftMon, 23 Mar 2009 20:10:02 +0000, by Roy Marples
-
If we define a static address, we are not informing and vice versa. draftMon, 23 Mar 2009 14:05:51 +0000, by Roy Marples
