Evan Hunt
d965c91f95
clarify "rndc sync" logging, add it to "rndc -h" output, per francis
...
review comments in rt22473.
2011-03-21 15:39:05 +00:00
Evan Hunt
35f1a4fc93
3085. [func] New '-R' option in dnssec-signzone forces removal
...
of signatures which have not yet expired but
were generated by a key that no longer exists.
[RT #22471 ]
2011-03-21 07:26:47 +00:00
Evan Hunt
7cb226ec34
3084. [func] A new command "rndc sync" dumps pending changes in
...
a dynamic zone to disk; "rndc sync -clean" also
removes the journal file after syncing. Also,
"rndc freeze" no longer removes journal files.
[RT #22473 ]
2011-03-21 07:22:14 +00:00
Mark Andrews
5f49da42fe
wait longer for the nsec3chain generation to complete
2011-03-21 03:30:48 +00:00
Mark Andrews
5095e72ac3
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:02:39 +00:00
Mark Andrews
653cad790b
3082. [port] strtok_r is threads only. [RT #23747 ]
2011-03-21 00:30:18 +00:00
Mark Andrews
7dc5273a3e
skip not untested
2011-03-20 09:03:47 +00:00
Automatic Updater
7885190562
update copyright notice
2011-03-18 23:47:36 +00:00
Francis Dupont
f3bb08a519
add 23591 no-regression
2011-03-18 21:14:20 +00:00
Francis Dupont
a8e6a8cd6c
fix too long with dname error
2011-03-18 21:12:19 +00:00
Mark Andrews
cbf59e5887
3079. [bug] Handle isc_event_allocate failures in t_tasks.
...
[RT #23572 ]
2011-03-18 07:40:25 +00:00
Evan Hunt
1853c5eaf7
ignore SIGPIPE in ans.pl; this is needed for debian.
2011-03-18 04:41:15 +00:00
Mark Andrews
f79a36eeed
silence: 'ttl' might be used uninitialized
2011-03-18 02:16:43 +00:00
Evan Hunt
ea5334a36e
fixed a missing / in /dev/null
2011-03-18 02:08:45 +00:00
Automatic Updater
a3f8c8e207
regen HEAD
2011-03-18 01:14:34 +00:00
Automatic Updater
207cee019e
update copyright notice
2011-03-17 23:47:30 +00:00
Francis Dupont
50f64cf0e5
silent compiler warnings for DLZ exernal driver support and example
2011-03-17 09:25:54 +00:00
Evan Hunt
61bcc23203
3076. [func] New '-L' option in dnssec-keygen, dnsset-settime, and
...
dnssec-keyfromlabel sets the default TTL of the
key. When possible, automatic signing will use that
TTL when the key is published. [RT #23304 ]
2011-03-17 01:40:40 +00:00
Francis Dupont
92f2688155
silent clang analyzer
2011-03-14 14:13:10 +00:00
Automatic Updater
71d0d898fb
update copyright notice
2011-03-13 23:47:36 +00:00
Mark Andrews
26b49e8459
3074. [bug] Make the adb cache read through for zone data and
...
glue learn for zone named is authoritative for.
[RT #22842 ]
2011-03-13 02:49:28 +00:00
Automatic Updater
8ac903147f
update copyright notice
2011-03-12 23:47:42 +00:00
Mark Andrews
69e617cf88
test for Net::DNS
2011-03-12 21:24:52 +00:00
Automatic Updater
c1aef54e14
update copyright notice
2011-03-12 04:59:49 +00:00
Mark Andrews
4f587beb8e
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:51:40 +00:00
Mark Andrews
6494526350
3070. [bug] dnssec-signzone potential NULL pointer dereference.
...
[RT #20256 ]
2011-03-11 12:37:01 +00:00
Evan Hunt
4fbaf0202b
link driver.so from the .o file instead of the .lo file when building
...
with libtool.
2011-03-11 07:11:07 +00:00
Mark Andrews
0874abad14
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:11:27 +00:00
Mark Andrews
2d96b63d31
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:43:54 +00:00
Automatic Updater
cf786a52ce
update copyright notice
2011-03-10 23:47:50 +00:00
Francis Dupont
cf39976b89
while(1) -> for(;;) (cf 23588)
2011-03-10 13:37:21 +00:00
Evan Hunt
422009fe5b
3066. [func] The DLZ "dlopen" driver is now built by default,
...
no longer requiring a configure option. To
disable it, use "configure --without-dlopen".
Driver also supported on win32. [RT #23467 ]
2011-03-10 04:36:16 +00:00
Francis Dupont
228bddfc12
update do_authors_lookup()
2011-03-07 15:29:32 +00:00
Mark Andrews
198be130e2
remove exit
2011-03-07 14:03:49 +00:00
Automatic Updater
be6c1c5061
regen HEAD
2011-03-06 01:14:21 +00:00
Automatic Updater
0e27506ce3
update copyright notice
2011-03-05 23:52:31 +00:00
Evan Hunt
9a859983d7
3062. [func] Made several changes to enhance human readability
...
of DNSSEC data in dig output and in generated
zone files:
- DNSKEY record comments are more verbose, no
longer used in multiline mode only
- multiline RRSIG records reformatted
- multiline output mode for NSEC3PARAM records
- "dig +norrcomments" suppresses DNSKEY comments
- "dig +split=X" breaks hex/base64 records into
fields of width X; "dig +nosplit" disables this.
[RT #22820 ]
2011-03-05 19:39:07 +00:00
Mark Andrews
eff7f78bc6
3061. [func] New option "dnssec-signzone -D", only write out
...
generated DNSSEC records. [RT #22896 ]
2011-03-05 06:35:41 +00:00
Mark Andrews
7d09a0190b
add #include <isc/file.h>
2011-03-05 03:03:57 +00:00
Automatic Updater
60a900e83b
regen HEAD
2011-03-05 01:14:22 +00:00
Automatic Updater
26a7306397
update copyright notice
2011-03-04 23:47:47 +00:00
Evan Hunt
61271cdee6
3060. [func] New option "dnssec-signzone -X <date>" allows
...
specification of a separate expiration date
for DNSKEY RRSIGs and other RRSIGs. [RT #22141 ]
2011-03-04 22:20:21 +00:00
Evan Hunt
c2f051aaaa
3059. [test] Added a regression test for change #3023 .
2011-03-04 22:01:01 +00:00
Scott Mann
be59d1eb72
Adding missing files for RT22771.
2011-03-04 14:43:58 +00:00
Scott Mann
32babe43eb
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:07:03 +00:00
Automatic Updater
7d9d170dbb
update copyright notice
2011-03-03 23:47:32 +00:00
Evan Hunt
f385bac3b9
3057. [bug] "rndc secroots" would abort after the first error
...
and so could miss some views. [RT #23488 ]
2011-03-03 16:16:47 +00:00
Francis Dupont
9fe8cca065
add URI support
2011-03-03 14:10:27 +00:00
Evan Hunt
70c7f4fb4f
3053. [bug] Under a sustained high query load with a finite
...
max-cache-size, it was possible for cache memory
to be exhausted and not recovered. [RT #23371 ]
2011-03-03 04:42:25 +00:00
Francis Dupont
624664e504
Fixed last autosign test report [RT #23256 ]
2011-03-02 09:03:45 +00:00