summaryrefslogtreecommitdiff
path: root/src/dnsmasq.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak DNSSEC timestamp code to create file later, removing need to chown it.domain_lookupSimon Kelley2015-03-071-13/+22
* Fix last commit to not crash if uid changing not configured.Simon Kelley2015-03-021-1/+1
* Add --dnssec-timestamp option and facility.Simon Kelley2015-03-011-1/+10
* Fix trivial memory leaks to quieten valgrind.Chen Wei2015-02-171-0/+2
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Expand inotify code to dhcp-hostsdir, dhcp-optsdir and hostsdir.Simon Kelley2015-01-311-5/+4
* Allow inotify to be disabled at compile time on Linux.Simon Kelley2015-01-261-8/+13
* Add --dhcp-hostsdir config option.v2.73test6v2.73test5inotifySimon Kelley2015-01-201-8/+20
* Add --log-queries=extra option for more complete logging.Simon Kelley2015-01-091-0/+5
* Remove floor on EDNS0 packet size with DNSSEC.Simon Kelley2014-12-151-5/+0
* Use inotify instead of polling on Linux.Simon Kelley2014-12-101-2/+23
* Add --dns-loop-detect feature.Simon Kelley2014-07-291-2/+7
* Use event system to re-send query on new route. Tidies module boundaries.Simon Kelley2014-07-081-4/+11
* Handle async notification of address changes using the event system.Simon Kelley2014-06-071-2/+11
* Add --dnssec-no-timecheckSimon Kelley2014-03-281-3/+17
* Set --local-service in Debian package startup.Simon Kelley2014-03-051-0/+3
* NSEC3 validation. First pass.Simon Kelley2014-02-231-1/+4
* Add --servers-file option.Simon Kelley2014-02-201-4/+18
* Use DS records as trust anchors, not DNSKEYs.v2.69test8Simon Kelley2014-02-111-1/+1
* Blockdata fixes and tuning.Simon Kelley2014-01-311-1/+6
* copy-n-paste error.Simon Kelley2014-01-311-1/+1
* Anounce DNSSEC at startup.Simon Kelley2014-01-311-1/+6
* More DNSSEC caching logic, and avoid repeated validation of DS/DNSKEYSimon Kelley2014-01-251-2/+10
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Ensure cache is big enough to do DNSSEC.Simon Kelley2014-01-081-9/+12
* Rationalise DNS packet-buffer size calculations.Simon Kelley2014-01-081-1/+6
* backupSimon Kelley2013-12-311-0/+6
* Merge branch 'master' into dnssecSimon Kelley2013-12-121-8/+16
|\
| * Implement dynamic interface discovery on *BSDv2.69test1Simon Kelley2013-12-091-8/+16
* | Merge branch 'master' into dnssecSimon Kelley2013-12-121-1/+4
|\ \ | |/
| * Extend /4 and /6 syntax to --interface-namev2.68rc1Simon Kelley2013-11-211-1/+4
* | Commit to allow master merge.Simon Kelley2013-12-121-3/+3
* | Merge branch 'master' into dnssecSimon Kelley2013-11-141-0/+3
|\ \ | |/
| * Fix start-up order for making DHCPv6 DUIDSimon Kelley2013-11-071-0/+3
* | Merge branch 'master' into dnssecSimon Kelley2013-10-251-46/+76
|\ \ | |/
| * Warning when using --bind-interfaces and routeable addresses.v2.67rc4Simon Kelley2013-10-161-0/+3
| * Log SO_BINDTODEVICE use at startup.Simon Kelley2013-10-111-6/+24
| * Remove unused variable warnings when omitting stuff at compile-time.Vladislav Grishenko2013-09-241-0/+4
| * Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.v2.67test15Simon Kelley2013-09-201-1/+1
| * Don't use BINDTODEVICE on DHCP socket when relaying.Simon Kelley2013-09-051-3/+4
| * Add --dhcp-relay config option.v2.67test10Simon Kelley2013-09-041-43/+47
* | DNSSEC validation require EDNS0, force larger packet size.Giovanni Bajo2013-08-201-2/+3
|/
* Fix hang from new interface-name code, when using TCP.Simon Kelley2013-05-231-49/+57
* Generalise --interface-name to cope with IPv6 addresses.Simon Kelley2013-05-201-4/+7
* Fix failure to start with ENOTSOCKSimon Kelley2013-05-171-1/+1
* Add --ipset option.Jason A. Donenfeld2013-02-221-0/+5
* Fix FTBFS if HAVE_BROKEN_RTC defined.ipv6-macSimon Kelley2013-02-061-2/+2
* Don't leak sockets when getsockname fails.Simon Kelley2013-02-041-2/+7
* Change copyright messages to include 2013.Simon Kelley2013-01-311-1/+1
* Handle wrong interface for locally-routed packets.v2.66test13Simon Kelley2013-01-291-11/+20