mirror of
https://github.com/miekg/dns.git
synced 2025-08-19 16:01:00 +02:00
Updates, reflect works
This commit is contained in:
parent
2c82068ec8
commit
f933c60b23
12
TODO
12
TODO
@ -4,27 +4,25 @@ o symmetrical, client side stuff should be mirrored in the server stuff
|
|||||||
o clean, small API
|
o clean, small API
|
||||||
o fast data structures (rb-tree, when they come available)
|
o fast data structures (rb-tree, when they come available)
|
||||||
o api-use should lead to self documenting code
|
o api-use should lead to self documenting code
|
||||||
|
|
||||||
o compression (only ownernames?)
|
o compression (only ownernames?)
|
||||||
|
|
||||||
|
|
||||||
|
o Closing of tcp connections?
|
||||||
o Tsig will probably become an interface which has all configuration
|
o Tsig will probably become an interface which has all configuration
|
||||||
stuff, but this will come later
|
stuff, but this will come later
|
||||||
|
|
||||||
|
|
||||||
Todo:
|
Todo:
|
||||||
* Parsing from strings, going with goyacc and .cz lexer?
|
* Parsing from strings, going with goyacc and .cz lexer?
|
||||||
* encoding NSEC3/NSEC bitmaps, DEcoding works
|
* encoding NSEC3/NSEC bitmaps, DEcoding works
|
||||||
* HIP RR (needs list of domain names, need slice stuff for that)
|
* HIP RR (needs list of domain names, need slice stuff for that)
|
||||||
* Resolver can see if you want ixfr or axfr from the msg no
|
* Is subdomain, is glue helper functions for this kind of stuff
|
||||||
need for seperate functions
|
|
||||||
* Is subdomain, is glue helper functions
|
|
||||||
|
|
||||||
Issues:
|
Issues:
|
||||||
* Check the network order, it works now, but this is on Intel??
|
* Check the network order, it works now, but this is on Intel??
|
||||||
* Make the testsuite work with public DNS servers
|
* Make the testsuite work with public DNS servers
|
||||||
* pack/Unpack smaller. EDNS 'n stuff can be folded in
|
* pack/Unpack smaller. EDNS 'n stuff can be folded in
|
||||||
* SetDefaults() for *all* types?
|
* SetDefaults() for *all* types?
|
||||||
* Closing of tcp connections?
|
|
||||||
|
|
||||||
* Refacter the IXFR/AXFR/TSIG code
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
* Test impl of nameserver, with a small zone, 1 KSK and online signing
|
* Test impl of nameserver, with a small zone, 1 KSK and online signing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user