summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle domain names with '.' or /000 within labels.v2.73rc5escape_namesSimon Kelley2015-04-215-13/+71
* Revert 61b838dd574c51d96fef100285a0d225824534f9 and just quieten log instead.Simon Kelley2015-04-201-14/+10
* Log domain when reporting DNSSEC validation failure.Simon Kelley2015-04-171-5/+10
* Fix (srk induced) crash in new tftp_no_fail code.Stefan Tomanek2015-04-161-2/+4
* Auth: correct replies to NS and SOA in .arpa zones.Simon Kelley2015-04-161-21/+30
* Fix crash in auth code with odd configuration.Simon Kelley2015-04-121-5/+8
* Fix crash on receipt of certain malformed DNS requests.v2.73rc4Simon Kelley2015-04-091-3/+6
* Fix crash caused by looking up servers.bind when many servers defined.Simon Kelley2015-04-061-2/+2
* Fix compiler warning when not including DNSSEC.Simon Kelley2015-04-031-1/+2
* Return INSECURE, rather than BOGUS when DS proved not to exist.Simon Kelley2015-04-033-21/+69
* Whitespace fixes.Stefan Tomanek2015-04-012-8/+8
* add --tftp-no-fail to ignore missing tftp rootStefan Tomanek2015-03-313-11/+36
* Fix crash in last commit.Simon Kelley2015-03-291-3/+4
* Allow control characters in names in the cache, handle when logging.Simon Kelley2015-03-293-23/+37
* DNSSEC fix for non-ascii characters in labels.Simon Kelley2015-03-282-19/+20
* Protect against broken DNSSEC upstreams.Simon Kelley2015-03-271-2/+5
* Return SERVFAIL when validation abandoned.Simon Kelley2015-03-271-2/+9
* Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone.Simon Kelley2015-03-261-1/+2
* dhcp: set outbound interface via cmsg in unicast replyv2.73rc1Lung-Pin Chang2015-03-191-20/+25
* Make --address=/example.com/ equivalent to --server=/example.com/Simon Kelley2015-03-192-4/+2
* Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc.Simon Kelley2015-03-1111-84/+93
* Tweak DNSSEC timestamp code to create file later, removing need to chown it.domain_lookupSimon Kelley2015-03-073-22/+34
* Fix last commit to not crash if uid changing not configured.Simon Kelley2015-03-023-4/+4
* Add --dnssec-timestamp option and facility.Simon Kelley2015-03-014-6/+96
* Fix uninitialized value used in get_client_mac()Tomas Hozza2015-02-231-1/+3
* Fix trivial memory leaks to quieten valgrind.Chen Wei2015-02-172-2/+11
* Make dynamic hosts files work when --no-hosts set.Simon Kelley2015-02-141-10/+11
* Typos.Simon Kelley2015-02-141-1/+2
* Extra logging for inotify code.Simon Kelley2015-02-033-7/+10
* Fixup dhcp-configs after reading extra hostfiles with inotify.Simon Kelley2015-02-021-1/+13
* Fix build failure on openBSD.Simon Kelley2015-02-011-1/+1
* Fix broken ECDSA DNSSEC signatures.Simon Kelley2015-01-311-1/+1
* Update copyrights for dawn of 2015.Simon Kelley2015-01-3136-37/+37
* Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir.Simon Kelley2015-01-315-133/+187
* Allow inotify to be disabled at compile time on Linux.Simon Kelley2015-01-264-15/+34
* Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6.Win King Wan2015-01-211-0/+13
* Add --dhcp-hostsdir config option.v2.73test6v2.73test5inotifySimon Kelley2015-01-204-21/+163
* Don't treat SERVFAIL as a recoverable error.....Simon Kelley2015-01-181-1/+1
* Cope with multiple interfaces with the same LL address.Simon Kelley2015-01-182-1/+5
* Logs for DS records consistent.Simon Kelley2015-01-121-1/+1
* Don't answer from cache RRsets from wildcards, as we don't have NSECs.Simon Kelley2015-01-121-1/+8
* Log port of requestor when doing extra logging.v2.73test4Simon Kelley2015-01-121-3/+3
* Add --min-cache-ttl option.RinSatsuki2015-01-104-2/+16
* Add --log-queries=extra option for more complete logging.Simon Kelley2015-01-097-16/+65
* Merge branch 'unsigned'v2.73test3Simon Kelley2015-01-073-179/+251
|\
| * DNSSEC: do top-down search for limit of secure delegation.Simon Kelley2015-01-073-178/+251
|/
* Fix build failure in new inotify code on BSD.Matthias Andree2014-12-271-2/+2
* Bad packet protection.Simon Kelley2014-12-271-1/+1
* Add --ignore-address option.Glen Huang2014-12-274-4/+58
* Initialise return value.Simon Kelley2014-12-231-2/+5