s4-dns: Use proper talloc hierarchy for NS records in create_response_rr
[kai/samba.git] / source4 / dns_server / TODO
1 DNS server todo list
2 --------------------
3
4 Just so we don't forget the required features for an AD-compatible DNS server:
5
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)