Mercurial > hg > dhcpcd
graph
-
Use vfork instead of fork so we're more embedded friendly. draftSun, 15 Apr 2007 18:41:14 +0000, by Roy Marples
-
Remove gateways from the ROUTES and add to GATEWAYS draftSun, 15 Apr 2007 17:51:04 +0000, by Roy Marples
-
Minimum message size is now 300 bytes for crappy DHCP servers :/ draftWed, 11 Apr 2007 19:44:37 +0000, by Roy Marples
-
We should now compile on OpenBSD. Also, we check we can use some gcc flags before blindly erroring. draftSun, 08 Apr 2007 17:35:22 +0000, by Roy Marples
-
copy the arg as vsyslog may not do its own copy and use strlcpy instead of strcpy draftFri, 06 Apr 2007 12:30:16 +0000, by Roy Marples
-
Use strlcpy if available, if not define our own. draftThu, 05 Apr 2007 17:31:05 +0000, by Roy Marples
-
Add safe_strncpy function to ensure everything is NULL terminated draftThu, 05 Apr 2007 16:56:58 +0000, by Roy Marples
-
Cast NULL as char * when terminating lists, and use printf like attributes on our logging functions. draftThu, 05 Apr 2007 14:33:39 +0000, by Roy Marples
-
Add --nomtu/-M option. Also, if MTU is used we restore it to how it was at when we exist, don't get an MTU from the server or get an invalid MTU from the server. draftWed, 04 Apr 2007 14:28:07 +0000, by Roy Marples
-
You can now build dhcpcd without support for writing ntp, nis and info files draftTue, 03 Apr 2007 07:03:04 +0000, by Roy Marples
-
Check that if_nametoindex returns a valid index, thanks to d00mer. draftFri, 23 Mar 2007 10:32:11 +0000, by Roy Marples
-
Build correctly on dietlibc, thanks to d00mer. draftFri, 23 Mar 2007 10:09:14 +0000, by Roy Marples
-
When MTU is less than 576 we now ignore it instead of setting the MTU to 576. draftFri, 23 Mar 2007 10:02:02 +0000, by Roy Marples
-
When we get an invalid length for a DHCP option, try and continue anyway. draftSun, 04 Mar 2007 15:08:21 +0000, by Roy Marples
-
RFC 2131 is full of confusion regarding MTU it seems as the effective minimum MTU is really 576 or DHCP requests stop working. draftFri, 02 Mar 2007 12:11:46 +0000, by Roy Marples
-
Don't crash with 0 or invalid length DHCP options, reported by Stefan de Konink. draftTue, 27 Feb 2007 12:06:44 +0000, by Roy Marples
-
Fix regression on Linux for sending packets over non Ethernet devices. draftWed, 21 Feb 2007 23:22:25 +0000, by Roy Marples
-
define ARPHRD_IEEE1394 if it doesn not exist, like for Linux-2.4 kernels. draftWed, 21 Feb 2007 22:20:04 +0000, by Roy Marples
-
Stop using sleeps as it may mess with our signal handler. Display cidr when adding/deleting addreses. draftWed, 21 Feb 2007 10:30:50 +0000, by Roy Marples
-
Test to see if the pid in the pidfile is actually running before claiming draftTue, 20 Feb 2007 22:57:10 +0000, by Roy Marples
-
Add DHCP over FireWire 1394 (RFC 2855) and InfiniBand (RFC 4390) support. draftMon, 12 Feb 2007 16:12:50 +0000, by Roy Marples
-
Don't try to send messages when we infinite leasetime and the interface draftThu, 08 Feb 2007 09:40:22 +0000, by Roy Marples
-
Bother bother reading the existing ntp.conf file once we have matched all our servers draftSun, 28 Jan 2007 16:54:27 +0000, by Roy Marples
-
Only write a new ntp.conf if any of our servers are not present in it. draftSat, 27 Jan 2007 13:59:38 +0000, by Roy Marples
-
Respond to SIGCHLD with a wait so we don't leave zombies around. draftSat, 27 Jan 2007 13:31:39 +0000, by Roy Marples
-
For infinite timeout, we now resent the last request at +TIMEOUT_MINI draftThu, 18 Jan 2007 14:02:40 +0000, by Roy Marples
-
For infinite timeout, we now resent the last request at TIMEOUT_MINI draftTue, 16 Jan 2007 17:54:07 +0000, by Roy Marples
-
Add static routes before any default routes as a router may require a host draftThu, 28 Dec 2006 18:44:16 +0000, by Roy Marples
-
Change back to gnu99 to support generic Linux headers until they work with c99 like they should. draftThu, 21 Dec 2006 18:23:15 +0000, by Roy Marples
