summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.4.5dhcpcd-6.4.5Roy Marples2014-09-18
* Remove some inline keywords, let the compiler work it out better.Roy Marples2014-09-18
* Check we have allocated IPv6 resources before checkings RA's.Roy Marples2014-09-18
* Add _DEFAULT_SOURCE #define to linux builds so glibc-2.20 stops bitching abou...Roy Marples2014-09-18
* Remove linux/ipv6.h from everywhere except ipv6.h.Roy Marples2014-09-18
* Remove all caddr_t usageRoy Marples2014-09-18
* Remove some caddr_t usage.Roy Marples2014-09-18
* Clean up some compile errors.Roy Marples2014-09-18
* Fix compile on BSDRoy Marples2014-09-18
* Remove all instances of if_indextoname and add a replacementRoy Marples2014-09-18
* Release dhcpcd-6.4.4dhcpcd-6.4.4Roy Marples2014-09-16
* Fix a memory leak handling carrier drops with a psuedo interface.Roy Marples2014-09-16
* This fix is wrong, real fix in libdhcpcd.Roy Marples2014-09-16
* Remove dead code.Roy Marples2014-09-16
* Randomise IPv4 static setup as well so we don't pick up the kernel delete mes...Roy Marples2014-09-15
* It's possible to configure a Linux kernel with nl80211 where theRoy Marples2014-09-15
* Fix FD_LISTEN | FD_UNPRIV flagsRoy Marples2014-09-15
* The args sent from control socket do not include a program in argv[0]Roy Marples2014-09-15
* Back out mistaken commitRoy Marples2014-09-15
* Describe master mode some more.Roy Marples2014-09-15
* Add an unprivileged control socket so that normal users canRoy Marples2014-09-14
* Fix compile without -DINET6Roy Marples2014-09-14
* Add wpa_supplicant_driver option for nl80211 users.Roy Marples2014-09-13
* No longer need the header stdarg.hRoy Marples2014-09-13
* Punt this now un-used function eloop_q_timeouts_deleteRoy Marples2014-09-13
* Fix typo [afadc40198]Roy Marples2014-09-13
* Fix expire and re-solicit on dropRoy Marples2014-09-12
* SVCNAME -> RC_SVCNAMERoy Marples2014-09-12
* Revert [2a977647fe24819f38b64c8ed7257c0bc27c8328] because if theRoy Marples2014-09-11
* Improve the waitip test.Roy Marples2014-09-11
* We should always have the flags variable.Roy Marples2014-09-11
* Fix more clang analyzer errors.Roy Marples2014-09-11
* Fix some clang analyzer errorsRoy Marples2014-09-11
* Record the fd which had an error.Roy Marples2014-09-10
* The absence of a NL80211_ATTR_SSID means that the interface is notRoy Marples2014-09-10
* Fix parsing the netlink message when no options are present.Roy Marples2014-09-10
* Close the socket on non continueable errors.Roy Marples2014-09-10
* Allow SSIDs with non printable characters to be used in ssid selection inRoy Marples2014-09-10
* OpenBSD now correctly opens the socket as NONBLOCKing.Roy Marples2014-09-10
* Fix nl80211.h testRoy Marples2014-09-10
* Fix compile on OpenBSD.Roy Marples2014-09-10
* Fix arc4random_uniform test.Roy Marples2014-09-10
* Fix compile and warnings on BSD.Roy Marples2014-09-10
* Use the nl80211 interface on Linux to get the wireless SSID.Roy Marples2014-09-10
* Document every variable set for dhcpcd-run-hooks(8)Roy Marples2014-09-09
* Pass SVCNAME from enviromment to hooks so that a service hookRoy Marples2014-09-09
* Always define IFLA_INET6_ADDR_GEN_MODE because linux defines it as anRoy Marples2014-09-08
* Add variables if_oneup and if_ipwaited so hook scripts know the overall state...Roy Marples2014-09-07
* Add needed includes for some systems.Roy Marples2014-09-07
* Split arc4random_uniform into it's own compat function and addRoy Marples2014-09-07