summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GetLoopServers Dbus method.loopSimon Kelley2014-08-121-0/+34
* Check all servers loopiness, when any subset is changed.Simon Kelley2014-07-291-5/+5
* Add --dns-loop-detect feature.Simon Kelley2014-07-298-16/+213
* Tidy up previous commit.Simon Kelley2014-07-133-23/+21
* Fix logic for associating leases with interfaces.Simon Kelley2014-07-123-9/+47
|\
| * Set interface with longest prefix in DHCP & DHCPv6 leaseLung-Pin Chang2014-07-063-9/+47
* | Don't do IPSET on Apple. Needed header files are missing.Chen Yufei2014-07-081-0/+1
* | Use event system to re-send query on new route. Tidies module boundaries.Simon Kelley2014-07-086-30/+37
|/
* Fix FTBFS with Nettle-3.0.Simon Kelley2014-06-181-6/+12
* Build config: add -DNO_GMP for use with nettle/mini-gmpSimon Kelley2014-06-172-1/+9
* Allow wildcard aliases in --bridge-interface optionNeil Jerram2014-06-113-1/+21
* Fix bug when >1 IPv6 address supplied to Dbus SetServers method.Simon Kelley2014-06-081-2/+5
* Attribution update.v2.72test3Simon Kelley2014-06-071-0/+2
* New DBus methods.Daniel Collins2014-06-071-0/+38
* Copyright update.Simon Kelley2014-06-071-1/+1
* Handle async notification of address changes using the event system.Simon Kelley2014-06-076-54/+31
* Suppress re-entrant calls to dhcp_construct_contexts()v2.72test2Simon Kelley2014-06-051-0/+10
* ipsets equivalent in *BSD, using pf tables.Simon Kelley2014-06-023-2/+169
* LOG error of ARP-injection fails.Simon Kelley2014-05-231-1/+2
* Merge branch 'mobile-ra'v2.72test1Simon Kelley2014-05-205-15/+42
|\
| * ra-advrouter mode for RFC-3775 mobile IPv6 support.mobile-raSimon Kelley2014-04-255-15/+42
* | Fix DNS failure of cachesize set to zero.v2.71test2Simon Kelley2014-05-091-5/+10
* | Another filter_rrsigs fix.Simon Kelley2014-05-011-1/+1
* | Get packet size right when removing pseudoheader.Simon Kelley2014-05-011-1/+1
* | Fix DNSSEC validation of ANY queries.Simon Kelley2014-04-291-0/+3
* | Do SERVFAIL, therefore continue when searching for DS in TCP path too.Simon Kelley2014-04-291-4/+11
* | Handle SERVFAIL replies when looking for proven-nonexistence of DS.Simon Kelley2014-04-261-7/+14
|/
* Need to fixup records in the additional section when removing DNSSEC stuff.v2.71test1Simon Kelley2014-04-241-5/+10
* Fix crash on TCP DNS request when DNSSEC not enabled.Simon Kelley2014-04-161-1/+1
* Ensure request name in buffer for ipset lookup.Simon Kelley2014-04-131-12/+15
* Fix NXDOMAIN RCODE in auth PTR replies.Simon Kelley2014-04-031-2/+4
* Fix ipsets logging patch.v2.69rc4v2.69rc3Simon Kelley2014-03-291-1/+1
* Log IPSET actions.v2.69rc2Wang Jian2014-03-283-1/+12
* Add --dnssec-no-timecheckSimon Kelley2014-03-284-83/+107
* Ensure ->sentto is valid for DNSSEC forwards. Otherwise retries SEGV.Simon Kelley2014-03-271-0/+1
* Cache stats availble in CHAOS .bind domain.Simon Kelley2014-03-274-13/+143
* Terminate DS-search when reaching the root via cache entries.Simon Kelley2014-03-261-0/+11
* SERVFAIL is an expected error return, don't try all servers.Simon Kelley2014-03-251-4/+3
* Handle failure of hash_questions()Tomas Hozza2014-03-251-29/+33
* Memory leak in error path.Tomas Hozza2014-03-251-2/+5
* Reorder sanity checks on UDP packet reception, to cope with failed recvfrom()Simon Kelley2014-03-241-7/+11
* Ignore DNS queries from port 0: http://www.ietf.org/mail-archive/web/dnsop/cu...Simon Kelley2014-03-221-3/+16
* Tidy uid defines.Andy2014-03-222-2/+2
* Fix DNSSEC crash retrying to IPv6 server.Simon Kelley2014-03-211-2/+2
* Initialise uid when creating CNAME cache record.Simon Kelley2014-03-201-0/+2
* Make --quiet-dhcp apply to DHCPDISCOVER when client ignored.Simon Kelley2014-03-201-0/+2
* Tidy and fix cache->uid handling.Simon Kelley2014-03-183-15/+27
* Ensure next_uid() can never return 0.Andy2014-03-171-2/+4
* Handle integer overflow in uid counter. Fixes rare crashes in cache code.Simon Kelley2014-03-164-16/+23
* Warn about non-local queries once only for UDP.Simon Kelley2014-03-121-1/+6