| Mon, 14 May 2007 13:34:36 +0000 |
Roy Marples |
Rename ch to opt
draft
|
| Mon, 14 May 2007 10:01:56 +0000 |
Roy Marples |
Don't overrwite .info files when dropping if they already exist
draft
|
| Sun, 13 May 2007 18:44:29 +0000 |
Roy Marples |
Add INSTALL file
draft
|
| Sun, 13 May 2007 17:43:56 +0000 |
Roy Marples |
Ensure that dhcpcd.sh is always called.
draft
|
| Sun, 13 May 2007 13:46:39 +0000 |
Roy Marples |
Keep flock on pidfile open for while running.
draft
|
| Sun, 13 May 2007 12:28:54 +0000 |
Roy Marples |
flock the pidfile and stop writing the parent pid to it so we're more robst.
draft
|
| Fri, 11 May 2007 21:31:14 +0000 |
Roy Marples |
Avoid using sizeof for hostname length check
draft
|
| Fri, 11 May 2007 19:55:00 +0000 |
Roy Marples |
Enable DHCP_INFORM support via the -S option
draft
|
| Fri, 11 May 2007 11:00:14 +0000 |
Roy Marples |
Fix Makefile gcc options
draft
|
| Fri, 11 May 2007 10:51:32 +0000 |
Roy Marples |
Allow -I to have an optional argument, when missing don't use DUID's
draft
|
| Thu, 10 May 2007 16:08:49 +0000 |
Roy Marples |
Add support for RFC 4361
draft
|
| Thu, 10 May 2007 16:07:17 +0000 |
Roy Marples |
add missing files
draft
|
| Thu, 10 May 2007 09:39:26 +0000 |
Roy Marples |
config.h now has the compile time options, instead of being dotted around.
draft
|
| Fri, 04 May 2007 14:47:09 +0000 |
Roy Marples |
Clean up stuff
draft
|
| Thu, 26 Apr 2007 18:46:26 +0000 |
Roy Marples |
Grammer fix by vonr
draft
|
| Thu, 26 Apr 2007 16:46:55 +0000 |
Roy Marples |
Although we compile on NetBSD, we fail to add routes correctly.
draft
|
| Thu, 26 Apr 2007 16:16:56 +0000 |
Roy Marples |
Send a FQDN hostname if it contains dots, strip the domain from a looked up hostname if it matches our domain or search and sanitize our fd's a little better.
draft
|
| Wed, 18 Apr 2007 15:14:55 +0000 |
Roy Marples |
Use MAXHOSTNAMELEN instead of our define
draft
|
| Wed, 18 Apr 2007 12:03:23 +0000 |
Roy Marples |
Ensure that static routes are always added before routers.
draft
|
| Wed, 18 Apr 2007 10:16:51 +0000 |
Roy Marples |
Use getnameinfo instead of gethostbyaddr.
draft
|
| 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
|
| Tue, 27 Feb 2007 12:06:44 +0000 |
Roy Marples |
Don't crash with 0 or invalid length DHCP options, reported by Stefan de Konink.
draft
|
| Fri, 23 Feb 2007 08:44:38 +0000 |
Roy Marples |
Final 3.0.13
draft
|
| Fri, 23 Feb 2007 08:41:46 +0000 |
Roy Marples |
Final 3.0.13
draft
|
| Thu, 22 Feb 2007 07:23:19 +0000 |
Roy Marples |
Really fix firewire
draft
|
| Wed, 21 Feb 2007 23:22:25 +0000 |
Roy Marples |
Fix regression on Linux for sending packets over non Ethernet devices.
draft
|
| Wed, 21 Feb 2007 22:20:04 +0000 |
Roy Marples |
define ARPHRD_IEEE1394 if it doesn not exist, like for Linux-2.4 kernels.
draft
|
| Wed, 21 Feb 2007 12:56:22 +0000 |
Roy Marples |
Finalise 3.0.12
draft
|
| Wed, 21 Feb 2007 11:40:50 +0000 |
Roy Marples |
No more errors reported under valgrind :)
draft
|
| Wed, 21 Feb 2007 10:50:24 +0000 |
Roy Marples |
Clean up some valgrind errors
draft
|
| Wed, 21 Feb 2007 10:30:50 +0000 |
Roy Marples |
Stop using sleeps as it may mess with our signal handler. Display cidr when adding/deleting addreses.
draft
|
| Tue, 20 Feb 2007 22:57:10 +0000 |
Roy Marples |
Test to see if the pid in the pidfile is actually running before claiming
draft
|
| Mon, 12 Feb 2007 17:08:44 +0000 |
Roy Marples |
man page touchups
draft
|
| Mon, 12 Feb 2007 16:12:50 +0000 |
Roy Marples |
Add DHCP over FireWire 1394 (RFC 2855) and InfiniBand (RFC 4390) support.
draft
|
| Thu, 08 Feb 2007 09:40:22 +0000 |
Roy Marples |
Don't try to send messages when we infinite leasetime and the interface
draft
|
| Sun, 28 Jan 2007 16:54:27 +0000 |
Roy Marples |
Bother bother reading the existing ntp.conf file once we have matched all our servers
draft
|
| Sat, 27 Jan 2007 16:20:59 +0000 |
Roy Marples |
Tag 3.0.10
draft
|
| Sat, 27 Jan 2007 16:18:20 +0000 |
Roy Marples |
3.0.10
draft
|
| Sat, 27 Jan 2007 13:59:38 +0000 |
Roy Marples |
Only write a new ntp.conf if any of our servers are not present in it.
draft
|
| Sat, 27 Jan 2007 13:31:39 +0000 |
Roy Marples |
Respond to SIGCHLD with a wait so we don't leave zombies around.
draft
|
| Thu, 18 Jan 2007 14:17:10 +0000 |
Roy Marples |
Update changelog
draft
|
| Thu, 18 Jan 2007 14:02:40 +0000 |
Roy Marples |
For infinite timeout, we now resent the last request at +TIMEOUT_MINI
draft
|
| Wed, 17 Jan 2007 18:24:18 +0000 |
Roy Marples |
Typo
draft
|
| Tue, 16 Jan 2007 17:54:07 +0000 |
Roy Marples |
For infinite timeout, we now resent the last request at TIMEOUT_MINI
draft
|
| Sun, 07 Jan 2007 11:09:59 +0000 |
Roy Marples |
Version makefile
draft
|
| Sun, 07 Jan 2007 11:08:04 +0000 |
Roy Marples |
3.0.9
draft
|
| Thu, 28 Dec 2006 18:44:16 +0000 |
Roy Marples |
Add static routes before any default routes as a router may require a host
draft
|
| Thu, 21 Dec 2006 21:12:28 +0000 |
Roy Marples |
3.0.8
draft
|
| Thu, 21 Dec 2006 21:00:14 +0000 |
Roy Marples |
Code clean
draft
|
| Thu, 21 Dec 2006 18:28:45 +0000 |
Roy Marples |
Tweak makefile
draft
|
| Thu, 21 Dec 2006 18:23:15 +0000 |
Roy Marples |
Change back to gnu99 to support generic Linux headers until they work with c99 like they should.
draft
|
| Thu, 21 Dec 2006 16:51:16 +0000 |
Roy Marples |
Fix arp checking
draft
|
| Tue, 19 Dec 2006 10:06:45 +0000 |
Roy Marples |
3.0.7
draft
|
| Tue, 19 Dec 2006 10:06:21 +0000 |
Roy Marples |
Add NetBSD and OpenBSD support - untested though
draft
|
| Mon, 18 Dec 2006 14:30:32 +0000 |
Roy Marples |
Clean up warnings on Sparc/Linux
draft
|
| Mon, 18 Dec 2006 10:28:32 +0000 |
Roy Marples |
Allow Token Ring on Linux
draft
|
| Mon, 18 Dec 2006 09:43:44 +0000 |
Roy Marples |
Clean up compile warnings on Sparc/FreeBSD
draft
|
| Fri, 15 Dec 2006 18:28:54 +0000 |
Roy Marples |
dhcpcd is reported to work on Darwin :)
draft
|
| Fri, 15 Dec 2006 14:47:45 +0000 |
Roy Marples |
Add -Werror back
draft
|
| Fri, 15 Dec 2006 14:47:01 +0000 |
Roy Marples |
Fix cleanmetas function and fix FreeBSD again
draft
|
| Fri, 15 Dec 2006 11:44:23 +0000 |
Roy Marples |
Fix silly warning on s390
draft
|
| Fri, 15 Dec 2006 11:33:44 +0000 |
Roy Marples |
Use -pipe again
draft
|
| Fri, 15 Dec 2006 11:23:32 +0000 |
Roy Marples |
Define _BSD_SOURCE and change to c99 - more warnings cleaned up.
draft
|
| Fri, 15 Dec 2006 00:00:18 +0000 |
Roy Marples |
Compiles on FreeBSD again
draft
|
| Thu, 14 Dec 2006 23:47:56 +0000 |
Roy Marples |
Make the consts sane
draft
|
| Thu, 14 Dec 2006 23:17:27 +0000 |
Roy Marples |
Add loads of debugging CFLAGS so we can remove all compiler warnings
draft
|
| Mon, 11 Dec 2006 13:16:28 +0000 |
Roy Marples |
Don't set the broadcast flag anymore as all BPF and Linux sockets should be
draft
|
| Wed, 06 Dec 2006 11:34:46 +0000 |
Roy Marples |
Fix yp.conf creation
draft
|
| Wed, 06 Dec 2006 11:16:43 +0000 |
Roy Marples |
Compile fix for FreeBSD
draft
|
| Wed, 06 Dec 2006 10:10:07 +0000 |
Roy Marples |
Update ChangeLog
draft
|
| Wed, 06 Dec 2006 10:06:51 +0000 |
Roy Marples |
Tag 3.0.4
draft
|
| Wed, 06 Dec 2006 10:02:03 +0000 |
Roy Marples |
Fix netmask thanks to Marc Duponcheel.
draft
|
| Wed, 06 Dec 2006 09:37:15 +0000 |
Roy Marples |
Send the current hostname by default.
draft
|
| Tue, 05 Dec 2006 10:12:50 +0000 |
Roy Marples |
Revert mistaken commit
draft
|
| Tue, 05 Dec 2006 09:42:35 +0000 |
Roy Marples |
Tag dhcpcd-3.0.3
draft
|
| Tue, 05 Dec 2006 09:38:10 +0000 |
Roy Marples |
Fix NIS, #define RESOLVCONF and send the parameter list with DISCOVER messages
draft
|
| Mon, 04 Dec 2006 21:13:04 +0000 |
Roy Marples |
Send hostname/fqdn in DISCOVER and INFORM messages too.
draft
|
| Mon, 04 Dec 2006 16:09:18 +0000 |
Roy Marples |
Don't do if (foo) when foo is a char array and not a pointer
draft
|
| Mon, 04 Dec 2006 14:08:44 +0000 |
Roy Marples |
Fix writing to /etc/resolv.conf when resolvconf not present and add more debug statements
draft
|
| Mon, 04 Dec 2006 12:56:30 +0000 |
Roy Marples |
Clean some style and stop using %m (use %s + strerror (errno) instead)
draft
|
| Mon, 04 Dec 2006 12:40:14 +0000 |
Roy Marples |
Only include linux/if_addr.h for 2.6.19 kernels and better
draft
|
| Mon, 04 Dec 2006 09:56:40 +0000 |
Roy Marples |
Include linux/if_addr.h so we compile on 2.6.19 kernels, thanks to AlexExtreme.
draft
|
| Sun, 03 Dec 2006 10:28:57 +0000 |
Roy Marples |
Linux systems without glibc-2.3 don't have getifaddrs, so we define our own.
draft
|
| Fri, 01 Dec 2006 20:08:33 +0000 |
Roy Marples |
Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.
draft
|
| Fri, 01 Dec 2006 16:22:15 +0000 |
Roy Marples |
Add userlen back
draft
|
| Fri, 01 Dec 2006 12:50:53 +0000 |
Roy Marples |
Set the rfds correctly so we can get a reply after re-sending a request.
draft
|
| Thu, 30 Nov 2006 15:58:45 +0000 |
Roy Marples |
xmalloc dhcp objects so we can swap pointer around easily.
draft
|
| Thu, 30 Nov 2006 13:04:23 +0000 |
Roy Marples |
Quote all vars in the info file.
draft
|
| Mon, 27 Nov 2006 21:32:54 +0000 |
Roy Marples |
Don't define CC
draft
|
| Mon, 27 Nov 2006 21:13:01 +0000 |
Roy Marples |
Tweak Makefile
draft
|
| Mon, 27 Nov 2006 20:45:59 +0000 |
Roy Marples |
Don't bundle the .svn dir in the Makefile
draft
|