dsdb-acl: make use of acl_check_access_on_objectclass() for the object in acl_delete()
[Samba/gebeck_regimport.git] / source4 / dns_server / TODO
blobc6024d76ed33b67f2721d96b75b522d5a8ead1ed
1 DNS server todo list
2 --------------------
4 Just so we don't forget the required features for an AD-compatible DNS server:
6 - Forwarding to other nameservers if we don't know the domain
7 - Additional record handling (especially in SOA records, but we'll want off of
8   this stuff)
9 - TSIG-GSSAPI handling
10 - Symmetric Bind-style key handling (not strictly needed for AD, but needed for
11   integration to other name servers / tools)
12 - Command line tools that unix admins are used to
13 - Zone transfer support (XFER, IFER)
14 - Caching
15 - Tests, tests, tests (probably based on python's dns implementation)