summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2011-03-19source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij1-0/+2
2011-01-14s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONEAndrew Tridgell1-5/+5
2011-01-12s4:dns_server/dlz_bind9.c - initialise "ret" variablesMatthias Dieter Wallnöfer1-2/+2
2010-12-22dns: fixed dns record formatAndrew Tridgell1-4/+9
2010-12-21s4-dns: set dwSerial and dwFlagsAndrew Tridgell1-0/+7
2010-12-21s4-dns: fixed name comparison in bind9 moduleAndrew Tridgell1-6/+21
2010-12-21s4-dns: return the local hostname as the SOA authorityAndrew Tridgell1-2/+19
2010-12-21s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell1-0/+2
2010-12-21s4-dns: fixed a crash bug in dlz_bind9 codeAndrew Tridgell1-2/+0
2010-12-15s4-dns: implemented parsing and storing of DNS records from bindAndrew Tridgell2-46/+640
2010-12-15s4-dns: added basic DLZ writeable support to dlz_bind9Andrew Tridgell3-99/+448
2010-12-08s4-dns: dlz_bind9 doesn't need to link to gensec any moreAndrew Tridgell1-1/+1
2010-12-08s4-dns: use ldb hooks for samba extensions in dlz_bind9Andrew Tridgell1-49/+35
2010-12-08s4-dns: allow a remote ldap server to be used with dlz_bind9Andrew Tridgell2-16/+67
2010-12-06s4-dns: return the correct TTLAndrew Tridgell1-6/+2
2010-12-06s4-dns: support Samba command line options to the dlz_bind.so moduleAndrew Tridgell2-1/+36
2010-12-06s4-dns: added flags support for dlz_bind9Andrew Tridgell2-1/+4
2010-12-06s4-dns: a dlz module for bind9Andrew Tridgell3-0/+579
2010-11-29s4:dns_server/dns_update.c - remove unreachable statementsMatthias Dieter Wallnöfer1-2/+0
2010-11-15s4/dns: Build as shared module.Jelmer Vernooij1-2/+3
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-1/+2
2010-11-07ldbsamba: Lowercase library name.Jelmer Vernooij1-1/+1
2010-10-30s4-build: removed some unnecessary dependenciesAndrew Tridgell1-1/+1
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2-5/+3
2010-10-23s4 dns: Implement update record prescan logicKai Blin1-0/+37
2010-10-23s4 dns: Add stub checking if updates are allowedKai Blin1-1/+9
2010-10-23s4 dns: Add a prerequisites check for updatesKai Blin1-2/+67
2010-10-23s4 dns: Switch to WERRORKai Blin5-98/+90
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin6-372/+487
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 Blin2-10/+132
2010-10-23s4 dns: Look up records in the ldb databaseKai Blin2-21/+156
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 Blin4-0/+579