summaryrefslogtreecommitdiff
path: root/src/dnsmasq.h
Commit message (Expand)AuthorAgeFilesLines
* --local-service. Default protection from DNS amplification attacks.Simon Kelley2014-03-051-1/+3
* Check that unsigned replies come from unsigned zones if --dnssec-check-unsign...Simon Kelley2014-02-281-2/+9
* Strip DNSSEC RRs when query doesn't have DO bit set.Simon Kelley2014-02-251-1/+4
* NSEC3 validation. First pass.Simon Kelley2014-02-231-0/+3
* Add --servers-file option.Simon Kelley2014-02-201-0/+3
* Cleanup of server reading code, preparation, for dynamic reading from files.Simon Kelley2014-02-181-0/+7
* Use DS records as trust anchors, not DNSKEYs.v2.69test8Simon Kelley2014-02-111-8/+5
* Further tidying of AD and DO bit handling.Simon Kelley2014-02-101-1/+3
* Handle validation when more one key is needed.Simon Kelley2014-02-101-1/+1
* Fix stack-smashing crash in DNSSEC. Thanks to Henk Jan Agteresch.Simon Kelley2014-02-061-1/+1
* Make RR work when returning A/AAAA records and an RRSIG.Simon Kelley2014-02-041-2/+3
* Blockdata fixes and tuning.Simon Kelley2014-01-311-0/+1
* Don't mark answers as DNSEC validated if DNS-doctored.Simon Kelley2014-01-261-1/+1
* Replace CRC32 with SHA1 for spoof detection in DNSSEC builds.Simon Kelley2014-01-251-2/+9
* Class specifier in --dnskey, instead of hardwiring C_IN.Simon Kelley2014-01-251-1/+1
* --dnssec-debugSimon Kelley2014-01-251-1/+2
* More DNSSEC cache readout.Simon Kelley2014-01-231-4/+4
* remove redundant headerageSimon Kelley2014-01-221-4/+0
* Cache RRSIGS.Simon Kelley2014-01-221-0/+1
* Caching of DNSSEC records.Simon Kelley2014-01-221-5/+19
* Better handling of truncated DNSSEC replies.Simon Kelley2014-01-201-0/+1
* protocol handling for DNSSECSimon Kelley2014-01-141-1/+2
* Swap crypto library from openSSL to nettle.Simon Kelley2014-01-131-2/+1
* [fd00::} and [fe80::] special addresses in DHCPv6 options.v2.69test3Simon Kelley2014-01-111-1/+3
* DNSSEC consolidation.Simon Kelley2014-01-091-2/+0
* Handle digest lengths greater than 1 block.Simon Kelley2014-01-081-1/+1
* Memory stats for DNSSEC.Simon Kelley2014-01-081-0/+1
* Move blockdata to it's own file.Simon Kelley2014-01-081-0/+2
* Update copyright for 2014.Simon Kelley2014-01-081-2/+2
* Rationalise DNS packet-buffer size calculations.Simon Kelley2014-01-081-1/+1
* First functional DNSSEC - highly alpha.Simon Kelley2014-01-081-5/+24
* backupSimon Kelley2013-12-311-3/+11
* Merge branch 'master' into dnssecSimon Kelley2013-12-181-1/+1
|\
| * Remove unused code.Simon Kelley2013-12-171-1/+1
* | Saving progressSimon Kelley2013-12-131-3/+2
* | Merge branch 'master' into dnssecSimon Kelley2013-12-121-1/+7
|\ \ | |/
| * Implement dynamic interface discovery on *BSDv2.69test1Simon Kelley2013-12-091-1/+7
* | Merge branch 'master' into dnssecSimon Kelley2013-12-121-1/+3
|\ \ | |/
| * Garbage collect listening sockets when their address is deleted.Simon Kelley2013-12-021-1/+1
| * Extend /4 and /6 syntax to --interface-namev2.68rc1Simon Kelley2013-11-211-0/+2
* | Commit to allow master merge.Simon Kelley2013-12-121-7/+27
* | Merge branch 'master' into dnssecSimon Kelley2013-11-141-19/+24
|\ \ | |/
| * Allow interface name to specify subnets in --auth-zone.Simon Kelley2013-11-131-18/+21
| * Use random address allocation for DHCPv6 temporary addresses.Simon Kelley2013-11-071-1/+2
| * Fix start-up order for making DHCPv6 DUIDSimon Kelley2013-11-071-0/+1
* | Merge branch 'master' into dnssecSimon Kelley2013-10-251-41/+78
|\ \ | |/
| * Don't filter by subnet when handling local queries for auth-zones.Simon Kelley2013-10-201-1/+2
| * Always answer queries for authoritative zones locally, never forward.Simon Kelley2013-10-181-1/+2
| * Warning when using --bind-interfaces and routeable addresses.v2.67rc4Simon Kelley2013-10-161-1/+3
| * Log SO_BINDTODEVICE use at startup.Simon Kelley2013-10-111-1/+2