]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-09-24  Roy MarplesDon't discard expired leases when dumping.
2014-09-23  Roy MarplesWe don't need to pass a signal handling function.
2014-09-22  Roy MarplesFix some sign mismatch errors.
2014-09-22  Roy MarplesFix configure errors without pkg-config installed.
2014-09-22  Roy MarplesDetect IPv6 route deletion on Linux.
2014-09-22  Roy MarplesFix compile on Linux.
2014-09-22  Roy MarplesWe can't add link-local addresses to POINTOPOINT interf...
2014-09-22  Roy MarplesDetect removal of IPv6 routes on BSD
2014-09-21  Roy MarplesOnly hunt for a cross compiler if build != host.
2014-09-21  Roy MarplesRevert faulty patch
2014-09-21  Roy MarplesOnly hunt for a cross compiler if build != host.
2014-09-21  Roy MarplesBring back inline in be*enc,dec as it's in a header.
2014-09-21  Roy MarplesRedirect fd 3 to config.log.
2014-09-21  Roy MarplesCheck that CC works after applying all our CPPFLAGS...
2014-09-18  Roy MarplesRelease dhcpcd-6.4.5 v6.4.5
2014-09-18  Roy MarplesRemove some inline keywords, let the compiler work...
2014-09-18  Roy MarplesCheck we have allocated IPv6 resources before checkings...
2014-09-18  Roy MarplesAdd _DEFAULT_SOURCE #define to linux builds so glibc...
2014-09-18  Roy MarplesRemove linux/ipv6.h from everywhere except ipv6.h.
2014-09-18  Roy MarplesRemove all caddr_t usage
2014-09-18  Roy MarplesRemove some caddr_t usage.
2014-09-18  Roy MarplesClean up some compile errors.
2014-09-18  Roy MarplesFix compile on BSD
2014-09-18  Roy MarplesRemove all instances of if_indextoname and add a replac...
2014-09-16  Roy MarplesRelease dhcpcd-6.4.4 v6.4.4
2014-09-16  Roy MarplesFix a memory leak handling carrier drops with a psuedo...
2014-09-16  Roy MarplesThis fix is wrong, real fix in libdhcpcd.
2014-09-16  Roy MarplesRemove dead code.
2014-09-15  Roy MarplesRandomise IPv4 static setup as well so we don't pick...
2014-09-15  Roy MarplesIt's possible to configure a Linux kernel with nl80211...
2014-09-15  Roy MarplesFix FD_LISTEN | FD_UNPRIV flags
2014-09-15  Roy MarplesThe args sent from control socket do not include a...
2014-09-15  Roy MarplesBack out mistaken commit
2014-09-15  Roy MarplesDescribe master mode some more.
2014-09-14  Roy MarplesAdd an unprivileged control socket so that normal users can
2014-09-14  Roy MarplesFix compile without -DINET6
2014-09-13  Roy MarplesAdd wpa_supplicant_driver option for nl80211 users.
2014-09-13  Roy MarplesNo longer need the header stdarg.h
2014-09-13  Roy MarplesPunt this now un-used function eloop_q_timeouts_delete
2014-09-13  Roy MarplesFix typo [afadc40198]
2014-09-12  Roy MarplesFix expire and re-solicit on drop
2014-09-12  Roy MarplesSVCNAME -> RC_SVCNAME
2014-09-11  Roy MarplesRevert [2a977647fe24819f38b64c8ed7257c0bc27c8328] becau...
2014-09-11  Roy MarplesImprove the waitip test.
2014-09-11  Roy MarplesWe should always have the flags variable.
2014-09-11  Roy MarplesFix more clang analyzer errors.
2014-09-11  Roy MarplesFix some clang analyzer errors
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
next