summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rationalise join_multicast()Simon Kelley2012-12-205-120/+94
* typoSimon Kelley2012-12-181-1/+1
* Per-context control over ra short period.v2.66test2Simon Kelley2012-12-183-9/+9
* Missed interface re-read path in netlink.cSimon Kelley2012-12-181-1/+7
* DHCP context logging, more tweaksSimon Kelley2012-12-182-28/+31
* Error dhcp constructors on platforms where no interface detection.Simon Kelley2012-12-181-1/+5
* Fix initialisation order.Simon Kelley2012-12-184-13/+18
* complicated DHCP context logging.Simon Kelley2012-12-181-11/+18
* Ignore template contexts where appropriate.Simon Kelley2012-12-182-36/+41
* Fix periodic loopSimon Kelley2012-12-182-6/+9
* First checkin of interface-address constructor mode for DHCPv6 and RA.Simon Kelley2012-12-1811-339/+479
* Make authoritative stuff a compile-time option.Simon Kelley2012-12-185-2/+28
* Fix crash in auth code for queries where class != C_INSimon Kelley2012-12-151-1/+4
* Bump debian version.v2.66test1Simon Kelley2012-12-141-1/+7
* Fix regexp foobar.Simon Kelley2012-12-141-1/+1
* Fix broken cache.Simon Kelley2012-12-142-1/+3
* Allow addresses as well as interface names in --auth-server.v2.65test4Simon Kelley2012-12-103-28/+63
* Fix FTBFS with NO_DHCP.Simon Kelley2012-12-102-18/+22
* Add .gitignore file.Simon Kelley2012-12-101-0/+13
* SOA serial tweak.v2.65test3Simon Kelley2012-12-091-0/+2
* Zone-transfer peer restriction option.Simon Kelley2012-12-094-9/+53