summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Change from _unused to __unused to match NetBSD cdefs and avoiddhcpcd-5.6Roy Marples2013-04-24
| | | | a compiler failure on linux-headers-3.7
* Fix a memory leakRoy Marples2013-04-04
|
* Quickly backport an IPv6 router expiry fix for multi-homed systems.dhcpcd-5.6.8Roy Marples2013-04-04
|
* Release dhcpcd-5.6.8Roy Marples2013-04-04
|
* Create lease files so they are user writeable.Roy Marples2013-03-27
|
* Change arp errno to match what we use in dhcpcd.Roy Marples2013-02-19
|
* Fix last commit.Roy Marples2013-02-19
|
* Avoid a potential buffer overflow.Roy Marples2013-02-19
| | | | Thanks to Christos Zoulas.
* Fix last commit a little.Roy Marples2013-02-15
|
* Instead of opening link, ipv6, ipv6rs and ipv6ns sockets globally,Roy Marples2013-02-15
| | | | | only open when the first link wanting this features needs it. Hopefully fixes #263 and #264.
* Add -h|--help option to configureRoy Marples2013-02-15
|
* If we have one interface enabled for IPv6 RS, we stupidly processRoy Marples2013-02-05
| | | | | RAs for all interfaces we control. This patch fixes this and updates the man page to reflect this better.
* Fix potential issue if we don't want routes and we fail a decode.dhcpcd-5.6.7Roy Marples2013-01-28
|
* Release dhcpcd-5.6.7Roy Marples2013-01-28
|
* Ensure that nooption correctly woks for routes.Roy Marples2013-01-28
|
* Check the correct interface the RAP came from before overwriting it.Roy Marples2013-01-28
| | | | Thanks to Taylor R Campbell.
* Preserve the space in static routes on the command line.Roy Marples2012-12-20
| | | Thanks to br@waldteufel.eu.
* Release dhcpcd-5.6.6dhcpcd-5.6.6Roy Marples2012-12-19
|
* Grow -4, --ipv4only and -6, --ipv6only options.Roy Marples2012-12-19
|
* Release dhcpcd-5.6.5dhcpcd-5.6.5Roy Marples2012-12-19
|
* Respect AUTO and ONLINK flags for each prefix in the RA.Roy Marples2012-12-11
|
* Release dhcpcd-5.6.4dhcpcd-5.6.4Roy Marples2012-12-06
|
* Avoid sillyness if not a valid IPv6 addressRoy Marples2012-11-24
|
* Set %interface for exported IPv6 link local addresses.Roy Marples2012-11-24
|
* Release dhcpcd-5.6.3dhcpcd-5.6.3Roy Marples2012-11-16
|
* Fix compileRoy Marples2012-11-14
|
* Stop probing when droppedRoy Marples2012-11-14
|
* Always close this fdRoy Marples2012-11-14
|
* We should check start len >0 as len will be zero at this point.Roy Marples2012-11-14
|
* When decoding RCC3397 domains we should ensure that we haveRoy Marples2012-11-14
| | | | | decoded something before changing the last '.' to ' ' and NULL terminating the string.
* Ensure we have a big enough buffer for an escaped DNSSL option.Roy Marples2012-11-14
| | | | | Conflicts: ipv6rs.c
* When an RA is forced to expire, don't run the script twice.Roy Marples2012-11-14
| | | | | Conflicts: ipv6rs.c
* Fix some more potential leaks and allow full build with dmalloc.Roy Marples2012-11-14
|
* Plug some memory leaks.Roy Marples2012-11-14
|
* If we receive >1 MTU option, last one takes precendence.Roy Marples2012-11-14
|
* Save a few bytesRoy Marples2012-11-14
|
* Expire RDNSS and DNSSL options if the RA expires.Roy Marples2012-11-14
|
* Merge multiple options together as per RFC4861 section 6.3.4Roy Marples2012-11-14
|
* whitespaceRoy Marples2012-11-14
|
* Provide TAILQ_FOREACH_REVERSE_SAFE if not defined.Roy Marples2012-11-14
| | | | When removing routes, do it in reverse order.
* When we receive a RA with a lifetime of 0, we should just removeRoy Marples2012-11-14
| | | | | | | | the default router and let any options expire as set in accordance with RFC4861 section 4.2 Conflicts: ipv6rs.c
* Move the RS state into a struct in a generic data array.Roy Marples2012-11-14
| | | | | We should move the DHCP code there, but more importantly allows DHCP6 to slot in later.
* Only remove IPv6 addresses when no RA's have them configured.Roy Marples2012-11-14
|
* If we receive a RA with a lifetime of 0, just expire it right awayRoy Marples2012-11-14
| | | | and continue.
* Improve reported timings.Roy Marples2012-11-14
|
* Show renew and rebind times when debugging is enabled.Roy Marples2012-11-14
| | | | Trying to help #259.
* Fix stupid length validation check.Roy Marples2012-11-14
|
* Fix compile fr systems without RTF_CLONING such as FreeBSD-8Roy Marples2012-11-14
|
* More fixes to validation lengths.Roy Marples2012-11-14
|
* Fix variable length encodingsRoy Marples2012-11-14
|