summaryrefslogtreecommitdiffstats
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"Matthias Dieter Wallnöfer2011-04-291-1/+1
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-291-1/+1
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONEAndrew Tridgell2011-01-141-5/+5
* s4:dns_server/dlz_bind9.c - initialise "ret" variablesMatthias Dieter Wallnöfer2011-01-121-2/+2
* dns: fixed dns record formatAndrew Tridgell2010-12-221-4/+9
* s4-dns: set dwSerial and dwFlagsAndrew Tridgell2010-12-211-0/+7
* s4-dns: fixed name comparison in bind9 moduleAndrew Tridgell2010-12-211-6/+21
* s4-dns: return the local hostname as the SOA authorityAndrew Tridgell2010-12-211-2/+19
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-211-0/+2
* s4-dns: fixed a crash bug in dlz_bind9 codeAndrew Tridgell2010-12-211-2/+0
* s4-dns: implemented parsing and storing of DNS records from bindAndrew Tridgell2010-12-152-46/+640
* s4-dns: added basic DLZ writeable support to dlz_bind9Andrew Tridgell2010-12-153-99/+448
* s4-dns: dlz_bind9 doesn't need to link to gensec any moreAndrew Tridgell2010-12-081-1/+1
* s4-dns: use ldb hooks for samba extensions in dlz_bind9Andrew Tridgell2010-12-081-49/+35
* s4-dns: allow a remote ldap server to be used with dlz_bind9Andrew Tridgell2010-12-082-16/+67
* s4-dns: return the correct TTLAndrew Tridgell2010-12-061-6/+2
* s4-dns: support Samba command line options to the dlz_bind.so moduleAndrew Tridgell2010-12-062-1/+36
* s4-dns: added flags support for dlz_bind9Andrew Tridgell2010-12-062-1/+4
* s4-dns: a dlz module for bind9Andrew Tridgell2010-12-063-0/+579
* s4:dns_server/dns_update.c - remove unreachable statementsMatthias Dieter Wallnöfer2010-11-291-2/+0
* s4/dns: Build as shared module.Jelmer Vernooij2010-11-151-2/+3
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-1/+2
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2010-10-232-5/+3
* s4 dns: Implement update record prescan logicKai Blin2010-10-231-0/+37
* s4 dns: Add stub checking if updates are allowedKai Blin2010-10-231-1/+9
* s4 dns: Add a prerequisites check for updatesKai Blin2010-10-231-2/+67
* s4 dns: Switch to WERRORKai Blin2010-10-235-98/+90
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-236-372/+487
* 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-232-10/+132
* s4 dns: Look up records in the ldb databaseKai Blin2010-10-232-21/+156
* 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-234-0/+579