1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/third_party/dnspython/TODO
Jelmer Vernooij fb39c6fb5e Move dnspython to third_party.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Nov 12 22:40:53 CET 2014 on sn-devel-104
2014-11-12 22:40:53 +01:00

18 lines
396 B
Plaintext

Tutorial documentation
More examples
It would be nice to have a tokenizer that used regular expressions
because it would be faster.
Teach the resolver about DNAME (right now it relies on the server adding
synthesized CNAMEs)
Add TKEY support.
TSIG works, but needs cleaning up -- probably better encapsulation of
TSIG state to make things much simpler and easier to use.
Pickling support.