summaryrefslogtreecommitdiff
path: root/source4/dns_server/TODO
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-10-12 06:23:32 +0200
committerKai Blin <kai@samba.org>2010-10-23 10:17:05 +0000
commit96195b2c0c239781c47f51bbf62156a8804f9525 (patch)
treebf2bc8442ccef219c0dcd74da803982fb4032322 /source4/dns_server/TODO
parentcaf4196899d864abe4bb6d3c9da3952f5b5ba8b8 (diff)
downloadsamba-96195b2c0c239781c47f51bbf62156a8804f9525.tar.gz
samba-96195b2c0c239781c47f51bbf62156a8804f9525.tar.bz2
samba-96195b2c0c239781c47f51bbf62156a8804f9525.zip
s4 dns: Add a boilerplate DNS server implementation
Diffstat (limited to 'source4/dns_server/TODO')
-rw-r--r--source4/dns_server/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/dns_server/TODO b/source4/dns_server/TODO
new file mode 100644
index 0000000000..c6024d76ed
--- /dev/null
+++ b/source4/dns_server/TODO
@@ -0,0 +1,15 @@
+DNS server todo list
+--------------------
+
+Just so we don't forget the required features for an AD-compatible DNS server:
+
+- Forwarding to other nameservers if we don't know the domain
+- Additional record handling (especially in SOA records, but we'll want off of
+ this stuff)
+- TSIG-GSSAPI handling
+- Symmetric Bind-style key handling (not strictly needed for AD, but needed for
+ integration to other name servers / tools)
+- Command line tools that unix admins are used to
+- Zone transfer support (XFER, IFER)
+- Caching
+- Tests, tests, tests (probably based on python's dns implementation)