mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
edited
This commit is contained in:
parent
1c66892e02
commit
be92e33a44
2 changed files with 14 additions and 13 deletions
|
|
@ -24,7 +24,13 @@ RT #222 "Documentation: "recursion no" in a view does not hide cache"
|
|||
|
||||
RT #176 "Bind-9.0.0rc1 nit, but affects all other ISC source as well"
|
||||
|
||||
Rewrite select ARM chapters
|
||||
Rewrite select ARM chapters, in particular:
|
||||
Improve the ARM chapter on server types, making it recommend the use
|
||||
of separate authoritative and caching servers
|
||||
|
||||
review the update forwarding code
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
Complete the support for persistent databases (disable initial load,
|
||||
journalling, etc)
|
||||
|
||||
Review man pages
|
||||
|
||||
write named.conf(5) man page
|
||||
|
|
@ -50,30 +53,22 @@ mark: explain "database file older than last load"
|
|||
Add quotes around logging category names in named.conf examples
|
||||
where they are missing
|
||||
|
||||
Review the use of debug levels and make it more consistent
|
||||
|
||||
Add configuration option for generating IXFRs by calculating the
|
||||
difference between two zone versions (most of the code is already
|
||||
there)
|
||||
|
||||
Add support for persistent databases (disable initial load,
|
||||
journalling, etc)
|
||||
|
||||
Examine why aa:/usr/var/adm/syslog.dated/22-May-17:37/daemon.log has:
|
||||
May 23 08:19:58 aa named[24603]: starting BIND 9.0.0b3
|
||||
May 23 08:19:58 aa syslog: loading configuration from '/build/gson/local/namedb
|
||||
(why named then syslog?)
|
||||
|
||||
Improve the ARM chapter on server tpyes, making it recommend the use
|
||||
of separate authoritative and caching servers
|
||||
|
||||
Define easy-to-parse subset of master file format and make dig support it;
|
||||
make that the recommended way of exporting zone data.
|
||||
Define easy-to-parse subset of master file format and make dig support
|
||||
it; make that the recommended way of exporting zone data.
|
||||
|
||||
Support general time specifiers like "4d10m" in named.conf
|
||||
|
||||
Get rid of the TODO file in the top level source directory
|
||||
|
||||
Implement update forwarding
|
||||
|
||||
Eliminate meta types on input
|
||||
|
||||
Implement "additional data max/min/internal"
|
||||
|
|
|
|||
Loading…
Reference in a new issue