Jeremy Reed
7f798dd711
Use <command> tag for some more commands. Most already had this.
...
So be consistent.
Add formatting for a configuration option.
Add formatting for a filename.
Uppercase "DNSSEC" in a couple places.
syslog "logs" (not "prints").
Also add formatting for some command line options. (NOTE: this is not
consistent yet, as some use <command> and some use <option> -- need
to define this in a style guide.)
2009-04-02 15:06:01 +00:00
Jeremy Reed
6726b1b9ae
2562. [doc] ARM: miscellaneous improvements, reorganization,
...
and some new content.
This CHANGES entry is for various work I did in late February
in HEAD, now pulling into v9_4, v9_5, v9_6.
2009-04-02 14:54:04 +00:00
Jeremy Reed
2eb62acc96
Also mention in the first definition of options also-notify about
...
the optional "port".
(Note that this was still covered in the later zone description.
There is some overlap here.)
2009-04-02 14:45:07 +00:00
Jeremy Reed
b98552bc41
Move statistics-channels in table and also move the grammar and
...
definition sections. This is just to be in alphabetical order
(was: ..., masters, options, statistics-channels, server,
trusted-keys, ...). No content changes.
Note that the indention doesn't match up, but that was wrong before
my commit here.
2009-04-02 14:22:48 +00:00
Jeremy Reed
2967621174
Add space between RFC and number. This is to be consistent.
...
This same sentence did it two different ways!
(I will later fix the rest per my old ticket #16942.)
2009-04-02 14:15:16 +00:00
Automatic Updater
b30361923f
update copyright notice
2009-03-31 23:47:16 +00:00
Automatic Updater
3143f3898a
newcopyrights
2009-03-31 23:30:25 +00:00
Mark Andrews
cd456aadac
2499. [port] solaris: lib/lwres/getaddrinfo.c namespace clash.
...
[RT #18837 ]
2009-03-31 21:32:25 +00:00
Mark Andrews
83a781a5cb
2582. [bug] Don't emit warning log message when we attempt to
...
remove non-existant journal. [RT #19516 ]
2009-03-26 22:57:07 +00:00
Automatic Updater
bf02e7fc0e
update copyright notice
2009-03-17 23:47:29 +00:00
Automatic Updater
94b66c797a
newcopyrights
2009-03-17 23:30:31 +00:00
Mark Andrews
906e5d9a44
2579. [bug] DNSSEC lookaside validation failed to handle unknown
...
algorithms. [RT #19479 ]
2009-03-17 01:37:07 +00:00
Evan Hunt
3586ef316a
2578. [bug] Changed default sig-signing-type to 65534, because
...
65535 turns out to be reserved. [RT #19477 ]
2009-03-16 23:43:10 +00:00
Automatic Updater
06ae29048d
newcopyrights
2009-03-13 23:30:26 +00:00
Mark Andrews
c0bb9cf185
2521. [bug] Improve epoll cross compilation support. [RT #19047 ]
2009-03-13 05:35:43 +00:00
Mark Andrews
ebf8257047
2506. [port] solaris: Check at configure time if
...
hack_shutup_pthreadonceinit is needed. [RT #19037 ]
2009-03-13 05:30:45 +00:00
Mark Andrews
caf3ffe905
9.6.1b1
2009-03-13 05:23:35 +00:00
Automatic Updater
7c409af694
regen
2009-03-13 04:19:30 +00:00
Tatuya JINMEI 神明達哉
52bf46a127
2577. [doc] Clarified some statistics counters. [RT #19454 ]
2009-03-13 01:52:35 +00:00
Mark Andrews
50b107e596
2576. [bug] NSEC record were not being correctly signed when
...
a zone transitions from insecure to secure.
Handle such incorrectly signed zones. [RT #19114 ]
2009-03-13 01:38:51 +00:00
Automatic Updater
436100336e
regen
2009-03-10 01:54:11 +00:00
Mark Andrews
874d2a93ca
2574. [doc] Document nsupdate -g and -o. [RT #19351 ]
2009-03-09 04:21:56 +00:00
Automatic Updater
780bc6eec5
regen
2009-03-06 01:52:29 +00:00
Automatic Updater
71255518a1
update copyright notice
2009-03-05 23:47:03 +00:00
Automatic Updater
209e3656f4
newcopyrights
2009-03-05 23:30:26 +00:00
Mark Andrews
7808280b34
2573. [bug] Replacing a non-CNAME record with a CNAME record in a
...
single transaction in a signed zone failed. [RT #19397 ]
2009-03-05 04:57:40 +00:00
Mark Andrews
97fa54f9ce
side -> string
2009-03-05 04:31:46 +00:00
Mark Andrews
d36d62e4bd
silence 'Different types treated as unsigned for >.' warnings
2009-03-05 03:23:55 +00:00
Mark Andrews
3cb679d7eb
add bind.keys
2009-03-04 23:59:05 +00:00
Evan Hunt
88d24b4a1f
Added bind.keys, containing dlv.isc.org trust anchor, to source tree
...
for users' convenience [rt18685]
2009-03-04 02:51:19 +00:00
cvs2git
247ec13dca
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-03-04 02:42:34 +00:00
Evan Hunt
3a30493983
2572. [func] Simplify DLV configuration, with a new option
...
"dnssec-lookaside auto;" This is the equivalent
of "dnssec-lookaside . trust-anchor dlv.isc.org;"
plus setting a trusted-key for dlv.isc.org.
Note: The trusted key is hard-coded into named,
but is also stored in (and can be overridden
by) $sysconfdir/bind.keys. As the ISC DLV key
rolls over it can be kept up to date by replacing
the bind.keys file with a key downloaded from
https://www.isc.org/solutions/dlv . [RT #18685 ]
2009-03-04 02:42:31 +00:00
Mark Andrews
ffcd068f87
add config.h
2009-03-04 02:23:36 +00:00
Evan Hunt
6201345ba9
Added .cvsignore for bin/tools
2009-03-04 01:55:32 +00:00
Mark Andrews
620508359f
2571. [func] Add a new tool "arpaname" which translates IP addresses
...
to the corresponding IN-ADDR.ARPA or IP6.ARPA name.
[RT #18976 ]
2009-03-04 01:30:27 +00:00
Automatic Updater
919c99b7a4
regen
2009-03-04 01:12:20 +00:00
Automatic Updater
cd83ba4484
update copyright notice
2009-03-03 23:48:02 +00:00
Mark Andrews
b3ea72e4d1
add newline
2009-03-03 02:42:40 +00:00
Mark Andrews
d36ba0f0ca
2570. [func] Log the destination address the query was sent to.
...
[RT #19209 ]
2009-03-03 01:36:17 +00:00
Automatic Updater
bd537d750f
regen
2009-03-03 01:12:26 +00:00
Automatic Updater
4f91bcae43
update copyright notice
2009-03-02 23:47:43 +00:00
Automatic Updater
d76a60502e
update copyright notice
2009-03-02 23:47:11 +00:00
Automatic Updater
6c6a121295
newcopyrights
2009-03-02 23:30:33 +00:00
Automatic Updater
190bfdeebf
newcopyrights
2009-03-02 23:30:24 +00:00
Evan Hunt
ca42dcc068
2569. [func] Move journalprint, nsec3hash, and genrandom
...
commands from bin/tests into bin/tools;
"make install" will put them in $sbindir. [RT #19301 ]
2009-03-02 03:54:10 +00:00
Mark Andrews
dfa3ca995c
2568. [bug] Report when the write to indicate a otherwise
...
successful start fails. [RT #19360 ]
2009-03-02 03:08:22 +00:00
Mark Andrews
0accbaef11
2568. [bug] Report when the write to indicate a otherwise
...
successful start fails. [RT #19360 ]
2009-03-02 03:07:46 +00:00
Mark Andrews
279b38bba7
2568. [bug] Report when write to indicate a otherwise successful
...
start fail. [RT #19360 ]
2009-03-02 03:03:54 +00:00
Mark Andrews
98b2be76fc
2567. [bug] dst__privstruct_writefile() could miss write errors.
...
write_public_key() could miss write errors.
dnssec-dsfromkey could miss write errors.
[RT #19360 ]
2009-03-02 03:01:04 +00:00
Mark Andrews
c5daf291bc
2567. [bug] dst__privstruct_writefile() could miss write errors.
...
write_public_key() could miss write errors.
dnssec-dsfromkey could miss write errors.
[RT #19360 ]
2009-03-02 02:56:13 +00:00