1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00
Files
samba-mirror/source4/scripting/python/samba_external/dnspython/TODO
Andrew Tridgell 7d86257d54 s4-python: import a copy of the python dns library
This library is not installed on enough systems for us to rely
on it being available. We use the system copy if possible, and
fallback to this local copy

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-03-05 11:54:36 +11: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.