]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2013-06-04  Roy MarplesHandle routers expiring a bit more cleanly and less...
2013-06-04  Roy MarplesAs DHCPv6 can remove addresses with vltime 0 as well...
2013-06-04  Roy MarplesFix compile on Linux
2013-06-04  Roy MarplesKeep state of delegated addresses
2013-06-04  Roy MarplesAllow ia_pd 1 eth2//64
2013-06-04  Roy MarplesFix ia_pd example
2013-06-04  Roy MarplesRelease dhcpcd-5.99.7 v5.99.7
2013-06-03  Roy MarplesImprove messages
2013-06-03  Roy MarplesAllow ia_pd interfaces to be specified without a SLA.
2013-06-03  Roy MarplesStyle
2013-06-03  Roy MarplesFix compile
2013-06-03  Roy MarplesDon't assume the kernel will remove or mark tentative...
2013-06-02  Roy MarplesTry and support more systems without hostname(1)
2013-06-02  Roy MarplesFix compile on NetBSD-6
2013-06-02  Roy MarplesFix compile on FreeBSD
2013-06-02  Roy MarplesAutomate the assignment of SLA ids if not given for...
2013-06-02  Roy MarplesFix testing statuses, #273
2013-06-02  Roy MarplesFix compiler warning
2013-06-01  Roy MarplesRefactor Prefix Delegation configuration so we use...
2013-05-31  Roy MarplesFix an alignment error.
2013-05-31  Roy MarplesFix IPv6 DAD test
2013-05-31  Roy MarplesBuild BOUND routes before DELEGATED ones.
2013-05-31  Roy MarplesPD delegates should be on link
2013-05-31  Roy MarplesFix compile on Linux.
2013-05-31  Roy MarplesUse PRIu32 instead of %d or %u
2013-05-31  Roy MarplesUse ND6_INFINITE_LIFETIME instead of ~0U
2013-05-31  Roy MarplesRemove hardcoded IPv6 address flags and use a bitmask...
2013-05-31  Roy MarplesAllow options with zero data, for example Accept Reconf...
2013-05-30  Roy MarplesIn the event DHCPv6 is started without IPv6RS, we shoul...
2013-05-30  Roy MarplesOnly release bound states.
2013-05-30  Roy MarplesDon't assume we always have an IPv4 state.
2013-05-30  Roy MarplesOn Linux, PPP interfaces do not have a hardware address, so
2013-05-30  Roy MarplesIt's possible to receive an RA for an interface that...
2013-05-30  Roy MarplesSilence compiler warnings
2013-05-30  Roy MarplesWhen generating a duid, don't use NET/ROM interface.
2013-05-30  Roy MarplesUse duid_len rather than a fixed size.
2013-05-30  Roy MarplesUse LINK_UP/DOWN instead of magic numbers
2013-05-30  Roy MarplesMove SIOCGIFAFLAG_IN6 into if-bsd as in6_addr_flags
2013-05-29  Roy MarplesFix DAD for delegated addresses.
2013-05-24  Roy MarplesComment on why we don't solicit dhcpv6 without an RA...
2013-05-24  Roy MarplesOptimise adding and changing ipv6 routes.
2013-05-23  Roy MarplesOnly spam syslog if something new or unexpected happens...
2013-05-23  Roy MarplesDon't directly close stderr
2013-05-23  Roy MarplesRationalise last patch
2013-05-23  Roy MarplesControl requested ivp4 routes and ignore pre-existing...
2013-05-23  Roy MarplesFreeBSD isn't buggy with adding new addresses and worki...
2013-05-23  Roy MarplesWarn about the difference between CSR and MS CSR.
2013-05-23  Roy MarplesFix non FreeBSD compiles
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
next