]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2007-04-15  Roy MarplesRemove gateways from the ROUTES and add to GATEWAYS
2007-04-14  Roy Marplesdhcpcd-3.0.17
2007-04-13  Roy MarplesTypo, thanks to A C Hurst
2007-04-13  Roy Marplesignore should be debug message
2007-04-12  Roy MarplesStyle updates
2007-04-12  Roy MarplesUpdate
2007-04-12  Roy MarplesRedfine the variable and add a comment
2007-04-11  Roy MarplesMinimum message size is now 300 bytes for crappy DHCP...
2007-04-11  Roy MarplesCuddle up to LKML style C
2007-04-10  Roy MarplesFix indentation
2007-04-08  Roy MarplesWe should now compile on OpenBSD. Also, we check we...
2007-04-06  Roy Marplescopy the arg as vsyslog may not do its own copy and...
2007-04-05  Roy Marplesstring.h pulls in features.h
2007-04-05  Roy MarplesUse libc strlcpy for uclibc and dietlibc
2007-04-05  Roy MarplesRemove the last sprintf
2007-04-05  Roy MarplesUse strlcpy if available, if not define our own.
2007-04-05  Roy MarplesAdd safe_strncpy function to ensure everything is NULL...
2007-04-05  Roy MarplesClean ups
2007-04-05  Roy MarplesCast NULL as char * when terminating lists, and use...
2007-04-04  Roy MarplesAdd --nomtu/-M option. Also, if MTU is used we restore...
2007-04-03  Roy MarplesYou can now build dhcpcd without support for writing...
2007-03-23  Roy MarplesCheck that if_nametoindex returns a valid index, thanks...
2007-03-23  Roy MarplesBuild correctly on dietlibc, thanks to d00mer.
2007-03-23  Roy MarplesWhen MTU is less than 576 we now ignore it instead...
2007-03-04  Roy MarplesWhen we get an invalid length for a DHCP option, try...
2007-03-02  Roy MarplesRFC 2131 is full of confusion regarding MTU it seems...
2007-03-01  Roy MarplesFix MTU length checking.
2007-02-28  Roy Marples3.0.14 done
2007-02-27  Roy MarplesDon't crash with 0 or invalid length DHCP options,...
2007-02-23  Roy MarplesFinal 3.0.13
2007-02-23  Roy MarplesFinal 3.0.13
2007-02-22  Roy MarplesReally fix firewire
2007-02-21  Roy MarplesFix regression on Linux for sending packets over non...
2007-02-21  Roy Marplesdefine ARPHRD_IEEE1394 if it doesn not exist, like...
2007-02-21  Roy MarplesFinalise 3.0.12
2007-02-21  Roy MarplesNo more errors reported under valgrind :)
2007-02-21  Roy MarplesClean up some valgrind errors
2007-02-21  Roy MarplesStop using sleeps as it may mess with our signal handle...
2007-02-20  Roy MarplesTest to see if the pid in the pidfile is actually runni...
2007-02-12  Roy Marplesman page touchups
2007-02-12  Roy MarplesAdd DHCP over FireWire 1394 (RFC 2855) and InfiniBand...
2007-02-08  Roy MarplesDon't try to send messages when we infinite leasetime...
2007-01-28  Roy MarplesBother bother reading the existing ntp.conf file once...
2007-01-27  Roy MarplesTag 3.0.10
2007-01-27  Roy Marples3.0.10
2007-01-27  Roy MarplesOnly write a new ntp.conf if any of our servers are...
2007-01-27  Roy MarplesRespond to SIGCHLD with a wait so we don't leave zombie...
2007-01-18  Roy MarplesUpdate changelog
2007-01-18  Roy MarplesFor infinite timeout, we now resent the last request...
2007-01-17  Roy MarplesTypo
2007-01-16  Roy MarplesFor infinite timeout, we now resent the last request...
2007-01-07  Roy MarplesVersion makefile
2007-01-07  Roy Marples3.0.9
2006-12-28  Roy MarplesAdd static routes before any default routes as a router...
2006-12-21  Roy Marples3.0.8
2006-12-21  Roy MarplesCode clean
2006-12-21  Roy MarplesTweak makefile
2006-12-21  Roy MarplesChange back to gnu99 to support generic Linux headers...
2006-12-21  Roy MarplesFix arp checking
2006-12-19  Roy Marples3.0.7
2006-12-19  Roy MarplesAdd NetBSD and OpenBSD support - untested though
2006-12-18  Roy MarplesClean up warnings on Sparc/Linux
2006-12-18  Roy MarplesAllow Token Ring on Linux
2006-12-18  Roy MarplesClean up compile warnings on Sparc/FreeBSD
2006-12-15  Roy Marplesdhcpcd is reported to work on Darwin :)
2006-12-15  Roy MarplesAdd -Werror back
2006-12-15  Roy MarplesFix cleanmetas function and fix FreeBSD again
2006-12-15  Roy MarplesFix silly warning on s390
2006-12-15  Roy MarplesUse -pipe again
2006-12-15  Roy MarplesDefine _BSD_SOURCE and change to c99 - more warnings...
2006-12-15  Roy MarplesCompiles on FreeBSD again
2006-12-14  Roy MarplesMake the consts sane
2006-12-14  Roy MarplesAdd loads of debugging CFLAGS so we can remove all...
2006-12-11  Roy MarplesDon't set the broadcast flag anymore as all BPF and...
2006-12-06  Roy MarplesFix yp.conf creation
2006-12-06  Roy MarplesCompile fix for FreeBSD
2006-12-06  Roy MarplesUpdate ChangeLog
2006-12-06  Roy MarplesTag 3.0.4
2006-12-06  Roy MarplesFix netmask thanks to Marc Duponcheel.
2006-12-06  Roy MarplesSend the current hostname by default.
2006-12-05  Roy MarplesRevert mistaken commit
2006-12-05  Roy MarplesTag dhcpcd-3.0.3
2006-12-05  Roy MarplesFix NIS, #define RESOLVCONF and send the parameter...
2006-12-04  Roy MarplesSend hostname/fqdn in DISCOVER and INFORM messages...
2006-12-04  Roy MarplesDon't do if (foo) when foo is a char array and not...
2006-12-04  Roy MarplesFix writing to /etc/resolv.conf when resolvconf not...
2006-12-04  Roy MarplesClean some style and stop using %m (use %s + strerror...
2006-12-04  Roy MarplesOnly include linux/if_addr.h for 2.6.19 kernels and...
2006-12-04  Roy MarplesInclude linux/if_addr.h so we compile on 2.6.19 kernels...
2006-12-03  Roy MarplesLinux systems without glibc-2.3 don't have getifaddrs...
2006-12-01  Roy MarplesChanged the default timeout to 20 seconds, allowing...
2006-12-01  Roy MarplesAdd userlen back
2006-12-01  Roy MarplesSet the rfds correctly so we can get a reply after...
2006-11-30  Roy Marplesxmalloc dhcp objects so we can swap pointer around...
2006-11-30  Roy MarplesQuote all vars in the info file.
2006-11-27  Roy MarplesDon't define CC
2006-11-27  Roy MarplesTweak Makefile
2006-11-27  Roy MarplesDon't bundle the .svn dir in the Makefile
2006-11-27  Roy MarplesAdd dhcpcd-3 re-write