summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-5.99.3dhcpcd-5.99.3Roy Marples2012-12-19
* Fix default onlink value.Roy Marples2012-12-11
* Respect the ONLINK flag the prefix option of the RARoy Marples2012-12-11
* Fix compile on BSD.Roy Marples2012-12-07
* Log error whe starting DHCPv6 without RA.Roy Marples2012-12-07
* If no IPv6 proc or sysctl entries exist for RA or forward, assume it's OK.Roy Marples2012-12-07
* Avoid sillyness if not a valid IPv6 addressRoy Marples2012-11-24
* Set %interface for exported IPv6 link local addresses.Roy Marples2012-11-24
* Normalise timingRoy Marples2012-11-13
* Move free to exit function.Roy Marples2012-11-13
* Discard addresses if expired on rebootRoy Marples2012-11-13
* Stop probing when droppedRoy Marples2012-11-13
* Send to all dhcp agents instead of all routers.Roy Marples2012-11-13
* Use a proper namespace for IPv4LLRoy Marples2012-11-13
* Use a proper namespace for eloopRoy Marples2012-11-13
* Use a proper namespace for controlRoy Marples2012-11-13
* Fix some memory issuesRoy Marples2012-11-13
* Expire the DHCPv6 lease when carrier drops.Roy Marples2012-11-11
* Always close this fdRoy Marples2012-11-11
* Improve logging of script exiting.Roy Marples2012-11-11
* Log posix_spawn(2) errors better.Roy Marples2012-11-11
* Because posix_spawn(2) implementations can use fork(2) we have noRoy Marples2012-11-11
* eloop doesn't check errors atmRoy Marples2012-11-11
* Break after processing a callbackRoy Marples2012-11-10
* Fix memory errorsRoy Marples2012-11-10
* _NSIG seems to be the norm. Use _SIG_MAXSIG if available otherwise guess.Roy Marples2012-11-10
* Fix compile of the new compat shims on NetBSD.Roy Marples2012-11-10
* Add a pselect(2) shim for systems that lack support for it.Roy Marples2012-11-10
* Replace poll(2) with pselect(2) and vfork(2)+execve(2) withRoy Marples2012-11-10
* Add a message to indicate dhcpcd exited cleanly.Roy Marples2012-11-10
* Silence a gcc signed vs unsigned warning by comparing to 0.Roy Marples2012-11-09
* We should check start len >0 as len will be zero at this point.Roy Marples2012-11-08
* When decoding RCC3397 domains we should ensure that we haveRoy Marples2012-11-07
* Ensure we have a big enough buffer for an escaped DNSSL option.Roy Marples2012-11-07
* When an RA is forced to expire, don't run the script twice.Roy Marples2012-11-07
* Implement the core DHCPv6 client for SOLICIT, REQUEST, RENEW, CONFIRM.Roy Marples2012-11-06
* Fix some more potential leaks and allow full build with dmalloc.root@uberpc.marples.name2012-11-01
* Plug some memory leaks.Roy Marples2012-11-01
* If we receive >1 MTU option, last one takes precendence.Roy Marples2012-11-01
* Save a few bytesRoy Marples2012-10-31
* Expire RDNSS and DNSSL options if the RA expires.Roy Marples2012-10-31
* Merge multiple options together as per RFC4861 section 6.3.4Roy Marples2012-10-31
* whitespaceRoy Marples2012-10-31
* Provide TAILQ_FOREACH_REVERSE_SAFE if not defined.Roy Marples2012-10-31
* No need to check if we have a prefix, as this could be a localised LAN.Roy Marples2012-10-31
* When we receive a RA with a lifetime of 0, we should just removeRoy Marples2012-10-31
* Only remove IPv6 addresses when no RA's have them configured.Roy Marples2012-10-31
* If we receive a RA with a lifetime of 0, just expire it right awayRoy Marples2012-10-31
* IANA PEN should be in network order.Roy Marples2012-10-31
* DHCPCD Project has been assigned a PEN of 40712Roy Marples2012-10-31