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