bind9/bin
Brian Wellington cde7dfea4c 1190. [func] Add the "rndc freeze" and"rndc unfreeze" commands.
[RT #2394]

Basically, "freeze" disables dynamic updates to a zone, syncs the journal
file into the master file, and removes the journal.  This allows manual
edits of a dynamic zone file without stopping the server, since the
zone is temporarily considered non-dynamic.  "unfreeze" re-enables dynamic
updates to a zone.

So, instead of the old:
	rndc stop
	edit master file
	remove journal
	restart server
you can now do:
	rndc freeze zone
	edit master file
	rndc reload zone
	rndc unfreeze zone
which doesn't require stopping the server.

About everyone here at the secure dynamic update workshop wanted this.
It will be documented soon.
2002-01-22 22:05:59 +00:00
..
check 1175. [bug] named-checkzone and named-checkconf failed to call 2002-01-14 01:42:04 +00:00
dig 1164. [bug] "Not Implemented" should be reported as NOTIMP. 2001-12-19 12:16:47 +00:00
dnssec 1180. [func] dnssec-keygen should always generate keys with 2002-01-21 10:13:20 +00:00
named 1190. [func] Add the "rndc freeze" and"rndc unfreeze" commands. 2002-01-22 22:05:59 +00:00
nsupdate 1179. [func] Add SIG(0) support to nsupdate. 2002-01-21 07:59:15 +00:00
rndc Split off the named.conf grammar into a source module separate 2002-01-04 02:32:16 +00:00
tests Split off the named.conf grammar into a source module separate 2002-01-04 02:32:16 +00:00
win32/BINDInstall Added libbind9 to list of DLL's to install in System32 2001-11-21 05:04:13 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in copyright update 2001-01-09 22:01:04 +00:00