]> git.ipfire.org Git - thirdparty/squid.git/commit - include/rfc1035.h
Prepare for being able to verify the DNS query
authorhno <>
Tue, 10 May 2005 14:23:06 +0000 (14:23 +0000)
committerhno <>
Tue, 10 May 2005 14:23:06 +0000 (14:23 +0000)
commitec7bade04f7b628796e5c59491aff618c4764b31
tree86a11be65e067cbfad3a6db043c6f7ec938a0faf
parent8e3b48f9c044f30efe673653dc5481630e8f0ccc
Prepare for being able to verify the DNS query

Instead of just returning the decoded resource records when decoding
a DNS response, return the whole decoded message (header + query +
response).

Next step is to actually verify the query, and then to allow for VC
operation on truncated messages.
include/rfc1035.h
lib/rfc1035.c
src/dns_internal.cc