]>
git.ipfire.org Git - thirdparty/dhcpcd.git/log
Roy Marples [Wed, 6 Dec 2006 10:06:51 +0000 (10:06 +0000)]
Tag 3.0.4
Roy Marples [Wed, 6 Dec 2006 10:02:03 +0000 (10:02 +0000)]
Fix netmask thanks to Marc Duponcheel.
Roy Marples [Wed, 6 Dec 2006 09:37:15 +0000 (09:37 +0000)]
Send the current hostname by default.
Roy Marples [Tue, 5 Dec 2006 10:12:50 +0000 (10:12 +0000)]
Revert mistaken commit
Roy Marples [Tue, 5 Dec 2006 09:42:35 +0000 (09:42 +0000)]
Tag dhcpcd-3.0.3
Roy Marples [Tue, 5 Dec 2006 09:38:10 +0000 (09:38 +0000)]
Fix NIS, #define RESOLVCONF and send the parameter list with DISCOVER messages
Roy Marples [Mon, 4 Dec 2006 21:13:04 +0000 (21:13 +0000)]
Send hostname/fqdn in DISCOVER and INFORM messages too.
Roy Marples [Mon, 4 Dec 2006 16:09:18 +0000 (16:09 +0000)]
Don't do if (foo) when foo is a char array and not a pointer
Roy Marples [Mon, 4 Dec 2006 14:08:44 +0000 (14:08 +0000)]
Fix writing to /etc/resolv.conf when resolvconf not present and add more debug statements
Roy Marples [Mon, 4 Dec 2006 12:56:30 +0000 (12:56 +0000)]
Clean some style and stop using %m (use %s + strerror (errno) instead)
Roy Marples [Mon, 4 Dec 2006 12:40:14 +0000 (12:40 +0000)]
Only include linux/if_addr.h for 2.6.19 kernels and better
Roy Marples [Mon, 4 Dec 2006 09:56:40 +0000 (09:56 +0000)]
Include linux/if_addr.h so we compile on 2.6.19 kernels, thanks to AlexExtreme.
Roy Marples [Sun, 3 Dec 2006 10:28:57 +0000 (10:28 +0000)]
Linux systems without glibc-2.3 don't have getifaddrs, so we define our own.
Roy Marples [Fri, 1 Dec 2006 20:08:33 +0000 (20:08 +0000)]
Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work.
Roy Marples [Fri, 1 Dec 2006 16:22:15 +0000 (16:22 +0000)]
Add userlen back
Roy Marples [Fri, 1 Dec 2006 12:50:53 +0000 (12:50 +0000)]
Set the rfds correctly so we can get a reply after re-sending a request.
Set the seconds elasped and maximum message size correctly in DHCP messages.
Now compiles on Linux 2.4 kernels.
Roy Marples [Thu, 30 Nov 2006 15:58:45 +0000 (15:58 +0000)]
xmalloc dhcp objects so we can swap pointer around easily.
Roy Marples [Thu, 30 Nov 2006 13:04:23 +0000 (13:04 +0000)]
Quote all vars in the info file.
-n and -G options now work as stated in the man page.
Handle select loops with large timeouts and infinite lease times.
Correctly set the broadcast flag.
make_dhcp_packet already has byte ordered addresses, thanks to TGL
for the fix.
If we get a NAK then always re-enter the INIT state.
Roy Marples [Mon, 27 Nov 2006 21:32:54 +0000 (21:32 +0000)]
Don't define CC
Roy Marples [Mon, 27 Nov 2006 21:13:01 +0000 (21:13 +0000)]
Tweak Makefile
Roy Marples [Mon, 27 Nov 2006 20:45:59 +0000 (20:45 +0000)]
Don't bundle the .svn dir in the Makefile
Roy Marples [Mon, 27 Nov 2006 20:23:22 +0000 (20:23 +0000)]
Add dhcpcd-3 re-write