]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2012-07-05  Roy MarplesImprove IPv6 RA support by allowing dhcpcd to manage... v5.6.0
2012-06-28  Roy MarplesReport RA information when testing.
2012-05-01  Roy MarplesEnsure that if_up and if_down are always set
2012-04-21  Roy MarplesChange system services warning to match as autoconf.
2012-04-21  Roy MarplesFix valid length checks for single ipv4 addresses
2012-04-06  Roy MarplesFix some alignment problems.
2012-04-04  Roy MarplesRemove a needless set and fix length check of an array...
2012-04-01  Roy MarplesRemove unused variables
2012-03-30  Roy MarplesFix compile on Linux
2012-03-30  Roy MarplesInterface index should persist and be unique for the...
2012-03-29  Roy MarplesRemove FreeBSD memory debug as I submitted a fix for...
2012-03-28  Roy MarplesFix Linux compile. v5.5.6
2012-03-28  Roy MarplesRelease dhcpcd-5.5.6
2012-03-27  Roy MarplesFix adding resolvconf
2012-03-27  Roy MarplesSimplify API a little.
2012-03-27  Roy MarplesDon't corrupt our route table when we fail to add a...
2012-03-27  roy@uberlaptop... When sending signals, respect the interface it was...
2012-03-27  roy@uberlaptop... Fix some valgrind errors on FreeBSD
2012-03-26  Roy MarplesAdd a suffix to our per interface config files for...
2012-03-24  Roy MarplesFix a double free, #243.
2012-03-24  Roy MarplesFix Dd and Dt arguments.
2012-03-23  Roy MarplesRelease dhcpcd-5.5.5 v5.5.5
2012-03-23  Roy MarplesRemove buffer overrun that leads to a segfault on ipv6...
2012-03-21  roy@uberlaptop... FreeBSD 7 does not support IFT_INFINIBAND
2012-03-20  Roy MarplesIf the CSR decode fails to return any routes, then...
2012-03-20  Roy MarplesFix an issue where we would only use a CSR if we had...
2012-03-20  Roy MarplesUse correct event loop timeout deletion to stop occasio...
2012-03-20  Roy MarplesSupport bridge and VLAN interfaces on BSD.
2012-03-20  Roy MarplesIf no ClientID or hardware address, don't report a...
2012-03-19  Roy MarplesAdd .Lk macro to URLs
2012-03-07  Roy MarplesAdd an option to control dhcpcd forking or not if the...
2012-03-05  Roy MarplesDon't fork on IPv6 RA unless we have an RDNSS option.
2012-03-05  Roy MarplesUse sysfs if we don't have ifconfig(8) on Linux.
2012-03-05  Roy MarplesTry to emulate hostname(1) if it doens't exist.
2012-03-05  Roy MarplesSet hostname via /proc if file is available
2012-03-05  Roy MarplesRespect an accept_ra setting of 2, fixes #240.
2012-02-13  Roy MarplesStore the RA data for the interface so we can do a...
2012-02-05  Roy MarplesRelease dhcpcd-5.5.4 v5.5.4
2012-02-05  Roy MarplesStop checking for IFF_RUNNING in handle_carrier as...
2012-02-04  Roy MarplesBetter tests.
2012-02-04  Roy MarplesAdd kernel IPv6 RA and forwarding detection on Linux.
2012-02-04  roy@uberlaptop... If the kernel is not configured to accept IPv6 or RA...
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...
next