From: Tinderbox User Date: Thu, 14 Jul 2016 01:06:14 +0000 (+0000) Subject: regen master X-Git-Tag: v9.12.0a0~180 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bc8c067281ca509b9aa729b2971e20b188ea1a74;p=thirdparty%2Fbind9.git regen master --- diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8 index 0096d6d63ad..c7bed9fe572 100644 --- a/bin/rndc/rndc.8 +++ b/bin/rndc/rndc.8 @@ -210,9 +210,15 @@ and \fBrndc modzone\fR\&. .RE .PP -\fBdnstap\-reopen\fR -.RS 4 -Close and re\-open DNSTAP output files\&. This allows the files to be renamed externally then to be re\-opened\&. +\fBdnstap ( \-reopen | \-roll \fR\fB[\fInumber\fR]\fR\fB )\fR +.RS 4 +Close and re\-open DNSTAP output files\&. +\fBrndc dnstap \-reopen\fR +allows the output file to be renamed externally, then re\-opened\&. +\fBrndc dnstap \-roll\fR +causes the output file to be rolled automatically, similar to log files; the most recent output file has "\&.0" appended to its name; the previous most recent output file is moved to "\&.1", and so on\&. If +\fInumber\fR +is specified, then the number of backup log files is limited to that number\&. .RE .PP \fBdumpdb \fR\fB[\-all|\-cache|\-zone|\-adb|\-bad|\-fail]\fR\fB \fR\fB[\fIview \&.\&.\&.\fR]\fR diff --git a/bin/rndc/rndc.html b/bin/rndc/rndc.html index d9793afbbff..d3ee07ce7a0 100644 --- a/bin/rndc/rndc.html +++ b/bin/rndc/rndc.html @@ -218,10 +218,17 @@ See also rndc addzone and rndc modzone.

-
dnstap-reopen
+
dnstap ( -reopen | -roll [number] )

- Close and re-open DNSTAP output files. This allows the files - to be renamed externally then to be re-opened. + Close and re-open DNSTAP output files. + rndc dnstap -reopen allows the output + file to be renamed externally, then re-opened. + rndc dnstap -roll causes the output file + to be rolled automatically, similar to log files; the most + recent output file has ".0" appended to its name; the + previous most recent output file is moved to ".1", and so on. + If number is specified, then the + number of backup log files is limited to that number.

dumpdb [-all|-cache|-zone|-adb|-bad|-fail] [view ...]

@@ -458,13 +465,13 @@

recursing

- Dump the list of queries named is currently - recursing on, and the list of domains to which iterative - queries are currently being sent. (The second list includes - the number of fetches currently active for the given domain, - and how many have been passed or dropped because of the - fetches-per-zone option.) -

+ Dump the list of queries named is currently + recursing on, and the list of domains to which iterative + queries are currently being sent. (The second list includes + the number of fetches currently active for the given domain, + and how many have been passed or dropped because of the + fetches-per-zone option.) +

refresh zone [class [view]]

Schedule zone maintenance for the given zone. diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 266effabc52..e453a6342b6 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -117,7 +117,7 @@

Security Fixes

  • - getrrsetbyname with a non absolute name could trigger a + getrrsetbyname with a non absolute name could trigger an infinite recursion bug in lwresd and named with lwres configured if when combined with a search list entry the resulting name is too long. This flaw is disclosed in @@ -238,8 +238,19 @@ a human-readable format.

    - rndc dnstap-reopen can be used reopen - dnstap output files after renaming them. + rndc dnstap -roll causes dnstap + output files to be rolled like log files -- the most recent output + file is renamed with a .0 suffix, the next + most recent with .1, etc. (Note that this + only works when dnstap output is being written + to a file, not to a UNIX domain socket.) An optional numerical + argument specifies how many backup log files to retain; if not + specified or set to 0, there is no limit. +

    +

    + rndc dnstap -reopen simply closes and reopens + the dnstap output channel without renaming + the output file.

    For more information on dnstap, see diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index f3ed85282b7..53cb4333c44 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -236,10 +236,17 @@ See also rndc addzone and rndc modzone.

-
dnstap-reopen
+
dnstap ( -reopen | -roll [number] )

- Close and re-open DNSTAP output files. This allows the files - to be renamed externally then to be re-opened. + Close and re-open DNSTAP output files. + rndc dnstap -reopen allows the output + file to be renamed externally, then re-opened. + rndc dnstap -roll causes the output file + to be rolled automatically, similar to log files; the most + recent output file has ".0" appended to its name; the + previous most recent output file is moved to ".1", and so on. + If number is specified, then the + number of backup log files is limited to that number.

dumpdb [-all|-cache|-zone|-adb|-bad|-fail] [view ...]

@@ -476,13 +483,13 @@

recursing

- Dump the list of queries named is currently - recursing on, and the list of domains to which iterative - queries are currently being sent. (The second list includes - the number of fetches currently active for the given domain, - and how many have been passed or dropped because of the - fetches-per-zone option.) -

+ Dump the list of queries named is currently + recursing on, and the list of domains to which iterative + queries are currently being sent. (The second list includes + the number of fetches currently active for the given domain, + and how many have been passed or dropped because of the + fetches-per-zone option.) +

refresh zone [class [view]]

Schedule zone maintenance for the given zone. diff --git a/doc/arm/notes.html b/doc/arm/notes.html index ab748bec053..5e2e42fb019 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -77,7 +77,7 @@

Security Fixes

  • - getrrsetbyname with a non absolute name could trigger a + getrrsetbyname with a non absolute name could trigger an infinite recursion bug in lwresd and named with lwres configured if when combined with a search list entry the resulting name is too long. This flaw is disclosed in @@ -198,8 +198,19 @@ a human-readable format.

    - rndc dnstap-reopen can be used reopen - dnstap output files after renaming them. + rndc dnstap -roll causes dnstap + output files to be rolled like log files -- the most recent output + file is renamed with a .0 suffix, the next + most recent with .1, etc. (Note that this + only works when dnstap output is being written + to a file, not to a UNIX domain socket.) An optional numerical + argument specifies how many backup log files to retain; if not + specified or set to 0, there is no limit. +

    +

    + rndc dnstap -reopen simply closes and reopens + the dnstap output channel without renaming + the output file.

    For more information on dnstap, see