]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-07-14  Roy MarplesTypos
2014-07-14  Roy MarplesFix import v6.4.2
2014-07-14  Roy MarplesRelease dhcpcd-6.4.2
2014-07-14  Roy MarplesFix gcc build errors.
2014-07-14  Roy MarplesRelease dhcpcd-6.4.1 v6.4.1
2014-07-13  Roy MarplesUse __NetBSD_Version__ macro instead of __NetBSD_Prereq__
2014-07-11  Roy MarplesReduce use of s6_addr
2014-07-11  Roy MarplesUse structures to better bescribe IA and PD options.
2014-07-09  Roy MarplesEnsure we have enough data for prefix exclude length...
2014-07-09  Roy MarplesOnly create a pseudo interface for PD when we have...
2014-07-09  Roy MarplesEnsure iaid was previously set before testing equality.
2014-07-08  Roy MarplesPseudo interfaces also have an address list, do loop...
2014-07-08  Roy MarplesFix delegated prefix handling and improve DAD checking.
2014-07-08  Roy Marplesifclass= separates psuedo interfaces to avoid option...
2014-07-08  Roy MarplesTypo
2014-07-08  Roy MarplesHandle truncated saved leases.
2014-07-07  Roy MarplesFix a null reference
2014-07-07  Roy MarplesRemove forced error
2014-07-07  Roy MarplesDon't report DUID or IAID or the pseudo interface.
2014-07-07  Roy MarplesFix some memory error with prior patch.
2014-07-07  Roy MarplesTypo
2014-07-07  Roy MarplesWhen requesting a IA_PD and another IA type, create...
2014-07-07  Roy MarplesThere are no pd's in the config if we're not dealing...
2014-07-07  Roy MarplesFix const
2014-07-07  Roy MarplesFix Prefix Exclude encoding/decoding.
2014-07-05  Roy MarplesWe should use NBBY rather than a magic 8.
2014-07-05  Roy MarplesFix fallback test
2014-07-04  Roy MarplesRemove dead store.
2014-07-04  Roy MarplesSpecify the Prefix Exclude option.
2014-07-04  Roy MarplesSupport RFC6603 to fix [ac7063e671].
2014-07-04  Roy MarplesAdd --pfxdlgonly and --nopfxdlg options to spawn separa...
2014-07-03  Roy MarplesPrint user defined options via -V
2014-07-03  Roy MarplesAccept \n as end of command on the control interface.
2014-07-03  Roy MarplesFix a potential segfault when reloading configurations.
2014-07-03  Roy MarplesFix dumping DHCPv6 leases. This broke when we ignored...
2014-07-02  Roy MarplesFix defining new options in dhcpcd.conf and requesting...
2014-07-02  Roy MarplesFix compile.
2014-07-02  Roy MarplesStop restoring kernel flags to their state before dhcpc...
2014-07-02  Roy MarplesRef RFC7217
2014-07-02  Roy MarplesFix some more compiler errors
2014-07-02  Roy MarplesFix a compile error
2014-07-02  Roy MarplesRemove dead store.
2014-07-02  Roy MarplesMinor optimisation
2014-07-02  Roy MarplesNo point in delaying a static configuration
2014-07-02  Roy MarplesAdd a comment to describe why we deny the ability to...
2014-07-01  Roy MarplesSet addr to zero if unset.
2014-07-01  Roy MarplesFix link handling where kernel reported flags in LINK_U...
2014-07-01  Roy MarplesSupport http://datatracker.ietf.org/doc/draft-ietf...
2014-06-30  Roy MarplesStart the correct interface reference for added devices.
2014-06-30  Roy MarplesImprove startup with regards to carrier checking and...
2014-06-30  Roy MarplesDon't log errors about restoring RA for departed interf...
2014-06-30  Roy MarplesAdd debugging messages for interface arrival/departure.
2014-06-30  Roy MarplesFix compile issue.
2014-06-30  Roy MarplesRevert [26bc10be24] as some compile can't output to...
2014-06-29  Roy MarplesFix gcc unused value error
2014-06-22  Roy MarplesAdd the ability to dump DHCPv6 leases.
2014-06-22  Roy MarplesSimplfy configure CC test. Thanks to Thomas De Schamphe...
2014-06-21  Roy MarplesTest that the CC command works and makes an exectuable...
2014-06-21  Roy MarplesYou can't request a prefix length with for a normal...
2014-06-21  Roy MarplesAllow the request of a DHCPv6 address or prefix, a...
2014-06-20  Roy MarplesSkip arpping directives if we have a profile but not...
2014-06-18  Roy MarplesIf just given a domain and no search list, make the...
2014-06-16  Roy MarplesFreeBSD doesn't like %R, go back to Li
2014-06-14  Roy MarplesFix import
2014-06-14  Roy MarplesRelease dhcpcd-6.4.0 v6.4.0
2014-06-07  Roy MarplesFix compile warning
2014-06-07  Roy MarplesFix a potential garbage jump
2014-06-06  Roy MarplesRemove old options no longer used
2014-06-06  Roy MarplesRestarting ntp/yp are not critical and their initialisa...
2014-06-06  Roy MarplesNo argument for gateway
2014-06-06  Roy MarplesAdd gateway option to enable the gateway or an interfac...
2014-06-06  Roy MarplesJust check for an revent, the handler will deal with...
2014-06-05  Roy MarplesDefault to private stable addresses via dhcpcd.conf...
2014-06-05  Roy MarplesAllow the use of libmd in static or /usr builds
2014-06-05  Roy MarplesNo need for this file
2014-06-05  Roy MarplesRemove test files
2014-06-05  Roy MarplesFix compile on FreeBSD
2014-06-05  Roy MarplesFix be64enc test on NetBSD.
2014-06-05  Roy MarplesFix configure
2014-06-05  Roy Marplesbe32enc is missing on OpenBSD, so provide a configure...
2014-06-05  Roy MarplesEnsure we init before forking, but run the preinit...
2014-06-05  Roy MarplesIf we can turn off IPv6 auto link-addr in the kernel...
2014-06-05  Roy MarplesEnsure OWN is set by SLAAC private before initing.
2014-06-04  Roy MarplesAdd an IPv6 link-local address before upping the interf...
2014-06-04  Roy MarplesDon't set local-link addresses as no prefix route.
2014-06-04  Roy MarplesDefault SLAAC to use RFC7271 addresses.
2014-06-03  Roy MarplesClarify comments.
2014-06-03  Roy MarplesFix compile on Linux
2014-06-03  Roy MarplesCheck against reserved IPv6 addresses.
2014-06-03  Roy MarplesWarn when SO_REUSEPORT fails instead of bailing to...
2014-06-03  Roy MarplesOnly one place should decide how netiface and netid...
2014-06-03  Roy MarplesDon't export empty RA options
2014-06-02  Roy MarplesLog error condition if a new or changed Router Advertis...
2014-06-02  Roy MarplesRevert prior patch and just continue instead of logging...
2014-06-02  Roy MarplesLog each malloc failure because we log individual failu...
2014-06-02  Roy MarplesFix compile on Linux
2014-06-02  Roy MarplesUse SHA256Init on OpenBSD .... grrr
2014-06-02  Roy MarplesFix compile on FreeBSD
2014-06-02  Roy MarplesImplement Stable Private Addresses for SLAAC as per...
2014-05-30  Roy MarplesWups, not ready for this code yet.
next