From bd084426372655b443136243cfa5202b7a339b79 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 21 Sep 2001 17:36:35 +0000 Subject: [PATCH] oved the nsupdate notes under the heading Server Administration Tools --- doc/misc/migration | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/misc/migration b/doc/misc/migration index 0c5b3c346b..edcb6b202f 100644 --- a/doc/misc/migration +++ b/doc/misc/migration @@ -186,11 +186,23 @@ be upgraded. 5. Server Administration Tools +5.1 Ndc Replaced by Rndc + The "ndc" program has been replaced by "rndc", which is capable of remote operation. Unlike ndc, rndc requires a configuration file; see the man pages in bin/rndc/rndc.1 and bin/rndc/rndc.conf.5 for details. Some of the ndc commands are still unimplemented in rndc. +5.2. Nsupdate Differences + +The BIND 8 implementation of nsupdate had an undocumented feature +where an update request would be broken down into multiple requests +based upon the discovered zones that contained the records. This +behaviour has not been implemented in BIND 9. Each update request +must pertain to a single zone, but it is still possible to do multiple +updates in a single invocation of nsupdate by terminating each update +with an empty line or a "send" command. + 6. No Information Leakage between Zones @@ -230,15 +242,4 @@ necessary, the umask should be set explicitly in the script used to start the named process. -8. Nsupdate Differences - -The BIND 8 implementation of nsupdate had an undocumented feature -where an update request would be broken down into multiple requests -based upon the discovered zones that contained the records. This -behaviour has not been implemented in BIND 9. Each update request -must pertain to a single zone, but it is still possible to do multiple -updates in a single invocation of nsupdate by terminating each update -with an empty line or a "send" command. - - -$Id: migration,v 1.40 2001/09/21 17:34:37 gson Exp $ +$Id: migration,v 1.41 2001/09/21 17:36:35 gson Exp $