]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-09-10  Roy MarplesRecord the fd which had an error.
2014-09-10  Roy MarplesThe absence of a NL80211_ATTR_SSID means that the inter...
2014-09-10  Roy MarplesFix parsing the netlink message when no options are...
2014-09-10  Roy MarplesClose the socket on non continueable errors.
2014-09-10  Roy MarplesAllow SSIDs with non printable characters to be used...
2014-09-10  Roy MarplesOpenBSD now correctly opens the socket as NONBLOCKing.
2014-09-10  Roy MarplesFix nl80211.h test
2014-09-10  Roy MarplesFix compile on OpenBSD.
2014-09-10  Roy MarplesFix arc4random_uniform test.
2014-09-10  Roy MarplesFix compile and warnings on BSD.
2014-09-10  Roy MarplesUse the nl80211 interface on Linux to get the wireless...
2014-09-09  Roy MarplesDocument every variable set for dhcpcd-run-hooks(8)
2014-09-09  Roy MarplesPass SVCNAME from enviromment to hooks so that a servic...
2014-09-08  Roy MarplesAlways define IFLA_INET6_ADDR_GEN_MODE because linux...
2014-09-07  Roy MarplesAdd variables if_oneup and if_ipwaited so hook scripts...
2014-09-07  Roy MarplesAdd needed includes for some systems.
2014-09-07  Roy MarplesSplit arc4random_uniform into it's own compat function...
2014-09-05  Roy MarplesAdd a sample controlgroup directive to dhcpcd.conf...
2014-09-05  Roy MarplesImplement a send queue for each control fd.
2014-09-04  Roy MarplesOnly send DHCPv6 and RA to control sockets when DAD...
2014-09-04  Roy MarplesFix compile for dev manager.
2014-09-04  Roy MarplesAdd a write callback to eloop so we know when we can...
2014-09-04  Roy Marples--getinterfaces no longer supports an option interface...
2014-09-02  Roy MarplesFix the number of interfaces we actually send
2014-09-02  Roy MarplesClose the sockets after shutting them down.
2014-09-02  Roy MarplesDon't log an interface for the global error.
2014-09-01  Roy MarplesMinor optimisation.
2014-09-01  Roy MarplesAs we listen and consume bootpc on the global socket...
2014-08-20  Roy MarplesWhitespace
2014-08-20  Roy MarplesEnsure domain label length and jump values fit inside...
2014-08-19  Roy MarplesCheck that we have enough bytes to read the netmask...
2014-08-13  Roy MarplesSanitize input via the control socket a little better.
2014-08-11  Roy MarplesSet IFLA_INET6_ADDR_GEN_MODE to IN6_ADDR_GEN_MODE_NONE
2014-08-07  Roy MarplesOptimize auth_len a little.
2014-08-07  Roy MarplesImprove error when the authentication token cannot...
2014-08-05  Roy MarplesCheck snprintf doesn't overflow in dhcp_vendor and...
2014-08-01  Roy MarplesClose the fd if bind(3) fails and work again with older...
2014-07-31  Roy MarplesFix dependency and test targets
2014-07-30  Roy MarplesRelease dhcpcd-6.4.3 v6.4.3
2014-07-30  Roy MarplesFix import so that matching system vs local headers...
2014-07-30  Roy MarplesRemove some unused variables
2014-07-30  Roy MarplesWarn about exceeding IDGEN_RETRIES when a stable privat...
2014-07-30  Roy MarplesFix the import to work on Linux as well.
2014-07-30  Roy MarplesOnly bits 1 and 2 are used in the DHCP overload option...
2014-07-28  Roy MarplesFix compile on NetBSD-6
2014-07-28  Roy MarplesTest no useable IA in each lease validation.
2014-07-25  Roy MarplesWith an unknown link, test carrier manually and loop...
2014-07-22  Roy MarplesWhen starting an interface and the carrier is UNKNOWN...
2014-07-21  Roy MarplesUse realloc instead of free/malloc.
2014-07-21  Roy MarplesEnsure that a given buffer is at least BUFSIZ.
2014-07-19  Roy MarplesMove DHCP into it's own eloop queue away from the link...
2014-07-17  Roy MarplesJust do length
2014-07-17  Roy MarplesCorrect DHCPv6 Prefix Delegation option decoding
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...
next