]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2015-03-10  Roy MarplesFor DHCP, use a .dhcp suffix.
2015-03-07  Roy MarplesEnsure that we only have a 0 sla once.
2015-03-07  Roy MarplesIf the SLA is zero and the required prefix length is...
2015-03-07  Roy MarplesFix compile without INET6 and/or INET
2015-03-07  Roy MarplesInclude IPv6RA and DHCPv6 in the sorting of interfaces.
2015-03-06  Roy MarplesSupport runit (untested)
2015-03-06  Roy MarplesAdd why dhcpcd is ignoring an interface in debug output.
2015-03-05  Roy MarplesAdd support for IFT_PPP and IFT_PROPVIRTUAL.
2015-03-05  Roy MarplesReport correct interface type on failure.
2015-03-05  Roy MarplesRemove erroneous goto.
2015-03-05  Roy MarplesRequeue events when using epoll.
2015-03-05  Roy MarplesSet poll filters before writing eloop event.
2015-03-05  Roy MarplesFix signal handling on Linux.
2015-03-05  Roy MarplesFix epoll fd moving read only.
2015-03-04  Roy MarplesFix compile on Linux
2015-03-04  Roy MarplesFix crash when handling routes on interfaces we don...
2015-03-04  Roy MarplesFix signal handling
2015-03-04  Roy Marpleskqueue is lost on fork, so re-queue everything.
2015-03-04  Roy MarplesFix compile on FreeBSD
2015-03-04  Roy MarplesTest for kqueue1 or set O_CLOEXEC on the kqueue fd.
2015-03-04  Roy MarplesSupport kqueue(2).
2015-03-04  Roy MarplesSupport epoll(7)
2015-03-04  Roy MarplesMove this struct to a better place
2015-03-03  Roy MarplesFix compile on Linux
2015-03-03  Roy MarplesRemove RTM_GET code as we now read all kernel routes...
2015-03-03  Roy MarplesReplace timeval with timespec.
2015-03-02  Roy MarplesFix route finding on Linux.
2015-03-02  Roy MarplesNeed to call initstate here.
2015-03-02  Roy MarplesCheck we manage the protocol before handling it.
2015-03-02  Roy MarplesStop pretending that OpenBSD route priority is like...
2015-02-28  Roy MarplesDon't warn about CSR or host routes until we actually...
2015-02-28  Roy MarplesFix IPv6 routing on OpenBSD and document includes and...
2015-02-28  Roy MarplesStyle
2015-02-27  Roy MarplesRevert prior
2015-02-27  Roy MarplesChange ipv6_freeaddr into a macro for a minor size...
2015-02-27  Roy MarplesAdd a helper function to free IPv6 addresses to ensure all
2015-02-27  Roy MarplesRemove the address from the eloop tiemout queue before...
2015-02-27  Roy MarplesUse strlcpy
2015-02-27  Roy MarplesOnly warn about adding a host route to the router the...
2015-02-27  Roy MarplesIf RTF_CLONING is supported, create a cloning network...
2015-02-27  Roy MarplesStop using link_addr(3).
2015-02-26  Roy MarplesAfter adding an address load the kernel routing table...
2015-02-23  Roy MarplesTypo
2015-02-23  Roy MarplesAllow snapshots to be built.
2015-02-23  Roy MarplesOpenBSD has automatic loopback routes
2015-02-23  Roy MarplesSupport BSDs where userland is not allowed to set tempo...
2015-02-23  Roy Marpleslogger(1) from util-linux-2.26 now has an option argume...
2015-02-20  Roy MarplesMove the pidfile into the dhcpcd context.
2015-02-18  Roy MarplesUse the exit code of EXIT_SUCCESS when terminating...
2015-02-18  Roy Marplesipi6.ifiindex differes between OS's so have a cast...
2015-02-18  Roy MarplesCheck IPv6 state before regenerating random seeds....
2015-02-18  Roy MarplesNo need to check this again.
2015-02-18  Roy MarplesTidy definitions
2015-02-18  Roy MarplesFix compile on some systems.
2015-02-13  Roy MarplesFix test, thanks to Olaf Westrik.
2015-02-13  Roy MarplesTest if we fake loaded a lease so we can report the...
2015-02-10  Roy MarplesReserve space for a fully escaped SSID in the lease...
2015-02-10  Roy MarplesSpaces in filenames suck hard.
2015-02-09  Roy MarplesDisallow / in the SSID when using in a lease filename.
2015-02-09  Roy MarplesStore lease files per interface per ssid.
2015-02-08  Roy MarplesAdjust comment to remove +x bit.
2015-02-08  Roy MarplesFix Linux define.
2015-02-03  Roy MarplesFix comment
2015-02-03  Roy MarplesTest mode removes the daemonise bit, so check for both...
2015-01-31  Roy MarplesFix cast
2015-01-31  Roy MarplesUse strtoi(3) and strtou(3) from NetBSD-8 instead of...
2015-01-30  Roy MarplesBump copyright here as well.
2015-01-30  Roy MarplesRelease dhcpcd-6.7.1 v6.7.1
2015-01-30  Roy MarplesFix compile with IPv6 disabled.
2015-01-30  Roy MarplesRelease dhcpcd-6.7.0 v6.7.0
2015-01-23  Roy MarplesOnly extend temporary addresses with pltime.
2015-01-22  Roy MarplesFor Linux, keep the alias on the interface so we don...
2015-01-21  Roy MarplesIgnore RA's from ourself for very badly configured...
2015-01-21  Roy MarplesUpdate to reflect 3.16 or older kernels and the header...
2015-01-20  Roy MarplesFix warning on FreeBSD where we don't need to use sysct...
2015-01-20  Roy MarplesRevert part of the prior patch and only free IPv6 if...
2015-01-20  Roy MarplesEnsure memory is freed when forking.
2015-01-20  Roy MarplesAdd ipv6_freedrop, similar to dhcp6_freedrop so we...
2015-01-20  Roy Marplesreject <option> will now reject any DHCP message that...
2015-01-19  Roy MarplesRestore IFA_F_MANAGETEMPADDR
2015-01-19  Roy MarplesChange define KERNEL_MANAGETEMPADD to IPV6_MANAGETEMPADDR.
2015-01-18  Roy MarplesNow that ipv6 has it's own eloop, ensure that we clear...
2015-01-18  Roy MarplesFix which interface to test ip6_use_tempaddr on when...
2015-01-17  Roy MarplesImplement RFC4941, Privacy Extensions for Stateless...
2015-01-17  Roy MarplesClarify the problem of identifying a bootp vs dhcp...
2015-01-16  Roy MarplesLet packet filters name themselves to avoid confusion.
2015-01-16  Roy MarplesIf we cannot open the kernel Packet Filter, give a...
2015-01-16  Roy MarplesInclude paths.h to get _PATH_BPF. Thanks to Joerg Sonne...
2015-01-16  Roy Marplestime_t is not always unsigned.
2015-01-08  Roy MarplesOnly check DaD for addresses we have actually added...
2015-01-08  Roy MarplesAdd an option to disable the generation of autoconf...
2015-01-06  Roy MarplesIPv6 kernel autoconf disabled is not an error condition...
2015-01-06  Roy MarplesWarn about IPv6 kernel autoconf being disabled on BSD...
2015-01-06  Roy MarplesFix another case where we could mistakenly claim owners...
2015-01-06  Roy MarplesFix handling of ND6_IFF_OVERRIDE_RTADV on NetBSD.
2015-01-05  Roy MarplesOpenBSD fixed their posix_spawn(3) implementation in 5.7
2015-01-02  Roy MarplesUpdate copyrights to 2015.
2015-01-01  Roy MarplesWelcome to 2015!
2015-01-01  Roy MarplesOnly release the DHCPv6 lease when dropping it.
2014-12-23  Roy MarplesAdd qnx* to OS detection so we can pass the __EXT defin...
next