| Mon, 16 Apr 2007 08:33:22 +0000 |
Roy Marples |
Rename define and add comment to info file
draft
|
| Sun, 15 Apr 2007 18:41:14 +0000 |
Roy Marples |
Use vfork instead of fork so we're more embedded friendly.
draft
|
| Sun, 15 Apr 2007 17:51:04 +0000 |
Roy Marples |
Remove gateways from the ROUTES and add to GATEWAYS
draft
|
| Sat, 14 Apr 2007 07:53:33 +0000 |
Roy Marples |
dhcpcd-3.0.17
draft
|
| Fri, 13 Apr 2007 23:59:24 +0000 |
Roy Marples |
Typo, thanks to A C Hurst
draft
|
| Fri, 13 Apr 2007 08:49:03 +0000 |
Roy Marples |
ignore should be debug message
draft
|
| Thu, 12 Apr 2007 13:12:25 +0000 |
Roy Marples |
Style updates
draft
|
| Thu, 12 Apr 2007 06:58:02 +0000 |
Roy Marples |
Update
draft
|
| Thu, 12 Apr 2007 06:52:51 +0000 |
Roy Marples |
Redfine the variable and add a comment
draft
|
| Wed, 11 Apr 2007 19:44:37 +0000 |
Roy Marples |
Minimum message size is now 300 bytes for crappy DHCP servers :/
draft
|
| Wed, 11 Apr 2007 13:18:33 +0000 |
Roy Marples |
Cuddle up to LKML style C
draft
|
| Tue, 10 Apr 2007 11:27:37 +0000 |
Roy Marples |
Fix indentation
draft
|
| Sun, 08 Apr 2007 17:35:22 +0000 |
Roy Marples |
We should now compile on OpenBSD. Also, we check we can use some gcc flags before blindly erroring.
draft
|
| Fri, 06 Apr 2007 12:30:16 +0000 |
Roy Marples |
copy the arg as vsyslog may not do its own copy and use strlcpy instead of strcpy
draft
|
| Thu, 05 Apr 2007 18:11:05 +0000 |
Roy Marples |
string.h pulls in features.h
draft
|
| Thu, 05 Apr 2007 18:05:38 +0000 |
Roy Marples |
Use libc strlcpy for uclibc and dietlibc
draft
|
| Thu, 05 Apr 2007 17:38:18 +0000 |
Roy Marples |
Remove the last sprintf
draft
|
| Thu, 05 Apr 2007 17:31:05 +0000 |
Roy Marples |
Use strlcpy if available, if not define our own.
draft
|
| Thu, 05 Apr 2007 16:56:58 +0000 |
Roy Marples |
Add safe_strncpy function to ensure everything is NULL terminated
draft
|
| Thu, 05 Apr 2007 15:01:50 +0000 |
Roy Marples |
Clean ups
draft
|
| Thu, 05 Apr 2007 14:33:39 +0000 |
Roy Marples |
Cast NULL as char * when terminating lists, and use printf like attributes on our logging functions.
draft
|
| Wed, 04 Apr 2007 14:28:07 +0000 |
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.
draft
|
| Tue, 03 Apr 2007 07:03:04 +0000 |
Roy Marples |
You can now build dhcpcd without support for writing ntp, nis and info files
draft
|
| Fri, 23 Mar 2007 10:32:11 +0000 |
Roy Marples |
Check that if_nametoindex returns a valid index, thanks to d00mer.
draft
|
| Fri, 23 Mar 2007 10:09:14 +0000 |
Roy Marples |
Build correctly on dietlibc, thanks to d00mer.
draft
|
| Fri, 23 Mar 2007 10:02:02 +0000 |
Roy Marples |
When MTU is less than 576 we now ignore it instead of setting the MTU to 576.
draft
|
| Sun, 04 Mar 2007 15:08:21 +0000 |
Roy Marples |
When we get an invalid length for a DHCP option, try and continue anyway.
draft
|
| Fri, 02 Mar 2007 12:11:46 +0000 |
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.
draft
|
| Thu, 01 Mar 2007 10:42:01 +0000 |
Roy Marples |
Fix MTU length checking.
draft
|
| Wed, 28 Feb 2007 09:18:04 +0000 |
Roy Marples |
3.0.14 done
draft
|