| Commit message (Expand) | Author | Age |
| * | Move the source files along with dev, crypt and comapt into src dir. | Roy Marples | 2017-03-15 |
| * | Belated welcome to 2017. | Roy Marples | 2017-03-06 |
| * | hwaddr_ntoa now takes a void * as a source. | Roy Marples | 2016-10-24 |
| * | Try and avoid using __packed. | Roy Marples | 2016-10-05 |
| * | SMALL target removes the custom logger. | Roy Marples | 2016-09-16 |
| * | Rework the recvmsg_realloc function to handle flags.
| Roy Marples | 2016-09-02 |
| * | Use a dynamically sized buffer for reading route(4) messages on BSD | Roy Marples | 2016-09-01 |
| * | Move duid and ipv6 secret file reading code into a common function. | Roy Marples | 2016-05-06 |
| * | Touched these in 2016. | Roy Marples | 2016-02-03 |
| * | Don't be gready in allocating space for extra SLA's if we overflow 64 bit pre... | Roy Marples | 2016-02-03 |
| * | Move ROUNDUP8 to common.h as it's not IPv6 specific. | Roy Marples | 2016-02-02 |
| * | Obey the hostname_short option even for FQDN hostnames passed via config. | Roy Marples | 2015-11-13 |
| * | Mark our logger function as sysloglike because we enjoy using %m in the format. | Roy Marples | 2015-10-26 |
| * | Remove _dead macro and swap printflike position. | Roy Marples | 2015-10-23 |
| * | DHCPv6 elapsed time is centiseconds, not seconds. | Roy Marples | 2015-07-03 |
| * | Replace custom uptime() with clock_gettime(2) calls for more accurate | Roy Marples | 2015-06-29 |
| * | For each ND, output the time of acquisition and the current time in seconds. | Roy Marples | 2015-05-15 |
| * | Handle ND options in the same way we handle DHCP and DHCPv6 options. | Roy Marples | 2015-05-14 |
| * | setting signals should require an explicit len rather than NULL termination. | Roy Marples | 2015-05-12 |
| * | Remove compat for polling, dhcpcd now requires pselect as a minimum fallback. | Roy Marples | 2015-05-12 |
| * | syslogd(8) may not always be running before dhcpcd so any startup errors are | Roy Marples | 2015-03-17 |
| * | Fix compile on Linux | Roy Marples | 2015-03-03 |
| * | Replace timeval with timespec. | Roy Marples | 2015-03-03 |
| * | Update copyrights to 2015. | Roy Marples | 2015-01-02 |
| * | be32enc is missing on OpenBSD, so provide a configure test. | Roy Marples | 2014-06-05 |
| * | Fix compile on Linux | Roy Marples | 2014-06-03 |
| * | Check against reserved IPv6 addresses. | Roy Marples | 2014-06-03 |
| * | Implement Stable Private Addresses for SLAAC as per RFC7217. | Roy Marples | 2014-06-02 |
| * | Source now compiles on Solaris, just missing the if-sun.c support so | Roy Marples | 2014-05-21 |
| * | Move net.c to if.c. | Roy Marples | 2014-04-25 |
| * | Add -Wconversion to debug CFLAGS and fix fallout. | Roy Marples | 2014-03-27 |
| * | Move all global variables into contexts, with a small exception for | Roy Marples | 2014-02-12 |
| * | get_line is now static inside of if-options.c and is a simple wrapper around ... | Roy Marples | 2014-02-07 |
| * | writepid is now a static inline function | Roy Marples | 2014-02-07 |
| * | Remove custom set_cloexec and set_nonblock functions. | Roy Marples | 2014-02-07 |
| * | Changed these files in 2014. | Roy Marples | 2014-02-04 |
| * | Remove DEBUG_MEMORY guard and always free memory and resources. | Roy Marples | 2014-02-04 |
| * | We're not extracting the address from proc, so convert our match address | Roy Marples | 2014-01-21 |
| * | Add the option hostname_short, which will force the sending of the | Roy Marples | 2013-07-25 |
| * | Add DHPCv6 FQDN support (RFC4704) | Roy Marples | 2013-06-05 |
| * | More compile fixes. | Roy Marples | 2013-05-03 |
| * | Change from _unused to __unused to match NetBSD cdefs and avoid | Roy Marples | 2013-04-24 |
| * | White space police | Roy Marples | 2013-04-04 |
| * | Change from ppoll(2) to pollts(2). | Roy Marples | 2013-02-18 |
| * | Remove the xmalloc function. | Roy Marples | 2013-02-16 |
| * | Remove xstrdup | Roy Marples | 2013-02-15 |
| * | Remove xrealloc | Roy Marples | 2013-02-15 |
| * | Remove xzalloc function | Roy Marples | 2013-02-15 |
| * | Normalise timing | Roy Marples | 2012-11-13 |
| * | Implement the core DHCPv6 client for SOLICIT, REQUEST, RENEW, CONFIRM. | Roy Marples | 2012-11-06 |