summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/dns_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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