mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
updated
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
|
|
||||||
make builds nonthreaded by default
|
have someone review the new config code
|
||||||
|
|
||||||
finish and integrate new config code
|
|
||||||
|
|
||||||
Rewrite more ARM chapters
|
Rewrite more ARM chapters
|
||||||
|
|
||||||
|
@@ -1,30 +1,18 @@
|
|||||||
Support "include" inside view statements?
|
|
||||||
|
|
||||||
Provide sample configuration files (root.hint, localhost.rev...)
|
Provide sample configuration files (root.hint, localhost.rev...)
|
||||||
|
|
||||||
Disable journalling for persistent databases (disable initial load,
|
|
||||||
journalling, etc)
|
|
||||||
|
|
||||||
Review man pages
|
Review man pages
|
||||||
|
|
||||||
write named.conf(5) man page
|
write named.conf(5) man page
|
||||||
|
|
||||||
Complete OMAPI security review
|
|
||||||
|
|
||||||
Complete server input code path security review
|
Complete server input code path security review
|
||||||
message.c, tcpmsg.c + places where tcpmsg.c functionality is duplicated,
|
message.c, tcpmsg.c + places where tcpmsg.c functionality is duplicated,
|
||||||
request.c
|
request.c
|
||||||
|
|
||||||
Review lwres input code path for buffer overflows
|
Review lwres input code path for buffer overflows
|
||||||
|
|
||||||
Document function REQUIREs in omapi and parser
|
|
||||||
|
|
||||||
Make the configure script detect systems with insufficient threads support
|
|
||||||
|
|
||||||
Implement statistics similar to those in BIND 8
|
Implement statistics similar to those in BIND 8
|
||||||
|
|
||||||
Write libdns overview document (even if it only says "don't use
|
Write libdns overview document (even if it only says "don't use libdns")
|
||||||
libdns")
|
|
||||||
|
|
||||||
Improve these error messages:
|
Improve these error messages:
|
||||||
rndc: operation failed: verify failure (failed to verify signature)
|
rndc: operation failed: verify failure (failed to verify signature)
|
||||||
@@ -78,20 +66,14 @@ it; make that the recommended way of exporting zone data.
|
|||||||
|
|
||||||
Support general time specifiers like "4d10m" in named.conf
|
Support general time specifiers like "4d10m" in named.conf
|
||||||
|
|
||||||
Implement "additional data max/min/internal"
|
|
||||||
(whatever that means)
|
|
||||||
|
|
||||||
Stomp error memory leaks
|
Stomp error memory leaks
|
||||||
|
|
||||||
Check for things still being logged with printf
|
|
||||||
|
|
||||||
Avoid ADB negative caching if an ADB-originated fetch fails due to a local
|
Avoid ADB negative caching if an ADB-originated fetch fails due to a local
|
||||||
resource problem (e.g. ISC_R_NOMEMORY or ISC_R_QUOTA).
|
resource problem (e.g. ISC_R_NOMEMORY or ISC_R_QUOTA).
|
||||||
|
|
||||||
Write a paper on the flaws of DNSSEC
|
Write a paper on the flaws of DNSSEC
|
||||||
|
|
||||||
Improve logging infrastructure to simplify providing context
|
Improve logging infrastructure to simplify providing context information
|
||||||
information
|
|
||||||
|
|
||||||
Decide on one set of CHECK()/RETERR() macros and put it in a common
|
Decide on one set of CHECK()/RETERR() macros and put it in a common
|
||||||
header file
|
header file
|
||||||
@@ -111,6 +93,8 @@ Look at all the XXXes in the code
|
|||||||
|
|
||||||
Persistent cache option
|
Persistent cache option
|
||||||
|
|
||||||
|
Make the ARM recommend separate auth/caching servers
|
||||||
|
|
||||||
From the old TODO file at the top of the source tree:
|
From the old TODO file at the top of the source tree:
|
||||||
|
|
||||||
1. Rdataset/Rdatalist Union
|
1. Rdataset/Rdatalist Union
|
||||||
|
Reference in New Issue
Block a user