summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tweak DNSSEC timestamp code to create file later, removing need to chown it.domain_lookupSimon Kelley2015-03-074-23/+36
|
* New version of contrib/reverse-dnsSimon Kelley2015-03-043-57/+125
|
* 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-016-6/+108
|
* Log parsing utils in contrib/reverse-dnsJoachim Zobel2015-02-233-0/+75
|
* 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
|
* Debian systemd fixes.Simon Kelley2015-02-124-13/+16
|
* Fix get-version script which returned wrong tag in some situations.Shantanu Gadgil2015-02-111-1/+1
|
* Make Debian build reproducible.Chris Lamb2015-02-092-11/+12
|
* man page typo.Simon Kelley2015-02-071-0/+1
|
* 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
|
* Manpage typo fix.ThiƩbaud Weksteen2015-02-021-1/+1
|
* Debian changelog bugfix.Simon Kelley2015-02-021-0/+1
|
* Fix build failure on openBSD.Simon Kelley2015-02-011-1/+1
|
* BSD make supportSimon Kelley2015-02-011-2/+4
|
* Fix broken ECDSA DNSSEC signatures.Simon Kelley2015-01-312-1/+3
|
* inotify documentation updates.Simon Kelley2015-01-311-2/+9
|
* Update copyrights for dawn of 2015.Simon Kelley2015-01-3138-39/+39
|
* 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-265-16/+37
|
* Don't reply to DHCPv6 SOLICIT messages when not configured for statefull DHCPv6.Win King Wan2015-01-212-0/+17
|
* Update German translation.Conrad Kostecki2015-01-201-54/+47
|
* Add --dhcp-hostsdir config option.v2.73test6v2.73test5inotifySimon Kelley2015-01-206-21/+177
|
* 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-183-1/+9
|
* 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-106-2/+29
|
* Add --log-queries=extra option for more complete logging.Simon Kelley2015-01-099-17/+72
|
* Merge branch 'unsigned'v2.73test3Simon Kelley2015-01-074-179/+260
|\
| * DNSSEC: do top-down search for limit of secure delegation.unsignedSimon Kelley2015-01-074-178/+260
| |
* | Fix race condition issue in makefile.Yousong Zhou2015-01-051-1/+3
| |
* | Implement makefile dependencies on COPTS variable.Yousong Zhou2015-01-032-5/+7
|/
* 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-276-4/+72
|
* Initialise return value.Simon Kelley2014-12-231-2/+5
|
* Fix problems validating NSEC3 and wildcards.v2.73test2Simon Kelley2014-12-231-125/+128
|
* Make caching work for CNAMEs pointing to A/AAAA records shadowed in /etc/hostsSimon Kelley2014-12-211-9/+25
| | | | | | | | If the answer to an upstream query is a CNAME which points to an A/AAAA record which also exists in /etc/hosts and friends, then caching is suppressed, to avoid inconsistent answers. This is now modified to allow caching when the upstream and local A/AAAA records have the same value.
* Fix crash in DNSSEC code when attempting to verify large RRs.Simon Kelley2014-12-212-8/+22
|
* Tweak field width in cache dump to avoid truncating IPv6 addresses.v2.73test1Simon Kelley2014-12-172-2/+4
|
* Eliminate IPv6 privacy addresses from --interface-name answers.Simon Kelley2014-12-175-11/+28
|
* Remove redundant IN6_IS_ADDR_ULA(a) macro defn.Simon Kelley2014-12-161-4/+0
|
* Fix breakage of --domain=<domain>,<subnet>,localSimon Kelley2014-12-162-2/+20
|
* CHANGELOG re. inotify.Simon Kelley2014-12-151-0/+4
|