dns: Update TODO list
authorKai Blin <kai@samba.org>
Sun, 28 Jul 2013 21:59:18 +0000 (23:59 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 Jul 2013 07:12:17 +0000 (09:12 +0200)
A lot of the todo items have been resolved, avoid confusing people.

Signed-off-by: Kai Blin <kai@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jul 29 09:12:17 CEST 2013 on sn-devel-104

source4/dns_server/TODO

index c6024d76ed33b67f2721d96b75b522d5a8ead1ed..19496503fe46748114ccb4657fce085a92caa81c 100644 (file)
@@ -3,13 +3,10 @@ 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
+- Symmetric Bind-style TKEY 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)
+(- Command line tools that unix admins are used to)
+- Zone transfer support (XFER, IFER) (look at AD for permission settings)
 - Caching
-- Tests, tests, tests (probably based on python's dns implementation)
+- dynamic zone reloading
+- Tests, tests, tests