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