summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix FTBFS if HAVE_BROKEN_RTC defined.ipv6-macSimon Kelley2013-02-061-2/+2
* Fix previous commit.Simon Kelley2013-02-051-1/+1
* Fix use-after-freeSimon Kelley2013-02-051-9/+12
* Fix use-after-freeSimon Kelley2013-02-051-2/+2
* Remove dead code.Simon Kelley2013-02-051-4/+0
* Fix wrong syntax check.Simon Kelley2013-02-051-1/+1
* Theoretical memory leak fix.Simon Kelley2013-02-051-7/+10
* Fix memory leak.Simon Kelley2013-02-041-2/+6
* Don't leak sockets when getsockname fails.Simon Kelley2013-02-041-2/+7
* Memory leak.Simon Kelley2013-02-041-0/+1
* Fix memory leak.Simon Kelley2013-02-041-4/+4
* Copy-and-paste errorSimon Kelley2013-02-041-1/+1
* Catch NULL pointer deref if qdcount == 0Simon Kelley2013-02-041-1/+1
* Typo in filter_constructed_dhcp()Simon Kelley2013-02-041-1/+1
* Change copyright messages to include 2013.Simon Kelley2013-01-3132-33/+33
* Update manpage for --dhcp-authoritative DHCPv6 behaviour.Simon Kelley2013-01-301-3/+4
* Handle wrong interface for locally-routed packets.v2.66test13Simon Kelley2013-01-295-21/+76
* Man page typos.Simon Kelley2013-01-231-2/+2
* Correct behaviour for TCP queries to allowed address via banned interface.v2.66test12Simon Kelley2013-01-224-20/+125
* Wildcard IPv6 addresses in --dhcp-host, for constructed ranges.v2.66test11Simon Kelley2013-01-174-4/+27
* Fix last commit.v2.66test10Simon Kelley2013-01-151-2/+2
* Check IAID as well as CLID for lease identity.v2.66test9Simon Kelley2013-01-141-3/+3
* Tweak DHCP startup logging.Simon Kelley2013-01-111-44/+36
* More IPv6 address allocation fixes.v2.66test8Simon Kelley2013-01-102-14/+16
* Better fix for interfaces without broadcast address on *BSD.v2.66test7Simon Kelley2013-01-091-2/+5
* DHCPv6 address allocation - same DUID, two IAIDsSimon Kelley2013-01-093-32/+49
* Fix crash on startup on Solaris 11Simon Kelley2013-01-082-1/+4
* Don't do AXFR unless auth-sec-servers is set.v2.66test6Simon Kelley2013-01-071-22/+20
* Documentation updates for auth-DNS and constructed dhcp ranges.Simon Kelley2013-01-073-3/+190
* Linked-list bug in new "use longest prefixes first" code.v2.66test5Simon Kelley2013-01-021-0/+2
* Man page updatesSimon Kelley2013-01-021-6/+29
* Fix auth-DNS filtering problems with contructed ranges.Simon Kelley2012-12-301-6/+6
* Wildcards in dhcp-range constructorsSimon Kelley2012-12-304-6/+17
* Use RA_INTERVAL for lifetimes.Simon Kelley2012-12-291-3/+3
* Make it legal to have no subnet in --auth-zone, may be contructed instead.Simon Kelley2012-12-291-3/+1
* Add RA_INTERVAL parameter in config.hSimon Kelley2012-12-292-4/+5
* Use /proc/sys/net/ipv6/conf/<iface>/mtu for RA advertised MTU.v2.66test4Simon Kelley2012-12-281-7/+19
* More work on lease and router lifetime calculation.Simon Kelley2012-12-284-20/+51
* Allow constructed prefixes in auth zones.Simon Kelley2012-12-281-1/+17
* Join multicast groups only on IPv6 addresses!Simon Kelley2012-12-281-1/+1
* Better error checking in DHCPv6 dhcp-range option parsing.Simon Kelley2012-12-231-0/+7
* Tweak context-construct logic.Simon Kelley2012-12-221-5/+5
* saner function nameSimon Kelley2012-12-221-4/+4
* Fix new-address logic and ordering for first address on new interface.Simon Kelley2012-12-221-5/+5
* Check for new SLAAC addresses when we add new prefixes.Simon Kelley2012-12-223-4/+27
* Don't cap prefx lifetimes below RA retransmit interval.Simon Kelley2012-12-221-3/+7
* preferred and valid times in bpf.cSimon Kelley2012-12-211-1/+2
* Default to global, not link-local address in RA DNS field.v2.66test3Simon Kelley2012-12-211-11/+15
* Simplify and fix RA lifetime calculation.Simon Kelley2012-12-213-36/+15
* add general flag param to iface_enumerate IPv6 callbackSimon Kelley2012-12-206-17/+29