]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2007-05-14  Roy MarplesStop using optional arguments, use '' instead so we...
2007-05-14  Roy MarplesRename ch to opt
2007-05-14  Roy MarplesDon't overrwite .info files when dropping if they alrea...
2007-05-13  Roy MarplesAdd INSTALL file
2007-05-13  Roy MarplesEnsure that dhcpcd.sh is always called.
2007-05-13  Roy MarplesKeep flock on pidfile open for while running.
2007-05-13  Roy Marplesflock the pidfile and stop writing the parent pid to...
2007-05-11  Roy MarplesAvoid using sizeof for hostname length check
2007-05-11  Roy MarplesEnable DHCP_INFORM support via the -S option
2007-05-11  Roy MarplesFix Makefile gcc options
2007-05-11  Roy MarplesAllow -I to have an optional argument, when missing...
2007-05-10  Roy MarplesAdd support for RFC 4361
2007-05-10  Roy Marplesadd missing files
2007-05-10  Roy Marplesconfig.h now has the compile time options, instead...
2007-05-04  Roy MarplesClean up stuff
2007-04-26  Roy MarplesGrammer fix by vonr
2007-04-26  Roy MarplesAlthough we compile on NetBSD, we fail to add routes...
2007-04-26  Roy MarplesSend a FQDN hostname if it contains dots, strip the...
2007-04-18  Roy MarplesUse MAXHOSTNAMELEN instead of our define
2007-04-18  Roy MarplesEnsure that static routes are always added before routers.
2007-04-18  Roy MarplesUse getnameinfo instead of gethostbyaddr.
2007-04-16  Roy MarplesRename define and add comment to info file
2007-04-15  Roy MarplesUse vfork instead of fork so we're more embedded friendly.
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
next