summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_server.c
Commit message (Expand)AuthorAgeFilesLines
* s4-dns: fix a non handled memory out of memoryMatthieu Patou2012-10-021-0/+1
* dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett2012-09-121-2/+3
* s4 dns: Make debug output less noisyKai Blin2012-09-071-1/+1
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-0/+8
* s4 dns: Handle GSS-TSIG signature creationKai Blin2012-09-051-0/+12
* s4 dns: Revert erroneous push from wrong branchKai Blin2012-09-051-23/+0
* more tsig_verify stuffKai Blin2012-09-051-1/+1
* drop meKai Blin2012-09-051-0/+3
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-1/+7
* s4 dns: Handle GSS-TSIG signaturesKai Blin2012-09-051-0/+14
* s4 dns: Store TKEYs in a ringbufferKai Blin2012-08-311-0/+27
* s4 dns: Negotiate GSSAPI-based TKEYsKai Blin2012-08-311-0/+18
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4-dns: Remove sync dns_processVolker Lendecke2012-05-301-24/+0
* s4-dns: Make the TCP dns server asyncVolker Lendecke2012-05-301-21/+39
* s4-dns: Make the UDP dns server asyncVolker Lendecke2012-05-301-18/+38
* s4-dns: Make dns_process_send asynVolker Lendecke2012-05-301-78/+136
* s4-dns: Fix an unlikely potential memleakVolker Lendecke2012-05-301-2/+4
* s4 dns: unify error handling when bailing outKai Blin2012-05-081-12/+11
* dns server: move very verbose debug to higher level 2 -> 8Matthieu Patou2012-04-291-4/+4
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-271-2/+3
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-271-5/+15
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-061-13/+13
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-1/+1
* s4 dns: Fix some typos in comments and a whitespaceKai Blin2011-12-171-3/+3
* s4 dns: Reduce test output noise by upping log level for dns_name_packet loggingKai Blin2011-11-171-3/+6
* s4 dns: the opcode is called OPCODE_UPDATE in the RFC, not OPCODE_REGISTERKai Blin2011-11-041-1/+1
* s4-dns: when searching all partitions the NULL basedn is OKAndrew Tridgell2011-08-251-8/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-4/+4
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-1/+2
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2010-10-231-2/+1
* s4 dns: Switch to WERRORKai Blin2010-10-231-9/+5
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-231-371/+0
* s4 dns: More work on updatesKai Blin2010-10-231-1/+25
* s4 dns: Map between NTSTATUS and dns error codesKai Blin2010-10-231-1/+35
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-231-7/+35
* s4 dns: start handling update requests, return correct error codesKai Blin2010-10-231-23/+55
* s4 dns: Handle CNAME recordsKai Blin2010-10-231-0/+15
* s4 dns: Parse srv and soa recordsStefan Metzmacher2010-10-231-0/+39
* s4 dns: Look up all names in the ldb database.Kai Blin2010-10-231-10/+125
* s4 dns: Look up records in the ldb databaseKai Blin2010-10-231-21/+155
* s4 dns: Reply to a name request with an A record.Kai Blin2010-10-231-17/+116
* ndr dns: Add simple parserKai Blin2010-10-231-1/+17
* s4 dns: Add a boilerplate DNS server implementationKai Blin2010-10-231-0/+522