]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-05-22  Roy MarplesRemove some const const warnings found by clang.
2013-05-22  Roy MarplesHandle an interface coming and going better with a...
2013-05-22  Roy MarplesFix compile on FreeBSD
2013-05-22  Roy MarplesFix removal of addresses
2013-05-22  Roy MarplesRemove unreachable routers on Linux unless all routers...
2013-05-21  Roy MarplesRemove more headers
2013-05-21  Roy MarplesRemove includes to try and fix ppc 64 linux compile.
2013-05-21  Roy MarplesAdd timeout desc for 0
2013-05-21  Roy MarplesRemove include to try and fix ppc 64 linux compile.
2013-05-21  Roy MarplesDon't warn about invalid xid if we're already bound.
2013-05-21  Roy MarplesDon't actually remove unreachable routers and prefixes...
2013-05-18  Roy MarplesUse macros instead of memcmp
2013-05-18  Roy MarplesGet local link address flags for supported OS's.
2013-05-17  Roy MarplesFix an alignment error
2013-05-17  Roy MarplesFix logic
2013-05-17  Roy MarplesDon't log an error when deleting IPv6 addresses that...
2013-05-17  Roy MarplesStore IPv6 link local addresses per interface.
2013-05-17  Roy MarplesShorten executing message to avoid oerflowing 80 chars
2013-05-16  Roy MarplesSet scope for DHCPv6
2013-05-16  Roy MarplesIgnore emacs files
2013-05-16  Roy MarplesSet scope_id correctly.
2013-05-16  Roy MarplesELOOP_QUEUE 0 is now all queues
2013-05-16  Roy MarplesTest BSD kernels for a specific version so we can liste...
2013-05-16  Roy MarplesFix RA router ordering
2013-05-16  Roy MarplesWhen dropping states, delete any timeouts for DAD callb...
2013-05-16  Roy MarplesFix compile on Linux
2013-05-16  Roy MarplesFix compile on FreeBSD
2013-05-16  Roy MarplesMove DAD messages to LOG_INFO.
2013-05-16  Roy MarplesCheck address flags for tentative and duplicates bits...
2013-05-15  Roy MarplesRemoved unused vars
2013-05-15  Roy MarplesFix compile on FreeBSD
2013-05-15  Roy MarplesAdd netlink code to listen to AF_INET6 RTM_NEWADDR... v5.99.6
2013-05-15  Roy MarplesUse the kernel DAD for IPv6 addresses and finish the...
2013-05-03  Roy MarplesMore compile fixes.
2013-05-03  Roy MarplesMore PPC __unused compile fixes.
2013-05-03  Roy MarplesFix syslogging a little.
2013-05-03  Roy MarplesInit memory cleanly.
2013-05-03  Roy MarplesAdd new hook script.
2013-05-03  Roy MarplesAdd RFC4833 support for TimeZone options.
2013-05-03  Roy MarplesAdd IPv6 DAD detection.
2013-04-25  Roy MarplesWork around silly __unused problem some more on Linux.
2013-04-24  Roy MarplesChange from _unused to __unused to match NetBSD cdefs...
2013-04-05  Roy MarplesNote that reboot 0 helps for mobile hosts.
2013-04-05  Roy MarplesDHCPv6 now respects the reboot 0 option.
2013-04-05  Roy MarplesNote that we support RFC 5227
2013-04-05  Roy MarplesWe no longer use the RELEASE hook command
2013-04-04  Roy MarplesMove dhcp_release into dhcp_drop
2013-04-04  Roy MarplesSend a RELEASE if the link is up
2013-04-04  Roy MarplesDestroy lease file if releasing.
2013-04-04  Roy MarplesDon't crash when disabling IPv6
2013-04-04  Roy MarplesFix a memory leak
2013-04-04  Roy MarplesAdd RELEASE support to DHCPv6
2013-04-04  Roy MarplesFix RELEASE support.
2013-04-04  Roy MarplesBetter sanity for working out if our SLA id overflows...
2013-04-04  Roy MarplesWhite space police
2013-04-04  Roy MarplesEnsure we check options bounds correctly.
2013-04-02  Roy MarplesThe interface to delegate to is optional
2013-04-02  Roy MarplesStop ipv6only enabling RS support.
2013-04-02  Roy MarplesFix linux default subnet route metric on linux again.
2013-04-02  Roy MarplesWhite space brigade
2013-04-02  Roy MarplesFix incorrectly expiring routers on multi-homed systems.
2013-04-01  Roy MarplesFix IA
2013-04-01  Roy MarplesFix default sla_len
2013-04-01  Roy MarplesAdd DHCPv6 Prefix Delegation support, RFC3633.
2013-03-28  Roy MarplesRespect xidhwaddr option for DHCPv6
2013-03-27  Roy MarplesAdd the noalias directive to so that when adding an...
2013-03-27  Roy MarplesAcquire another address faster after NAKing ARP failure.
2013-03-27  Roy MarplesCreate lease files so they are user writeable.
2013-03-26  Roy MarplesRemove pointless double assignment
2013-03-26  Roy MarplesDon't spam warning about CSR all the time.
2013-03-26  Roy MarplesFix configure --without-pollts
2013-03-26  Roy MarplesFix rebooting.
2013-03-26  Roy MarplesWarn when a route cannot be added because it already...
2013-03-26  Roy MarplesFix compile for systems without pollts/ppoll or pselect.
2013-03-26  Roy MarplesAvoid a potential malloc when handling signals.
2013-03-26  Roy MarplesDefault to using a DUID + IAID for DHCPv4 Client ID.
2013-03-17  Roy MarplesEnsure routes are initialised correctly, fixes #265.
2013-02-19  Roy MarplesChange arp errno to match what we use in dhcpcd.
2013-02-19  Roy MarplesFix last commit.
2013-02-19  Roy MarplesAvoid a potential buffer overflow.
2013-02-19  Roy MarplesMove IPv6 RA checking and disabling kernel RA higher...
2013-02-19  Roy MarplesFix a crash.
2013-02-19  Roy MarplesFix compile on BSD
2013-02-19  Roy MarplesUse TAILQ macros for IPv4 routes.
2013-02-19  Roy MarplesUse a TAILQ macro for our interface list.
2013-02-19  Roy MarplesUse TAILQ macros in eloop for better readability and...
2013-02-19  Roy MarplesFree the fds structure when finishing.
2013-02-18  Roy MarplesFix compile on Linux.
2013-02-18  Roy MarplesComplete transition to pollts(2)
2013-02-18  Roy MarplesChange from ppoll(2) to pollts(2).
2013-02-18  Roy MarplesRework our signal setup and event loop around ppoll(2).
2013-02-18  Roy MarplesRestore our signal pipe so that we process signals...
2013-02-18  Roy MarplesDon't reboot if we don't have an active state.
2013-02-18  Roy MarplesMove the signal reboot code into it's own function...
2013-02-18  Roy MarplesIf we fail to send an IPv6 RS then DHCP6 won't work...
2013-02-17  Roy MarplesRemove debug
2013-02-17  Roy MarplesWork on FreeBSD9 where we fail on some interfaces
2013-02-17  Roy MarplesFix compile on FreeBSD
2013-02-16  Roy MarplesIf we don't have a state, send a carrier status
2013-02-16  Roy MarplesFix compile.
next