summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix crash in DNSSEC code when attempting to verify large RRs.Simon Kelley2014-12-211-8/+19
* Tweak field width in cache dump to avoid truncating IPv6 addresses.v2.73test1Simon Kelley2014-12-171-2/+2
* Eliminate IPv6 privacy addresses from --interface-name answers.Simon Kelley2014-12-174-11/+23
* Remove redundant IN6_IS_ADDR_ULA(a) macro defn.Simon Kelley2014-12-161-4/+0
* Fix breakage of --domain=<domain>,<subnet>,localSimon Kelley2014-12-161-2/+16
* Remove floor on EDNS0 packet size with DNSSEC.Simon Kelley2014-12-151-5/+0
* Teach the new inotify code about symlinks.Simon Kelley2014-12-151-16/+27
* Merge branch 'inotify'Simon Kelley2014-12-103-3/+135
|\
| * Use inotify instead of polling on Linux.Simon Kelley2014-12-103-3/+135
* | Fix conntrack with --bind-interfacesHans Dedecker2014-12-091-2/+2
|/
* Improve RFC-compliance when unable to supply addresses in DHCPv6Vladislav Grishenko2014-10-061-2/+25
* Fix typo in new Dbus code.Daniel Collins2014-10-031-1/+1
* Set conntrack mark before connect() call.Karl Vogel2014-10-031-18/+18
* Debian build fixes for kFreeBSDSimon Kelley2014-10-031-1/+5
* crash at startup when an empty suffix is supplied to --conf-dirSimon Kelley2014-10-021-15/+23
* Fix bug which caused dnsmasq to become unresponsive when an interface goes.Simon Kelley2014-09-181-3/+13
* Fix bug when resulted in NXDOMAIN answers instead of NODATA.Simon Kelley2014-09-183-3/+9
* Fix length->netmask conversions to avoid undefined behaviour.Richard Genoud2014-09-172-2/+3
* Fix endian bug in --local-service code.Richard Genoud2014-09-171-2/+2