Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ca23cf7e
Commit
ca23cf7e
authored
Mar 16, 2009
by
Evan Hunt
Browse files
2578. [bug] Changed default sig-signing-type to 65534, because
65535 turns out to be reserved. [RT #19477]
parent
ea21c734
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ca23cf7e
2578. [bug] Changed default sig-signing-type to 65534, because
65535 turns out to be reserved. [RT #19477]
2577. [doc] Clarified some statistics counters. [RT #19454]
2576. [bug] NSEC record were not being correctly signed when
...
...
bin/named/config.c
View file @
ca23cf7e
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.9
5
2009/03/
05
23:4
7:35 tbox
Exp $ */
/* $Id: config.c,v 1.9
6
2009/03/
16
23:4
1:21 each
Exp $ */
/*! \file */
...
...
@@ -183,7 +183,7 @@ options {\n\
sig-validity-interval 30; /* days */
\n
\
sig-signing-nodes 100;
\n
\
sig-signing-signatures 10;
\n
\
sig-signing-type 6553
5
;
\n
\
sig-signing-type 6553
4
;
\n
\
zone-statistics false;
\n
\
max-journal-size unlimited;
\n
\
ixfr-from-differences false;
\n
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment