summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_query.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-27s4 dns: Only do recursive queries when allowed/desiredKai Blin1-7/+26
If recursive queries are switched off in smb.conf or the client doesn't ask for recursion, don't recurse. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Mar 27 17:39:26 CEST 2012 on sn-devel-104
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin1-0/+2
2012-03-27s4 dns: Only forward for zones we don't ownKai Blin1-2/+3
2012-03-27s4 dns: Forward questions we can't answer to another serverKai Blin1-6/+79
This makes use of libdns and currently hardcodes the forward server, but it works. :)
2012-03-11s4 dns: Support TXT queriesKai Blin1-0/+11
2012-03-09s4 dns: Add support for PTR queries.Kai Blin1-1/+5
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Fri Mar 9 12:27:38 CET 2012 on sn-devel-104
2011-12-17s4 dns: Move record lookup to dns_utils.cKai Blin1-36/+7
2011-11-04s4 dns: Handle QCLASS_NONE queriesKai Blin1-0/+5
2011-11-04s4 dns: Support DNS_QTYPE_ALL queriesKai Blin1-109/+59
2011-09-28dns: Do as BIND and MS DNS and drop quries with qdcount != 1Kai Blin1-5/+11
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Sep 28 03:37:22 CEST 2011 on sn-devel-104
2011-09-28dns: The QCLASS is called IN, not IPKai Blin1-6/+6
2010-10-23s4:dns_server - fix counter typesMatthias Dieter Wallnöfer1-3/+2
2010-10-23s4 dns: Switch to WERRORKai Blin1-26/+26
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin1-0/+233