Josh Soref
730c6745f0
Comprehensive spelling/typo fixes.
...
Thanks to Josh Soref for generating these fixes.
2017-02-06 16:14:04 +00:00
Simon Kelley
ae3154aca9
Additional syntax check on MAC wildcards.
2017-01-01 22:59:46 +00:00
Simon Kelley
b637d7815d
Allow wildcard CNAME records in authoritative zones.
2016-12-13 16:44:11 +00:00
Simon Kelley
d6dce53e08
malloc(); memset() -> calloc() for efficiency.
2016-07-11 21:34:31 +01:00
Simon Kelley
d55f81f5fd
Zero newly malloc'ed memory.
2016-07-06 21:33:56 +01:00
Simon Kelley
c49778df4a
Update copyright notices. Happy new year!
2016-01-06 18:52:33 +00:00
Simon Kelley
b842bc97bb
Use poll() instead of select() to remove limits on open file descriptors.
2015-07-12 21:09:11 +01:00
Simon Kelley
0f38fa05a6
Log message typo.
2015-07-08 22:42:14 +01:00
Simon Kelley
f6d6956261
Test for overflowing platform FD_SET size.
2015-07-08 22:38:13 +01:00
Simon Kelley
b8f16556d3
Tweaks to previous, DNS label charset commit.
2015-04-22 21:14:31 +01:00
Simon Kelley
cbe379ad6b
Handle domain names with '.' or /000 within labels.
...
Only in DNSSEC mode, where we might need to validate or store
such names. In none-DNSSEC mode, simply don't cache these, as before.
2015-04-21 22:57:06 +01:00
Simon Kelley
ff841ebf5a
Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc.
...
The nasty code with static variable in retry_send() which
avoids looping forever needs to be called on success of the syscall,
to reset the static variable.
2015-03-11 21:36:30 +00:00
Simon Kelley
aff3396280
Update copyrights for dawn of 2015.
2015-01-31 20:13:40 +00:00
Simon Kelley
393415597c
Cope with multiple interfaces with the same LL address.
2015-01-18 22:11:10 +00:00
Simon Kelley
5782649ad9
Fix bug which caused dnsmasq to become unresponsive when an interface goes.
2014-09-18 22:08:58 +01:00
Simon Kelley
b5ea1cc255
Add --dns-loop-detect feature.
2014-07-29 16:34:14 +01:00
Simon Kelley
6d8e8ac0fa
Tidy up previous commit.
2014-07-13 22:18:57 +01:00
Lung-Pin Chang
dc8a1b1bcf
Set interface with longest prefix in DHCP & DHCPv6 lease
...
- With nested prefixes reside on different interfaces of single host
(e.g., in 6to4, 2002::/16 on WAN and 2002:<IPv4>:<subnet>::/64 on LAN),
current matching mechanism might return the interface with shorter prefix
length instead of the longer one, if it appears later in the netlink message.
Signed-off-by: Lung-Pin Chang <changlp@cs.nctu.edu.tw >
2014-07-06 21:08:47 +08:00
Neil Jerram
70772c9091
Allow wildcard aliases in --bridge-interface option
...
This is useful when using dnsmasq as DHCP server for a set of VMs
whose data is routed by the host instead of being bridged. In this
scenario:
- There is an unbounded set of TAP interfaces that have no IP address
at the host end.
- DHCP allocation is done from an IPv4 address range associated with a
dummy interface.
- We run dnsmasq with --interface dummy --interface tap*
--bind-dynamic, so that it listens on all the TAP interfaces, and
--bridge-interface=dummy,tap*, so that it will allocate IP addresses
via the TAP interfaces from the range associated with the dummy
interface.
2014-06-11 21:22:40 +01:00
Simon Kelley
ee4158678a
Use DS records as trust anchors, not DNSKEYs.
...
This allows us to query for the root zone DNSKEY RRset and validate
it, thus automatically handling KSK rollover.
2014-02-11 11:07:22 +00:00
Simon Kelley
c47e3ba446
Update copyright for 2014.
2014-01-08 17:07:54 +00:00
Simon Kelley
0fc2f31368
First functional DNSSEC - highly alpha.
2014-01-08 10:26:58 +00:00
Vladislav Grishenko
50db3492e2
Fix compiler warning.
2013-11-26 11:09:31 +00:00
Simon Kelley
241fa9c6c8
Remove arc4random, we have a good RNG and it's a portability problem.
2013-11-22 11:17:37 +00:00
Simon Kelley
6586e8352a
Use random address allocation for DHCPv6 temporary addresses.
2013-11-07 14:20:13 +00:00
Kyle Mestery
d859ca2f9b
Allow hostnames to start with a number.
2013-07-24 13:17:54 +01:00
Simon Kelley
7abb69b5dc
Tighten checks in legal_hostname().
2013-04-29 10:52:16 +01:00
Simon Kelley
49333cbdbe
Allow trailing '*' wildcard in interface names.
2013-03-15 20:30:51 +00:00
Simon Kelley
61744359de
Change copyright messages to include 2013.
2013-01-31 14:34:40 +00:00
Simon Kelley
c99df938d7
Fix compilation warnings.
2012-10-12 13:39:04 +01:00
Simon Kelley
9f7f3b1216
Add --dns-rr option.
2012-05-28 21:39:57 +01:00
Simon Kelley
c64b7f6a78
Fix is_same_net6 - bugged if prefix length not divisible by 8.
2012-05-18 10:19:59 +01:00
Simon Kelley
52b92f4db8
It compiles and it allocates a lease! No renewals yet.
2012-01-22 16:05:15 +00:00
Simon Kelley
5954608577
Updated copyright notices. Happy new year!
2012-01-06 20:02:04 +00:00
Simon Kelley
c72daea868
Accumulated 2.60 changes going into git
2012-01-05 21:33:27 +00:00
Simon Kelley
7de060b08d
import of dnsmasq-2.58.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
572b41eb50
import of dnsmasq-2.57.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
28866e9567
import of dnsmasq-2.56.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
316e2730ac
import of dnsmasq-2.52.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
1f15b81d61
import of dnsmasq-2.51.tar.gz
2012-01-05 17:31:14 +00:00
Simon Kelley
7622fc06ab
import of dnsmasq-2.48.tar.gz
2012-01-05 17:31:14 +00:00
Simon Kelley
73a08a248d
import of dnsmasq-2.47.tar.gz
2012-01-05 17:31:14 +00:00
Simon Kelley
9009d74652
import of dnsmasq-2.46.tar.gz
2012-01-05 17:31:14 +00:00
Simon Kelley
1a6bca81f6
import of dnsmasq-2.43.tar.gz
2012-01-05 17:31:13 +00:00
Simon Kelley
824af85bdf
import of dnsmasq-2.41.tar.gz
2012-01-05 17:31:13 +00:00
Simon Kelley
5aabfc78bc
import of dnsmasq-2.40.tar.gz
2012-01-05 17:31:13 +00:00
Simon Kelley
f2621c7ff0
import of dnsmasq-2.39.tar.gz
2012-01-05 17:31:13 +00:00
Simon Kelley
832af0bafb
import of dnsmasq-2.36.tar.gz
2012-01-05 17:31:13 +00:00
Simon Kelley
1697269ce7
import of dnsmasq-2.34.tar.gz
2012-01-05 17:31:12 +00:00
Simon Kelley
7cebd20fe7
import of dnsmasq-2.31.tar.gz
2012-01-05 17:31:12 +00:00