| Commit message (Expand) | Author | Age |
| * | Release dhcpcd-6.4.0dhcpcd-6.4.0 | Roy Marples | 2014-06-14 |
| * | Fix compile warning | Roy Marples | 2014-06-07 |
| * | Fix a potential garbage jump | Roy Marples | 2014-06-07 |
| * | Remove old options no longer used | Roy Marples | 2014-06-06 |
| * | Restarting ntp/yp are not critical and their initialisation continues | Roy Marples | 2014-06-06 |
| * | No argument for gateway | Roy Marples | 2014-06-06 |
| * | Add gateway option to enable the gateway or an interface/profile. | Roy Marples | 2014-06-06 |
| * | Just check for an revent, the handler will deal with it correctly. | Roy Marples | 2014-06-06 |
| * | Default to private stable addresses via dhcpcd.conf instead of the binary | Roy Marples | 2014-06-05 |
| * | Allow the use of libmd in static or /usr builds | Roy Marples | 2014-06-05 |
| * | No need for this file | Roy Marples | 2014-06-05 |
| * | Remove test files | Roy Marples | 2014-06-05 |
| * | Fix compile on FreeBSD | Roy Marples | 2014-06-05 |
| * | Fix be64enc test on NetBSD. | Roy Marples | 2014-06-05 |
| * | Fix configure | Roy Marples | 2014-06-05 |
| * | be32enc is missing on OpenBSD, so provide a configure test. | Roy Marples | 2014-06-05 |
| * | Ensure we init before forking, but run the preinit scripts afterwards | Roy Marples | 2014-06-05 |
| * | If we can turn off IPv6 auto link-addr in the kernel, lets do so | Roy Marples | 2014-06-05 |
| * | Ensure OWN is set by SLAAC private before initing. | Roy Marples | 2014-06-05 |
| * | Add an IPv6 link-local address before upping the interface if needed. | Roy Marples | 2014-06-04 |
| * | Don't set local-link addresses as no prefix route. | Roy Marples | 2014-06-04 |
| * | Default SLAAC to use RFC7271 addresses. | Roy Marples | 2014-06-04 |
| * | Clarify comments. | Roy Marples | 2014-06-03 |
| * | Fix compile on Linux | Roy Marples | 2014-06-03 |
| * | Check against reserved IPv6 addresses. | Roy Marples | 2014-06-03 |
| * | Warn when SO_REUSEPORT fails instead of bailing to accomodate dodgy Linux hea... | Roy Marples | 2014-06-03 |
| * | Only one place should decide how netiface and netid are formed | Roy Marples | 2014-06-03 |
| * | Don't export empty RA options | Roy Marples | 2014-06-03 |
| * | Log error condition if a new or changed Router Advertisment to avoid | Roy Marples | 2014-06-02 |
| * | Revert prior patch and just continue instead of logging more errors. Same eff... | Roy Marples | 2014-06-02 |
| * | Log each malloc failure because we log individual failures so we don't see | Roy Marples | 2014-06-02 |
| * | Fix compile on Linux | Roy Marples | 2014-06-02 |
| * | Use SHA256Init on OpenBSD .... grrr | Roy Marples | 2014-06-02 |
| * | Fix compile on FreeBSD | Roy Marples | 2014-06-02 |
| * | Implement Stable Private Addresses for SLAAC as per RFC7217. | Roy Marples | 2014-06-02 |
| * | Wups, not ready for this code yet. | Roy Marples | 2014-05-30 |
| * | Fix compiler warning | Roy Marples | 2014-05-30 |
| * | Fix configure error | Roy Marples | 2014-05-30 |
| * | Load config.{h,mk} when building tests. Fixes [1c11c59282]. | Roy Marples | 2014-05-30 |
| * | -4 and -6 are now mutually exclusive and when running on a single interface | Roy Marples | 2014-05-29 |
| * | Check naming rules before calling dev_initialized. | Roy Marples | 2014-05-29 |
| * | Only process IPv6 neighbour messages from the link socket if we have inited | Roy Marples | 2014-05-29 |
| * | Fix dev warning. | Roy Marples | 2014-05-24 |
| * | Should use arc4random_uniform when wanting a randon number between | Roy Marples | 2014-05-24 |
| * | Add a compat syslog function if the libc syslog does not support LOG_PERROR. | Roy Marples | 2014-05-24 |
| * | Source now compiles on Solaris, just missing the if-sun.c support so | Roy Marples | 2014-05-21 |
| * | Sockets would be opened with PF_*, not AF_*. | Roy Marples | 2014-05-20 |
| * | Only remove the interface from DHCP consideration if the error | Roy Marples | 2014-05-20 |
| * | If a DHCPv6 lease expires as well as all IPv6 routers who want DHCPv6, don't ... | Roy Marples | 2014-05-19 |
| * | Although dhcpcd now works fine with non blocking sockets, we never ever want ... | Roy Marples | 2014-05-19 |