summaryrefslogtreecommitdiff
path: root/src/auth.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Cope with multiple interfaces with the same LL address.Simon Kelley2015-01-181-1/+4
* Eliminate IPv6 privacy addresses from --interface-name answers.Simon Kelley2014-12-171-0/+4
* Fix length->netmask conversions to avoid undefined behaviour.Richard Genoud2014-09-171-1/+1
* Fix NXDOMAIN RCODE in auth PTR replies.Simon Kelley2014-04-031-2/+4
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Allow empty subnet list in --auth-zoneSimon Kelley2013-11-211-2/+11
* Fix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9c9903fc89Simon Kelley2013-11-151-4/+4
* Allow interface name to specify subnets in --auth-zone.Simon Kelley2013-11-131-50/+31
* Fix botch in determining if auth query is local.Simon Kelley2013-10-211-1/+1
* Fix CNAME botch in auth code, also set RA flag for local queries.Simon Kelley2013-10-211-3/+12
* Get NXDOMAIN right on non-A/AAAA query for name known via interface-name.Simon Kelley2013-10-211-12/+12
* Get NXDOMAIN right for local queries to auth zones.Simon Kelley2013-10-211-1/+1
* Handle two interface-names, different interface, same name.Simon Kelley2013-10-211-21/+22
* Restore NS and SOA records to local auth queries.Simon Kelley2013-10-211-1/+3
* Don't filter by subnet when handling local queries for auth-zones.Simon Kelley2013-10-201-17/+22
* Always answer queries for authoritative zones locally, never forward.Simon Kelley2013-10-181-1/+1
* Add constructor-noauth: keywordSimon Kelley2013-05-311-0/+1
* Remove limit in prefix length in --auth-zone.v2.67test6Simon Kelley2013-05-291-2/+2
* Generalise --interface-name to cope with IPv6 addresses.Simon Kelley2013-05-201-45/+89
* Indentation.Simon Kelley2013-03-221-3/+3
* Catch NULL pointer deref if qdcount == 0Simon Kelley2013-02-041-1/+1
* Typo in filter_constructed_dhcp()Simon Kelley2013-02-041-1/+1
* Change copyright messages to include 2013.Simon Kelley2013-01-311-1/+1
* Don't do AXFR unless auth-sec-servers is set.v2.66test6Simon Kelley2013-01-071-22/+20
* Fix auth-DNS filtering problems with contructed ranges.Simon Kelley2012-12-301-6/+6
* Allow constructed prefixes in auth zones.Simon Kelley2012-12-281-1/+17
* Make authoritative stuff a compile-time option.Simon Kelley2012-12-181-1/+2
* Fix crash in auth code for queries where class != C_INSimon Kelley2012-12-151-1/+4
* Zone-transfer peer restriction option.Simon Kelley2012-12-091-1/+30
* Complete AXFR supportSimon Kelley2012-12-091-56/+178
* First cut at zone transfer.Simon Kelley2012-12-071-41/+128
* zero arcount.Simon Kelley2012-12-061-0/+1
* Correct NS and SOA records in auth mode for PTR queries.Simon Kelley2012-12-041-34/+74
* CNAME auth support.Simon Kelley2012-12-011-2/+23
* Post-test fixes.Simon Kelley2012-11-301-22/+145
* Add MX support.Simon Kelley2012-11-291-51/+59
* Initial code to do authoritative DNS.Simon Kelley2012-11-281-0/+307