summaryrefslogtreecommitdiff
path: root/src/dnsmasq.c
Commit message (Expand)AuthorAgeFilesLines
* First commit for DHCPv6_PD.pdSimon Kelley2014-05-011-10/+19
* 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
* Correct behaviour for TCP queries to allowed address via banned interface.v2.66test12Simon Kelley2013-01-221-19/+43
* Rationalise join_multicast()Simon Kelley2012-12-201-6/+6
* typoSimon Kelley2012-12-181-1/+1
* Error dhcp constructors on platforms where no interface detection.Simon Kelley2012-12-181-1/+5
* Fix initialisation order.Simon Kelley2012-12-181-9/+5
* First checkin of interface-address constructor mode for DHCPv6 and RA.Simon Kelley2012-12-181-120/+59
* Make authoritative stuff a compile-time option.Simon Kelley2012-12-181-0/+5
* Initial code to do authoritative DNS.Simon Kelley2012-11-281-3/+19
* Flag DHCP or DHCPv6 in starup logging.Simon Kelley2012-09-181-4/+5
* Make pid-file creation immune to symlink attack.Simon Kelley2012-09-021-6/+39
* Tidy buffer use in DHCP startup logging.Simon Kelley2012-09-021-7/+5
* Fix FTBFS when TFTP disabled.Simon Kelley2012-07-131-1/+1
* Config parsing error-handling update.Simon Kelley2012-07-121-1/+0