]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2007-10-22  Roy Marplesdhcpcd --version now shows what compile time options...
2007-10-21  Roy MarplesDon't need this define anymore.
2007-10-21  Roy MarplesRelease 3.1.7
2007-10-21  Roy Marplestypo
2007-10-21  Roy MarplesAdd warnings about requesting a link local address.
2007-10-20  Roy MarplesWrite the pidfile before we fork so we can easily be...
2007-10-17  Roy MarplesAlways define IN_LINKLOCAL
2007-10-12  Roy MarplesAlways add a link-local route unless we're given a...
2007-10-12  Roy MarplesChange wording
2007-10-11  Roy MarplesRemove temp files when cannot work out linking foo
2007-10-11  Roy MarplesDon't malloc pointer size when we mean data size
2007-10-11  Roy MarplesNo need for if here
2007-10-11  Roy MarplesClarify EINTR
2007-10-11  Roy MarplesReduce stack usage by using malloc more.
2007-10-11  Roy MarplesWork better with signal handling, arp and send errors
2007-10-11  Roy Marplesrevert commit - wrong file :/
2007-10-11  Roy MarplesWork better with signal handling, arp and send errors
2007-10-11  Roy MarplesReturn on all errors
2007-10-11  Roy MarplesHandle signals correctly.
2007-10-11  Roy MarplesAllow none signal pipe users to grab signals
2007-10-11  Roy MarplesIf we're on a different subnet from the one we get...
2007-10-11  Roy MarplesSkip over bogus EINTR error on select when arp checking...
2007-10-09  Roy MarplesClarify -r option a little
2007-10-04  Roy MarplesRelease 3.1.6
2007-10-04  Roy Marples--skiproutes has been added for no fork users so that...
2007-09-04  Roy Marplesremove the .depend file for ease of development
2007-09-04  Roy MarplesAdd empty .depend file
2007-09-04  Roy MarplesMany thanks to Michael Durrant for testing the below...
2007-08-24  Roy MarplesLoopify the pmake gcc flag detection
2007-08-21  Roy MarplesSuck it hard and use gettimeofday for Linux. Lets just...
2007-08-20  Roy MarplesFix the flushing of addresses on BSD systems.
2007-08-20  Roy MarplesPrepare 3.1.5
2007-08-20  Roy MarplesRework the arp code again so that we don't link to...
2007-08-20  Roy MarplesFix a potential buffer overflow in hwaddr_ntoa if lengt...
2007-08-20  Roy MarplesFix a potential heap overflow in decode_CSR when CIDR...
2007-08-20  Roy MarplesFix a potential heap overflow in decode_sipservers...
2007-08-11  Roy Marples-L actually doesn't do IPv4LL as advertised.
2007-08-10  Roy MarplesWe still need the common.h header
2007-08-09  Roy MarplesMakefile version
2007-08-09  Roy Marples3.1.4
2007-08-09  Roy MarplesEnsure ARP checking times out when there is a flood.
2007-08-09  Roy MarplesDon't use xmalloc in logger as that is self recursive.
2007-08-03  Roy MarplesMove signal out of the options struct as it's just...
2007-08-03  Roy MarplesAdd -x option to quit without releasing the lease.
2007-07-31  Roy MarplesFix link routes which broke in 3.1.2.
2007-07-31  Roy MarplesChangelog
2007-07-31  Roy MarplesFix static routes
2007-07-30  Roy MarplesChange the route output to use CIDR instead of netmasks
2007-07-30  Roy MarplesUse --nodeps when restarting services
2007-07-29  Roy MarplesSimply CIDR calculation, thanks to Francois-Xavier...
2007-07-29  Roy MarplesDon't free the dhcp object on RENEW (fixes a segfault)
2007-07-26  Roy MarplesFix arp segfaulting and final 3.1.1
2007-07-25  Roy MarplesRemove getifaddrs code and instead just use ioctls.
2007-07-23  Roy MarplesFinal 3.1.0
2007-07-21  Roy MarplesAdd new socket code to try and support InfiniBand better.
2007-07-19  Roy MarplesFix leak and report correct invalid encoding option...
2007-07-18  Roy MarplesSupport RFC 3361 SIP Servers.
2007-07-18  Roy Marples==-1 is cheaper than <0
2007-07-18  Roy Marples==-1 is cheaper than <0
2007-07-18  Roy Marples==-1 is cheaper than <0
2007-07-18  Roy MarplesWe now do ARP checking by default as recommended by...
2007-07-17  Roy MarplesSuport DHCP option (52) overload.
2007-07-12  Roy MarplesAdded -T test option. This just sends a DHCP_DISCOVER...
2007-07-12  Roy MarplesPad after end
2007-06-28  Roy MarplesFix adding /32 routes on Linux
2007-06-28  Roy MarplesFix Client ID's
2007-06-27  Roy MarplesDon't do any DUID if we have a user specified ClientID
2007-06-27  Roy MarplesFix adding of routes on the BSDs.
2007-06-26  Roy MarplesROOTPATH should work correctly again, thanks to danhien.
2007-06-26  Roy Marpleschdir to / for sanity
2007-05-30  Roy MarplesWe now have 6 hostname options, which should satisfy...
2007-05-28  Roy Marples-HH sets the hostname to the full dns name looked up...
2007-05-23  Roy MarplesDon't strip the domain when looking up hostname via DNS
2007-05-22  Roy MarplesMinimum packet is 46 bytes
2007-05-21  Roy MarplesFix ARP checking
2007-05-21  Roy MarplesSupport linux aliased addresses
2007-05-15  Roy MarplesEnable DHCP_INFORM support via the -s option again...
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.
next