]> git.ipfire.org Git - people/ms/dnsmasq.git/commit
Handle domain names with '.' or /000 within labels.
authorSimon Kelley <simon@thekelleys.org.uk>
Tue, 21 Apr 2015 21:57:06 +0000 (22:57 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Tue, 21 Apr 2015 21:57:06 +0000 (22:57 +0100)
commitcbe379ad6b52a538a4416a7cd992817e5637ccf9
tree72bef1eb68e8109747df0d6fa9e950e242490b49
parent338b340be9e7198f5c0f68133d070d6598a0814c
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.
src/dns-protocol.h
src/dnsmasq.c
src/dnssec.c
src/rfc1035.c
src/util.c