]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2012-02-04  Roy MarplesFix configure test for arc4random on FreeBSD 7
2012-02-03  Roy MarplesFix a compile issue and releae dhcpcd-5.5.3 v5.5.3
2012-02-02  Roy MarplesRelease dhcpcd-5.5.2 v5.5.2
2012-02-02  Roy MarplesDefault back to gcc as it seems clang isn't good for...
2012-02-02  Roy MarplesSet if_up if_down correctly per RA or DHCP
2012-02-02  Roy MarplesFix some more copyrights
2012-01-31  Roy MarplesFix carrier handling on BSD for interfaces that don...
2012-01-31  Roy MarplesFix more copyright
2012-01-31  Roy MarplesRelease dhcpcd-5.5.1 v5.5.1
2012-01-30  Roy MarplesStop trunctating netmask sockaddr
2012-01-30  Roy MarplesDon't attempt to run the script if it's an NULL, an...
2012-01-29  Roy MarplesAllow dhcpcd to run on a read-only filesystem.
2012-01-29  Roy MarplesRemove the RA's before reporting no carrier.
2012-01-29  Roy MarplesOnly set if_up for a ROUTERADVERT if we have any RAs
2012-01-29  Roy MarplesDon't start IPv6 if it's disabled globally.
2012-01-25  Roy MarplesFix RA state detection
2012-01-24  Roy MarplesRelease dhcpcd-5.5.0 v5.5.0
2012-01-24  Roy MarplesAdd and prefer clang to the compiler list.
2011-12-18  Roy MarplesJust log the fact that the leased IP address was remove...
2011-12-18  Roy MarplesStop the --reconfigure, -g option from spinning needlessly.
2011-12-16  Roy MarplesFix hook for non RA's.
2011-12-15  Roy MarplesDisable IPv6RS on p2p, lo and mcast interfaces.
2011-12-15  Roy MarplesFix warnings on Linux
2011-12-15  Roy MarplesAdd ROUTERADVERT to dhcpcd-run-hooks(8)
2011-12-15  Roy MarplesHook the new RA options into resolv.conf
2011-12-15  Roy MarplesFix copyright dates
2011-12-15  Roy MarplesAdd an implementation of an IPv6 Router Solicitor as...
2011-12-14  Roy MarplesFix a potential error if we need to alter the sip serve...
2011-12-14  Roy MarplesOnly regen resolv.conf if we need to as some processes...
2011-12-11  Roy MarplesIf we a 3rd party removes our assigned address, drop...
2011-12-11  Roy MarplesIf an address is whipped out after adding it by somethi...
2011-12-09  Roy MarplesFix SIP server support, RFC 3361 which has been broken...
2011-12-09  Roy MarplesAdd SixRD support, RFC5969.
2011-11-23  Roy MarplesStore the assigned metric against the route.
2011-11-23  Roy MarplesDon't removed interfaces anymore when sending commands...
2011-11-23  Roy MarplesBridge interfaces set IFF_LOWER_UP when they have a...
2011-11-23  Roy MarplesOptimize bitwise useage a little.
2011-11-23  Roy MarplesFix bitwise logic
2011-11-23  Roy MarplesFix carrier handling on BSD
2011-11-23  Roy MarplesRespect each kernel message on carrier change instead...
2011-11-22  Roy MarplesChange default reboot timeout to 5 seconds.
2011-06-14  Roy MarplesCorrectly restart ntp on Debian.
2011-06-14  Roy MarplesDetect ntp.conf exists before copying.
2011-06-03  Roy MarplesRemove unknown variable
2011-06-03  Roy MarplesUse printf correctly
2011-06-01  Roy MarplesShell portability fixes
2011-05-27  Roy MarplesFix compile on some sytems, fixes #223.
2011-05-22  Roy MarplesFix Arch Linux SERVICESTATUS override.
2011-04-09  Roy MarplesTypo
2011-04-06  Roy MarplesRelease dhcpcd-5.2.12 v5.2.12
2011-04-06  Roy MarplesEscape | and & characters when passing to the shell.
2011-03-29  Roy MarplesWhen operating on one interface only, respect the confi...
2011-03-25  Roy MarplesWhen requesting an address, note this in the broadcasti...
2011-03-24  Roy MarplesUpdate some copyrights.
2011-03-24  Roy MarplesNot needed
2011-03-24  Roy MarplesWhen the dhcp server is running in dom0 and the client...
2011-03-24  Roy MarplesWhen the leased address changes on the interface but...
2011-03-24  Roy MarplesValidate the IP address offered, as some faulty DHCP...
2011-03-22  Roy MarplesMake logger calls resemble dhcpcd calls to syslog(3).
2011-03-22  Roy MarplesParse subnet_mask= static option instead of deriving...
2011-03-11  Roy MarplesExclude interface specific values when dumping the...
2011-03-08  Roy MarplesFix compile issue on RedHat 9
2011-02-07  Roy MarplesUse $ifmetric instead of $metric.
2011-02-04  Roy Marplesactual -> actually
2011-02-04  Roy Marples2011 and new version. v5.2.11
2011-02-04  Roy MarplesUse RT_ROUNDUP and friends so that we work with NetBSD...
2011-01-03  Roy MarplesWelcome to 2011!
2011-01-03  Roy MarplesUpdate documentation about --request.
2011-01-03  Roy MarplesRelease dhcpcd-5.2.10 v5.2.10
2010-12-23  Roy MarplesFix -r, --request address option
2010-12-06  Roy MarplesCompile on Mac OSX 10.4.
2010-11-19  Roy MarplesNo need to restart twice. v5.2.9
2010-11-18  Roy MarplesRelease dhcpcd-5.2.9
2010-11-18  Roy MarplesImprove comments.
2010-11-18  Roy MarplesFix ypbind and remove un-needed quoting.
2010-11-18  Roy MarplesDocument RELEASE reason, fixes #205.
2010-11-12  Roy MarplesNo point in building handle_hwaddr if we don't have...
2010-11-12  Roy MarplesSupport RTM_CHGADDR in NetBSD-6 for detecting link...
2010-11-11  Roy MarplesFix working out the inform address if none given.
2010-11-09  Roy MarplesAdd the hwaddr to be used to debugging.
2010-11-09  Roy MarplesDon't configure the interface twice.
2010-11-05  Roy MarplesDon't redefine _GNU_SOURCE.
2010-11-04  Roy MarplesRespect $SED
2010-10-27  Roy MarplesAnother kFreeBSD fix.
2010-10-23  Roy MarplesFix invoke-rc.d detection, #202.
2010-10-22  Roy Marpleswhitespace.
2010-10-20  Roy MarplesAdd link_addr from NetBSD so that we compile on kFreeBS...
2010-10-17  Roy MarplesMan page corrections.
2010-10-11  Roy MarplesFix syntax.
2010-10-11  Roy MarplesChange delete_timeouts into a macro.
2010-10-11  Roy MarplesAllow queues to be defined at the start.
2010-10-07  Roy MarplesPunt empty line
2010-10-06  Roy MarplesRelease dhcpcd-5.2.8
2010-09-27  Roy MarplesSome DHCP servers assign a host route via static routes...
2010-09-27  Roy MarplesInstall the dump hook by default.
2010-09-09  Roy MarplesIf we get a NAK during a test, we should not read the...
2010-09-09  Roy MarplesMove service detection and interaction logic from the...
2010-08-31  Roy MarplesDocument --version.
2010-08-24  Roy MarplesDon't need this.
2010-08-24  Roy MarplesMove dump into it's own file and remove new_ from the...
next