]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2009-07-03  Roy MarplesRelease dhcpcd-5.0.5 v5.0.5
2009-07-03  Roy MarplesRespect the MTU by default.
2009-07-03  Roy MarplesFix detecting the dstaddr at startup.
2009-06-09  Roy MarplesStyle.
2009-05-14  Roy MarplesRelease dhcpcd-5.0.4 v5.0.4
2009-05-13  Roy MarplesAlthough RFC2131 requires a ServerID we can actually...
2009-05-13  Roy MarplesThe smallest MTU we can work with is 576, so don't...
2009-05-13  Roy MarplesEnforce a minimum lease of 20 seconds so we can do...
2009-05-11  Roy MarplesRelease dhcpcd-5.0.3 v5.0.3
2009-05-11  Roy Marplesifas without an ifa_addr seem to indicate a link withou...
2009-05-10  Roy MarplesI stand corrected - ifa_addr can be NULL from getifaddrs(3)
2009-05-10  Roy MarplesSome glibc versions have a NULL ifa_addr for the ifa...
2009-05-10  Roy MarplesRelease dhcpcd-5.0.2 v5.0.2
2009-05-10  Roy MarplesDon't forget to remove .gitignore
2009-05-10  Roy MarplesAdd a build target to prepare dhcpcd for importing...
2009-05-10  Roy MarplesDocument new behaviour re lookup-hostname
2009-05-09  Roy MarplesInstall the lookup-hostname script by default but don...
2009-05-09  Roy MarplesFix dhcpcd -n $int starting a new instance of dhcpcd...
2009-05-03  Roy MarplesEnsure that our dirs exist in the PREINIT stage.
2009-05-03  Roy MarplesSome distros need additional headers to compile linux...
2009-05-03  Roy MarplesRelease dhcpcd-5.0.1 v5.0.1
2009-05-02  roy@ubersparc... We need to cast to void * to remove warnings on Sparc64
2009-05-01  Roy MarplesAdd (c) to Copyright
2009-04-30  Roy MarplesGo back to using git
2009-04-28  Roy MarplesRelease dhcpcd-5.0.0
2009-04-27  Roy MarplesFix existing address detection.
2009-04-24  Roy MarplesTypo
2009-04-24  Roy Marplesdhcpcd -V now shows all variables we set, even without...
2009-04-24  Roy MarplesRemove .depend before creating it.
2009-04-20  Roy MarplesOnly allow lo0 through allow
2009-04-20  Roy MarplesNo need for this.
2009-04-20  Roy MarplesFix quoting
2009-04-20  Roy MarplesNo need to quote here.
2009-04-20  Roy MarplesRevert iforder -> interface_order
2009-04-20  Roy MarplesRemove old NetworkManager script - it's useless these...
2009-04-20  Roy MarplesPrefix interface vars with if so we don't stamp on...
2009-04-19  Roy MarplesRelease .18
2009-04-19  Roy MarplesBlank memory correctly so we pickup address and route...
2009-04-19  Roy MarplesRelease dhcpcd-4.99.17
2009-04-18  Roy MarplesAdd an option to fallback to a profile when DHCP fails.
2009-04-17  Roy MarplesNetBSD-5.0RC4 has a kernel error causing an AF_LINK...
2009-04-17  Roy MarplesFix compile on FreeBSD.
2009-04-17  Roy MarplesFix compile on NetBSD
2009-04-17  Roy MarplesWe need to move allow/deny back to options
2009-04-17  Roy Marplesdiscover_interfaces now uses getifaddrs instead of...
2009-04-15  Roy MarplesSome option only make sense in the configuration file...
2009-04-15  Roy MarplesFix crash at end of arping list
2009-04-12  Roy MarplesWe should ignore DHCP messages without a ServerID,...
2009-04-02  Roy MarplesRelease dhcpcd-4.99.16
2009-03-31  Roy MarplesWe need a bit more space for the profile name.
2009-03-31  Roy MarplesAdd the ability to arping an address and select a profi...
2009-03-23  Roy MarplesImprove PTP INFORM support some more.
2009-03-23  Roy MarplesDefault point to point interfaces to static if not...
2009-03-23  Roy MarplesIf we define a static address, we are not informing...
2009-03-23  Roy MarplesExport interface flags.
2009-03-23  Roy MarplesFail the interface when we need a clientid.
2009-03-23  Roy Marplesdhcpcd CAN work on IEEE FireWire interfaces.
2009-03-23  Roy MarplesWe should not work with lo by default.
2009-03-20  Roy MarplesRelease dhcpcd-4.99.15
2009-03-20  Roy MarplesClarify reconfigure regarding the configuration file.
2009-03-20  Roy MarplesAllow dhcpcd to run on loopback interfaces if specified.
2009-03-20  Roy MarplesWe should handle SIGUSR1 correctly.
2009-03-20  Roy MarplesAdd an option to reconfigure dhcpcd without rebinding.
2009-03-19  Roy MarplesMove dhcpf.h into dhcp.h were it belongs
2009-03-19  Roy MarplesLinux can now detect address addition and removal too.
2009-03-19  Roy MarplesFix compile on Linux.
2009-03-19  Roy MarplesWe can now detected primary addresses added or changed...
2009-03-18  Roy MarplesFix compile on DragonFly.
2009-03-11  Roy Marplesmandoc mandates the presence of .Os
2009-03-11  Roy MarplesWe shouldn't need to flush arp entires ourself on BSD...
2009-03-10  Roy MarplesWe need to blacklist IP addresses at the packet level
2009-03-05  Roy MarplesRelease dhcpcd-4.99.14
2009-03-05  Roy MarplesImprove INFORM and STATIC support.
2009-03-05  Roy Marples0 is not a valid CIDR
2009-03-05  Roy MarplesDon't add subnet routes to INADDR_ANY or those without...
2009-03-03  Roy MarplesIf we reboot an IPv4LL address, start DHCP negotiation...
2009-03-02  Roy MarplesSet the interval to 0 when carrier comes up.
2009-02-28  Roy MarplesValidate UDP better by ensuring data len is not bigger...
2009-02-27  Roy MarplesBlacklist now accepts networks as well as addresses.
2009-02-26  Roy MarplesUse state dir for tmp files and try to preserve orig...
2009-02-26  Roy MarplesTypo
2009-02-26  Roy MarplesRemove compile warnings on Sparc64
2009-02-25  Roy MarplesStop enforcing a umask in dhcpcd.
2009-02-25  Roy MarplesGah, remove some debug
2009-02-25  Roy MarplesDon't timeout if we're daemonised.
2009-02-25  Roy MarplesOptimize allocation a little.
2009-02-24  Roy MarplesWhy bother with a one off array when we can use our...
2009-02-24  Roy MarplesClose sockets better and just run the script when we...
2009-02-24  Roy MarplesRemove debug.
2009-02-24  Roy MarplesFix starting all ifaces.
2009-02-24  Roy MarplesFinally fix compile on vanilla kernel headers.
2009-02-23  Roy MarplesFix debug working in dhcpcd.conf
2009-02-23  Roy MarplesWe need to include linux/wireless.h as wireless.h belon...
2009-02-23  Roy MarplesTry a new tactic to compile with old broken linux kerne...
2009-02-20  Roy MarplesIf we fail to send a packet we should still continue...
2009-02-20  Roy MarplesWe should expire instead of stop as we will start again.
2009-02-19  Roy MarplesIf we fail to send a packet start over.
2009-02-18  Roy MarplesOnly auto background with no interfaces.
2009-02-17  Roy MarplesIf running as a controlling daemon with link management...
2009-02-13  Roy MarplesAllow socket to report location of the configuration...
next