cvs2git
18f7c6fcac
This commit was manufactured by cvs2git to create branch 'sp4560'.
2011-07-24 08:07:31 +00:00
Mark Andrews
3987bc43d9
remove RELEASE-NOTES-BIND-9.6-ESV.xml
2011-07-24 08:07:30 +00:00
Automatic Updater
249100742c
update copyright notice
2011-07-24 08:05:48 +00:00
Mark Andrews
b742c87a08
9.6-ESV-R5
2011-07-24 07:58:31 +00:00
Automatic Updater
39bd472355
update
2011-07-22 00:15:49 +00:00
Automatic Updater
df4d76e4af
update copyright notice
2011-07-21 23:46:12 +00:00
Automatic Updater
0af3ddd7aa
newcopyrights
2011-07-21 23:30:14 +00:00
Automatic Updater
cb1750eeba
update
2011-07-21 07:15:48 +00:00
Mark Andrews
2343159252
s/fallbackas/fallback as/
2011-07-21 06:23:20 +00:00
Mark Andrews
4516da053b
9.6-ESV-R5
2011-07-21 06:16:58 +00:00
Automatic Updater
1e2061295a
update
2011-07-21 03:15:47 +00:00
Mark Andrews
5a6573cac1
9.6-ESV-R5
2011-07-21 02:48:13 +00:00
Mark Andrews
4c6a741bf8
update changes note
2011-07-21 02:36:13 +00:00
Automatic Updater
2d60879034
update
2011-07-21 02:15:57 +00:00
Mark Andrews
de13ce5a11
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950 ]
2011-07-21 01:48:05 +00:00
Automatic Updater
6ff1fd74b2
update
2011-07-21 00:15:47 +00:00
Automatic Updater
cd80d14af5
update copyright notice
2011-07-20 23:46:20 +00:00
Automatic Updater
4653bb36ff
update
2011-07-20 15:15:39 +00:00
Curtis Blackburn
c7ad49649e
added #include <stdlib.h> to lib/dns/zone.c
2011-07-20 14:32:53 +00:00
Automatic Updater
6e6410e0bf
update
2011-07-20 01:15:48 +00:00
Curtis Blackburn
6a2e1ce0d7
3132.[bug]Workaround for excessive startup time with
...
large number of zones;
allow setting of an environment variable to tune
the number of tasks. default is 8, reccommend
200 zones per task. If you have 200000 zones:
csh: setenv BIND9_ZONE_TASKS_HINT 1000
sh: BIND9_ZONE_TASKS_HINT=1000;
export BIND9_ZONE_TASKS_HINT
Applicable to 9.7, 9.6, auto-tuned in 9.8 and up.
2011-07-20 00:33:35 +00:00
Automatic Updater
0a8e2b14aa
update
2011-06-21 22:15:44 +00:00
Evan Hunt
5d2c608d5a
Add the newly discovered PoD to the nsupdate test. (No CHANGES note.)
2011-06-21 22:14:29 +00:00
Automatic Updater
47a8e740a0
update
2011-06-17 00:15:56 +00:00
Automatic Updater
8547ac2268
update copyright notice
2011-06-16 23:46:05 +00:00
Automatic Updater
5499083f12
update
2011-06-16 02:15:46 +00:00
Mark Andrews
29b2abbbb4
update for re-tag of 9.6-ESV-R5rc1
2011-06-16 01:32:43 +00:00
Automatic Updater
89e1fa229c
update
2011-06-15 04:16:12 +00:00
Mark Andrews
d40840108e
move 9.6-ESV-R5rc1 release marker
2011-06-15 03:34:04 +00:00
Automatic Updater
2de666fba8
update
2011-06-09 01:15:46 +00:00
Evan Hunt
d7eaf06b5a
3124. [bug] Use an rdataset attribute flag to indicate
...
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777 ]
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777 ]
2011-06-09 00:16:37 +00:00
Automatic Updater
2d1f9f6af0
update
2011-05-31 01:16:53 +00:00
Automatic Updater
e2c82680d8
update copyright notice
2011-05-31 00:51:10 +00:00
Mark Andrews
ace53c3c09
update for 9.6-ESV-R5rc1 re-tag
2011-05-31 00:23:54 +00:00
Automatic Updater
782e8ad358
update
2011-05-30 02:16:12 +00:00
Mark Andrews
7e9a45d52c
remove bin/tests/system/dlv/ns1/root.db
2011-05-30 01:43:28 +00:00
Automatic Updater
dd08f03484
update
2011-05-28 00:17:29 +00:00
Automatic Updater
6f06b66613
update copyright notice
2011-05-28 00:01:52 +00:00
Automatic Updater
dab530e9b3
newcopyrights
2011-05-27 23:32:08 +00:00
Automatic Updater
bb73a1df5c
update
2011-05-27 06:16:21 +00:00
Mark Andrews
ff8ae08688
dns_trust_totext
2011-05-27 06:06:02 +00:00
Automatic Updater
9b0647ae6a
update
2011-05-27 05:17:00 +00:00
Mark Andrews
4c94ae39a5
move dns_trust_totext from masterdump.c to rdataset.c so that exportlib will build
2011-05-27 05:04:17 +00:00
Automatic Updater
5c360acb24
update
2011-05-27 02:15:41 +00:00
Mark Andrews
58e8ea9c16
move 9.6-ESV-R5rc1 release point
2011-05-27 01:54:56 +00:00
Automatic Updater
f92af906a0
update
2011-05-27 01:16:09 +00:00
Mark Andrews
c0229f8125
3120. [bug] Named could fail to validate zones list in a DLV
...
that validated insecure without using DLV and had
DS records in the parent zone. [RT #24631 ]
2011-05-27 00:50:10 +00:00
Automatic Updater
703ea9563b
update
2011-05-27 00:15:47 +00:00
Automatic Updater
e77ce57647
update copyright notice
2011-05-26 23:45:46 +00:00
Automatic Updater
49af386d78
newcopyrights
2011-05-26 23:36:32 +00:00
Automatic Updater
5ead61f22e
update
2011-05-26 23:15:48 +00:00
Evan Hunt
f32e775717
3121. [security] An authoritative name server sending a negative
...
response containing a very large RRset could
trigger an off-by-one error in the ncache code
and crash named. [RT #24650 ]
2011-05-26 23:12:06 +00:00
Automatic Updater
6bbbb8ac9f
update
2011-05-24 01:15:48 +00:00
Automatic Updater
4e921e4c81
newcopyrights
2011-05-24 00:15:15 +00:00
Automatic Updater
52aa9708e3
v9_6_ESV_R5rc1
2011-05-24 00:08:44 +00:00
Mark Andrews
7160363173
whitespace
2011-05-24 00:05:41 +00:00
Automatic Updater
4a6568e5f2
update copyright notice
2011-05-23 23:45:49 +00:00
Automatic Updater
c9c35b0502
copyrights
2011-05-23 23:36:50 +00:00
Automatic Updater
faec941f5e
update
2011-05-23 23:35:56 +00:00
Mark Andrews
73220c967c
v9_6_ESV_R5rc1
2011-05-23 23:19:09 +00:00
Automatic Updater
4e36d1522f
update
2011-05-23 23:15:46 +00:00
Evan Hunt
d9ebd3015c
3118. [bug] nsupdate could dump core on shutdown when using
...
SIG(0) keys. [RT #24604 ]
2011-05-23 22:24:12 +00:00
Automatic Updater
2c51b017ae
update
2011-05-18 02:15:48 +00:00
Automatic Updater
d5d9d29cbe
regen v9_6
2011-05-18 01:36:07 +00:00
Automatic Updater
859f5e5eef
update
2011-05-18 00:16:14 +00:00
Automatic Updater
970ba31e4a
newcopyrights
2011-05-17 23:31:00 +00:00
Automatic Updater
cdd62cea95
update
2011-05-17 06:15:46 +00:00
Mark Andrews
d54156f771
3113. [doc] Document the relationship between serial-query-rate
...
and NOTIFY messages.
2011-05-17 05:38:32 +00:00
Automatic Updater
7003f80ff3
update
2011-05-17 02:15:39 +00:00
Automatic Updater
b5475f4750
regen v9_6
2011-05-17 01:35:54 +00:00
Automatic Updater
75311ef4d0
update
2011-05-17 00:16:15 +00:00
Automatic Updater
e7dd02c5a0
update copyright notice
2011-05-16 23:46:09 +00:00
Automatic Updater
afbd39ca59
newcopyrights
2011-05-16 23:30:40 +00:00
Automatic Updater
079fb15a47
update
2011-05-16 05:15:43 +00:00
Mark Andrews
cea7c586ff
3112. [doc] Add missing descriptions of the update policy name
...
types "ms-self", "ms-subdomain", "krb5-self" and
"krb5-subdomain", which allow machines to update
their own records, to the BIND 9 ARM.
2011-05-16 04:23:15 +00:00
Automatic Updater
b44216677a
update
2011-05-07 01:16:22 +00:00
Evan Hunt
80ce101ee4
3110. [bug] dnssec-signzone: Wrong error message could appear
...
when attempting to sign with no KSK. [RT #24369 ]
2011-05-07 00:23:50 +00:00
Automatic Updater
55a4eb4197
update
2011-05-07 00:16:20 +00:00
Automatic Updater
4fb6d08114
update copyright notice
2011-05-06 23:45:55 +00:00
Automatic Updater
795ac237fb
newcopyrights
2011-05-06 23:30:53 +00:00
Automatic Updater
958bc1a49f
update
2011-05-06 00:16:18 +00:00
Mark Andrews
8b513ae9de
set/reset client->signer.
2011-05-05 23:57:21 +00:00
Scott Mann
db19bfeb9b
remove trailing newline from pid (RT #24388 )
2011-05-05 23:23:15 +00:00
Automatic Updater
3ac32ee622
update
2011-05-05 20:15:39 +00:00
Automatic Updater
4cd88bf19b
regen
2011-05-05 19:23:28 +00:00
Evan Hunt
f9d92ced79
3104. [bug] Better support for cross-compiling. [RT #24367 ]
2011-05-05 19:22:19 +00:00
Automatic Updater
c2bfd89aa1
update
2011-05-05 05:15:46 +00:00
Mark Andrews
cc3ca39344
explictly kill the process if the server fails to start, check for a non zero length pid file
2011-05-05 04:56:14 +00:00
Automatic Updater
a27d6d30d7
update
2011-05-04 00:15:51 +00:00
Automatic Updater
a26c7f6b89
update copyright notice
2011-05-03 23:46:21 +00:00
Automatic Updater
d8dc64f0e5
newcopyrights
2011-05-03 23:30:30 +00:00
Automatic Updater
ebefa713e2
update
2011-05-03 16:15:41 +00:00
Mark Andrews
805c71c811
grep was not precise enough leading to test failure
2011-05-03 16:10:06 +00:00
Automatic Updater
0c4c7ac6ee
update
2011-05-03 00:16:17 +00:00
Automatic Updater
e1dcab768c
update copyright notice
2011-05-02 23:46:06 +00:00
Automatic Updater
55e6dc2c7d
newcopyrights
2011-05-02 23:30:46 +00:00
Automatic Updater
3e21171244
update
2011-05-02 00:16:13 +00:00
Mark Andrews
e00190a545
treat exit code 255 as skipped
2011-05-01 23:38:23 +00:00
Automatic Updater
9aae4cb1fb
update
2011-04-20 00:16:10 +00:00
Automatic Updater
06584e923e
update copyright notice
2011-04-19 23:46:18 +00:00
Automatic Updater
94e791c2a9
newcopyrights
2011-04-19 23:30:28 +00:00
Automatic Updater
c411c2287f
update
2011-04-19 23:15:40 +00:00
Automatic Updater
816824aed4
regen
2011-04-19 22:37:04 +00:00
Evan Hunt
d34b3cc9dd
3099. [test] "dlz" system test now runs but gives R:SKIPPED if
...
not compiled with --with-dlz-filesystem. [RT #24146 ]
2011-04-19 22:32:51 +00:00
Automatic Updater
991f965396
update
2011-04-16 00:16:13 +00:00
Automatic Updater
ce244bd2db
newcopyrights
2011-04-15 23:30:47 +00:00
Automatic Updater
62ddab2f60
update
2011-04-15 01:15:46 +00:00
Evan Hunt
2bf9de0210
3097. [test] Add a tool to test handling of malformed packets.
...
[RT #24096 ]
2011-04-15 01:02:36 +00:00
edmonds
c8e4048ee5
update
2011-04-13 23:21:37 +00:00
Automatic Updater
c0abdc2d51
update
2011-04-08 07:16:01 +00:00
Automatic Updater
9d6b032b0e
newcopyrights
2011-04-08 06:19:07 +00:00
Automatic Updater
84aedf2a50
update
2011-04-08 05:15:41 +00:00
Mark Andrews
8f926ae56d
dns_cache_create3
2011-04-08 04:46:43 +00:00
Automatic Updater
bddb09add3
update
2011-04-08 03:16:01 +00:00
Automatic Updater
0b6510531d
newcopyrights
2011-04-08 02:49:25 +00:00
Mark Andrews
9b01b03fd6
9.6-ESV-R5b1
2011-04-08 02:19:06 +00:00
Automatic Updater
7cec37fcd3
update
2011-04-07 23:15:46 +00:00
Mark Andrews
f0069633aa
3096. [bug] Set KRB5_KTNAME before calling log_cred() in
...
dst_gssapi_acceptctx(). [RT #24004 ]
2011-04-07 23:07:37 +00:00
Automatic Updater
6372246a91
update
2011-04-06 11:15:44 +00:00
Mark Andrews
126aafee47
3095. [bug] Handle isolated reserved ports in the port range.
...
[RT #23957 ]
2011-04-06 10:34:27 +00:00
Automatic Updater
19ca102388
update
2011-04-04 11:15:41 +00:00
Mark Andrews
a4d99d27c7
1 -> 1U
2011-04-04 11:12:21 +00:00
Automatic Updater
506f2a8d41
update
2011-03-29 00:16:08 +00:00
Automatic Updater
b38b6d44d9
update copyright notice
2011-03-28 23:45:57 +00:00
Automatic Updater
238bc6ff37
newcopyrights
2011-03-28 23:30:47 +00:00
Automatic Updater
bf3e8f7fb9
update
2011-03-28 06:15:42 +00:00
Mark Andrews
bf71395b3a
unsigned constants
2011-03-28 05:37:32 +00:00
Mark Andrews
6de7ff9067
unsigned constants
2011-03-28 05:24:50 +00:00
Mark Andrews
4a74fe980b
while (1) -> for (;;), style
2011-03-28 05:16:59 +00:00
Automatic Updater
4197f29ea4
update
2011-03-28 05:15:41 +00:00
Mark Andrews
fd7e3b51d0
portability fixes backported from change 2987
2011-03-28 05:10:04 +00:00
Automatic Updater
f165b621d8
update
2011-03-28 04:15:45 +00:00
Mark Andrews
99959424dd
unsigned constants
2011-03-28 03:46:43 +00:00
Automatic Updater
267e419635
update
2011-03-26 01:15:41 +00:00
Evan Hunt
86f9e65647
3092. [bug] Signatures for records at the zone apex could go
...
stale due to an incorrect timer setting. [RT #23769 ]
2011-03-26 00:47:02 +00:00
Automatic Updater
8475d7adf9
update
2011-03-23 00:16:15 +00:00
Automatic Updater
1a583f19a8
update copyright notice
2011-03-22 23:46:00 +00:00
Automatic Updater
6a5437f857
update
2011-03-22 20:16:00 +00:00
Scott Mann
99a28937ac
fixup for RT #23687
2011-03-22 19:36:30 +00:00
Automatic Updater
46174e9b8a
update
2011-03-22 19:15:40 +00:00
Scott Mann
9fcade3a09
Remove bin/tests/system/logfileconfig/ns1/named.conf and add setup.sh
...
in order to resolve changing named.conf issue. [RT #23687 ]
2011-03-22 19:10:41 +00:00
Automatic Updater
1eaf06992a
update
2011-03-21 02:15:42 +00:00
Mark Andrews
a3f2db3629
3083. [bug] NOTIFY messages were not being sent when generating
...
a NSEC3 chain incrementally. [RT #23702 ]
2011-03-21 01:17:14 +00:00
Automatic Updater
cca5eba91f
update
2011-03-19 10:15:43 +00:00
Mark Andrews
3ddb69e254
3081. [bug] Failure of DNAME substitution did not return
...
YXDOMAIN. [RT #23591 ]
2011-03-19 09:47:54 +00:00
Automatic Updater
1f3443c4c2
update
2011-03-19 00:16:15 +00:00
Automatic Updater
08d01c3a4f
update copyright notice
2011-03-18 23:46:09 +00:00
Automatic Updater
21880c2258
newcopyrights
2011-03-18 23:30:41 +00:00
Automatic Updater
c236458672
update
2011-03-18 22:15:41 +00:00
Francis Dupont
7b4bda968d
add new dname test files
2011-03-18 21:39:21 +00:00
Francis Dupont
1e491a168a
3081. [bug] Failure of DNAME substitution did not return
...
YXDOMAIN. [RT #23591 ]
2011-03-18 21:38:50 +00:00
Francis Dupont
eeecf1948e
add 23591 no-regression
2011-03-18 21:38:15 +00:00
Automatic Updater
3be934ac44
update
2011-03-18 09:15:43 +00:00
Francis Dupont
39b282b851
3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS.
...
[RT #23587 ]
2011-03-18 09:10:20 +00:00
Francis Dupont
d8077a6086
introduce STDTIME_ON_32BITS
2011-03-18 09:09:45 +00:00
Automatic Updater
30c959ea62
update
2011-03-18 08:15:41 +00:00
Mark Andrews
ca6c0d246d
3079. [bug] Handle isc_event_allocate failures in t_tasks.
...
[RT #23572 ]
2011-03-18 07:49:17 +00:00
Automatic Updater
173f440c70
update
2011-03-18 05:15:42 +00:00
Evan Hunt
b6f5bf959e
ignore SIGPIPE in ans.pl; this is needed for debian.
2011-03-18 04:40:08 +00:00
Automatic Updater
f84aeac068
update
2011-03-14 00:16:33 +00:00
Automatic Updater
f8c3482f39
update copyright notice
2011-03-13 23:46:04 +00:00
Automatic Updater
e28a45ee49
newcopyrights
2011-03-13 23:30:47 +00:00
Automatic Updater
7d59cf6be6
update
2011-03-13 04:16:05 +00:00
Mark Andrews
9a44555549
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 03:42:09 +00:00
Automatic Updater
42d238f580
update
2011-03-13 00:16:26 +00:00
Automatic Updater
d262042b47
update copyright notice
2011-03-12 23:46:13 +00:00
Automatic Updater
15aa182132
newcopyrights
2011-03-12 23:30:36 +00:00
Automatic Updater
8003286b51
update
2011-03-12 22:16:09 +00:00
Mark Andrews
54d484d653
test for Net::DNS
2011-03-12 21:27:12 +00:00
Automatic Updater
ffb96f9547
update
2011-03-12 05:16:17 +00:00
Automatic Updater
9e5debd879
update copyright notice
2011-03-12 04:57:33 +00:00
Automatic Updater
7ba1e1d5e8
newcopyrights
2011-03-12 04:55:47 +00:00
Automatic Updater
5bd3a02bd1
update
2011-03-12 04:51:43 +00:00
Mark Andrews
e9cc9a1dce
3058. [bug] Cause named to terminate at startup or rndc reconfig/
...
reload to fail, if a log file specified in the conf
file isn't a plain file. [RT #22771 ]
2011-03-12 04:48:03 +00:00
Automatic Updater
157f06e573
update
2011-03-12 03:16:44 +00:00
Mark Andrews
2c5d414d51
bin/tests/system/common/rndc.key
2011-03-12 03:08:50 +00:00
Automatic Updater
288952c1fa
update
2011-03-11 13:16:02 +00:00
Mark Andrews
4a8a881a7a
3071. [bug] has_nsec could be used unintialised in
...
update.c:next_active. [RT #20256 ]
2011-03-11 12:57:03 +00:00
Automatic Updater
8375c33385
update
2011-03-11 11:16:02 +00:00
Mark Andrews
5b4cdf0f41
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 10:50:00 +00:00
Automatic Updater
d472b80e1b
update
2011-03-11 03:16:43 +00:00
Mark Andrews
e979efefac
pkey is only used if USE_ENGINE is defined or USE_EVP is 1
2011-03-11 03:02:50 +00:00
Automatic Updater
6659972b4c
update
2011-03-11 02:17:25 +00:00
Mark Andrews
63876ecca1
3068. [bug] Named failed to build with a OpenSSL without engine
...
support. [RT #23473 ]
2011-03-11 01:39:11 +00:00
Evan Hunt
9d5d261240
Reversing prior change, turns out not to be legal on all compilers.
2011-03-11 01:28:38 +00:00
Automatic Updater
9e2bf6d265
sync
2011-03-11 01:24:42 +00:00
Evan Hunt
db4562497e
Silence a compiler warning by using #if comparison instead of if. No
...
CHANGES note because it's trivial. [RT #23587 ]
2011-03-11 01:22:55 +00:00
Automatic Updater
a017d186c7
update
2011-03-11 01:16:11 +00:00
Mark Andrews
bcfab2630a
3067. [bug] ixfr-from-differences {master|slave}; failed to
...
select the master/slave zones. [RT #23580 ]
2011-03-11 00:52:38 +00:00
Automatic Updater
36c14893e2
update
2011-03-10 00:16:42 +00:00
Automatic Updater
595b55f3db
update copyright notice
2011-03-09 23:45:50 +00:00
Automatic Updater
598c4eb5c3
newcopyrights
2011-03-09 23:30:49 +00:00
Automatic Updater
a52d576df2
update
2011-03-09 08:16:12 +00:00
Mark Andrews
13feff2b58
3065. [bug] RRSIG could have time stamps too far in the future.
...
[RT #23356 ]
2011-03-09 07:31:47 +00:00
Automatic Updater
e7b8583bc0
update
2011-03-09 01:16:36 +00:00
Mark Andrews
fa7943dcb2
remove removed files
2011-03-09 00:52:48 +00:00
Automatic Updater
fc2fd60633
update
2011-03-08 02:16:05 +00:00
Automatic Updater
a248674518
sync
2011-03-08 01:24:51 +00:00
Automatic Updater
edadcd7d75
update
2011-03-08 01:16:37 +00:00
Mark Andrews
5ba78745bc
add 'sync' to ISC_PLATFORM_USEMACASM build as well
2011-03-08 00:51:27 +00:00
Mark Andrews
bfe7b53f7b
DNAME not DS
2011-03-08 00:36:43 +00:00
Automatic Updater
2ccc68ebbc
update
2011-03-08 00:16:32 +00:00
Automatic Updater
d884c1f4d3
update copyright notice
2011-03-07 23:46:10 +00:00
Automatic Updater
de4686f11d
newcopyrights
2011-03-07 23:30:41 +00:00
Automatic Updater
888b81aa5a
update
2011-03-07 22:16:05 +00:00
Evan Hunt
cffc47476a
Style cleanup in DLZ LDAP driver. No functional change, no CHANGES note.
2011-03-07 22:03:14 +00:00
Automatic Updater
d49176081b
update
2011-03-07 16:16:03 +00:00
Scott Mann
9f5e445e1a
Removed use of rndc due to failures on test systems.
2011-03-07 16:10:33 +00:00
Automatic Updater
079dd6cff9
update
2011-03-07 01:16:27 +00:00
Mark Andrews
b23ab77224
reorder so ESV change history is visible
2011-03-07 00:58:47 +00:00
Mark Andrews
c0337497aa
3064. [bug] powerpc: add sync instructions to the end of atomic
...
operations. [RT #23469 ]
2011-03-07 00:32:20 +00:00
Automatic Updater
b770ca193a
update
2011-03-06 00:16:18 +00:00
Automatic Updater
4e6f2f87e3
update copyright notice
2011-03-05 23:51:02 +00:00
Automatic Updater
0592378a16
newcopyrights
2011-03-05 23:30:48 +00:00
Automatic Updater
1f142e1b04
update
2011-03-05 23:16:09 +00:00
Evan Hunt
319cc9c02b
3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402 ]
2011-03-05 23:08:46 +00:00
Automatic Updater
d630f191bd
update
2011-03-05 03:16:14 +00:00
Mark Andrews
a6c37be820
add #include <isc/file.h>
2011-03-05 03:07:40 +00:00
Automatic Updater
b8ffd5fae8
update
2011-03-05 02:38:37 +00:00
Automatic Updater
6627a251ff
update
2011-03-04 22:16:05 +00:00
Evan Hunt
e7f1bd0601
3059. [test] Added a regression test for change #3023 .
2011-03-04 22:11:01 +00:00
Automatic Updater
b256641823
update
2011-03-04 15:16:02 +00:00
Scott Mann
d75978a967
Adding missing test files for RT22771.
2011-03-04 14:59:31 +00:00
Automatic Updater
1996fd9cb8
update
2011-03-04 02:16:38 +00:00
Automatic Updater
8b439453ba
sync
2011-03-04 01:24:48 +00:00
Automatic Updater
8887fb980c
update
2011-03-04 00:16:31 +00:00
Automatic Updater
9ff8a0fdd7
update copyright notice
2011-03-03 23:46:02 +00:00
Automatic Updater
1c7a0cb64f
newcopyrights
2011-03-03 23:30:52 +00:00
Automatic Updater
29945a1da2
update
2011-03-03 12:16:03 +00:00
Mark Andrews
8783f21645
cat the output as atf-report truncates stdout
2011-03-03 11:24:43 +00:00
Automatic Updater
44c4ba2f55
update
2011-03-03 08:16:06 +00:00
Mark Andrews
dc240a41f2
use csv output format. ticker not suitable for robie
2011-03-03 08:01:49 +00:00
Automatic Updater
fc26b1b104
update
2011-03-03 05:16:02 +00:00
Evan Hunt
58a91f8111
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:45:59 +00:00
Automatic Updater
e3f12615ec
update
2011-03-03 00:16:25 +00:00
Automatic Updater
d826071633
update copyright notice
2011-03-02 23:46:18 +00:00
Automatic Updater
aef73dfd11
newcopyrights
2011-03-02 23:30:33 +00:00
Automatic Updater
f33fa066e3
update
2011-03-02 16:16:05 +00:00
Automatic Updater
e250f6b176
regen
2011-03-02 15:25:09 +00:00
Automatic Updater
b567f96e87
update
2011-03-02 07:16:03 +00:00
Evan Hunt
4cd16612f2
add MISSING=: to ATF configure arguments to suppress checks for
...
missing autotools files
2011-03-02 06:40:47 +00:00
Evan Hunt
54a1ad25e4
9.6.3 has been published; removing the release notes.
2011-03-02 06:23:38 +00:00
Automatic Updater
403a581229
update
2011-03-02 05:16:08 +00:00
Mark Andrews
d6e0f47d45
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:43:22 +00:00
Mark Andrews
b7147009da
3051. [bug] NS records obsure DS records at the bottom of the
...
zone if both are present. [RT #23035 ]
2011-03-02 04:34:22 +00:00
Automatic Updater
493e17161e
update
2011-03-01 00:16:23 +00:00
Automatic Updater
c58cd7fb62
update copyright notice
2011-02-28 23:45:54 +00:00
Automatic Updater
cb80e4fa1b
newcopyrights
2011-02-28 23:30:29 +00:00
Automatic Updater
1933c9b2bd
regen
2011-02-28 23:30:28 +00:00
Automatic Updater
86f87af7f4
update
2011-02-28 17:16:13 +00:00
Automatic Updater
3aa8f702b5
autoreconf in hopes of silencing robie warnings
2011-02-28 16:46:45 +00:00
Automatic Updater
a0218dd024
update
2011-02-28 15:16:03 +00:00
Francis Dupont
1b6423ff8c
Use RRSIG original TTL in validated RRset TTL [RT #23332 ]
2011-02-28 14:44:00 +00:00
Automatic Updater
bb338e26bf
update
2011-02-28 13:16:06 +00:00
Mark Andrews
ee94e49f30
3044. [bug] Hold the socket manager lock while freeing the socket.
...
[RT #23333 ]
2011-02-28 12:54:54 +00:00
Automatic Updater
89f939cfd6
update
2011-02-28 04:56:15 +00:00
Automatic Updater
c005061b56
update
2011-02-28 02:15:42 +00:00
Automatic Updater
b82a8a428c
update copyright notice
2011-02-28 01:18:47 +00:00
Automatic Updater
4fa1352dd0
update
2011-02-28 01:16:25 +00:00
Mark Andrews
4ab212aa22
elseif -> elsif
2011-02-28 01:07:47 +00:00
Mark Andrews
79055ce3da
atf source maintains it's own copyright
2011-02-28 01:05:02 +00:00
Automatic Updater
6da4a00f4a
update
2011-02-28 00:15:24 +00:00
Automatic Updater
51bb389b7e
update
2011-02-27 15:15:12 +00:00
Automatic Updater
74ceaee009
update
2011-02-27 14:15:18 +00:00
Mark Andrews
49f017b38d
only run test if ATFBIN defined
2011-02-27 14:15:12 +00:00
Mark Andrews
d7ef9feb95
regen
2011-02-27 13:31:35 +00:00
Mark Andrews
7a0bec030d
remove space between -L path
2011-02-27 13:31:21 +00:00
Automatic Updater
913c0b4b5e
update
2011-02-27 10:44:21 +00:00
Automatic Updater
fceb128642
update
2011-02-27 10:31:42 +00:00
Mark Andrews
7bafa2173c
regen
2011-02-27 06:27:31 +00:00
Evan Hunt
218d0d146a
3043. [test] Merged in the NetBSD ATF test framework (currently
...
version 0.12) for development of future unit tests.
Use configure --with-atf to build ATF internally
or configure --with-atf=prefix to use an external
copy. [RT #23209 ]
2011-02-26 05:46:59 +00:00
Evan Hunt
7ac92ea3ae
minor typo
2011-02-25 23:11:48 +00:00
Evan Hunt
c8250f45f0
3042. [bug] dig +trace could fail attempting to use IPv6
...
addresses on systems with only IPv4 connectivity.
[RT #23797 ]
2011-02-25 23:06:01 +00:00
Mark Andrews
635f8fa82e
3041. [bug] dnssec-signzone failed to generate new signatures on
...
ttl changes. [RT #23330 ]
2011-02-24 03:35:39 +00:00
Mark Andrews
21deff3df5
3040. [bug] Named failed to validate insecure zones where a node
...
with a CNAME existed between the trust anchor and the
top of the zone. [RT #23338 ]
2011-02-23 12:48:21 +00:00
Mark Andrews
8ae6d54d4c
change numbers
2011-02-23 03:59:51 +00:00
Automatic Updater
b6b6262f33
update
2011-02-22 07:15:15 +00:00
Mark Andrews
39a575c3f8
2037. [doc] Update COPYRIGHT to contain all the individual
...
copyright notices that cover various parts.
2011-02-22 06:40:42 +00:00
Automatic Updater
f5f398ab29
update
2011-02-22 05:15:10 +00:00
Mark Andrews
810779bf8d
2036. [bug] Check built-in zone arguments to see if the zone
...
is re-usable or not. [RT #21914 ]
2011-02-22 04:33:49 +00:00
Automatic Updater
b4811d7c4c
update
2011-02-22 00:15:19 +00:00
Automatic Updater
49e7dc2ad1
update copyright notice
2011-02-21 23:45:49 +00:00
Automatic Updater
0d8693e2f1
newcopyrights
2011-02-21 23:30:17 +00:00
Automatic Updater
d5a5d9a73b
update
2011-02-21 08:15:10 +00:00
Mark Andrews
77b668076b
3035. [cleanup] Simplify by using strlcpy. [RT #22521 ]
2011-02-21 07:38:59 +00:00
Mark Andrews
cb197cbb14
3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521 ]
2011-02-21 07:29:02 +00:00
Mark Andrews
bde68f99d9
check for snprintf failure. [RT #22521 ]
2011-02-21 07:17:34 +00:00
Automatic Updater
051d2b2c9d
update
2011-02-21 07:15:13 +00:00
Mark Andrews
f7eb0ef71f
3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
...
[RT #22521 ]
2011-02-21 07:12:50 +00:00
Mark Andrews
8ecd249a9e
3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521 ]
2011-02-21 07:04:54 +00:00
Mark Andrews
08bf17fabb
3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:55:13 +00:00
Mark Andrews
9d7c7023e6
3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:46:14 +00:00
Mark Andrews
f5d6a36457
3029. [bug] isc_netaddr_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:35:02 +00:00
Mark Andrews
6995206cb4
3028. [bug] isc_sockaddr_format() handle a zero sized buffer.
...
[RT #22521 ]
2011-02-21 06:23:52 +00:00
Automatic Updater
1d07ae5eff
update
2011-02-21 06:15:15 +00:00
Mark Andrews
1636fe17c3
3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to
...
catch NULL pointer dereferences before they happen.
[RT #22521 ]
2011-02-21 06:13:58 +00:00
Mark Andrews
5a70082ce7
3026. [bug] lib/isc/httpd.c: check that we have enough space
...
after calling grow_headerspace() and if not
re-call grow_headerspace() until we do. [RT #22521 ]
2011-02-21 05:59:40 +00:00
Automatic Updater
0923d0e019
update
2011-02-20 01:15:14 +00:00
Mark Andrews
5c4c100c15
spelling
2011-02-20 01:01:35 +00:00
Automatic Updater
da48b7c5e8
update
2011-02-20 00:15:24 +00:00
Automatic Updater
81890674ce
update copyright notice
2011-02-19 23:45:47 +00:00
Automatic Updater
5eb115b833
newcopyrights
2011-02-19 23:30:23 +00:00
Automatic Updater
af3a878845
update
2011-02-19 02:15:21 +00:00
Evan Hunt
6f32629913
Fixed incorrect library link order in libisccc and libisccfg
2011-02-19 01:30:00 +00:00
Evan Hunt
678d543786
Fixed an error in change 3023, ensuring that journal file isn't
...
removed after IXFR. No CHANGES note.
2011-02-19 01:26:48 +00:00
Automatic Updater
4bcd4674ab
update
2011-02-19 01:15:13 +00:00
Evan Hunt
08c0b5f032
3025. [bug] Fixed a possible deadlock due to zone resigning.
...
[RT #22964 ]
2011-02-19 00:44:13 +00:00
Automatic Updater
63f671582e
update
2011-02-19 00:15:26 +00:00
Automatic Updater
4618f6f8e8
update copyright notice
2011-02-18 23:45:48 +00:00
Automatic Updater
1263f7abf2
newcopyrights
2011-02-18 23:30:20 +00:00
Automatic Updater
efbfbba8dd
update
2011-02-18 22:15:10 +00:00
Evan Hunt
7dd81b570d
3023. [bug] Named could be left in an inconsistent state when
...
receiving multiple AXFR response messages that were
not all TSIG-signed. [RT #23254 ]
2011-02-18 21:34:41 +00:00
Automatic Updater
2a49e3e27a
update
2011-02-16 00:15:30 +00:00
Automatic Updater
d04f3c269e
update copyright notice
2011-02-15 23:46:15 +00:00
Automatic Updater
2627298d2a
newcopyrights
2011-02-15 23:30:26 +00:00
Automatic Updater
51ad390c9e
update
2011-02-15 01:15:16 +00:00
Mark Andrews
3a09adda9e
3019. [func] Test: check apex NSEC3 records after adding DNSKEY
...
record via UPDATE. [RT #23229 ]
2011-02-15 00:16:39 +00:00
Automatic Updater
461b745952
update
2011-02-08 23:15:41 +00:00
Automatic Updater
58ba1ed262
update copyright notice
2011-02-08 23:08:41 +00:00
Automatic Updater
1315ce7990
newcopyrights
2011-02-08 23:06:51 +00:00
Automatic Updater
c603e626d4
update
2011-02-08 06:15:12 +00:00
Mark Andrews
96ad5aff12
Regression test for:
...
3018. [bug] Named failed to check for the "none;" acl when deciding
if a zone may need to be re-signed. [RT #23120 ]
2011-02-08 05:23:53 +00:00
Automatic Updater
5bb1887896
update
2011-02-07 13:15:23 +00:00
Mark Andrews
7d8fe42a19
missing [
2011-02-07 12:27:07 +00:00
Automatic Updater
c87df2e67e
update
2011-02-07 12:15:31 +00:00
Automatic Updater
bf7327383b
update copyright notice
2011-02-07 12:15:09 +00:00
Automatic Updater
479647b0b4
newcopyrights
2011-02-07 12:13:22 +00:00
Automatic Updater
60a4dcf961
update
2011-02-07 01:15:11 +00:00
Mark Andrews
7a2c642272
3018. [bug] Named failed to check for the "none;" acl when deciding
...
if a zone may need to be re-signed. RT #23120 ]
2011-02-07 00:18:39 +00:00
Automatic Updater
bc2df2da11
update
2011-02-03 13:15:20 +00:00
Automatic Updater
448f9dbdc5
update copyright notice
2011-02-03 12:16:45 +00:00
Automatic Updater
5b47125d18
newcopyrights
2011-02-03 12:15:07 +00:00
Mark Andrews
9d5d9dc475
3016. [bug] rndc usage missing '-b'. [RT #22937 ]
2011-02-03 11:50:52 +00:00
Automatic Updater
4b1fcfdb52
update
2011-02-03 09:15:11 +00:00
Mark Andrews
0417821b02
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:19:40 +00:00
Automatic Updater
f09a66be0e
update
2011-02-03 08:15:21 +00:00
Mark Andrews
ff5f5adff4
3014. [bug] Fix the zonechecks system test to match expected
...
behaviour for 9.6 and to fail on error. [RT #22905 ]
2011-02-03 07:50:56 +00:00
Mark Andrews
208360cc77
3012. [bug] Remove DNSKEY TTL change pairs before generating
...
signing records for any remaining DNSKEY changes.
[RT #22590 ]
2011-02-03 07:20:54 +00:00
Automatic Updater
70f21f30ce
update
2011-01-31 00:15:35 +00:00
Automatic Updater
0a138c4a5c
update
2011-01-30 23:59:40 +00:00
Automatic Updater
76dcfcf342
update
2011-01-30 08:15:13 +00:00
Mark Andrews
b05340b569
9.6.3
2011-01-30 08:06:17 +00:00
Automatic Updater
33e68243d3
update
2011-01-30 07:15:14 +00:00
Mark Andrews
350f45bed8
9.6.3
2011-01-30 06:39:08 +00:00
Automatic Updater
eca23eb55a
update
2011-01-28 00:15:19 +00:00
Automatic Updater
92306578c0
update copyright notice
2011-01-27 23:45:47 +00:00
Automatic Updater
3f495c603a
newcopyrights
2011-01-27 23:30:19 +00:00
Automatic Updater
0125c38a9f
update
2011-01-27 03:15:55 +00:00
Mark Andrews
1be3bd3c8f
3009. [bug] clients-per-query code didn't work as expected with
...
particular query patterns. [RT #22972 ]
2011-01-27 02:29:47 +00:00
Automatic Updater
d11e8b7bd5
update
2011-01-15 00:15:23 +00:00
Automatic Updater
dfd490c2e1
update copyright notice
2011-01-14 23:45:49 +00:00
Automatic Updater
619457ae43
newcopyrights
2011-01-14 23:30:21 +00:00
Automatic Updater
eb7b89e4d6
update
2011-01-14 06:15:16 +00:00
Mark Andrews
0ea03569a2
9.6.3rc1
2011-01-14 05:39:42 +00:00
Mark Andrews
02ebc8afce
9.6.3rc1
2011-01-14 05:31:29 +00:00
Automatic Updater
d2008d55e3
update
2011-01-14 05:15:11 +00:00
Mark Andrews
0654815406
2817. [cleanup] Removed unnecessary isc_task_endexclusive() calls.
...
[RT #20768 ]
2011-01-14 05:04:13 +00:00
Automatic Updater
cc0619d249
update
2011-01-14 01:15:20 +00:00
Mark Andrews
dbb2c2bb65
9.6.3rc1
2011-01-14 00:52:40 +00:00
Automatic Updater
55586734ec
update copyright notice
2011-01-14 00:50:31 +00:00
Automatic Updater
9244ba322f
newcopyrights
2011-01-14 00:49:15 +00:00
Mark Andrews
dc76cdcf0a
silence: warning: format not a string literal and no format arguments
2011-01-14 00:45:15 +00:00
Automatic Updater
1c3a9e9ac9
update
2011-01-13 23:15:39 +00:00
Automatic Updater
2ec440d467
update copyright notice
2011-01-13 22:29:39 +00:00
Automatic Updater
d6585f5971
newcopyrights
2011-01-13 22:28:25 +00:00
Automatic Updater
505872703a
update
2011-01-13 22:15:10 +00:00
Mark Andrews
d65827b914
add -V
2011-01-13 22:04:18 +00:00
Automatic Updater
49ffb8a48d
update
2011-01-13 05:15:40 +00:00
Automatic Updater
166b841b92
update copyright notice
2011-01-13 04:48:23 +00:00
Automatic Updater
9a9b9fda53
newcopyrights
2011-01-13 04:46:49 +00:00
Automatic Updater
24a41cc969
update
2011-01-13 03:15:22 +00:00
Mark Andrews
503b8fe694
spelling
2011-01-13 02:40:19 +00:00
Automatic Updater
20d2b48cc8
update
2011-01-13 02:15:22 +00:00
Mark Andrews
b41db83139
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 02:14:46 +00:00
Mark Andrews
0219620a50
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 02:06:13 +00:00
Automatic Updater
a9fd75ff6d
update
2011-01-06 00:15:29 +00:00
Automatic Updater
40c14bb835
newcopyrights
2011-01-05 23:30:28 +00:00
Automatic Updater
d3bf84be87
update
2011-01-05 00:15:24 +00:00
Automatic Updater
c2cc63809b
update copyright notice
2011-01-04 23:45:43 +00:00
Automatic Updater
7436a1ff88
newcopyrights
2011-01-04 23:30:21 +00:00
Automatic Updater
de08bfa92e
update
2011-01-04 20:15:15 +00:00
Evan Hunt
c48e2bd48c
Updated comments, added root key. [rt21727]
2011-01-04 19:15:12 +00:00
Automatic Updater
1602b83429
update
2011-01-04 05:15:13 +00:00
Mark Andrews
4df4d06b91
3002. [bug] isc_mutex_init_errcheck() failed to destroy attr.
...
[RT #22766 ]
2011-01-04 04:37:17 +00:00
Automatic Updater
98e5ad45e3
update
2010-12-22 04:15:46 +00:00
Mark Andrews
168d13317a
2996. [security] Temporarily disable SO_ACCEPTFILTER support.
...
[RT #22589 ]
2010-12-22 03:28:13 +00:00
Automatic Updater
926e4ac975
update
2010-12-22 03:15:25 +00:00
Mark Andrews
d8bf1487c7
2995. [bug] The Kerberos realm was not being correctly extracted
...
from the signer's identity. [RT #22770 ]
2010-12-22 02:37:55 +00:00
Automatic Updater
cc34738b4a
update
2010-12-22 00:15:16 +00:00
Automatic Updater
14ae0b7399
update copyright notice
2010-12-21 23:46:09 +00:00
Automatic Updater
b2d1144d34
newcopyrights
2010-12-21 23:30:15 +00:00
Automatic Updater
3637335ed2
update
2010-12-21 05:15:10 +00:00
Mark Andrews
d7cd3a9af7
regen
2010-12-21 04:33:58 +00:00
Mark Andrews
bbbdd230ad
2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and
...
do not use threads on earlier versions. Also kill
the unproven-pthreads, mit-pthreads, and ptl2 support.
2010-12-21 04:33:18 +00:00
Automatic Updater
f35adf567d
update
2010-12-19 00:15:27 +00:00
Automatic Updater
90ba68da1c
update copyright notice
2010-12-18 23:46:09 +00:00
Automatic Updater
ba0a4eed4c
newcopyrights
2010-12-18 23:30:22 +00:00
Automatic Updater
838a7fd19d
update
2010-12-18 03:15:48 +00:00
Evan Hunt
995d8d0bcc
Added files to clean.sh scripts that have been left around after tests run.
...
Skipping the ticket/review steps because the change is trivial.
2010-12-18 02:23:31 +00:00
Automatic Updater
8de80e73e7
update
2010-12-15 00:15:17 +00:00
Automatic Updater
27ee4b8ca4
update copyright notice
2010-12-14 23:46:09 +00:00
Automatic Updater
a0e286c661
newcopyrights
2010-12-14 23:30:15 +00:00
Automatic Updater
70e92842e2
update
2010-12-14 01:15:10 +00:00
Mark Andrews
8c5ba02091
2984. [bug] Don't run MX checks when the target of the MX record
...
is ".". [RT #22645 ]
2010-12-14 00:48:23 +00:00
Automatic Updater
003048fd6b
update
2010-12-09 08:15:16 +00:00
Mark Andrews
57628d8c51
dst_key_attach
2010-12-09 07:55:34 +00:00
Automatic Updater
25bb8138c4
newcopyrights
2010-12-09 07:31:50 +00:00
Mark Andrews
f3786154f8
9.6.3b1
2010-12-09 07:29:04 +00:00
Automatic Updater
151cf6493e
update
2010-12-09 05:15:17 +00:00
Automatic Updater
f20340292b
update copyright notice
2010-12-09 04:30:57 +00:00
Automatic Updater
5945b1613c
update
2010-12-09 01:15:10 +00:00
Mark Andrews
12fd7da162
2982. [bug] Reference count dst keys. dst_key_attach() can be used
...
increment the reference count.
Note: dns_tsigkey_createfromkey() callers should now
always call dst_key_free() rather than setting it
to NULL on success. [RT #22672 ]
2010-12-09 01:12:55 +00:00
Automatic Updater
9342ecc0aa
update
2010-12-04 00:15:16 +00:00
Automatic Updater
611c670c11
update copyright notice
2010-12-03 23:45:47 +00:00
Automatic Updater
03cea06099
newcopyrights
2010-12-03 23:30:40 +00:00
Automatic Updater
1f72bd854c
update
2010-12-03 22:15:09 +00:00
Evan Hunt
94c1870f9a
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:03:41 +00:00
Automatic Updater
d0f77cd5f4
update
2010-12-03 01:15:09 +00:00
Mark Andrews
12f834dbb1
2978. [port] hpux: look for <devpoll.h> [RT #21919 ]
2010-12-03 00:59:55 +00:00
Mark Andrews
9c1af23a09
remove CVSS scores
2010-12-03 00:30:11 +00:00
Automatic Updater
aab0f63c42
update
2010-12-03 00:15:20 +00:00
Mark Andrews
006e5cc005
update RT number
2010-12-03 00:11:54 +00:00
Mark Andrews
4df431ecde
2976. [bug] named could die on exit after negotiating a GSS-TSIG
...
key. [RT #3415 ]
2010-12-02 23:40:28 +00:00
Automatic Updater
979e31dab5
update
2010-12-02 05:15:43 +00:00
Mark Andrews
bf0013e9a5
2975. [bug] rbtdb.c:cleanup_dead_nodes_callback() aquired the
...
wrong lock which could lead to server deadlock.
[RT #22614 ]
2010-12-02 05:09:58 +00:00
Mark Andrews
0e6fd42452
file RELEASE-NOTES-BIND-9.6-ESV.txt was added on branch v9_6 on 2011-05-23 23:19:09 +0000
2010-11-29 00:47:45 +00:00
Mark Andrews
4730392f35
file RELEASE-NOTES-BIND-9.6-ESV.pdf was added on branch v9_6 on 2011-05-23 23:19:09 +0000
2010-11-29 00:47:43 +00:00
Mark Andrews
ca01b30c22
file RELEASE-NOTES-BIND-9.6-ESV.html was added on branch v9_6 on 2011-05-23 23:19:09 +0000
2010-11-29 00:47:42 +00:00
Mark Andrews
79ccac7e49
file release-notes.css was added on branch v9_6 on 2011-05-23 23:19:09 +0000
2010-11-29 00:41:06 +00:00
Automatic Updater
3fcc8b8e05
update
2010-11-25 05:15:16 +00:00
Mark Andrews
0c26f604d4
CVE-2010-3613 Reduce complexity from M to L raising score from 7.1 to 7.8.
...
Just have the base CVSS vectors.
2010-11-25 04:54:20 +00:00
Automatic Updater
89fa4bcde8
update
2010-11-18 03:15:44 +00:00
Mark Andrews
433ff39d70
add CVE, VU and CVSS
2010-11-18 02:51:55 +00:00
Automatic Updater
2b6b854393
update
2010-11-18 01:15:42 +00:00
Automatic Updater
72ba35c7af
update copyright notice
2010-11-18 00:58:40 +00:00
Automatic Updater
0963b10f40
newcopyrights
2010-11-18 00:57:20 +00:00
Mark Andrews
b77e2d2525
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:37:54 +00:00
Automatic Updater
7cbf2eda34
update
2010-11-18 00:15:20 +00:00
Automatic Updater
fff1bf76bd
update copyright notice
2010-11-17 23:45:46 +00:00
Automatic Updater
16e12874b1
newcopyrights
2010-11-17 23:30:16 +00:00
Automatic Updater
bfe8b58c69
update
2010-11-17 11:15:19 +00:00
Mark Andrews
981fd91347
convert to 9.6 syntax
2010-11-17 10:43:14 +00:00
Mark Andrews
d55c88b826
covert to 9.6 syntax
2010-11-17 10:31:32 +00:00
Automatic Updater
5f0bc6d9c7
update
2010-11-17 04:15:53 +00:00
Mark Andrews
c7eb53dd8c
handle namedxx.conf
2010-11-17 03:16:52 +00:00
Automatic Updater
3e70709629
update
2010-11-17 01:15:12 +00:00
Evan Hunt
886b4dfbb5
2971. [bug] Fixed a bug that caused journal files not to be
...
compacted on Windows systems as a result of
non-POSIX-compliant rename() semantics. [RT #22434 ]
2010-11-17 00:36:27 +00:00
Automatic Updater
c2d523c929
update
2010-11-17 00:15:27 +00:00
Automatic Updater
6ab0ef8c55
update
2010-11-16 08:15:18 +00:00
Mark Andrews
7e3fa21d40
2970. [security] Adding a NO DATA negative cache entry failed to clear
...
any matching RRSIG records. A subsequent lookup of
of NO DATA cache entry could trigger a INSIST when the
unexpected RRSIG was also returned with the NO DATA
cache entry. [RT #22288 ]
2010-11-16 07:35:03 +00:00
Automatic Updater
199725a084
update
2010-11-16 03:15:49 +00:00
Shawn Routhier
06f96028a5
Fix acl type processing so that allow-query works in options and view
...
statements. Also add a new set of tests to verify proper functioning.
[RT #22418 ]
2010-11-16 02:43:35 +00:00
Mark Andrews
c1e4f06f90
2968. [security] Named could fail to prove a data set was insecure
...
before marking it as insecure. One set of conditions
that can trigger this occurs naturally when rolling
DNSKEY algorithms. [RT #22309 ]
2010-11-16 02:23:44 +00:00
Automatic Updater
0b99578132
update
2010-11-11 02:15:32 +00:00
Automatic Updater
b722241fe4
sync
2010-11-11 01:55:11 +00:00
Automatic Updater
5930b50f89
update
2010-10-20 00:15:25 +00:00
Automatic Updater
bc0a292953
update copyright notice
2010-10-19 23:45:58 +00:00
Automatic Updater
d908dc40ef
newcopyrights
2010-10-19 23:30:18 +00:00
Automatic Updater
102fff01fa
update
2010-10-19 03:15:23 +00:00
Mark Andrews
5badea639c
2967. [bug] 'host -D' now turns on debugging messages earlier.
...
[RT #22361 ]
2010-10-19 02:55:53 +00:00
Automatic Updater
c594a22cfb
update
2010-10-19 00:15:30 +00:00
Automatic Updater
3691f0d766
update copyright notice
2010-10-18 23:46:17 +00:00
Automatic Updater
f17e71aff2
newcopyrights
2010-10-18 23:30:17 +00:00
Automatic Updater
8d165c6749
update
2010-10-18 04:15:55 +00:00
Mark Andrews
cbba436904
2966. [bug] isc_print_vsnprintf() failed to check if there was
...
space available in the buffer when adding a left
justified character with a non zero width,
(e.g. "%-1c"). [RT #22270 ]
2010-10-18 04:02:40 +00:00
Automatic Updater
ca1f88ac3f
update
2010-10-04 23:15:13 +00:00
Mark Andrews
447eae6612
silence 'Null terminator in string initializer ignored.' warning
2010-10-04 22:28:22 +00:00
Automatic Updater
50e3e7c3cf
update
2010-10-03 02:15:47 +00:00
Automatic Updater
ea35262494
sync
2010-10-03 01:55:04 +00:00
Automatic Updater
cd473381b8
update
2010-09-30 00:15:29 +00:00
Automatic Updater
a2b6be5c30
update copyright notice
2010-09-29 23:46:05 +00:00
Automatic Updater
a74ef1a90f
newcopyrights
2010-09-29 23:30:16 +00:00
Automatic Updater
3cf3dd1f0d
update
2010-09-29 05:15:34 +00:00
Mark Andrews
fec7424148
#include <isc/print.h>
2010-09-29 04:27:59 +00:00
Automatic Updater
6839e5014d
update
2010-09-29 04:16:30 +00:00
Mark Andrews
10ee68e217
2965. [func] Test HMAC functions using test data from RFC 2104 and
...
RFC 4634. [RT #21702 ]
2010-09-29 04:13:38 +00:00
Automatic Updater
18c3f781cc
update
2010-09-24 09:15:25 +00:00
Automatic Updater
c828f12404
update copyright notice
2010-09-24 08:30:28 +00:00
Automatic Updater
1648dd8b7c
newcopyrights
2010-09-24 08:27:48 +00:00
Automatic Updater
08433ef1f6
update
2010-09-24 08:15:18 +00:00
Mark Andrews
ff826c2844
2964. [bug] view->queryacl was being overloaded. Seperate the
...
usage into view->queryacl, view->cacheacl and
view->queryonacl. [RT #22114 ]
2010-09-24 08:09:08 +00:00
Automatic Updater
c860f20081
update
2010-09-17 05:15:14 +00:00
Mark Andrews
b622abe567
spelling
2010-09-17 04:56:35 +00:00
Automatic Updater
dadf927b44
update
2010-09-17 00:15:21 +00:00
Automatic Updater
fef405b3db
newcopyrights
2010-09-16 23:30:14 +00:00
Automatic Updater
07d6e86c51
update
2010-09-16 09:15:14 +00:00
Mark Andrews
7a448bce5d
2962. [port] win32: add more dependencies to BINDBuild.dsw.
...
[RT #22062 ]
2010-09-16 08:48:43 +00:00
Automatic Updater
539cab778b
update
2010-09-15 23:30:06 +00:00
Mark Andrews
aef0c1f8ee
simplify grep
2010-09-15 23:25:42 +00:00
Automatic Updater
2c037dc20c
update
2010-09-15 16:15:16 +00:00
Evan Hunt
06bf7065a9
The "resolver" test was failing on systems with old versions of "grep".
2010-09-15 15:45:41 +00:00
Automatic Updater
3a3b415bf9
update
2010-09-15 12:49:55 +00:00
Automatic Updater
ce26def095
update copyright notice
2010-09-15 12:37:35 +00:00
Automatic Updater
969b84814d
newcopyrights
2010-09-15 12:33:39 +00:00
Mark Andrews
bf025fdbe1
./bin/tests/system/resolver/ns4/named.noaa
2010-09-15 12:33:05 +00:00
Mark Andrews
af6b256444
2960. [func] Check that named accepts non-authoritative answers.
...
[RT #21594 ]
2010-09-15 12:16:51 +00:00
Automatic Updater
c124da2358
update
2010-09-15 04:15:45 +00:00
Mark Andrews
3f816cf4dd
2959. [func] Check that named starts with a missing masterfile.
...
[RT #22076 ]
2010-09-15 03:47:08 +00:00
Mark Andrews
6fd0466e76
2957. [bug] entropy_get() and entropy_getpseudo() failed to match
...
the API for RAND_bytes() and RAND_pseudo_bytes()
respectively. [RT #21962 ]
2010-09-15 03:26:09 +00:00
Automatic Updater
c1e3990957
update
2010-09-14 00:15:21 +00:00
Automatic Updater
7b2a9c2dba
newcopyrights
2010-09-13 23:30:14 +00:00
Automatic Updater
1bc1b5365d
update
2010-09-13 07:15:11 +00:00
Mark Andrews
32ccfb2a25
2956. [port] Enable atomic operations on the PowerPC64. [RT #21899 ]
2010-09-13 07:10:58 +00:00
Automatic Updater
ef79a1d198
update
2010-09-13 04:15:34 +00:00
Mark Andrews
cd3e4f6c6c
2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
...
build_sqldbinstance failure. [RT #21623 ]
2010-09-13 03:32:01 +00:00
Automatic Updater
05f9a12d80
update
2010-09-10 09:15:30 +00:00
Automatic Updater
55b9133438
newcopyrights
2010-09-10 08:20:07 +00:00
Automatic Updater
a1d3355d26
9.6.3b1
2010-09-10 08:19:14 +00:00
Automatic Updater
20e543b113
update
2010-09-10 08:15:13 +00:00
Mark Andrews
4616a212ab
9.6.3b1
2010-09-10 07:41:42 +00:00
Automatic Updater
9165b58a6d
update
2010-09-10 07:15:12 +00:00
Mark Andrews
cbeb81c0d2
isc_mem_isovermem
2010-09-10 06:15:40 +00:00
Automatic Updater
55f6798d68
update
2010-09-10 06:15:12 +00:00
Mark Andrews
7a5e04daa2
9.6.3b1
2010-09-10 06:08:30 +00:00
Mark Andrews
7a99e1562e
9.6.3b1
2010-09-10 05:18:12 +00:00
Automatic Updater
2dc0e7b06f
update
2010-09-08 00:15:50 +00:00
Automatic Updater
d73f8c399c
update copyright notice
2010-09-07 23:46:06 +00:00
Automatic Updater
9c534f6e74
newcopyrights
2010-09-07 23:30:14 +00:00
Automatic Updater
0f22a59281
update
2010-09-07 03:15:45 +00:00
Mark Andrews
453c9289b5
2953. [bug] Silence spurious "expected covering NSEC3, got an
...
exact match" message when returning a wildcard
no data response. [RT #21744 ]
2010-09-07 02:53:19 +00:00
Automatic Updater
a3a2c11017
update
2010-09-07 02:15:24 +00:00
Mark Andrews
79575d8694
dnssec-keygen doesn't support -q in 9.6.x
2010-09-07 02:04:44 +00:00
Mark Andrews
67128a1621
2952. [port] win32: named-checkzone and named-checkconf failed
...
to initialise winsock. [RT #21932 ]
2010-09-07 01:53:47 +00:00
Mark Andrews
7b2f8a1909
mark node as from nsec3 tree using 9.6.x method
2010-09-07 01:37:05 +00:00
Automatic Updater
e4678bfdf2
update
2010-09-07 01:15:12 +00:00
Mark Andrews
5122ec7d9e
2951. [bug] named failed to generate a correct signed response
...
in a optout, delegation only zone with no secure
delegations. [RT #22007 ]
2010-09-07 01:12:24 +00:00
Automatic Updater
2a957d2b01
update
2010-09-06 05:15:15 +00:00
Mark Andrews
004d763170
2950. [bug] named failed to perform a SOA up to date check when
...
falling back to TCP on UDP timeouts when
ixfr-from-differences was set. [RT #21595 ]
2010-09-06 04:49:19 +00:00
Automatic Updater
59e14cd016
update
2010-08-26 03:15:43 +00:00
Mark Andrews
3d13f9eea9
update
2010-08-26 02:20:27 +00:00
Automatic Updater
42d14f47b3
update
2010-08-20 02:15:14 +00:00
Automatic Updater
e8688efa53
regen v9_6
2010-08-20 02:05:40 +00:00
Mark Andrews
f8dd4a6340
2946. [doc] Document the default values for the minimum and maximum
...
zone refresh and retry values in the ARM. [RT #21886 ]
2010-08-20 01:38:26 +00:00
Automatic Updater
4b2c9b46db
update
2010-08-20 01:15:14 +00:00
Mark Andrews
a22de44555
2945. [doc] Update empty-zones list in ARM. [RT #21772 ]
...
2944. [maint] Remove ORCHID prefix from built in empty zones.
[RT #21772 ]
2010-08-20 00:19:54 +00:00
Automatic Updater
2540ab23ab
update
2010-08-18 00:15:41 +00:00
Automatic Updater
c529809be6
update copyright notice
2010-08-17 23:45:47 +00:00
Automatic Updater
f19ccbecc2
newcopyrights
2010-08-17 23:30:15 +00:00
Automatic Updater
dbae0f7d56
update
2010-08-17 04:15:45 +00:00
Mark Andrews
e78a476f63
update default id range to match that used (1..7)
2010-08-17 04:09:44 +00:00
Automatic Updater
0a3267dcc9
update
2010-08-17 00:15:22 +00:00
Automatic Updater
710de42029
update copyright notice
2010-08-16 23:45:48 +00:00
Automatic Updater
61af0dce40
newcopyrights
2010-08-16 23:30:13 +00:00
Automatic Updater
1d9d4713d9
update
2010-08-16 23:15:13 +00:00
Mark Andrews
57db6fd2c1
silence redefinition warnings MacOS
2010-08-16 22:41:50 +00:00
Automatic Updater
9b8cddf2cb
update
2010-08-16 06:15:14 +00:00
Mark Andrews
03df994501
2942. [contrib] zone2sqlite failed to setup the entropy sources.
...
[RT #21610 ]
2010-08-16 05:37:18 +00:00
Mark Andrews
f2d91bd3e5
2941. [bug] sdb and sdlz (dlz's zone database) failed to support
...
DNAME at the zone apex. [RT #21610 ]
2010-08-16 05:22:12 +00:00
Automatic Updater
7c3fedd92d
update
2010-08-14 00:15:24 +00:00
Automatic Updater
a5c217ded6
update copyright notice
2010-08-13 23:45:52 +00:00
Automatic Updater
1fb389621d
newcopyrights
2010-08-13 23:30:31 +00:00
Automatic Updater
43d2c0c100
update
2010-08-13 08:15:12 +00:00
Mark Andrews
a36e2a27db
change number
2010-08-13 07:36:44 +00:00
Mark Andrews
3a3a245419
2940. [func] Check that named successfully skips NSEC3 records
...
that fail to match the NSEC3PARAM record currently
in use. [RT# 21868]
2010-08-13 07:21:39 +00:00
Automatic Updater
467bf79aa6
update
2010-08-13 02:15:19 +00:00
Automatic Updater
012610bad0
sync
2010-08-13 01:55:24 +00:00
Automatic Updater
9e3e6558e2
update
2010-08-12 00:15:40 +00:00
Automatic Updater
429ff72b69
update copyright notice
2010-08-11 23:45:49 +00:00
Automatic Updater
b789afe359
newcopyrights
2010-08-11 23:30:14 +00:00
Automatic Updater
01b6162f72
update
2010-08-11 23:15:16 +00:00
Tatuya JINMEI 神明達哉
85b94d05c0
2937. [bug] Worked around an apparent race condition in over
...
memory conditions. Without this fix a DNS cache DB or
ADB could incorrectly stay in an over memory state,
effectively refusing further caching, which
subsequently made a BIND 9 caching server unworkable.
This fix prevents this problem from happening by
polling the state of the memory context, rather than
making a copy of the state, which appeared to cause
a race. This is a "workaround" in that it doesn't
solve the possible race per se, but several experiments
proved this change solves the symptom. Also, the
polling overhead hasn't been reported to be an issue.
This bug should only affect a caching server that
specifies a finite max-cache-size. It's also quite
likely that the bug happens only when enabling threads,
but it's not confirmed yet. [RT #21818 ]
2010-08-11 23:04:21 +00:00
Automatic Updater
28595b37cb
update
2010-08-11 02:15:17 +00:00
Automatic Updater
49ce7f2e3e
sync
2010-08-11 01:55:30 +00:00
Automatic Updater
c97a8bdd3b
update
2010-08-11 00:15:41 +00:00
Automatic Updater
c622c257ad
update copyright notice
2010-08-10 23:46:54 +00:00
Automatic Updater
2ecbe522c4
newcopyrights
2010-08-10 23:30:13 +00:00
Automatic Updater
dc4485928d
update
2010-08-10 10:15:14 +00:00
Mark Andrews
4add541e79
2935. [bug] nsupdate: improve 'file not found' error message.
...
[RT #21871 ]
2010-08-10 09:46:02 +00:00
Mark Andrews
8665fbc144
2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c.
...
[RT #21871 ]
2010-08-10 09:36:28 +00:00
Automatic Updater
6bc8bf199f
update
2010-08-10 09:15:14 +00:00
Mark Andrews
02e3362a18
2933. [bug] 'dig +nsid' used stack memory after it went out of
...
scope. This could potentially result in a unknown,
potentially malformed, EDNS option being sent instead
of the desired NSID option. [RT #21781 ]
2010-08-10 08:45:44 +00:00
Automatic Updater
f28b47086a
update
2010-08-09 23:15:13 +00:00
Evan Hunt
54b4dd1a76
2932. [cleanup] Corrected a numbering error in the "dnssec" test.
...
[RT #21597 ]
2010-08-09 22:35:18 +00:00
Automatic Updater
77000c7279
update
2010-08-04 00:15:39 +00:00
Automatic Updater
498d15f311
update copyright notice
2010-08-03 23:45:47 +00:00
Automatic Updater
3414ceaf6d
newcopyrights
2010-08-03 23:30:14 +00:00
Automatic Updater
f83596148c
update
2010-08-03 17:15:16 +00:00
Tatuya JINMEI 神明達哉
6e9082d4bb
fixed the order
2010-08-03 16:47:49 +00:00
Tatuya JINMEI 神明達哉
ac4824893c
added me to authors. approved by Evan.
2010-08-03 16:46:16 +00:00
Automatic Updater
564781f43b
update
2010-07-15 02:15:11 +00:00
Tatuya JINMEI 神明達哉
e9f69b0324
2931. [bug] Temporarily and partially disable change 2864
...
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710 ]
2010-07-15 01:30:33 +00:00
Automatic Updater
f146a2c08f
update
2010-07-13 02:15:17 +00:00
Automatic Updater
b768f1bc1a
sync
2010-07-13 01:55:23 +00:00
Automatic Updater
31e368bf10
update
2010-07-10 02:15:13 +00:00
Automatic Updater
3caef87033
regen v9_6
2010-07-10 02:06:17 +00:00
Automatic Updater
5b254c7ee3
update
2010-07-10 00:15:34 +00:00
Automatic Updater
8f0cbae84a
update copyright notice
2010-07-09 23:45:55 +00:00
Automatic Updater
019bed611d
newcopyrights
2010-07-09 23:33:14 +00:00
Automatic Updater
cf7e305453
update
2010-07-09 07:15:15 +00:00
Evan Hunt
c2673eed1e
added #include <isc/print.h> to silence tbox warnings
2010-07-09 06:48:25 +00:00
Automatic Updater
c5332bdd65
update
2010-07-09 06:15:16 +00:00
Evan Hunt
c81b0a2f65
2929. [bug] Improved handling of GSS security contexts:
...
- added LRU expiration for generated TSIGs
- added the ability to use a non-default realm
- added new "realm" keyword in nsupdate
- limited lifetime of generated keys to 1 hour
or the lifetime of the context (whichever is
smaller)
[RT #19737 ]
2010-07-09 05:15:06 +00:00
Automatic Updater
429195e224
update
2010-07-08 02:15:18 +00:00
Automatic Updater
5d90d12da4
sync
2010-07-08 01:55:27 +00:00
Automatic Updater
5ae3350e39
update
2010-07-05 02:15:17 +00:00
Automatic Updater
9acca482c7
sync
2010-07-05 01:55:22 +00:00
Automatic Updater
f1e100805e
update
2010-06-30 02:15:17 +00:00
Automatic Updater
af64b75701
sync
2010-06-30 01:55:17 +00:00
Automatic Updater
f01f4e7fa7
update
2010-06-29 02:15:17 +00:00
Automatic Updater
5a8d890e80
sync
2010-06-29 01:55:28 +00:00
Automatic Updater
3187ea3555
update
2010-06-29 00:15:37 +00:00
Automatic Updater
84b070d40b
update copyright notice
2010-06-28 23:45:47 +00:00
Automatic Updater
2439f83087
newcopyrights
2010-06-28 23:30:14 +00:00
Automatic Updater
47e6112c25
update
2010-06-28 02:15:14 +00:00
Mark Andrews
040a2526e7
check that we have non-cachable answers to test against
...
match the dig.out.ns#.$n to the nameserver
2010-06-28 01:38:44 +00:00
Mark Andrews
c07d33d282
fix cut-and-paste merge error
2010-06-28 01:23:57 +00:00
Automatic Updater
fdd60a825a
update
2010-06-28 00:15:43 +00:00
Mark Andrews
07ddb90072
handle very short source files
2010-06-27 23:42:57 +00:00
Automatic Updater
4f2cedcec5
update
2010-06-27 00:15:25 +00:00
Automatic Updater
a4d4e19af8
update copyright notice
2010-06-26 23:45:54 +00:00
Automatic Updater
bdf3bfeeff
newcopyrights
2010-06-26 23:30:13 +00:00
Automatic Updater
9c3a43dcba
update
2010-06-26 03:15:39 +00:00
Mark Andrews
6347f38607
bin/tests/system/dnssec/ns7/named.nosoa
2010-06-26 02:20:57 +00:00
Automatic Updater
8404f612ee
update
2010-06-26 00:15:37 +00:00
Mark Andrews
bc3343cc10
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-25 23:57:04 +00:00
Automatic Updater
1cfe6191e7
update
2010-06-24 08:15:14 +00:00
Mark Andrews
e9807151fd
2923. [bug] 'dig +trace' could drop core after "connection
...
timeout". [RT #21514 ]
2010-06-24 07:30:46 +00:00
Automatic Updater
abb02ab8e7
update
2010-06-24 00:15:30 +00:00
Automatic Updater
04dc4f8218
update copyright notice
2010-06-23 23:46:05 +00:00
Automatic Updater
b319b69844
newcopyrights
2010-06-23 23:30:17 +00:00
Automatic Updater
cf56214253
update
2010-06-23 04:15:30 +00:00
Mark Andrews
4ba831fb47
s/to soon/too soon/
2010-06-23 03:32:01 +00:00
Mark Andrews
3e1b4de7b4
add period
2010-06-23 03:28:49 +00:00
Automatic Updater
43b1687625
update
2010-06-23 03:15:25 +00:00
Mark Andrews
3006f365b6
2922 [contrib] Update zkt to version 1.0.:
2010-06-23 03:11:34 +00:00
Automatic Updater
3727a0e9be
update
2010-06-23 02:15:18 +00:00
Mark Andrews
de37ff354c
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:50:41 +00:00
Automatic Updater
513e45c73b
update
2010-06-21 00:15:35 +00:00
Automatic Updater
af5cd3f289
newcopyrights
2010-06-20 23:30:14 +00:00
Automatic Updater
c45324a5a4
update
2010-06-20 08:15:38 +00:00
Mark Andrews
df982bee65
add cvs id
2010-06-20 07:32:07 +00:00
Automatic Updater
0fc66bda11
update
2010-06-19 02:15:16 +00:00
Automatic Updater
abf2232762
sync
2010-06-19 01:55:03 +00:00
Automatic Updater
e8c0a83ea1
update
2010-06-18 05:39:13 +00:00
Mark Andrews
93827d06d2
AAAA not A
2010-06-18 05:37:50 +00:00
Automatic Updater
ffae7f2db6
update
2010-06-18 02:15:15 +00:00
Mark Andrews
bec36072b8
2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
2010-06-18 02:13:46 +00:00
Automatic Updater
caf37cb4e0
update
2010-06-16 02:15:22 +00:00
Automatic Updater
6140688a61
sync
2010-06-16 01:55:00 +00:00
Automatic Updater
f71c47814d
update
2010-06-12 00:15:37 +00:00
Automatic Updater
b937be4f23
update copyright notice
2010-06-11 23:45:49 +00:00
Automatic Updater
057ad99933
newcopyrights
2010-06-11 23:30:14 +00:00
Automatic Updater
d062c211b1
update
2010-06-11 00:49:24 +00:00
Automatic Updater
dff3467ff1
update
2010-06-10 07:16:45 +00:00
Mark Andrews
ee9ef9347d
2916. [func] Add framework to use IPv6 in tests.
...
fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
2010-06-10 06:22:02 +00:00
cvs2git
c06cf1fd88
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-06-10 06:19:54 +00:00
Mark Andrews
9a56f03c4c
2916. [func] Add framework to use IPv6 in tests.
...
fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
2010-06-10 06:19:52 +00:00
Automatic Updater
60f146a7d0
update
2010-06-10 00:21:11 +00:00
Automatic Updater
65aca93f92
update
2010-06-10 00:18:31 +00:00
Automatic Updater
e40d5d6b71
update copyright notice
2010-06-09 23:50:58 +00:00
Automatic Updater
80b1a05246
update copyright notice
2010-06-09 23:48:16 +00:00
Automatic Updater
8a507eb203
newcopyrights
2010-06-09 23:32:16 +00:00
Automatic Updater
e830d0e41a
newcopyrights
2010-06-09 23:30:41 +00:00
Automatic Updater
3514d179dd
auto update
2010-06-09 23:19:22 +00:00
Automatic Updater
387182e77e
update
2010-06-09 13:35:23 +00:00
Automatic Updater
36961e2937
missing @
2010-06-09 13:23:47 +00:00
Automatic Updater
17184891e7
update
2010-06-09 09:17:21 +00:00
Mark Andrews
cf56ac2b41
missing @
2010-06-09 09:04:39 +00:00
Tatuya JINMEI 神明達哉
09e3a00249
file serveraddress.conf was initially added on branch rt21474.
2010-06-09 07:25:34 +00:00
Tatuya JINMEI 神明達哉
b7e4d6e217
file named.conf.in was initially added on branch rt21474.
2010-06-09 07:25:33 +00:00
Tatuya JINMEI 神明達哉
cdb49c3672
file setup.sh was initially added on branch rt21474.
2010-06-09 07:25:32 +00:00
Tatuya JINMEI 神明達哉
036cffcc86
file example.com4.zone was initially added on branch rt21474.
2010-06-09 06:08:44 +00:00
Tatuya JINMEI 神明達哉
7f7bce08e3
file example.com5.zone was initially added on branch rt21474.
2010-06-09 06:08:43 +00:00
Tatuya JINMEI 神明達哉
902c59120a
file example.com3.zone was initially added on branch rt21474.
2010-06-09 06:08:42 +00:00
Tatuya JINMEI 神明達哉
e2b48e4a4b
file example.com2.zone was initially added on branch rt21474.
2010-06-09 06:08:41 +00:00
Automatic Updater
9239151bf5
update
2010-06-09 02:21:34 +00:00
Automatic Updater
807e954016
update
2010-06-09 02:19:05 +00:00
Tatuya JINMEI 神明達哉
550e575a3e
file good5.conf was initially added on branch rt21474.
2010-06-09 01:57:44 +00:00
Tatuya JINMEI 神明達哉
02f120a9f7
file good4.conf was initially added on branch rt21474.
2010-06-09 01:57:43 +00:00
Tatuya JINMEI 神明達哉
80a84bb8cb
file bad6.conf was initially added on branch rt21474.
2010-06-09 01:57:42 +00:00
Mark Andrews
10b8bf5195
2915. [cleanup] Be smarter about which objects we attempt to compile
...
based on configure options. [RT #21444 ]
2010-06-09 01:54:10 +00:00
Tatuya JINMEI 神明達哉
9cfdae0afd
file controls1.conf was initially added on branch rt21474.
2010-06-09 01:51:36 +00:00
Tatuya JINMEI 神明達哉
ecc9331cdb
file controlkey.conf was initially added on branch rt21474.
2010-06-09 01:51:35 +00:00
Mark Andrews
02181a6c74
2915. [cleanup] Be smarter about which objects we attempt to compile
...
based on configure options. [RT #21444 ]
2010-06-09 01:47:54 +00:00
Mark Andrews
76117ff568
CHANGES
2010-06-09 01:43:09 +00:00
Automatic Updater
f45c817901
update
2010-06-09 00:20:55 +00:00
Automatic Updater
ad0471f93b
update copyright notice
2010-06-08 23:50:24 +00:00
Automatic Updater
45c349c278
newcopyrights
2010-06-08 23:32:05 +00:00
Tatuya JINMEI 神明達哉
0832af2661
file good3.conf was initially added on branch rt21474.
2010-06-08 01:21:02 +00:00
Automatic Updater
605f3a5ef6
update
2010-06-08 00:20:35 +00:00
Mark Andrews
bf8c3776f1
update
2010-06-07 23:52:58 +00:00
Automatic Updater
6dc9dcbea2
auto update
2010-06-07 23:19:30 +00:00
Tatuya JINMEI 神明達哉
74a7310253
file good2.conf was initially added on branch rt21474.
2010-06-07 23:03:08 +00:00
Tatuya JINMEI 神明達哉
d6b258b138
file good1.conf was initially added on branch rt21474.
2010-06-07 23:03:07 +00:00
Tatuya JINMEI 神明達哉
75e3a3db1a
file bad4.conf was initially added on branch rt21474.
2010-06-07 23:03:06 +00:00
Tatuya JINMEI 神明達哉
f83f6e989c
file bad3.conf was initially added on branch rt21474.
2010-06-07 23:03:05 +00:00
Tatuya JINMEI 神明達哉
5b5e98e2c4
file bad2.conf was initially added on branch rt21474.
2010-06-07 23:03:04 +00:00
Tatuya JINMEI 神明達哉
22d9b3c470
file bad1.conf was initially added on branch rt21474.
2010-06-07 23:03:03 +00:00
Tatuya JINMEI 神明達哉
8596334ced
file example.org.zone was initially added on branch rt21474.
2010-06-07 22:45:42 +00:00
Tatuya JINMEI 神明達哉
f0585f5ffe
file example.net.zone was initially added on branch rt21474.
2010-06-07 22:45:41 +00:00
Tatuya JINMEI 神明達哉
34a49b9046
file example.info.zone was initially added on branch rt21474.
2010-06-07 22:45:40 +00:00
Tatuya JINMEI 神明達哉
d13a0a65c3
file example.edu.zone was initially added on branch rt21474.
2010-06-07 22:45:39 +00:00
Tatuya JINMEI 神明達哉
ae27fcf6ad
file example.com.zone was initially added on branch rt21474.
2010-06-07 22:45:38 +00:00
Tatuya JINMEI 神明達哉
a150f937e0
file root.zone was initially added on branch rt21474.
2010-06-07 22:45:37 +00:00
Tatuya JINMEI 神明達哉
56eae9923e
file named.conf was initially added on branch rt21474.
2010-06-07 22:45:36 +00:00
Tatuya JINMEI 神明達哉
002eb7e1bc
file hints was initially added on branch rt21474.
2010-06-07 22:45:35 +00:00
Tatuya JINMEI 神明達哉
4827ffd3b5
file tests.sh was initially added on branch rt21474.
2010-06-07 22:45:34 +00:00
Tatuya JINMEI 神明達哉
f88543fba8
file clean.sh was initially added on branch rt21474.
2010-06-07 22:45:33 +00:00
Automatic Updater
b8451d4055
update
2010-06-07 05:20:24 +00:00
Mark Andrews
e24ccb512c
2914. [bug] Make the "autosign" system test more portable.
...
[RT #20997 ]
2010-06-07 04:45:43 +00:00
Automatic Updater
cb1aaddd19
update
2010-06-07 04:24:40 +00:00
Mark Andrews
63af1a646a
2913. [func] Add pkcs#11 system tests. [RT #20784 ]
2010-06-07 03:42:37 +00:00
Automatic Updater
e0cc71935a
update
2010-06-05 00:20:59 +00:00
Automatic Updater
8ff316edb3
update
2010-06-05 00:18:27 +00:00
Automatic Updater
3f2280d2fc
update copyright notice
2010-06-04 23:51:14 +00:00
Automatic Updater
a55880fd78
update copyright notice
2010-06-04 23:48:25 +00:00
Automatic Updater
478d64f58f
newcopyrights
2010-06-04 23:31:43 +00:00
Automatic Updater
4f8546ba3d
newcopyrights
2010-06-04 23:30:51 +00:00
Automatic Updater
fc6ac45f0b
update
2010-06-04 01:16:02 +00:00
Automatic Updater
a694635ee9
update
2010-06-04 00:20:50 +00:00
Automatic Updater
e67c7ef08c
update
2010-06-04 00:18:48 +00:00
Mark Andrews
8925c70a54
remove trailing comma
2010-06-04 00:15:28 +00:00
Mark Andrews
ec58c4ca54
remove trailing comma
2010-06-04 00:12:54 +00:00
Mark Andrews
5ee4d3f2ee
iterations is -H
2010-06-04 00:04:39 +00:00
Mark Andrews
cc8df25ebb
iterations is -H
2010-06-04 00:03:12 +00:00
Automatic Updater
6e13ffa218
update copyright notice
2010-06-03 23:51:05 +00:00
Automatic Updater
a08946269c
update copyright notice
2010-06-03 23:47:49 +00:00
Automatic Updater
9d80d23172
newcopyrights
2010-06-03 23:31:51 +00:00
Automatic Updater
60e2fdadb6
newcopyrights
2010-06-03 23:30:57 +00:00
Automatic Updater
bbc312f167
auto update
2010-06-03 23:20:22 +00:00
Automatic Updater
49d8f90140
update
2010-06-03 22:18:48 +00:00
Automatic Updater
5f04acc6ba
update
2010-06-03 22:16:28 +00:00
Mark Andrews
81d22a38f0
specify NSEC3 iterations
2010-06-03 21:45:31 +00:00
Mark Andrews
e74c3a0f59
specify NSEC3 iterations
2010-06-03 21:44:49 +00:00
Automatic Updater
21bade5e85
update
2010-06-03 14:01:15 +00:00
Automatic Updater
baa2067430
update
2010-06-03 14:00:34 +00:00
Mark Andrews
470c85218c
add -lkrb5
2010-06-03 13:29:24 +00:00
Mark Andrews
a7f02c9c6b
add -lkrb5
2010-06-03 13:27:46 +00:00
Automatic Updater
40b038c826
update
2010-06-03 06:35:45 +00:00
Automatic Updater
4cfc372125
update
2010-06-03 06:34:48 +00:00
Mark Andrews
777b9cd0b7
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 06:32:19 +00:00
cvs2git
8dea42c089
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-06-03 06:29:05 +00:00
Mark Andrews
10acc63770
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 06:29:03 +00:00
Automatic Updater
b48dc1327b
update
2010-06-03 06:18:01 +00:00
Automatic Updater
b216949a52
update
2010-06-03 06:17:09 +00:00
Mark Andrews
69fb084072
2912. [func] Windows clients don't like UPDATE responses that clear
...
the zone section. [RT #20986 ]
2010-06-03 05:29:03 +00:00
Mark Andrews
b7bc86a4d3
2912. [func] Windows clients don't like UPDATE responses that clear
...
the zone section. [RT #20986 ]
2010-06-03 05:23:27 +00:00
Automatic Updater
9f9ba278d7
update
2010-06-03 04:23:42 +00:00
Automatic Updater
6a3a485598
update
2010-06-03 04:20:44 +00:00
Mark Andrews
cb5a1c15c2
add kerberosv5/krb5.h to search list
2010-06-03 03:56:41 +00:00
Mark Andrews
3a7b1fb32a
add kerberosv5/krb5.h to search list
2010-06-03 03:55:07 +00:00
Mark Andrews
463e599d1e
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 03:38:53 +00:00
Automatic Updater
01f93d7ceb
update
2010-06-03 03:21:50 +00:00
Automatic Updater
25e31837f1
update
2010-06-03 03:18:49 +00:00
Mark Andrews
675cc80975
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 03:13:32 +00:00
Mark Andrews
7e87f04c6d
2910. [func] Sanity check Kerberos credentials. [RT #20986 ]
2010-06-03 02:35:53 +00:00
Mark Andrews
a20996ab6f
2910. [func] Sanity check Kerberos credentials. [RT #20986 ]
2010-06-03 02:29:58 +00:00
Automatic Updater
fcf0d7cce2
update
2010-06-02 02:23:20 +00:00
Automatic Updater
a2d2fc17b0
update copyright notice
2010-06-02 01:28:40 +00:00
Automatic Updater
e2fe51aab4
update
2010-06-02 01:25:45 +00:00
Automatic Updater
a8de415ed8
update
2010-06-02 01:20:48 +00:00
Mark Andrews
80852eb5a8
named-checkzone -> named-checkconf
2010-06-02 01:14:02 +00:00
Automatic Updater
0fde13e46f
newcopyrights
2010-06-02 01:13:18 +00:00
Mark Andrews
a27bbd21cf
2909. [bug] named-checkzone -p could die if "update-policy local;"
...
was specified in named.conf. [RT #21416 ]
2010-06-02 01:07:47 +00:00
Mark Andrews
8659464250
2908. [bug] It was possible for re-signing to stop after removing
...
a DNSKEY. [RT #21384 ]
2010-06-02 01:01:35 +00:00
Mark Andrews
29f0da7fb8
2908. [bug] It was possible for re-signing to stop after removing
...
a DNSKEY. [RT #21384 ]
2010-06-02 00:58:54 +00:00
Mark Andrews
b00de53de2
2907. [bug] The export version of libdns had undefined references.
...
[RT #21444 ]
2010-06-02 00:38:29 +00:00
Automatic Updater
43998395c9
auto update
2010-06-01 23:17:03 +00:00
Automatic Updater
dbf3418d74
auto update
2010-05-29 23:19:15 +00:00
Automatic Updater
636718021d
update
2010-05-29 11:16:53 +00:00
Mark Andrews
57b47bca26
checkpoint
2010-05-29 10:36:22 +00:00
Automatic Updater
0eca13810e
update
2010-05-28 04:23:51 +00:00
Mark Andrews
249dcf3932
Add -> Address
2010-05-28 03:16:57 +00:00
Mark Andrews
ead77b9ad4
2906. [bug] Add RFC 5011 implementation issues. [RT #20903 ]
2010-05-28 03:15:48 +00:00
Automatic Updater
bdc5b20680
update
2010-05-28 00:21:05 +00:00
Automatic Updater
c4a94923ac
update
2010-05-28 00:18:13 +00:00
Automatic Updater
248b9ab0b0
update copyright notice
2010-05-27 23:51:08 +00:00
Mark Andrews
2c35fdceff
file named.run was initially added on branch rt21394.
2010-05-27 23:49:35 +00:00
Automatic Updater
82c1658999
update copyright notice
2010-05-27 23:48:19 +00:00
Automatic Updater
48b36fa08b
newcopyrights
2010-05-27 23:31:38 +00:00
Automatic Updater
ccb6633262
newcopyrights
2010-05-27 23:30:35 +00:00
Automatic Updater
ff4b3adaa4
auto update
2010-05-27 23:19:21 +00:00
Automatic Updater
3718c6396e
update
2010-05-27 04:23:37 +00:00
Automatic Updater
b70e42900a
update
2010-05-27 04:21:11 +00:00
Mark Andrews
423cdff329
line length
2010-05-27 03:35:48 +00:00
Mark Andrews
2f34efede1
line length
2010-05-27 03:23:56 +00:00
Automatic Updater
529f589a83
update
2010-05-27 00:20:41 +00:00
Automatic Updater
22d4a2febf
update
2010-05-27 00:18:39 +00:00
Automatic Updater
051dec6fb7
update copyright notice
2010-05-26 23:50:47 +00:00
Mark Andrews
1f92beb0ad
2905. [port] aix: set use_atomic=yes with native compiler.
...
[RT #21402 ]
2010-05-26 23:49:07 +00:00
Automatic Updater
04a5e2f139
update copyright notice
2010-05-26 23:47:51 +00:00
Mark Andrews
8e22c73f3e
2905. [port] aix: set use_atomic=yes with native compiler.
...
[RT #21402 ]
2010-05-26 23:44:27 +00:00
Mark Andrews
eeeb9d3f42
./bin/tests/system/dlv/ns6/hints
2010-05-26 23:37:51 +00:00
Mark Andrews
9fa39c73fc
./bin/tests/system/dlv/ns6/hints
2010-05-26 23:36:11 +00:00
Automatic Updater
c177980194
auto update
2010-05-26 23:19:29 +00:00
Automatic Updater
00f1c3f453
update
2010-05-26 07:17:19 +00:00
Automatic Updater
51b9ef2053
update
2010-05-26 07:16:15 +00:00
Mark Andrews
b4c6ce22d0
call sign.sh robustly
2010-05-26 07:00:37 +00:00
Mark Andrews
8cbf30d0c0
2904. [bug] When using DLV, sub-zones of the zones in the DLV,
...
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing. This was
a unintended outcome from change 2890. [RT# 21392]
2010-05-26 06:58:17 +00:00
cvs2git
e4d188f02b
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-05-26 06:28:01 +00:00
Mark Andrews
e27d55e3ee
2904. [bug] When using DLV, sub-zones of the zones in the DLV,
...
could be incorrectly marked as insecure instead of
secure leading to negative proofs failing. This was
a unintended outcome from change 2890. [RT# 21392]
2010-05-26 06:28:00 +00:00
Automatic Updater
74040af06f
auto update
2010-05-25 23:18:57 +00:00
Automatic Updater
0a960506d0
update
2010-05-22 01:16:26 +00:00
Automatic Updater
36025dc74f
regen HEAD
2010-05-22 01:13:58 +00:00
Automatic Updater
2cde638aa9
auto update
2010-05-21 23:19:16 +00:00
Automatic Updater
973c0609a2
update
2010-05-21 14:17:20 +00:00
Mark Andrews
7d9be933d7
2903. [bug] managed-keys-directory missing from namedconf.c.
...
[RT #21370 ]
2010-05-21 14:10:32 +00:00
Automatic Updater
9ba7b9cd1f
auto update
2010-05-19 23:19:23 +00:00
Automatic Updater
02e8b3e120
update
2010-05-19 10:20:58 +00:00
Automatic Updater
b32a69fca3
update
2010-05-19 10:18:05 +00:00
Mark Andrews
586e2589ca
silence compiler, explict coversion
2010-05-19 09:53:46 +00:00
Mark Andrews
abb239e7fc
silence compiler, explict coversion
2010-05-19 09:52:42 +00:00
Automatic Updater
15c961a1dd
update copyright notice
2010-05-19 09:33:50 +00:00
Automatic Updater
d9fd075972
update copyright notice
2010-05-19 09:31:12 +00:00
Automatic Updater
19dbf2e20d
newcopyrights
2010-05-19 09:27:32 +00:00
Automatic Updater
f1e7d4bed7
newcopyrights
2010-05-19 09:26:38 +00:00
Automatic Updater
1969b8c679
update
2010-05-19 08:20:21 +00:00
Automatic Updater
effdd8c3a0
update
2010-05-19 08:18:27 +00:00
Mark Andrews
5ae2eac4c1
2902. [func] Add regression test for change 2897. [RT #21040 ]
2010-05-19 07:45:38 +00:00
Mark Andrews
66f56f9196
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316 ]
2010-05-19 07:17:41 +00:00
Automatic Updater
0b610fdb6e
update
2010-05-19 07:17:28 +00:00
Automatic Updater
a732f1ed88
update
2010-05-19 07:16:41 +00:00
Mark Andrews
5b02fc32d6
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316 ]
2010-05-19 07:13:15 +00:00
Mark Andrews
3980c36048
cvs rdiff -r1.3390 -r1.3391 bind9/CHANGES
...
cvs rdiff -r1.11 -r1.12 bind9/bin/tests/system/resolver/tests.sh
cvs rdiff -r1.13 -r1.14 bind9/bin/tests/system/resolver/ans2/ans.pl
cvs rdiff -r1.48 -r1.49 bind9/lib/dns/ncache.c
2010-05-19 06:43:42 +00:00
Mark Andrews
b667946fa5
2900. [bug] The placeholder negative caching element was not
...
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346 ]
2010-05-19 06:39:50 +00:00
Automatic Updater
eba6b43aae
update
2010-05-19 02:18:48 +00:00
Automatic Updater
a3ade17cb9
regen v9_6
2010-05-19 02:06:11 +00:00
Automatic Updater
492cae1877
update
2010-05-19 01:16:46 +00:00
Automatic Updater
bef75d63d7
regen HEAD
2010-05-19 01:14:14 +00:00
Automatic Updater
c3e2e3b317
update
2010-05-18 07:20:31 +00:00
Automatic Updater
e22da2687c
update
2010-05-18 07:17:52 +00:00
Automatic Updater
59d000d7ec
update copyright notice
2010-05-18 06:47:46 +00:00
Automatic Updater
64715a6ea1
update copyright notice
2010-05-18 06:45:22 +00:00
Automatic Updater
3ab6f6505b
newcopyrights
2010-05-18 06:42:52 +00:00
Automatic Updater
f8e513017c
newcopyrights
2010-05-18 06:41:33 +00:00
Mark Andrews
171c192b73
silence compile warnings, explict conversion
2010-05-18 06:30:01 +00:00
Mark Andrews
32f985bcf4
silence compile warnings, explict conversio
2010-05-18 06:28:29 +00:00
Mark Andrews
4f30f20c05
wrong rdataset disassociated. reviewed by each
2010-05-18 06:25:39 +00:00
Mark Andrews
d23df8966b
isc_sha256_data
2010-05-18 06:21:07 +00:00
Automatic Updater
5928877cd0
update
2010-05-18 06:20:07 +00:00
Automatic Updater
502b7cc0a5
update
2010-05-18 06:18:49 +00:00
Mark Andrews
6ffc3748d9
wrong rdataset disassociated. reviewed by each
2010-05-18 06:18:23 +00:00
Mark Andrews
ed30e0358b
9.7.1b1
2010-05-18 06:14:32 +00:00
Mark Andrews
c871a4ba65
2899. [port] win32: Support linking against OpenSSL 1.0.0.
2010-05-18 06:12:50 +00:00
Mark Andrews
d8624c1f19
2899. [port] win32: Support linking against OpenSSL 1.0.0.
2010-05-18 06:10:36 +00:00
Automatic Updater
cebadbc797
update
2010-05-18 04:20:23 +00:00
Automatic Updater
1785439096
update
2010-05-18 04:18:04 +00:00
Mark Andrews
5a22dd01a8
mark docbook inheritance
2010-05-18 03:32:41 +00:00
Mark Andrews
78f3ed4bc2
mark docbook inheritance
2010-05-18 03:29:39 +00:00
Automatic Updater
e5d4f0c9e2
update
2010-05-18 03:25:42 +00:00
Automatic Updater
6a6523ba38
update
2010-05-18 03:22:20 +00:00
Automatic Updater
4dd3ec797d
update copyright notice
2010-05-18 02:38:10 +00:00
Automatic Updater
63932c9e6b
update copyright notice
2010-05-18 02:32:04 +00:00
Automatic Updater
d7a77415c1
newcopyrights
2010-05-18 02:24:47 +00:00
Automatic Updater
3ec5422eee
newcopyrights
2010-05-18 02:23:36 +00:00
Automatic Updater
a35d309d39
update
2010-05-18 02:21:40 +00:00
Automatic Updater
7a7d59a73a
update
2010-05-18 02:19:03 +00:00
Mark Andrews
31011d6288
2898. [bug] nslookup leaked memory when -domain=value was
...
specified. [RT #21301 ]
2010-05-18 01:50:32 +00:00
Mark Andrews
98744b5111
2898. [bug] nslookup leaked memory when -domain=value was
...
specified. [RT #21301 ]
2010-05-18 01:48:13 +00:00
Mark Andrews
8d31dd9ab6
2897. [bug] NSEC3 chains could be left behind when transitioning
...
to insecure. [RT #21040 ]
2010-05-18 01:39:41 +00:00
Automatic Updater
4201914311
update
2010-05-18 01:17:24 +00:00
Automatic Updater
e1263b4b9c
regen HEAD
2010-05-18 01:14:20 +00:00
Mark Andrews
6d58400178
2896. [bug] "rndc sign" failed to properly update the zone
...
when adding a DNSKEY for publication only. [RT #21045 ]
2010-05-18 01:03:26 +00:00
Mark Andrews
7ac162ea7e
silence compiler warning
2010-05-18 00:28:40 +00:00
Automatic Updater
d0f5f4f46e
update
2010-05-18 00:20:47 +00:00
Automatic Updater
bd5842db3d
update copyright notice
2010-05-17 23:51:05 +00:00
Automatic Updater
4d95e549ed
newcopyrights
2010-05-17 23:31:16 +00:00
Automatic Updater
112f416309
update
2010-05-17 06:22:49 +00:00
Mark Andrews
c9c7fc6a01
#include <isc/print.h>
2010-05-17 05:31:43 +00:00
Automatic Updater
cbf3cd3bc2
update
2010-05-17 05:17:46 +00:00
Mark Andrews
3ec79bbc03
2895. [func] genrandom: add support for the generation of multiple
...
files. [RT #20917 ]
2010-05-17 04:38:45 +00:00
Automatic Updater
7e621e1c51
update
2010-05-15 01:16:43 +00:00
Automatic Updater
0284e57b9b
regen HEAD
2010-05-15 01:14:25 +00:00
Automatic Updater
d7d098e901
update
2010-05-15 00:21:02 +00:00
Automatic Updater
b08951d9a3
update
2010-05-15 00:19:08 +00:00
Automatic Updater
515c7f3c43
update copyright notice
2010-05-14 23:50:40 +00:00
Automatic Updater
01565f50ca
update copyright notice
2010-05-14 23:47:50 +00:00
Automatic Updater
c453a50776
newcopyrights
2010-05-14 23:31:50 +00:00
Automatic Updater
5d0063c121
newcopyrights
2010-05-14 23:30:48 +00:00
Automatic Updater
cb5e85be18
auto update
2010-05-14 23:18:40 +00:00
Automatic Updater
9ba22e3716
update
2010-05-14 07:18:44 +00:00
Automatic Updater
eb26bbbec2
update
2010-05-14 07:17:37 +00:00
Mark Andrews
7f79841b1b
2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294 ]
2010-05-14 06:32:30 +00:00
Mark Andrews
dc64df4479
2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294 ]
2010-05-14 06:29:37 +00:00
Automatic Updater
462d82f8e5
update
2010-05-14 05:17:19 +00:00
Mark Andrews
778a01b1aa
2893. [bug] Improve managed keys support. New named.conf option
...
managed-keys-directory. [RT #20924 ]
2010-05-14 04:48:28 +00:00
Mark Andrews
44f175a90a
2892. [bug] Handle REVOKED keys better. [RT #20961 ]
2010-05-14 04:38:52 +00:00
Automatic Updater
d2dd525033
update
2010-05-14 04:22:15 +00:00
Automatic Updater
908401f80f
update
2010-05-14 04:20:15 +00:00
Mark Andrews
398dab264c
2891. [maint] Update empty-zones list to match
...
draft-ietf-dnsop-default-local-zones-13. [RT# 21099]
2010-05-14 03:31:06 +00:00
Mark Andrews
21991bd14e
2891. [maint] Update empty-zones list to match
...
draft-ietf-dnsop-default-local-zones-13. [RT# 21099]
2010-05-14 03:24:24 +00:00
Automatic Updater
06c5b0380a
update
2010-05-14 02:19:36 +00:00
Automatic Updater
7cb37ff52a
regen v9_6
2010-05-14 02:06:11 +00:00
Automatic Updater
e2350edd17
update
2010-05-14 01:16:58 +00:00
Automatic Updater
78e6a3deba
update
2010-05-14 01:15:59 +00:00
Automatic Updater
1e6032fe39
regen HEAD
2010-05-14 01:14:18 +00:00
Mark Andrews
69ed70d223
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-05-14 00:33:23 +00:00
Automatic Updater
73120f904b
update
2010-05-14 00:21:10 +00:00
Automatic Updater
c67b056a8e
update
2010-05-14 00:18:30 +00:00
Mark Andrews
b335299322
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-05-14 00:13:43 +00:00
Automatic Updater
b7bcdb3eaa
update copyright notice
2010-05-13 23:50:27 +00:00
Automatic Updater
bd7d4e4046
update copyright notice
2010-05-13 23:47:49 +00:00
Automatic Updater
04161382a2
newcopyrights
2010-05-13 23:32:14 +00:00
Automatic Updater
4b5e0fc514
newcopyrights
2010-05-13 23:30:45 +00:00
Automatic Updater
4d781d52a7
update
2010-05-13 04:32:21 +00:00
Automatic Updater
f447f83c6a
update
2010-05-13 04:27:17 +00:00
Mark Andrews
ff5c52617e
element -> elements
2010-05-13 03:26:30 +00:00
Automatic Updater
a7094451a0
update
2010-05-13 03:22:45 +00:00
Mark Andrews
59fa2f2ff2
2889. [bug] Elements of the grammar where not properly reported.
...
[RT #21046 ]
2010-05-13 03:22:22 +00:00
Mark Andrews
e12030c433
2889. [bug] Element of the grammar where not properly reported.
...
[RT #21046 ]
2010-05-13 03:16:55 +00:00
Mark Andrews
49560ac770
typo in threaded build, silence compiler warning
2010-05-13 03:08:30 +00:00
Automatic Updater
448d93c5e8
update
2010-05-13 01:17:18 +00:00
Automatic Updater
b81540e181
update
2010-05-13 01:16:18 +00:00
Mark Andrews
6fc85eeab8
2888. [bug] Only the first EDNS option was displayed. [RT #21273 ]
2010-05-13 00:43:37 +00:00
Mark Andrews
e18c62b1da
2888. [bug] Only the first EDNS option was displayed. [RT #21273 ]
2010-05-13 00:40:46 +00:00
Automatic Updater
7a1448aa57
update
2010-05-13 00:21:26 +00:00
Automatic Updater
2e177ddd6c
update
2010-05-13 00:18:45 +00:00
Automatic Updater
21d9ee0d73
update copyright notice
2010-05-12 23:51:13 +00:00
Mark Andrews
5c40acf215
2887. [bug] Report the keytag times in UTC in the .key file,
...
local time is presented as a comment within the
comment. [RT #21223 ]
2886. [bug] ctime() is not thread safe. [RT #21223 ]
2010-05-12 23:49:40 +00:00
Automatic Updater
7475034677
update copyright notice
2010-05-12 23:48:30 +00:00
Automatic Updater
5666e005bd
newcopyrights
2010-05-12 23:31:31 +00:00
Automatic Updater
6282c2a181
newcopyrights
2010-05-12 23:30:39 +00:00
Automatic Updater
70e41f6536
update
2010-05-12 09:45:07 +00:00
Automatic Updater
6b2fed226a
update
2010-05-12 09:35:34 +00:00
Mark Andrews
0d5d6623cb
2885. [bug] Improve -fno-strict-aliasing support probing in
...
configure. [RT #21080 ]
2010-05-12 08:26:35 +00:00
Mark Andrews
8b7d3aeda2
2885. [bug] Improve -fno-strict-aliasing support probing in
...
configure. [RT #21080 ]
2010-05-12 08:25:21 +00:00
Automatic Updater
7f87e0c4c7
update
2010-05-12 06:20:42 +00:00
Automatic Updater
ad71641cc2
update
2010-05-12 06:18:47 +00:00
Mark Andrews
57e1fa2321
2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
...
[RT #21283 ]
2010-05-12 05:45:05 +00:00
Mark Andrews
f083a44415
2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
...
[RT #21283 ]
2010-05-12 05:40:32 +00:00
Automatic Updater
5b9566ea36
update
2010-05-12 03:18:53 +00:00
Mark Andrews
1e4be2a784
logo updates
2010-05-12 03:08:11 +00:00
Automatic Updater
b72434ce64
update
2010-05-12 02:34:05 +00:00
Automatic Updater
2145c022c9
update
2010-05-12 02:30:44 +00:00
Mark Andrews
0b5c4ce4fa
2883. [bug] 'dig +short' failed to handle really large datasets.
...
[RT #21113 ]
2010-05-12 01:36:05 +00:00
Mark Andrews
108300f7f1
2883. [bug] 'dig +short' failed to handle really large datasets.
...
[RT #21113 ]
2010-05-12 01:31:37 +00:00
Automatic Updater
74cfabb955
update
2010-05-12 01:17:18 +00:00
Automatic Updater
f38b633d15
update
2010-05-12 01:16:06 +00:00
Mark Andrews
3b6d9900b4
2882. [bug] Remove memory context from list of active contexts
...
before clearing 'magic'. [RT #21274 ]
2010-05-12 00:51:11 +00:00
Mark Andrews
2fca4a3321
2882. [bug] Remove memory context from list of active contexts
...
before clearing 'magic'. [RT #21274 ]
2010-05-12 00:46:55 +00:00
Automatic Updater
43a0c58e70
update
2010-05-11 00:21:26 +00:00
Automatic Updater
134ca60aac
update
2010-05-11 00:18:21 +00:00
Automatic Updater
a955420bed
update copyright notice
2010-05-10 23:50:55 +00:00
Automatic Updater
3e1ba44c9c
update copyright notice
2010-05-10 23:48:14 +00:00
Automatic Updater
6ffd34dcf0
newcopyrights
2010-05-10 23:31:53 +00:00
Automatic Updater
e12a92c2f6
newcopyrights
2010-05-10 23:30:41 +00:00
Automatic Updater
f52d9bc6f9
update
2010-05-10 02:18:57 +00:00
Automatic Updater
752e24b190
update
2010-05-10 02:17:47 +00:00
Mark Andrews
2766e7b091
2881. [bug] Reduce the amount of time the rbtdb write lock
...
is held when closing a version. [RT #21198 ]
2010-05-10 01:42:36 +00:00
Mark Andrews
121f783b66
2881. [bug] Reduce the amount of time the rbtdb write lock
...
is held when closing a version. [RT #21198 ]
2010-05-10 01:39:03 +00:00
Automatic Updater
36b08488a1
update
2010-05-07 00:20:51 +00:00
Automatic Updater
d3798f2bff
update copyright notice
2010-05-06 23:50:56 +00:00
Automatic Updater
08e3b67977
newcopyrights
2010-05-06 23:31:27 +00:00
Automatic Updater
4526d04e04
update
2010-05-06 12:16:55 +00:00
Mark Andrews
f2ae969065
handle revoke changes
2010-05-06 11:28:20 +00:00
Automatic Updater
9d9805c096
update
2010-05-06 06:21:02 +00:00
Mark Andrews
707d9fbd86
2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke
...
consistent. [RT #21078 ]
2010-05-06 05:31:19 +00:00
Automatic Updater
abe0aa7baa
update
2010-05-06 00:21:02 +00:00
Automatic Updater
47ac42de1e
update
2010-05-06 00:18:25 +00:00
Automatic Updater
fbfdea68e4
newcopyrights
2010-05-05 23:31:49 +00:00
Automatic Updater
04307f7c94
newcopyrights
2010-05-05 23:30:46 +00:00
Automatic Updater
b1dff14a06
auto update
2010-05-05 23:19:27 +00:00
Automatic Updater
1acd60951d
update
2010-05-05 13:17:34 +00:00
Automatic Updater
0f789e4214
update
2010-05-05 13:16:28 +00:00
Mark Andrews
68f43ece17
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
...
[RT #21106 ]
2010-05-05 12:42:16 +00:00
Mark Andrews
bb9298e008
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
...
[RT #21106 ]
2010-05-05 12:39:41 +00:00
Automatic Updater
a6e12d97a4
auto update
2010-05-04 23:18:54 +00:00
Automatic Updater
db28b5db67
auto update
2010-05-03 23:19:42 +00:00
Automatic Updater
8fc1064130
update
2010-04-29 00:21:06 +00:00
Automatic Updater
b98844704e
update copyright notice
2010-04-28 23:50:51 +00:00
Automatic Updater
7b9099f4f2
auto update
2010-04-28 23:19:18 +00:00
Automatic Updater
72d4d83e2a
update
2010-04-28 11:17:02 +00:00
Mark Andrews
6ab18ae52c
2878. [func] Incrementally write the master file after performing
...
a AXFR. [RT #21010 ]
(part 2)
2010-04-28 11:03:07 +00:00
Automatic Updater
97137e17ff
update
2010-04-27 04:21:54 +00:00
Mark Andrews
1df2b7edfe
2878. [func] Incrementally write the master file after performing
...
a AXFR. [RT #21010 ]
2010-04-27 03:24:52 +00:00
Automatic Updater
0932d830f0
update
2010-04-22 00:20:17 +00:00
Automatic Updater
de4bdd3877
update
2010-04-22 00:18:06 +00:00
Automatic Updater
ed2fa6ce1b
update copyright notice
2010-04-21 23:51:22 +00:00
Automatic Updater
3c66ae1128
update copyright notice
2010-04-21 23:48:05 +00:00
Automatic Updater
0098207a9a
newcopyrights
2010-04-21 23:31:32 +00:00
Automatic Updater
6f9d37b90c
newcopyrights
2010-04-21 23:30:42 +00:00
Automatic Updater
21c0dce246
update
2010-04-21 06:17:53 +00:00
Automatic Updater
218ab7cc6d
update
2010-04-21 06:17:03 +00:00
Mark Andrews
1309b5cb7c
2877. [bug] The validator failed to skip obviously mismatching
...
RRSIGs. [RT #21138 ]
2010-04-21 05:48:13 +00:00
Mark Andrews
fd95cc0da9
2877. [bug] The validator failed to skip obviously mismatching
...
RRSIGs. [RT #21138 ]
2010-04-21 05:45:47 +00:00
Automatic Updater
ac897ce3b9
update
2010-04-21 05:18:01 +00:00
Automatic Updater
513a2429ee
update
2010-04-21 05:17:10 +00:00
Mark Andrews
b656e4693a
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:21:19 +00:00
Mark Andrews
bb6d33103e
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:16:49 +00:00
Automatic Updater
426848b63c
update
2010-04-21 03:22:36 +00:00
Automatic Updater
bfc107f0a9
update
2010-04-21 03:19:24 +00:00
Mark Andrews
744e03a255
2875. [bug] dns_time64_fromtext() could accept non digits.
...
[RT #21033 ]
2010-04-21 02:23:33 +00:00
Mark Andrews
cc6d67469c
2875. [bug] dns_time64_fromtext() could accept non digits.
...
[RT #21033 ]
2010-04-21 02:21:31 +00:00
Automatic Updater
67909ebc19
update
2010-04-21 02:18:29 +00:00
Automatic Updater
793113f75e
sync
2010-04-21 01:55:19 +00:00
Automatic Updater
592a269a64
update
2010-04-21 01:17:14 +00:00
cvs2git
efa452778d
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-04-21 00:43:01 +00:00
Mark Andrews
7fb2b51201
new draft
2010-04-21 00:42:57 +00:00
Automatic Updater
f6034c5012
update
2010-04-21 00:21:17 +00:00
Automatic Updater
dbb6ecaca6
update
2010-04-21 00:18:09 +00:00
Automatic Updater
0a199807e7
update copyright notice
2010-04-20 23:51:12 +00:00
Automatic Updater
859dc25b2a
update copyright notice
2010-04-20 23:48:22 +00:00
Automatic Updater
644973f327
newcopyrights
2010-04-20 23:31:42 +00:00
Automatic Updater
fe28c38a24
update
2010-04-20 20:16:49 +00:00
Rob Austein
0c23dd6c9c
Add contact information to copyright page, fix page style and
...
numbering for copyright page and table of contents.
2010-04-20 19:16:48 +00:00
Automatic Updater
804754e626
update
2010-04-20 08:20:07 +00:00
Automatic Updater
67fd4c2705
update
2010-04-20 08:18:21 +00:00
Mark Andrews
1077d5d5d7
2874. [bug] Cache lack of EDNS support only after the server
...
successfully responds to the query using plain DNS.
[RT #20930 ]
2010-04-20 07:33:54 +00:00
Mark Andrews
1e9848fb2b
2874. [bug] Cache lack of EDNS support only after the server
...
successfully responds to the query using plain DNS.
[RT #20930 ]
2010-04-20 07:28:52 +00:00
Automatic Updater
7ac3315851
update
2010-04-20 03:21:43 +00:00
Rob Austein
b008ad3de2
Update logo
2010-04-20 02:30:06 +00:00
Automatic Updater
f603422ae3
auto update
2010-04-15 23:19:43 +00:00
Automatic Updater
71dc0e9e72
update
2010-04-14 22:16:42 +00:00
Tatuya JINMEI 神明達哉
c45d848e2a
2873. [bug] Canceling a dynamic update via the dns/client module
...
could trigger an assertion failure. [RT #21133 ]
2010-04-14 22:08:47 +00:00
Automatic Updater
bf766b1599
update
2010-04-14 00:20:45 +00:00
Automatic Updater
0abd3cca60
update copyright notice
2010-04-13 23:50:58 +00:00
Automatic Updater
e77e6219d3
newcopyrights
2010-04-13 23:31:32 +00:00
Automatic Updater
ee0be9c2a0
auto update
2010-04-13 23:19:30 +00:00
Automatic Updater
73b2849f2a
update
2010-04-13 19:17:27 +00:00
Shawn Routhier
7dc38ccd52
Modify dns/client.c:dns_client_createx() to only require one of IPv6 or
...
IPv6 rather than both. [RT #21122 ]
2010-04-13 19:06:48 +00:00
Automatic Updater
eb17eddf9c
update
2010-04-10 02:31:10 +00:00
Automatic Updater
dca9b1cb49
sync
2010-04-10 01:55:13 +00:00
Automatic Updater
95a5f28754
update
2010-04-10 00:20:55 +00:00
Automatic Updater
127e1bde3a
update copyright notice
2010-04-09 23:51:01 +00:00
Automatic Updater
8f1b19fb7e
newcopyrights
2010-04-09 23:31:25 +00:00
Automatic Updater
93afb677c0
update
2010-04-09 06:20:53 +00:00
Tatuya JINMEI 神明達哉
ce164dbd9c
2871. [bug] Type mismatch in mem_api.c between the definition and
...
the header file, causing build failure with
--enable-exportlib. [RT #21138 ]
9.8.0 and 9.7.1.
2010-04-09 06:09:35 +00:00
Automatic Updater
a821347c7f
update
2010-04-09 02:18:23 +00:00
cvs2git
ced43743a8
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-04-09 02:07:34 +00:00
Mark Andrews
c854efc784
new draft
2010-04-09 02:07:30 +00:00
Automatic Updater
fdb544b336
auto update
2010-04-08 23:18:57 +00:00
Automatic Updater
33497e72d0
update
2010-04-08 00:21:15 +00:00
Automatic Updater
e635e8b30c
update
2010-04-08 00:18:24 +00:00
Automatic Updater
f15cde2b63
update copyright notice
2010-04-07 23:51:06 +00:00
Automatic Updater
a273274614
update copyright notice
2010-04-07 23:48:30 +00:00
Automatic Updater
2178b22c8f
newcopyrights
2010-04-07 23:31:42 +00:00
Automatic Updater
905105682c
newcopyrights
2010-04-07 23:30:45 +00:00
Automatic Updater
c2020d90fb
update
2010-04-07 07:28:53 +00:00
Automatic Updater
16717de692
update
2010-04-07 07:26:15 +00:00
Mark Andrews
c6217b2899
s/addresses/address/
2010-04-07 07:13:09 +00:00
Mark Andrews
cd2a48b5cf
2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET.
2010-04-07 07:10:06 +00:00
Mark Andrews
86077a2e87
2870. [maint] Add AAAA addresses for L.ROOT-SERVERS.NET.
2010-04-07 07:05:38 +00:00
Automatic Updater
1863e20b1b
update
2010-04-02 02:18:27 +00:00
Automatic Updater
da3d7fea6c
sync
2010-04-02 01:55:20 +00:00
Automatic Updater
b254e67fd1
update
2010-04-01 14:16:45 +00:00
cvs2git
e6786ca109
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-04-01 13:32:34 +00:00
Mark Andrews
2c6198111f
new draft
2010-04-01 13:32:30 +00:00
Automatic Updater
428a7f9d79
update
2010-04-01 02:18:27 +00:00
Automatic Updater
c225d853f7
sync
2010-04-01 01:55:36 +00:00
Automatic Updater
35baf2aace
update
2010-03-31 04:20:53 +00:00
cvs2git
f640a4947f
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-31 04:12:24 +00:00
Mark Andrews
c94f40fc0a
new draft
2010-03-31 04:12:20 +00:00
Automatic Updater
19a0f2cc15
update
2010-03-27 02:18:39 +00:00
Automatic Updater
383868ee66
sync
2010-03-27 01:55:24 +00:00
Automatic Updater
fc11dd9ebe
update
2010-03-26 18:16:41 +00:00
Mark Andrews
928f535b8a
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-03-26 17:19:39 +00:00
Automatic Updater
8391ea7dd9
update
2010-03-26 17:16:49 +00:00
Mark Andrews
b8d036c434
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-03-26 17:12:48 +00:00
cvs2git
da2dfa2925
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-26 16:35:11 +00:00
Mark Andrews
b1fa56e8da
new draft
2010-03-26 16:35:07 +00:00
Automatic Updater
015ab04856
update
2010-03-26 02:18:34 +00:00
Automatic Updater
5ffbae904d
sync
2010-03-26 01:55:33 +00:00
Automatic Updater
ce7c7cb24d
update
2010-03-25 22:16:44 +00:00
cvs2git
305971d1d3
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-25 21:48:15 +00:00
Mark Andrews
26351a2c19
new draft
2010-03-25 21:48:11 +00:00
Automatic Updater
6d436a8ece
update
2010-03-24 02:17:44 +00:00
Automatic Updater
2c6713049e
sync
2010-03-24 01:56:07 +00:00
Automatic Updater
0e38f474fc
update
2010-03-23 08:21:16 +00:00
cvs2git
d173a5fc50
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-23 08:13:46 +00:00
Mark Andrews
8d02d21009
new draft
2010-03-23 08:13:42 +00:00
Mark Andrews
b24330955a
new draft
2010-03-23 07:58:26 +00:00
Automatic Updater
e2c5a3e25b
update
2010-03-19 00:20:56 +00:00
Automatic Updater
394ff0403f
update
2010-03-19 00:18:35 +00:00
Automatic Updater
7da0a5ddc6
update copyright notice
2010-03-18 23:50:57 +00:00
Automatic Updater
bb43709356
newcopyrights
2010-03-18 23:31:45 +00:00
Automatic Updater
fff5255c49
newcopyrights
2010-03-18 23:30:37 +00:00
Automatic Updater
8997cd5560
update
2010-03-18 14:17:17 +00:00
Automatic Updater
45852a37a4
update
2010-03-18 14:16:27 +00:00
Mark Andrews
36a7377ade
regen
2010-03-18 13:33:42 +00:00
Mark Andrews
7eefeb32a7
2868. [cleanup] Run "make clean" at the end of configure to ensure
...
any changes made by configure are integrated.
Use --with-make-clean=no to disable. [RT #20994 ]
2010-03-18 13:33:22 +00:00
Mark Andrews
c4e59874fb
regen
2010-03-18 13:30:36 +00:00
Mark Andrews
003fd2f720
2868. [cleanup] Run "make clean" at the end of configure to ensure
...
any changes made by configure are integrated.
Use --with-make-clean=no to disable. [RT #20994 ]
2010-03-18 13:28:32 +00:00
Automatic Updater
3b75fb5c0f
update
2010-03-17 02:18:36 +00:00
Automatic Updater
abac3cc346
sync
2010-03-17 01:55:14 +00:00
Automatic Updater
e63dcf7530
auto update
2010-03-16 23:18:38 +00:00
Automatic Updater
daa021383a
update
2010-03-16 01:16:29 +00:00
cvs2git
48141f48b1
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-16 01:09:24 +00:00
Mark Andrews
49eadb2f98
new draft
2010-03-16 01:09:20 +00:00
Automatic Updater
873dc64585
auto update
2010-03-15 23:19:51 +00:00
Automatic Updater
8f3a7f332a
update
2010-03-13 00:21:01 +00:00
Automatic Updater
54dbf48b44
update
2010-03-13 00:18:17 +00:00
Automatic Updater
230987e819
update copyright notice
2010-03-12 23:51:11 +00:00
Automatic Updater
08f36cf4fb
update copyright notice
2010-03-12 23:48:26 +00:00
Automatic Updater
957a8884fb
newcopyrights
2010-03-12 23:31:28 +00:00
Automatic Updater
ad69ef9d09
newcopyrights
2010-03-12 23:30:38 +00:00
Automatic Updater
bf685734ec
auto update
2010-03-12 23:19:25 +00:00
Automatic Updater
d32a806351
update
2010-03-12 04:20:46 +00:00
Automatic Updater
40d8785310
update
2010-03-12 04:18:29 +00:00
Mark Andrews
df800d27d8
2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
...
don't like it. [RT #20986 ]
2010-03-12 03:50:26 +00:00
Mark Andrews
a80d26914a
2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
...
don't like it. [RT #20986 ]
2010-03-12 03:47:08 +00:00
Mark Andrews
e163b0fe68
2866. [bug] Windows does not like the TSIG name being compressed.
...
[RT #20986 ]
2010-03-12 03:39:34 +00:00
Mark Andrews
c19f322914
2866. [bug] Windows does not like the TSIG name being compressed.
...
[RT #20986 ]
2010-03-12 03:34:56 +00:00
Mark Andrews
fb8c4a6bc9
2865. [bug] memset to zero event.data. [RT #20986 ]
2010-03-12 03:26:41 +00:00
Mark Andrews
ff9301990d
2865. [bug] memset to zero event.data. [RT #20986 ]
2010-03-12 03:22:57 +00:00
Automatic Updater
f3c46d66e3
update
2010-03-12 02:19:48 +00:00
Automatic Updater
7b36ad9795
update
2010-03-12 02:18:07 +00:00
Mark Andrews
5641d615c8
2864. [bug] Direct SIG/RRSIG queries were not handled correctly.
...
[RT #21050 ]
2010-03-12 02:01:57 +00:00
Mark Andrews
fa2cb8d61d
2864. [bug] Direct SIG/RRSIG queries were not handled correctly.
...
[RT #21050 ]
2010-03-12 01:48:35 +00:00
Automatic Updater
d24d074ee4
update
2010-03-11 05:17:45 +00:00
Automatic Updater
c0a7296576
update
2010-03-11 05:17:08 +00:00
Mark Andrews
6157180370
2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
...
[RT #21056 ]
2010-03-11 04:46:10 +00:00
Mark Andrews
08fb52ec8c
2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
...
[RT #21056 ]
2010-03-11 04:43:57 +00:00
Automatic Updater
b9df4728f1
auto update
2010-03-10 23:19:27 +00:00
Automatic Updater
8da33254f4
update
2010-03-10 03:22:17 +00:00
Mark Andrews
9537e40e79
cast isc_buffer_usedlength() to (int)
2010-03-10 02:17:52 +00:00
Automatic Updater
58416c69a3
update
2010-03-10 01:16:34 +00:00
Automatic Updater
83f43b00a5
regen HEAD
2010-03-10 01:14:18 +00:00
Automatic Updater
7354bb18cf
update
2010-03-10 00:21:03 +00:00
Automatic Updater
8dc44fde9b
update
2010-03-10 00:18:17 +00:00
Automatic Updater
3767befe3a
update copyright notice
2010-03-09 23:51:06 +00:00
Automatic Updater
abe57cc913
update copyright notice
2010-03-09 23:48:30 +00:00
Automatic Updater
58be84825d
newcopyrights
2010-03-09 23:31:36 +00:00
Automatic Updater
954941b121
newcopyrights
2010-03-09 23:30:39 +00:00
Automatic Updater
27eb2ffd3b
update
2010-03-09 04:21:01 +00:00
Automatic Updater
5994a39c80
update
2010-03-09 04:18:59 +00:00
Mark Andrews
0c69af9b70
2862. [bug] nsupdate didn't default to the parent zone when
...
updating DS records. [RT #20896 ]
2010-03-09 03:48:36 +00:00
Mark Andrews
64c43af4f4
2862. [bug] nsupdate didn't default to the parent zone when
...
updating DS records. [RT #20896 ]
2010-03-09 03:46:12 +00:00
Mark Andrews
c5259c013b
2861. [doc] dnssec-settime man pages didn't correctly document the
...
inactivation time. [RT #21039 ]
2860. [bug] named-checkconf's usage was out of date. [RT #21039 ]
2010-03-09 03:38:18 +00:00
Automatic Updater
12d2470191
update
2010-03-09 02:18:32 +00:00
Automatic Updater
65d3d73195
sync
2010-03-09 01:55:40 +00:00
Automatic Updater
3f42eeb121
update
2010-03-08 23:16:45 +00:00
cvs2git
6e9dd32ded
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-03-08 22:17:07 +00:00
Mark Andrews
39158a4c93
new draft
2010-03-08 22:17:03 +00:00
Automatic Updater
2c244f981f
update
2010-03-08 01:16:27 +00:00
Mark Andrews
0a1d6361d8
new draft
2010-03-08 01:04:29 +00:00
Automatic Updater
b12035d190
auto update
2010-03-06 23:19:03 +00:00
Automatic Updater
44c5f7fe76
update
2010-03-06 06:27:34 +00:00
Automatic Updater
87850966d0
update
2010-03-06 06:25:37 +00:00
Mark Andrews
fe349528eb
spelling
2010-03-06 05:36:14 +00:00
Mark Andrews
ce0a4906ad
spelling
2010-03-06 05:35:50 +00:00
Mark Andrews
9860bf7736
change numbers
2010-03-06 05:29:07 +00:00
Mark Andrews
637a4234fa
change numbers
2010-03-06 05:25:36 +00:00
Automatic Updater
a5c06c85fa
update
2010-03-05 04:21:39 +00:00
Automatic Updater
f8f74c4133
update
2010-03-05 04:19:14 +00:00
Mark Andrews
5b976ced07
change numbers
2010-03-05 03:40:48 +00:00
Mark Andrews
5e95cf76e4
change numbers
2010-03-05 03:36:42 +00:00
Automatic Updater
690a5f9158
update
2010-03-05 01:16:46 +00:00
Automatic Updater
6c8a888822
regen HEAD
2010-03-05 01:14:15 +00:00
Automatic Updater
5488182a69
update
2010-03-05 00:20:54 +00:00
Automatic Updater
d6143438c3
update
2010-03-05 00:18:34 +00:00
Automatic Updater
4d42b714be
update copyright notice
2010-03-04 23:50:34 +00:00
Automatic Updater
875245e3c4
update copyright notice
2010-03-04 23:47:53 +00:00
Automatic Updater
129090f0f6
newcopyrights
2010-03-04 23:32:07 +00:00
Automatic Updater
6d07a89f6c
newcopyrights
2010-03-04 23:30:36 +00:00
Automatic Updater
4db00f967f
update
2010-03-04 23:17:30 +00:00
Automatic Updater
ab273fe3ac
update
2010-03-04 23:16:52 +00:00
Mark Andrews
39131fff99
2958. [bug] When canceling validation it was possible to leak
...
memory. [RT #20800 ]
2010-03-04 22:31:32 +00:00
Mark Andrews
22c4126ba5
2958. [bug] When canceling validation it was possible to leak
...
memory. [RT #20800 ]
2010-03-04 22:25:31 +00:00
Automatic Updater
017032bb4b
update
2010-03-04 21:17:24 +00:00
Automatic Updater
2d7ef7fdb7
update
2010-03-04 21:16:44 +00:00
Mark Andrews
bd598c1756
10.53.0.1 through 10.53.0.5 -> 10.53.0.1 through 10.53.0.7
2010-03-04 20:34:54 +00:00
Mark Andrews
56c2c3835f
10.53.0.1 through 10.53.0.5 -> 10.53.0.1 through 10.53.0.7
2010-03-04 20:34:16 +00:00
Automatic Updater
fa291c34fb
update
2010-03-04 07:17:29 +00:00
Automatic Updater
10ed862c72
update
2010-03-04 07:16:57 +00:00
Mark Andrews
b605bbbb0f
2957. [bug] RTT estimates were not being adjusted on ICMP errors.
...
[RT #20772 ]
2010-03-04 06:49:41 +00:00
Mark Andrews
b1003ace6f
2957. [bug] RTT estimates were not being adjusted on ICMP errors.
...
[RT #20772 ]
2010-03-04 06:43:21 +00:00
Mark Andrews
b52da87328
2956. [bug] named-checkconf did not fail on a bad trusted key.
...
[RT #20705 ]
2010-03-04 06:29:33 +00:00
Automatic Updater
d8c9997a13
update
2010-03-04 06:22:28 +00:00
Automatic Updater
4e32ae26b8
update
2010-03-04 06:19:30 +00:00
Mark Andrews
92348098eb
2956. [bug] named-checkconf did not fail on a bad trusted key.
...
[RT #20705 ]
2010-03-04 06:17:01 +00:00
Mark Andrews
ba97097eaf
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 05:59:07 +00:00
Mark Andrews
5388178e8a
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 05:45:51 +00:00
Mark Andrews
d1a5fdc34a
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 05:29:15 +00:00
Mark Andrews
2e20dea9fc
2854. [func] nsupdate will now preserve the entered case of domain
...
names in update requests it sends. [RT #20928 ]
2010-03-04 05:24:56 +00:00
Mark Andrews
13396661f4
2854. [func] dig: allow the final soa record in a axfr response to
...
be suppressed, dig +onesoa. [RT #20929 ]
2010-03-04 05:18:04 +00:00
Automatic Updater
ddab8bd093
auto update
2010-03-03 23:18:09 +00:00
Automatic Updater
f16199c056
update
2010-03-03 22:24:05 +00:00
Automatic Updater
a79df62abf
update
2010-03-03 22:20:24 +00:00
Automatic Updater
b8cfef5271
newcopyrights
2010-03-03 22:14:27 +00:00
Automatic Updater
8d87bd79e5
newcopyrights
2010-03-03 22:13:12 +00:00
Automatic Updater
bf10569154
update
2010-03-03 07:16:40 +00:00
Mark Andrews
b041f0ecb7
dns_rdataset_expire/dns_rdataset_settrust
2010-03-03 06:58:30 +00:00
Automatic Updater
3083bd21de
update
2010-03-03 05:17:54 +00:00
Automatic Updater
44dc7cb1d0
update
2010-03-03 05:17:22 +00:00
Mark Andrews
6f8edd57ae
dns_resolver_*badcache
2010-03-03 05:13:53 +00:00
Mark Andrews
c76ae1723f
dns_rdataset_expire/dns_rdataset_settrust
2010-03-03 05:11:45 +00:00
Mark Andrews
2e77a957cb
dns_resolver_*badcache
2010-03-03 05:00:53 +00:00
Automatic Updater
aee54439cc
update
2010-03-01 02:18:30 +00:00
Automatic Updater
c0f0bbda1e
sync
2010-03-01 01:55:44 +00:00
Automatic Updater
ae905b0ae1
update
2010-03-01 00:20:37 +00:00
cvs2git
877507e813
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-28 23:44:02 +00:00
Mark Andrews
ac0680e9eb
new draft
2010-02-28 23:43:58 +00:00
Automatic Updater
86bccbee3e
update
2010-02-27 02:18:26 +00:00
Automatic Updater
e16fa96712
sync
2010-02-27 01:55:49 +00:00
Automatic Updater
2b5eae2b09
update
2010-02-27 00:20:34 +00:00
Automatic Updater
01ffac6927
update
2010-02-27 00:18:26 +00:00
Automatic Updater
cc9ed75dd9
update copyright notice
2010-02-26 23:50:59 +00:00
Automatic Updater
372ce32e19
update copyright notice
2010-02-26 23:48:44 +00:00
Automatic Updater
bf9b61c790
newcopyrights
2010-02-26 23:31:31 +00:00
Automatic Updater
94ca1cb4cb
newcopyrights
2010-02-26 23:30:48 +00:00
Automatic Updater
13c1b482dd
update
2010-02-26 03:35:27 +00:00
cvs2git
e046429e05
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-26 02:36:48 +00:00
Mark Andrews
ac89fac641
new draft
2010-02-26 02:36:44 +00:00
Automatic Updater
96769258cb
update
2010-02-26 02:21:21 +00:00
Automatic Updater
e2e93dfa7b
update
2010-02-26 02:19:42 +00:00
Mark Andrews
5eee3743e2
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:52:05 +00:00
Mark Andrews
64f8608ed6
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:39:49 +00:00
Automatic Updater
f4b095c42e
update
2010-02-26 01:16:58 +00:00
Automatic Updater
c717c61ab0
update
2010-02-26 01:16:14 +00:00
Mark Andrews
0810b14604
grab a write lock before updating header->trust
2010-02-26 00:25:27 +00:00
Mark Andrews
8b026a66fd
grab a write lock before updating header->trust
2010-02-26 00:18:06 +00:00
Automatic Updater
7788acb1ab
auto update
2010-02-25 23:19:28 +00:00
Automatic Updater
fc69c74e60
update
2010-02-25 12:16:01 +00:00
Automatic Updater
f521a47af7
regen v9_6
2010-02-25 12:05:26 +00:00
Automatic Updater
20c68c9993
update
2010-02-25 11:20:40 +00:00
Automatic Updater
bd29cbe6aa
update
2010-02-25 11:18:06 +00:00
Automatic Updater
49853562e2
regen HEAD
2010-02-25 11:13:38 +00:00
Automatic Updater
b67c0e9a49
update copyright notice
2010-02-25 10:56:41 +00:00
Automatic Updater
61d91562b1
update
2010-02-25 06:17:56 +00:00
Automatic Updater
8b071e63b0
newcopyrights
2010-02-25 05:52:50 +00:00
Mark Andrews
b8c2fd6c72
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-25 05:35:11 +00:00
Automatic Updater
f5d0b9895b
update
2010-02-25 05:21:13 +00:00
Automatic Updater
bd2b08d5a3
update copyright notice
2010-02-25 05:08:01 +00:00
Automatic Updater
233f603cc1
newcopyrights
2010-02-25 05:02:02 +00:00
Mark Andrews
0cae66577c
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-25 04:39:13 +00:00
Automatic Updater
bff3b1df40
update
2010-02-25 02:18:22 +00:00
Automatic Updater
ff50f1db55
sync
2010-02-25 01:45:07 +00:00
Automatic Updater
dea0471d46
update
2010-02-25 00:19:29 +00:00
cvs2git
ea30ea795d
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-24 23:21:07 +00:00
Mark Andrews
efa22d3d71
new draft
2010-02-24 23:21:03 +00:00
Automatic Updater
f3a565668f
update
2010-02-24 02:16:57 +00:00
Automatic Updater
455d347569
sync
2010-02-24 01:44:47 +00:00
Automatic Updater
6b5ba346d0
update
2010-02-23 02:17:39 +00:00
Automatic Updater
96ce7f6526
update
2010-02-23 02:16:36 +00:00
Automatic Updater
a46344cd6d
regen v9_6
2010-02-23 01:56:02 +00:00
cvs2git
855cb68fb7
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-23 01:32:46 +00:00
Mark Andrews
3ab7336ea7
new draft
2010-02-23 01:32:42 +00:00
Automatic Updater
43048c7f74
update
2010-02-23 01:16:44 +00:00
Automatic Updater
680033ce4d
regen HEAD
2010-02-23 01:14:31 +00:00
Automatic Updater
397feff56e
update
2010-02-23 00:19:59 +00:00
Automatic Updater
5563138dca
update
2010-02-23 00:18:12 +00:00
Automatic Updater
8077efca7d
update copyright notice
2010-02-22 23:49:11 +00:00
Automatic Updater
5026340d9f
update copyright notice
2010-02-22 23:47:53 +00:00
Automatic Updater
693c4232df
newcopyrights
2010-02-22 23:30:43 +00:00
Automatic Updater
bf8c55b56c
newcopyrights
2010-02-22 23:30:29 +00:00
Automatic Updater
ff25a712f7
update
2010-02-22 22:16:47 +00:00
Mark Andrews
5fb1530285
2851. [doc] nslookup.1, removed <informalexample> from the docbook
...
source as it produced bad nroff. [RT #21007 ]
2010-02-22 21:26:48 +00:00
Automatic Updater
aa38b0b73b
update
2010-02-22 21:17:01 +00:00
Mark Andrews
d3cbd6b05c
2851. [doc] nslookup.1, removed <informalexample> from the docbook
...
source as it produced bad nroff. [RT #21007 ]
2010-02-22 20:48:56 +00:00
Automatic Updater
312a3b089d
update
2010-02-22 02:17:41 +00:00
Automatic Updater
6d9f4392f9
update
2010-02-22 02:16:52 +00:00
Mark Andrews
f44c7e71a6
.NOTPARALLEL/.NO_PARALLEL
2010-02-22 02:02:22 +00:00
Mark Andrews
f56be26f60
.NOTPARALLEL/.NO_PARALLEL
2010-02-22 02:00:07 +00:00
Automatic Updater
151e614c36
update
2010-02-20 02:18:26 +00:00
Automatic Updater
ca2a1e9eb5
sync
2010-02-20 01:45:14 +00:00
Automatic Updater
d3bf64ad4b
update
2010-02-19 10:17:01 +00:00
cvs2git
0aa5b8c2d8
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-19 10:12:47 +00:00
Mark Andrews
62ab12711f
new draft
2010-02-19 10:12:43 +00:00
Automatic Updater
ae06702ca9
update
2010-02-18 04:18:10 +00:00
Mark Andrews
dbd13430ce
9.6.2
2010-02-18 03:40:09 +00:00
Automatic Updater
c6110f2298
9.6.2
2010-02-18 03:36:31 +00:00
Mark Andrews
aedf9eab89
9.6.2
2010-02-18 03:34:50 +00:00
Automatic Updater
9c8d239e5f
update
2010-02-16 02:16:56 +00:00
Automatic Updater
88eb4fca9d
sync
2010-02-16 01:45:17 +00:00
Automatic Updater
4129583cb6
update
2010-02-15 23:16:54 +00:00
cvs2git
1d4f3e75f8
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-02-15 22:48:32 +00:00
Mark Andrews
79464adea1
new draft
2010-02-15 22:48:28 +00:00
Automatic Updater
4722228b86
auto update
2010-02-11 23:18:07 +00:00
Automatic Updater
6b92b96bb2
update
2010-02-07 01:16:42 +00:00
Automatic Updater
21a5f882a1
regen HEAD
2010-02-07 01:14:12 +00:00
Automatic Updater
0eec014e5d
update
2010-02-07 00:20:03 +00:00
Automatic Updater
46da311781
newcopyrights
2010-02-06 23:30:44 +00:00
Automatic Updater
36c043703a
update
2010-02-06 08:20:43 +00:00
Mark Andrews
52bf33a5bc
copyright notice
2010-02-06 07:42:02 +00:00
Mark Andrews
3541946aed
HISTORY
2010-02-06 07:29:18 +00:00
Automatic Updater
44feb9a567
update
2010-02-06 00:19:53 +00:00
Automatic Updater
00a673b03c
update
2010-02-05 00:19:45 +00:00
Automatic Updater
9f168992da
update
2010-02-05 00:18:05 +00:00
Automatic Updater
6f1b350c3a
update copyright notice
2010-02-04 23:49:13 +00:00
Automatic Updater
5eb1c53ca2
update copyright notice
2010-02-04 23:47:46 +00:00
Tatuya JINMEI 神明達哉
79ee58d29d
backout diagnose assertion check accidentally committed with the previous
...
commit.
2010-02-04 23:41:14 +00:00
Automatic Updater
9a83aa49de
update
2010-02-04 23:41:13 +00:00
Automatic Updater
16c19e5477
update
2010-02-04 23:40:31 +00:00
Evan Hunt
73aa4c1671
copy HISTORY into the windows zip
2010-02-04 23:38:36 +00:00
Evan Hunt
b497531c76
Added HISTORY, put a pointer to it in README. (text changes reviewed by
...
Larissa.)
2010-02-04 23:34:04 +00:00
Automatic Updater
995eaa289b
newcopyrights
2010-02-04 23:30:49 +00:00
Automatic Updater
550042e162
newcopyrights
2010-02-04 23:30:32 +00:00
Tatuya JINMEI 神明達哉
d03e7dd277
2850. [bug] If isc_heap_insert() failed due to memory shortage
...
the heap would have corrupted entries. [RT #20951 ]
9.8.0, 9.7.1(?), 9.6.2, 9.5.3
(what about 9.4-ESV?)
2010-02-04 23:27:32 +00:00
Tatuya JINMEI 神明達哉
3a28f0dc73
(forgot to add RT#)
2010-02-04 23:23:46 +00:00
Tatuya JINMEI 神明達哉
139cedabf9
2850. [bug] If isc_heap_insert() failed due to memory shortage
...
the heap would have corrupted entries.
9.8.0, 9.7.1(?), 9.6.2, 9.5.3
(what about 9.4-ESV?)
2010-02-04 23:22:05 +00:00
Automatic Updater
e047f16684
update
2010-02-04 01:16:52 +00:00
Automatic Updater
51fc19f726
update
2010-02-04 01:15:58 +00:00
Automatic Updater
44d0f0256f
regen
2010-02-04 01:14:17 +00:00
Mark Andrews
01347cce29
2849. [bug] Don't treat errors from the xml2 library as fatal.
...
[RT #20945 ]
2010-02-04 01:10:32 +00:00
Mark Andrews
8ac908b38a
2849. [bug] Don't treat errors from the xml2 library as fatal.
...
[RT #20945 ]
2010-02-04 00:57:25 +00:00
Automatic Updater
db95cc18d8
update
2010-02-04 00:20:02 +00:00
Automatic Updater
f1c89cb4f5
update copyright notice
2010-02-03 23:49:07 +00:00
Automatic Updater
418cc93231
newcopyrights
2010-02-03 23:30:44 +00:00
Automatic Updater
c696c12cff
auto update
2010-02-03 23:18:54 +00:00
Automatic Updater
e83e226e08
update
2010-02-03 02:17:50 +00:00
Evan Hunt
0b24b2d3c4
2848. [doc] Moved README.dnssec, README.libdns, README.pkcs11 and
...
README.rfc5011 into the ARM. [RT #20899 ]
2010-02-03 01:31:49 +00:00
Automatic Updater
c060401781
update
2010-02-03 01:17:30 +00:00
Evan Hunt
dcfca6f18d
2847. [cleanup] Corrected usage message in dnssec-settime. [RT #20921 ]
2010-02-03 01:02:37 +00:00
Automatic Updater
06d38550f3
update
2010-02-01 00:19:46 +00:00
Automatic Updater
f36db31f96
update
2010-02-01 00:18:04 +00:00
Automatic Updater
aad3d15976
update copyright notice
2010-01-31 23:49:09 +00:00
Automatic Updater
1b50f0d68e
update copyright notice
2010-01-31 23:47:31 +00:00
Automatic Updater
c2e3270948
newcopyrights
2010-01-31 23:30:43 +00:00
Automatic Updater
dc517fde01
newcopyrights
2010-01-31 23:30:25 +00:00
Mark Andrews
350f415b02
cleanup
2010-01-31 23:26:44 +00:00
Mark Andrews
b4d6057cf0
2846. [bug] EOF on unix domain sockets was not being handled
...
correctly. [RT #20731 ]
2010-01-31 23:21:58 +00:00
Mark Andrews
ebaf977ecf
2846. [bug] EOF on unix domain sockets was not being handled
...
correctly. [RT #20731 ]
2010-01-31 23:18:03 +00:00
Automatic Updater
834a31a021
auto update
2010-01-29 23:19:07 +00:00
Automatic Updater
b43febe8c3
auto update
2010-01-27 23:18:51 +00:00
Automatic Updater
8a7f5ae9a9
update
2010-01-27 20:16:52 +00:00
Evan Hunt
140cf92b3b
sync
2010-01-27 19:19:51 +00:00
Evan Hunt
68ea797082
clarified
2010-01-27 19:18:46 +00:00
Automatic Updater
78d46b371f
update
2010-01-27 00:20:51 +00:00
Francis Dupont
19a62c240d
RFC 5011 client can crash. [RT #20903 ]
2010-01-26 23:33:10 +00:00
Automatic Updater
e8f796f8a6
auto update
2010-01-26 23:19:08 +00:00
Automatic Updater
366694ad6a
update
2010-01-25 00:18:01 +00:00
Automatic Updater
297f40731e
newcopyrights
2010-01-24 23:30:24 +00:00
Automatic Updater
b2b5dd559d
update
2010-01-24 02:19:24 +00:00
Automatic Updater
624e141817
regen
2010-01-24 01:55:26 +00:00
Automatic Updater
5f25e73ff9
update
2010-01-24 00:18:10 +00:00
Automatic Updater
8695fa7a14
update copyright notice
2010-01-23 23:47:52 +00:00
Automatic Updater
0fae33c4d5
newcopyrights
2010-01-23 23:30:27 +00:00
Automatic Updater
ec955e008d
update
2010-01-23 02:18:04 +00:00
Automatic Updater
bcc65417d7
regen
2010-01-23 01:55:01 +00:00
Automatic Updater
36f9773b90
update
2010-01-23 01:17:07 +00:00
Automatic Updater
db3543452c
update
2010-01-23 01:16:25 +00:00
Automatic Updater
4a5d8786ed
regen
2010-01-23 01:13:56 +00:00
Mark Andrews
153ec122b2
2844. [doc] notify-delay default in ARM was wrong. It should have
...
been five (5) seconds.
2010-01-23 00:39:07 +00:00
Mark Andrews
fd3a378353
2844. [doc] notify-delay default in ARM was wrong. It should have
...
been five (5) seconds.
2010-01-23 00:33:21 +00:00
Automatic Updater
3ae6ec7ef6
auto update
2010-01-22 23:19:15 +00:00
Automatic Updater
327c37def7
update
2010-01-22 13:17:12 +00:00
Francis Dupont
0185a9358c
sync
2010-01-22 12:56:43 +00:00
Automatic Updater
19e1280ee7
update
2010-01-22 03:19:17 +00:00
Mark Andrews
1077e73992
silence compiler warning
2010-01-22 02:36:49 +00:00
Automatic Updater
a9a7e2f270
update
2010-01-22 02:31:10 +00:00
Automatic Updater
ac9cc645a2
update
2010-01-22 02:22:34 +00:00
Evan Hunt
c46b6864af
fix typo
2010-01-22 01:46:20 +00:00
Automatic Updater
ad544a5ef3
sync
2010-01-22 01:44:30 +00:00
Evan Hunt
da4a8c89a8
remove reference to isc_time member "seconds", which doesn't exist in win32
2010-01-22 01:34:47 +00:00
Automatic Updater
e87e7b378a
update
2010-01-22 01:00:56 +00:00
Evan Hunt
56334ccb2d
update
2010-01-22 00:56:48 +00:00
Evan Hunt
6bb16fca28
rename "ischmacfix" files to "ischmacfixup" so win32 build will work
2010-01-22 00:55:46 +00:00
cvs2git
3a13626ed1
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-01-22 00:54:58 +00:00
Mark Andrews
ce9d53c23f
new draft
2010-01-22 00:54:54 +00:00
Automatic Updater
5703894dc5
update
2010-01-22 00:20:28 +00:00
Automatic Updater
cd0aa2d941
newcopyrights
2010-01-21 23:30:35 +00:00
Automatic Updater
9a13c65344
update
2010-01-21 22:17:11 +00:00
Evan Hunt
9d86a2e1c1
one more compatibility note
2010-01-21 21:24:03 +00:00
Automatic Updater
e0172b5a62
update
2010-01-21 21:16:47 +00:00
Evan Hunt
77fdd17568
Added new compatibility notes and information about key ID collisions.
2010-01-21 21:11:17 +00:00
Automatic Updater
b0d4c367b6
update
2010-01-21 11:17:32 +00:00
Automatic Updater
86e79deccd
update
2010-01-21 11:16:35 +00:00
Francis Dupont
2bc8ae2486
update
2010-01-21 10:54:56 +00:00
cvs2git
925392a19f
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-01-21 10:52:34 +00:00
Francis Dupont
9f7aa45f53
update
2010-01-21 10:52:31 +00:00
Automatic Updater
d2442bfeae
update
2010-01-21 00:20:37 +00:00
Automatic Updater
c5a50f19df
update
2010-01-21 00:18:14 +00:00
Automatic Updater
279e3f68cc
update copyright notice
2010-01-20 23:47:43 +00:00
Automatic Updater
1167fc7904
newcopyrights
2010-01-20 23:30:53 +00:00
Automatic Updater
68bde02f3e
newcopyrights
2010-01-20 23:30:32 +00:00
Automatic Updater
c790dbe913
auto update
2010-01-20 23:19:09 +00:00
Automatic Updater
247c4bffc3
update
2010-01-20 02:27:45 +00:00
Automatic Updater
95f8f3ebd1
regen
2010-01-20 01:55:53 +00:00
Automatic Updater
979691b8b5
sync
2010-01-20 01:45:00 +00:00
Automatic Updater
6e59a4acaa
update
2010-01-20 01:16:33 +00:00
Automatic Updater
a3416b0a1b
regen
2010-01-20 01:14:19 +00:00
Automatic Updater
7c9928441f
update
2010-01-20 00:19:42 +00:00
Automatic Updater
ca4e44ebe8
update copyright notice
2010-01-19 23:48:56 +00:00
Automatic Updater
0c39b3ed94
newcopyrights
2010-01-19 23:30:38 +00:00
Automatic Updater
de0c543c00
update
2010-01-19 21:17:07 +00:00
Evan Hunt
8a198fa776
2842. [func] Prevent dnssec-keygen and dnssec-keyfromlabel from
...
creating key files if there is a chance that the new
key ID will collide with an existing one after
either of the keys has been revoked. (To override
this in the case of dnssec-keyfromlabel, use the -y
option. dnssec-keygen will simply create a
different, noncolliding key, so an override is
not necessary.) [RT #20838 ]
2010-01-19 20:26:07 +00:00
Automatic Updater
1aa8830b74
update
2010-01-19 16:17:05 +00:00
Evan Hunt
ecde9a1cd5
smartsign fails on slow machines. delay the timing-sensitive
...
dnssec-settime call as long as possible.
2010-01-19 15:54:45 +00:00
Automatic Updater
0c4cfa742e
update
2010-01-19 07:17:00 +00:00
Mark Andrews
3aeaafebd8
Ubuntu and AppArmor
2010-01-19 06:57:37 +00:00
Automatic Updater
7615a5ba43
update
2010-01-19 04:20:50 +00:00
cvs2git
d81f97c523
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-01-19 03:17:46 +00:00
Mark Andrews
2426105366
new draft
2010-01-19 03:17:42 +00:00
Automatic Updater
c5262939c4
update
2010-01-19 00:20:20 +00:00
Automatic Updater
6bb1560124
update copyright notice
2010-01-18 23:48:40 +00:00
Automatic Updater
ff8ec39ce4
newcopyrights
2010-01-18 23:30:52 +00:00
Automatic Updater
7fad221106
auto update
2010-01-18 23:18:53 +00:00
Automatic Updater
cf487f8e37
update
2010-01-18 20:16:58 +00:00
Evan Hunt
e11a0c114c
2841. [func] Added "smartsign" and improved "autosign" and
...
"dnssec" regression tests. [RT #20865 ]
2010-01-18 19:19:31 +00:00
Automatic Updater
f78fe6d8a9
auto update
2010-01-17 23:18:38 +00:00
Automatic Updater
83be7c484c
update
2010-01-17 01:16:47 +00:00
Automatic Updater
4dea9e5971
regen
2010-01-17 01:14:02 +00:00
Automatic Updater
5264a22671
update
2010-01-17 00:20:02 +00:00
Automatic Updater
20f2d1d74b
update copyright notice
2010-01-16 23:48:15 +00:00
Automatic Updater
831f79c431
newcopyrights
2010-01-16 23:30:32 +00:00
Automatic Updater
2963539c15
auto update
2010-01-16 23:18:45 +00:00
Automatic Updater
d0b9be4fb9
update
2010-01-16 14:16:41 +00:00
Francis Dupont
4025076ca2
move -o in synopsis to the right place
2010-01-16 14:04:47 +00:00
Automatic Updater
592d281377
update
2010-01-16 02:26:42 +00:00
Automatic Updater
7aca55cd83
regen
2010-01-16 01:55:32 +00:00
Automatic Updater
5d9f318a8f
update
2010-01-16 00:17:59 +00:00
Automatic Updater
9feb8eda57
update copyright notice
2010-01-15 23:47:34 +00:00
Automatic Updater
b20c383c6b
newcopyrights
2010-01-15 23:30:26 +00:00
Automatic Updater
c71ada9e6e
update
2010-01-15 22:16:51 +00:00
Evan Hunt
905c946de0
add unresolved externals isc_sha{256,512}_invalidate
2010-01-15 21:53:59 +00:00
Automatic Updater
6ce89d1db6
update
2010-01-15 21:39:10 +00:00
Evan Hunt
cab45cd588
missed adding these files in earlier commit
2010-01-15 21:17:41 +00:00
Automatic Updater
b17ec45352
update
2010-01-15 21:16:39 +00:00
Evan Hunt
3b956daecf
add note about SHA-2 support
2010-01-15 21:13:44 +00:00
Evan Hunt
9b72b0258e
prepare for 9.6.2rc1 release
2010-01-15 21:12:11 +00:00
Automatic Updater
1963c1c54a
regen
2010-01-15 21:07:10 +00:00
Automatic Updater
763250ea4e
regen
2010-01-15 20:35:07 +00:00
Automatic Updater
e5e815d21a
update
2010-01-15 20:16:43 +00:00
Evan Hunt
3f39cbcc76
2838. [func] Backport support for SHA-2 DNSSEC algorithms,
...
RSASHA256 and RSASHA512, from BIND 9.7. (This
incorporates changes 2726 and 2738 from that
release branch.) [RT #20871 ]
2010-01-15 19:38:54 +00:00
Automatic Updater
664635ce65
update
2010-01-15 00:20:14 +00:00
Evan Hunt
b47d410f84
2840. [bug] Change 2836 was not complete. [RT #20883 ]
2010-01-14 23:27:38 +00:00
Automatic Updater
b4b534f1ee
auto update
2010-01-14 23:18:56 +00:00
Automatic Updater
798323e52e
update
2010-01-14 00:19:34 +00:00
Automatic Updater
5bdf8cd3c2
update copyright notice
2010-01-13 23:48:59 +00:00
Automatic Updater
b109432c3a
newcopyrights
2010-01-13 23:30:38 +00:00
Automatic Updater
0a01f5cd3e
update
2010-01-13 22:17:02 +00:00
Francis Dupont
6ff7cd9fa5
Temporary fixed pkcs11-destroy usage check. [RT #20760 ]
2010-01-13 21:19:52 +00:00
Automatic Updater
83cb3e7624
update
2010-01-13 20:17:12 +00:00
Evan Hunt
20624f43c3
removed lines inadvertently committed
2010-01-13 19:29:38 +00:00
Automatic Updater
b7c624e2d9
update
2010-01-13 09:17:12 +00:00
Francis Dupont
f77148e029
a KSK revoked by named could not be deleted. [RT #20881 ]
2010-01-13 08:35:24 +00:00
Francis Dupont
b3990d04da
fix built-in view comment
2010-01-13 08:29:11 +00:00
Automatic Updater
a06b00a998
update
2010-01-13 00:19:42 +00:00
Francis Dupont
51512910da
comment trivial update
2010-01-12 23:56:12 +00:00
Automatic Updater
8576a40424
update copyright notice
2010-01-12 23:48:57 +00:00
Automatic Updater
8c6328ab58
newcopyrights
2010-01-12 23:30:42 +00:00
Francis Dupont
d481cfdab5
fix spelling in comment
2010-01-12 23:23:21 +00:00
Automatic Updater
e706356783
update
2010-01-12 00:20:21 +00:00
Automatic Updater
b0f0bbd6bc
update
2010-01-12 00:18:09 +00:00
Automatic Updater
65d1486535
update copyright notice
2010-01-11 23:48:37 +00:00
Automatic Updater
d889e9701a
update copyright notice
2010-01-11 23:47:22 +00:00
Automatic Updater
b1265b5a06
newcopyrights
2010-01-11 23:30:43 +00:00
Automatic Updater
41089d26e2
newcopyrights
2010-01-11 23:30:30 +00:00
Automatic Updater
1a1c6062db
auto update
2010-01-11 23:18:54 +00:00
Automatic Updater
95e4241902
update
2010-01-11 11:17:14 +00:00
Automatic Updater
9251d20f2a
update
2010-01-11 11:16:21 +00:00
Francis Dupont
6720b9fe94
Prevent Linux spurious warnings about fwrite(). [RT #20812 ]
2010-01-11 11:02:32 +00:00
Francis Dupont
a91029a00e
Prevent Linux spurious warnings about fwrite(). [RT #20812 ]
2010-01-11 10:49:14 +00:00
Automatic Updater
36399b2e4a
update
2010-01-11 01:16:37 +00:00
Francis Dupont
125da90ced
trivial spelling error in comment
2010-01-11 01:14:08 +00:00
Automatic Updater
5c17ed36b3
auto update
2010-01-10 23:18:58 +00:00
Automatic Updater
469aa83442
update
2010-01-10 00:19:47 +00:00
Automatic Updater
b871a3e0cd
update copyright notice
2010-01-09 23:48:45 +00:00
Automatic Updater
68824177e5
newcopyrights
2010-01-09 23:30:36 +00:00
Automatic Updater
a88b32777c
auto update
2010-01-09 23:19:12 +00:00
Automatic Updater
a11b959529
update
2010-01-09 17:17:14 +00:00
Evan Hunt
05b1ab91a6
2836. [bug] Keys that were scheduled to become active could
...
be delayed. [RT #20874 ]
2010-01-09 17:09:00 +00:00
Automatic Updater
9c0089177f
update
2010-01-09 16:16:55 +00:00
Francis Dupont
a26d73a734
fix trivial typo in comment
2010-01-09 15:21:10 +00:00
Automatic Updater
f6030c2ad1
update
2010-01-09 00:20:08 +00:00
Automatic Updater
e9c3fd20d6
update
2010-01-09 00:18:27 +00:00
Automatic Updater
49644c0c8f
update copyright notice
2010-01-08 23:51:44 +00:00
Automatic Updater
b05b66d498
newcopyrights
2010-01-08 23:30:43 +00:00
Automatic Updater
2f2319de0d
newcopyrights
2010-01-08 23:30:31 +00:00
Automatic Updater
0094f4294c
auto update
2010-01-08 23:19:23 +00:00
Automatic Updater
3072385d81
update
2010-01-08 18:17:28 +00:00
Evan Hunt
03e5afa4c0
2835. [bug] Key inactivity dates were inadvertently stored in
...
the private key file with the outdated tag
"Unpublish" rather than "Inactive". This has been
fixed; however, any existing keys that had Inactive
dates set will now need to have them reset, using
'dnssec-settime -I'. [RT #20868 ]
2010-01-08 17:15:36 +00:00
Automatic Updater
ef3c8caac4
update
2010-01-08 01:16:41 +00:00
Automatic Updater
fdd80e9a55
regen
2010-01-08 01:14:09 +00:00
Automatic Updater
948e39419a
update
2010-01-08 00:20:33 +00:00
Automatic Updater
f218fe643a
update
2010-01-08 00:18:07 +00:00
Automatic Updater
a30c7003af
update copyright notice
2010-01-07 23:48:54 +00:00
Automatic Updater
c91b60a119
update copyright notice
2010-01-07 23:47:36 +00:00
Automatic Updater
f9119ad8f6
newcopyrights
2010-01-07 23:30:41 +00:00
Automatic Updater
7d259433d2
newcopyrights
2010-01-07 23:30:23 +00:00
Automatic Updater
47f74b8c33
auto update
2010-01-07 23:18:51 +00:00
Automatic Updater
dee1a91739
update
2010-01-07 22:16:49 +00:00
Evan Hunt
0f66aced26
2834. [bug] HMAC-SHA* keys that were longer than the algorithm
...
digest length were used incorrectly, leading to
interoperability problems with other DNS
implementations. This has been corrected.
(Note: If an oversize key is in use, and
compatibility is needed with an older release of
BIND, the new tool "isc-hmac-fixup" can convert
the key secret to a form that will work with all
versions.) [RT #20751 ]
2010-01-07 21:52:12 +00:00
Automatic Updater
da42475564
update
2010-01-07 19:16:40 +00:00
Evan Hunt
8ebf67b7f0
2833. [cleanup] Fix usage messages in dnssec-keygen and dnssec-settime.
...
[RT #20851 ]
2010-01-07 19:13:59 +00:00
Shawn Routhier
7c25b5f311
Modify "struct stat" in lib/export/samples/nsprobe.c to avoid redefinition in
...
some OSes - rt20831
2010-01-07 18:31:34 +00:00
Automatic Updater
27f8686a3b
update
2010-01-07 18:16:35 +00:00
Evan Hunt
0f83518a99
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 17:49:01 +00:00
Automatic Updater
8997313968
update
2010-01-07 17:17:01 +00:00
cvs2git
8fd7205f18
This commit was manufactured by cvs2git to create branch 'v9_6'.
2010-01-07 16:48:28 +00:00
Evan Hunt
597642c0ba
2831. [security] Do not attempt to validate or cache
...
out-of-bailiwick data returned with a secure
answer; it must be re-fetched from its original
source and validated in that context. [RT #20819 ]
2010-01-07 16:48:23 +00:00
Automatic Updater
4715754ba9
update
2010-01-07 00:19:43 +00:00
Automatic Updater
247f299fb0
update copyright notice
2010-01-06 23:48:47 +00:00
Automatic Updater
b29e5c56eb
newcopyrights
2010-01-06 23:30:45 +00:00
Automatic Updater
76e65f9151
update
2010-01-06 01:16:55 +00:00
Evan Hunt
b1fbf2a4db
fix spacing
2010-01-06 00:53:45 +00:00
Automatic Updater
f977f347f0
update
2010-01-06 00:19:50 +00:00
Automatic Updater
3ee1371212
update copyright notice
2010-01-05 23:48:37 +00:00
Automatic Updater
0977f3f39e
newcopyrights
2010-01-05 23:30:42 +00:00
Automatic Updater
0261624e84
auto update
2010-01-05 23:18:43 +00:00
Automatic Updater
f9205dd2ef
update
2010-01-05 16:17:10 +00:00
Evan Hunt
564d687132
missing newline in dnssec-signzone usage
2010-01-05 15:31:58 +00:00
Automatic Updater
fa0736a341
update
2010-01-05 00:19:28 +00:00
Automatic Updater
842920c7db
update copyright notice
2010-01-04 23:48:51 +00:00
Automatic Updater
205c10066a
newcopyrights
2010-01-04 23:30:43 +00:00
Automatic Updater
9ee9011747
update
2010-01-04 23:17:18 +00:00
Evan Hunt
d3a6cd7c7e
2830. [bug] Changing the OPTOUT setting could take multiple
...
passes. [RT #20813 ]
2010-01-04 22:47:58 +00:00
Evan Hunt
845bb3195a
2829. [bug] Fixed potential node inconsistency in rbtdb.c.
...
[RT #20808 ]
2010-01-04 22:30:14 +00:00
Automatic Updater
7549cd6daa
update
2009-12-31 00:20:02 +00:00
Automatic Updater
ae53c8c073
update
2009-12-31 00:18:20 +00:00
Automatic Updater
400615c294
update copyright notice
2009-12-30 23:49:14 +00:00
Automatic Updater
ef413fafe5
update copyright notice
2009-12-30 23:47:31 +00:00
Automatic Updater
6473a5d888
newcopyrights
2009-12-30 23:30:48 +00:00
Automatic Updater
67145ee7da
newcopyrights
2009-12-30 23:30:31 +00:00
Automatic Updater
89b448b506
update
2009-12-30 09:17:02 +00:00
Tatuya JINMEI 神明達哉
450c3bb498
2828. [security] Cached CNAME or DNAME RR could be returned to clients
...
without DNSSEC validation. [RT #20737 ]
9.4-ESV, 9.5.3, 9.6.2, 9.7.0, 9.8.0(?)
2009-12-30 08:34:30 +00:00
Automatic Updater
9745e98876
update
2009-12-30 08:19:52 +00:00
cvs2git
9b4b69eac1
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-12-30 08:02:37 +00:00
Tatuya JINMEI 神明達哉
d8680445d6
2828. [security] Cached CNAME or DNAME RR could be returned to clients
...
without DNSSEC validation. [RT #20737 ]
9.4-ESV, 9.5.3, 9.6.2, 9.7.0, 9.8.0(?)
2009-12-30 08:02:23 +00:00
Automatic Updater
0f348b269b
update
2009-12-30 07:17:54 +00:00
Automatic Updater
f5331a5045
update
2009-12-30 07:16:58 +00:00
Evan Hunt
9ead684875
2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712 ]
2009-12-30 06:46:58 +00:00
Evan Hunt
c7c6605eb0
2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712 ]
2009-12-30 06:44:45 +00:00
Automatic Updater
3156309a79
update
2009-12-30 04:21:03 +00:00
Automatic Updater
b4ed36acde
update
2009-12-30 04:18:29 +00:00
Mark Andrews
e02ccd485e
2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
...
was in the process of being created was not properly
recorded in the zone. [RT #20786 ]
2009-12-30 04:02:56 +00:00
Evan Hunt
687b6322fb
2826. [bug] NSEC3->NSEC transitions could fail due to a lock not
...
being released. [RT #20740 ]
2009-12-30 03:38:57 +00:00
Automatic Updater
5a1d90c7ed
update
2009-12-30 03:21:48 +00:00
Mark Andrews
57fb4f7bbe
2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
...
was in the process of being created was not properly
recorded in the zone. [RT #20786 ]
2009-12-30 02:43:09 +00:00
Mark Andrews
7ddd859470
more for:
...
2824. [bug] "rndc sign" was not being run by the correct task.
[RT #20759 ]
2009-12-30 02:32:13 +00:00
Mark Andrews
502dc92f58
more for:
...
2824. [bug] "rndc sign" was not being run by the correct task.
[RT #20759 ]
2009-12-30 02:26:30 +00:00
Automatic Updater
0216fd2ac6
auto update
2009-12-29 23:19:13 +00:00
Automatic Updater
7fc63ac0ed
update
2009-12-29 23:17:04 +00:00
Mark Andrews
5b77627c09
2824. [bug] "rndc sign" was not being run by the correct task.
...
[RT #20759 ]
2009-12-29 22:20:33 +00:00
Automatic Updater
5e4b540170
update
2009-12-29 22:17:09 +00:00
Automatic Updater
dfcebf4703
update
2009-12-29 22:16:30 +00:00
Mark Andrews
ae787010e1
2823. [bug] rbtdb.c:getsigningtime() was missing locks. [RT #20781 ]
2009-12-29 22:12:35 +00:00
Mark Andrews
288486df9d
2823. [bug] rbtdb.c:getsigningtime() was missing locks. [RT #20781 ]
2009-12-29 22:04:16 +00:00
Automatic Updater
d4c0bf0a08
update
2009-12-29 09:17:23 +00:00
Mark Andrews
5773d3c007
2822. [bug] rbtdb.c:loadnode() could return the wrong result.
...
[RT #20802 ]
2009-12-29 08:53:33 +00:00
Automatic Updater
845309d349
update
2009-12-29 01:16:31 +00:00
Automatic Updater
d856585f5f
regen
2009-12-29 01:14:03 +00:00
Automatic Updater
773199d3ad
update
2009-12-29 00:19:31 +00:00
Evan Hunt
85c5ed3577
2821. [doc] Add note that named-checkconf doesn't automatically
...
read rndc.key and bind.keys [RT #20758 ]
2009-12-28 23:21:16 +00:00
Automatic Updater
ead17d97ab
auto update
2009-12-27 23:18:41 +00:00
Automatic Updater
85087d31ab
auto update
2009-12-24 23:18:40 +00:00
Automatic Updater
c67053f35f
update
2009-12-24 18:17:17 +00:00
Francis Dupont
0faf1492c7
non-readable openssl.cnf [20668]
2009-12-24 17:49:39 +00:00
Automatic Updater
0eaa00ce70
update
2009-12-24 01:16:43 +00:00
Automatic Updater
a5003acddf
update
2009-12-24 01:16:02 +00:00
Evan Hunt
bd31f734ee
2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define
...
[RT #20771 ]
2009-12-24 00:35:46 +00:00
Evan Hunt
65bbefae47
2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define
...
[RT #20771 ]
2009-12-24 00:34:59 +00:00
Automatic Updater
c6323eed9d
update
2009-12-24 00:20:11 +00:00
Automatic Updater
bd851f3490
update
2009-12-24 00:18:13 +00:00
Evan Hunt
c7a3571cf6
2818. [cleanup] rndc could return an incorrect error code
...
when a zone was not found. [RT #20767 ]
2009-12-24 00:17:47 +00:00
Evan Hunt
1361014b02
2818. [cleanup] rndc could return an incorrect error code
...
when a zone was not found. [RT #20767 ]
2009-12-24 00:14:20 +00:00
Evan Hunt
40ad4ed01b
2817. [cleanup] Removed unnecessary isc_tasc_endexclusive() calls.
...
[RT #20768 ]
2009-12-23 23:59:42 +00:00
Evan Hunt
b09559fd36
2816. [bug] previous_closest_nsec() could fail to return
...
data for NSEC3 nodes [RT #29730 ]
2009-12-23 23:43:01 +00:00
Evan Hunt
b8f874d1b3
2815. [bug] Exclusively lock the task when freezing a zone.
...
[RT #19838 ]
2009-12-23 23:34:16 +00:00
Evan Hunt
aa3415ba49
2815. [bug] Exclusively lock the task when freezing a zone.
...
[RT #19838 ]
2009-12-23 23:33:09 +00:00
Automatic Updater
f09e6b6025
auto update
2009-12-22 23:18:46 +00:00
Automatic Updater
a9890810cf
update
2009-12-21 05:17:55 +00:00
Automatic Updater
10e08bdd6e
update
2009-12-21 05:16:56 +00:00
Mark Andrews
669b1ee4d8
2814. [func] Provide a definitive error message when a master
...
zone is not loaded. [RT #20757 ]
2009-12-21 04:32:42 +00:00
Mark Andrews
c9630524c7
2814. [func] Provide a definitive error message when a master
...
zone is not loaded. [RT #20757 ]
2009-12-21 04:29:10 +00:00
Automatic Updater
1585604c53
auto update
2009-12-19 23:19:16 +00:00
Automatic Updater
4c2ac09e46
update
2009-12-19 18:17:05 +00:00
Evan Hunt
f766024a27
change all keys from rsasha1 to nsec3rsasha1 so that the nsec->nsec3
...
transitions work correctly. (they worked before, but weren't supposed
to; when that bug was fixed, the test broke.)
2009-12-19 17:30:31 +00:00
Automatic Updater
3c8a4c7a8b
update
2009-12-19 01:16:40 +00:00
Automatic Updater
7a0d680aa5
regen
2009-12-19 01:14:05 +00:00
Automatic Updater
0d41ea8c5c
update
2009-12-19 00:19:37 +00:00
Automatic Updater
928e12ccdc
update copyright notice
2009-12-18 23:49:03 +00:00
Automatic Updater
59edd79b87
newcopyrights
2009-12-18 23:30:39 +00:00
Automatic Updater
f219cfd749
update
2009-12-18 23:16:58 +00:00
Evan Hunt
4e55893d30
2813. [bug] Better handling of unreadable DNSSEC key files.
...
[RT #20710 ]
2812. [bug] Make sure updates can't result in a zone with
NSEC-only keys and NSEC3 records. [RT 20748]
2009-12-18 22:16:49 +00:00
Automatic Updater
84faa4f2ef
update
2009-12-18 08:20:18 +00:00
Evan Hunt
0da859c5a7
2811. [cleanup] Add "rndc sign" to list of commands in rndc usage
...
output. [RT #20733 ]
2009-12-18 07:59:43 +00:00
Evan Hunt
19a6c40c37
2810. [doc] Clarified the process of transitioning an NSEC3 zone
...
to insecure. [RT #20746 ]
2009-12-18 07:56:29 +00:00
Evan Hunt
9de98fbbbe
2809. [cleanup] Restored accidentally-deleted text in usage output
...
in dnssec-settime and dnssec-revoke [RT #20739 ]
2009-12-18 07:49:42 +00:00
Automatic Updater
c020cb62e9
update
2009-12-18 04:20:53 +00:00
Mark Andrews
c221360e9f
spelling
2009-12-18 04:07:58 +00:00
Mark Andrews
28f4cd0a45
2808. [bug] Remove the attempt to install atomic.h from lib/isc.
...
atomic.h is correctly intalled by the architecture
specific subdirectories. [RT #20722 ]
2009-12-18 04:07:08 +00:00
Automatic Updater
6f74c4a2ab
update
2009-12-18 03:21:15 +00:00
Mark Andrews
485a435efe
2808. [bug] atomic.h was not being properly installed under all
...
circumstances. [RT #20722 ]
2009-12-18 03:05:37 +00:00
Automatic Updater
0025b05075
auto update
2009-12-17 23:18:52 +00:00
Automatic Updater
110214b8ca
update
2009-12-17 01:16:44 +00:00
Automatic Updater
90c38ab4e6
regen
2009-12-17 01:13:46 +00:00
Automatic Updater
6afeeeab25
update
2009-12-16 07:21:41 +00:00
Evan Hunt
535bc8112a
s/ddns.key/session.key/
2009-12-16 07:13:02 +00:00
Automatic Updater
e9017c9b6a
update
2009-12-11 01:16:40 +00:00
Evan Hunt
bc04d6ec15
2807. [bug] Fixed a possible ASSERT when reconfiguring zone
...
keys. [RT #20720 ]
2009-12-11 01:06:03 +00:00
Automatic Updater
1180d56549
auto update
2009-12-09 23:18:54 +00:00
Automatic Updater
b5e566fa4d
update
2009-12-09 02:26:08 +00:00
Automatic Updater
1c22fb9bdc
sync
2009-12-09 01:44:12 +00:00
Automatic Updater
297aed661d
auto update
2009-12-08 23:18:39 +00:00
Automatic Updater
9e01a3fb5e
update
2009-12-08 05:17:01 +00:00
cvs2git
dc508331b4
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-12-08 04:57:44 +00:00
Mark Andrews
4d0f4a9d3c
new draft
2009-12-08 04:57:40 +00:00
Automatic Updater
ed6fe51716
update
2009-12-07 20:54:13 +00:00
Evan Hunt
b8b602f89b
2806. [bug] "rdnc sign" could delay re-signing the DNSKEY
...
when it had changed. [RT #20703 ]
2009-12-07 20:51:12 +00:00
Automatic Updater
18f0a7f147
update
2009-12-07 00:18:46 +00:00
Automatic Updater
8b82c01d74
update copyright notice
2009-12-06 23:48:29 +00:00
Automatic Updater
47ff70af9e
newcopyrights
2009-12-06 23:30:32 +00:00
Automatic Updater
d49d63260e
update
2009-12-06 03:13:41 +00:00
Evan Hunt
3cd574df2f
s/journalprint/named-journalprint/
2009-12-06 03:06:16 +00:00
Evan Hunt
0d796b1aaa
improve cleanup and add named.run to .cvsignore files
2009-12-06 03:04:39 +00:00
Automatic Updater
4adecd0845
update
2009-12-06 02:59:59 +00:00
Evan Hunt
daa4933c4d
prep for 9.7.0rc1
2009-12-06 02:54:26 +00:00
Automatic Updater
292a9dd882
update
2009-12-06 02:32:33 +00:00
Evan Hunt
c7611c7dd2
prep for 9.7.0rc1 release
2009-12-06 02:31:42 +00:00
Evan Hunt
16de5dbc71
prep for 9.7.0rc1 release
2009-12-06 01:49:08 +00:00
Automatic Updater
c93ed439e5
update
2009-12-06 00:18:43 +00:00
Evan Hunt
12178c8652
2805. [bug] Fixed namespace problems encountered when building
...
external programs using non-exported BIND9 libraries
(i.e., built without --enable-exportlib). [RT #20679 ]
2009-12-05 23:31:41 +00:00
Automatic Updater
06f5acb11f
newcopyrights
2009-12-05 23:30:32 +00:00
Automatic Updater
07a6184c3a
update
2009-12-05 06:18:51 +00:00
Evan Hunt
d4d836350f
add .cvsignore files
2009-12-05 05:36:03 +00:00
Automatic Updater
96912588e2
update
2009-12-05 02:27:01 +00:00
Evan Hunt
c2f095969c
oops: missed a declaration, and forgot to lock the zone before clearing
...
the flag. (and accidentally ran make tests in the wrong tree, misleading
myself into thinking it was fine.)
2009-12-05 01:25:43 +00:00
Automatic Updater
6d85ab241a
update
2009-12-04 23:22:03 +00:00
Automatic Updater
e330b6116c
auto update
2009-12-04 23:18:23 +00:00
Evan Hunt
d601ef9e89
2804. [bug] Send notifies when a zone is signed with "rndc sign"
...
or as a result of a scheduled key change. [RT #20700 ]
2009-12-04 22:45:11 +00:00
Automatic Updater
a8d090b362
update copyright notice
2009-12-04 22:32:31 +00:00
Automatic Updater
d99e249ff3
newcopyrights
2009-12-04 22:28:59 +00:00
Automatic Updater
fc2381b901
new
2009-12-04 22:23:33 +00:00
Automatic Updater
e2e4d32199
regen
2009-12-04 22:22:27 +00:00
Automatic Updater
661c6b52c4
update
2009-12-04 22:18:51 +00:00
Automatic Updater
4b6dc226f7
update copyright notice
2009-12-04 22:06:37 +00:00
Automatic Updater
979e02d122
newcopyrights
2009-12-04 22:02:28 +00:00
Mark Andrews
71ba75c604
2803. [port] win32: Install named-journalprint, nsec3hash, arpaname
...
and genrandom under windows. [RT #20670 ]
2802. [cleanup] Rename journalprint to named-journalprint. [RT #20670 ]
2009-12-04 21:59:24 +00:00
Automatic Updater
530e510458
update
2009-12-04 21:16:43 +00:00
Mark Andrews
3d17a3ba61
2801. [func] Detect and report records that are different according
...
to DNSSEC but are sematically equal according to plain
DNS. Apply plain DNS comparisons rather than DNSSEC
comparisons when processing UPDATE requests.
dnssec-signzone now removes such semantically duplicate
records prior to signing the RRset.
named-checkzone -r {ignore|warn|fail} (default warn)
named-compilezone -r {ignore|warn|fail} (default warn)
named.conf: check-dup-records {ignore|warn|fail};
2009-12-04 21:09:34 +00:00
Evan Hunt
e438e29354
claried log message when no active private keys are found to use for
...
signing. [rt20690]
2009-12-04 20:32:07 +00:00
Evan Hunt
2ec4ab2183
update copyrights
2009-12-04 20:18:04 +00:00
Automatic Updater
a4457e0d89
update
2009-12-04 20:16:38 +00:00
Evan Hunt
306b36adb6
- moved NSEC3-NOTES to README.dnssec
...
- moved README.idnkit to contrib/idn
2009-12-04 20:14:28 +00:00
Evan Hunt
e2d43cd9d5
some minor clarifications
2009-12-04 20:04:43 +00:00
Automatic Updater
08ce421808
update
2009-12-04 04:18:42 +00:00
Evan Hunt
3353e0d964
Updated with auto-dnssec information.
2009-12-04 03:49:43 +00:00
Mark Andrews
5d850024cb
2800. [func] Reject zones which have NS records which refer to
...
CNAMEs, DNAMEs or don't have address record (class IN
only). Reject UPDATEs which would cause the zone
to fail the above checks if committed. [RT #20678 ]
2009-12-04 03:33:15 +00:00
Automatic Updater
6ec134549f
update
2009-12-04 01:16:40 +00:00
Automatic Updater
089c63b69c
regen
2009-12-04 01:13:45 +00:00
Automatic Updater
185cb1aaaf
update
2009-12-04 00:18:47 +00:00
Automatic Updater
63aeaafd97
update copyright notice
2009-12-03 23:48:22 +00:00
Automatic Updater
47a171a75a
auto update
2009-12-03 23:19:10 +00:00
Evan Hunt
8e4f3f1cbc
2799. [cleanup] Changed the "secure-to-insecure" option to
...
"dnssec-secure-to-insecure", and "dnskey-ksk-only"
to "dnssec-dnskey-kskonly", for clarity. [RT #20586 ]
2009-12-03 23:18:17 +00:00
Automatic Updater
f70450a70f
update
2009-12-03 17:16:30 +00:00
Evan Hunt
22304041d1
typo caused a missing semicolon
2009-12-03 16:49:09 +00:00
Automatic Updater
61c87dbe87
update
2009-12-03 16:16:24 +00:00
Evan Hunt
e6dda86e8b
2798. [bug] Addressed bugs in managed-keys initialization
...
and rollover. [RT #20683 ]
2009-12-03 15:40:03 +00:00
Automatic Updater
e4de496a5d
update
2009-12-03 06:15:59 +00:00
Mark Andrews
b1c2fed160
dns_dnssec_selfsigns
2009-12-03 05:42:39 +00:00
Automatic Updater
7b844d9590
update
2009-12-03 05:19:51 +00:00
Automatic Updater
8bd81db458
update
2009-12-03 05:19:00 +00:00
Automatic Updater
e60977ec32
newcopyrights
2009-12-03 05:12:33 +00:00
Automatic Updater
6b2d0a74ac
9.6.2b1
2009-12-03 05:10:18 +00:00
Automatic Updater
f1ff7b7b8b
regen
2009-12-03 05:06:40 +00:00
Mark Andrews
b695e0159a
add copyright
2009-12-03 04:52:37 +00:00
Mark Andrews
ecbbb29519
add copyright
2009-12-03 04:51:41 +00:00
Automatic Updater
0bbfdc2806
update copyright notice
2009-12-03 04:49:32 +00:00
Automatic Updater
e086d0e6cc
newcopyrights
2009-12-03 04:47:46 +00:00
Mark Andrews
675944370a
handle EXCLUDED
2009-12-03 04:46:44 +00:00
Mark Andrews
620a452ebe
handle EXCLUDED
2009-12-03 04:45:10 +00:00
Mark Andrews
fce41660df
2593. [bug] Improve a corner source of SERVFAILs [RT #19632 ]
2009-12-03 04:38:28 +00:00
Mark Andrews
3da71a0572
2601. [doc] Mention file creation mode mask in the
...
named manual page.
2009-12-03 04:35:45 +00:00
Mark Andrews
50331a1a93
2659. [doc] Clarify dnssec-keygen doc: key name must match zone
...
name for DNSSEC keys. [RT #19938 ]
2009-12-03 04:30:39 +00:00
Mark Andrews
f8376838e7
2701. [doc] Correction to ARM: hmac-md5 is no longer the only
...
supported TSIG key algorithm. [RT #18046 ]
2009-12-03 04:22:52 +00:00
Automatic Updater
a8bb437cbd
update
2009-12-03 04:18:27 +00:00
Mark Andrews
34b8a84928
2533. [doc] ARM: document @ (at-sign). [RT #17144 ]
2009-12-03 03:34:18 +00:00
Mark Andrews
15ab3696b0
EXCLUDED
2009-12-03 03:24:40 +00:00
Automatic Updater
6fe6eff8de
update
2009-12-03 03:19:12 +00:00
Mark Andrews
cac64d5bd8
Missing changes note:
...
2639. [bug] Silence compiler warnings in gssapi code. [RT #19954 ]
2009-12-03 02:25:51 +00:00
Automatic Updater
df31d36c3f
update
2009-12-03 01:16:22 +00:00
Mark Andrews
b99efc39de
rt#
2009-12-03 01:06:21 +00:00
Automatic Updater
e388818cc9
update
2009-12-03 00:19:26 +00:00
Automatic Updater
fcf06578df
update
2009-12-03 00:18:11 +00:00
Mark Andrews
3638fe4f9a
spelling
2009-12-03 00:03:58 +00:00
Mark Andrews
ac8aa59f62
spelling
2009-12-03 00:01:03 +00:00
Mark Andrews
a3862bb60b
spelling
2009-12-02 23:59:15 +00:00
Mark Andrews
38917972ea
remove trailing whitespace
2009-12-02 23:57:33 +00:00
Mark Andrews
9d5e42bb87
remove trailing whitespace
2009-12-02 23:56:30 +00:00
Mark Andrews
985137ff66
2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existant
...
function. [RT #18582 ]
2009-12-02 23:54:24 +00:00
Mark Andrews
2eff17e423
9.6.2
2009-12-02 23:42:24 +00:00
Automatic Updater
e331fe245d
newcopyrights
2009-12-02 23:30:20 +00:00
Mark Andrews
8b7fa47bf2
2797. [bug] Don't decrement the dispatch manager's maxbuffers.
...
[RT #20613 ]
2009-12-02 23:26:28 +00:00
Automatic Updater
667e5aaded
update
2009-12-02 23:16:36 +00:00
Mark Andrews
2a0d4c4d6b
2797. [bug] Don't decrement the dispatch manager's maxbuffers.
...
[RT #20613 ]
2009-12-02 23:15:14 +00:00
Mark Andrews
ce0d2caf1b
9.6.2b1
2009-12-02 23:03:04 +00:00
Automatic Updater
63be8a9807
update
2009-12-02 18:16:41 +00:00
Evan Hunt
6a4d6e3379
adapted to the special needs of solaris's really old awk
2009-12-02 17:54:45 +00:00
Automatic Updater
5d698de5b4
update
2009-12-02 06:16:34 +00:00
Evan Hunt
095810f8cb
fixed autosign/metadata brokenness on solaris [rt20685]
2009-12-02 05:42:15 +00:00
Automatic Updater
7362201ff0
update
2009-12-02 02:27:34 +00:00
Automatic Updater
9573525eaf
sync
2009-12-02 01:44:32 +00:00
Automatic Updater
049a56fb19
update
2009-12-01 08:20:55 +00:00
cvs2git
fc9d2a1449
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-12-01 07:29:29 +00:00
Mark Andrews
6f0fe31b85
new draft
2009-12-01 07:29:24 +00:00
Automatic Updater
717d095d85
update
2009-12-01 06:17:02 +00:00
Mark Andrews
d524a81532
2796. [bug] Missing dns_rdataset_disassociate() call in
...
dns_nsec3_delnsec3sx(). [RT #20681 ]
2009-12-01 05:28:40 +00:00
Automatic Updater
506c084124
update
2009-12-01 01:16:39 +00:00
Evan Hunt
feeca57f18
2795. [cleanup] Add text to differentiate "update with no effect"
...
log messages. [RT #18889 ]
2009-12-01 00:47:09 +00:00
Automatic Updater
88adaa322e
update
2009-12-01 00:19:41 +00:00
Automatic Updater
ffd297db79
update copyright notice
2009-11-30 23:48:02 +00:00
Automatic Updater
31a540386a
newcopyrights
2009-11-30 23:30:28 +00:00
Automatic Updater
1cb8c8d52e
auto update
2009-11-30 23:18:40 +00:00
Automatic Updater
4f4b55df87
update
2009-11-30 22:16:56 +00:00
Mark Andrews
8b37c0dd6e
2794. [bug] Install <isc/namespace.h>. [RT #20677 ]
2009-11-30 21:34:57 +00:00
Automatic Updater
7579858399
update
2009-11-30 21:16:58 +00:00
Evan Hunt
c073c65719
missed committing change note:
...
2793. [func] Add "autosign" and "metadata" tests to the
automatic tests. [RT #19946 ]
2009-11-30 21:06:53 +00:00
Evan Hunt
7511904837
add cvsignore files
2009-11-30 21:03:17 +00:00
Evan Hunt
75b8de8787
Create automatic tests "autosign" and "metadata". [rt19946]
2009-11-30 21:00:48 +00:00
Automatic Updater
a3511da52b
update
2009-11-30 00:17:42 +00:00
Mark Andrews
820251a036
display NSEC3DSA/NSEC3RSASHA1 keytype in .private comment
2009-11-29 23:21:27 +00:00
Automatic Updater
6585014aa0
update
2009-11-29 01:16:22 +00:00
Automatic Updater
996dbb1957
regen
2009-11-29 01:14:51 +00:00
Automatic Updater
e8277bed1b
update
2009-11-28 16:16:26 +00:00
Vernon Schryver
5d9922e86f
Allow the optional filter-aaaa-on-v4 option in view statements to close #20635
2009-11-28 15:57:37 +00:00
Automatic Updater
9df45151f5
update
2009-11-27 00:19:17 +00:00
Automatic Updater
862572d505
update
2009-11-27 00:18:12 +00:00
Automatic Updater
3e920dd0c6
update copyright notice
2009-11-26 23:48:14 +00:00
Automatic Updater
1beb3ce612
update copyright notice
2009-11-26 23:47:33 +00:00
Automatic Updater
45fb40e1f7
update
2009-11-26 22:21:27 +00:00
Automatic Updater
64ab7727e9
update
2009-11-26 22:20:05 +00:00
Automatic Updater
979f1cf4af
update
2009-11-26 21:47:29 +00:00
Mark Andrews
f37e34be9d
rt#
2009-11-26 21:33:28 +00:00
Mark Andrews
88a7702a9d
rt#
2009-11-26 21:32:38 +00:00
Mark Andrews
c4e3976707
line length
2009-11-26 21:01:04 +00:00
Mark Andrews
49f788cbd3
2791. [bug] The installation of isc-config.sh was broken. [RT #20667 ]
2009-11-26 20:52:44 +00:00
Automatic Updater
54341ecaa1
update
2009-11-26 04:19:42 +00:00
Automatic Updater
34862bb497
update
2009-11-26 04:19:00 +00:00
Mark Andrews
432b145c6e
2790. [bug] Handle DS queries to stub zones.
2009-11-26 03:36:45 +00:00
Mark Andrews
66ecb6789b
2790. [bug] Handle DS queries to stub zones.
2009-11-26 03:28:19 +00:00
Automatic Updater
7579191f73
update
2009-11-26 03:18:51 +00:00
Mark Andrews
bda68146b0
declarations before statements
2009-11-26 02:35:43 +00:00
Automatic Updater
e053dbfeb0
update
2009-11-26 02:17:40 +00:00
Automatic Updater
dd046c1a8e
update
2009-11-26 01:16:40 +00:00
Automatic Updater
b7ce89b8ca
regen
2009-11-26 01:15:25 +00:00
Evan Hunt
bccacfdbf0
corrected rndc sign syntax
2009-11-26 00:20:28 +00:00
Automatic Updater
b47987bc53
update
2009-11-26 00:19:24 +00:00
Automatic Updater
1ce9ab3e3b
update
2009-11-26 00:18:07 +00:00
Automatic Updater
2b2fc9b4df
update copyright notice
2009-11-25 23:49:22 +00:00
Automatic Updater
0a9fcb1124
update copyright notice
2009-11-25 23:48:42 +00:00
Automatic Updater
d26e883326
auto update
2009-11-25 23:19:12 +00:00
Automatic Updater
9bf8182b1c
update
2009-11-25 23:16:20 +00:00
Mark Andrews
4bf4beede2
silence compiler warnings
2009-11-25 23:00:32 +00:00
Automatic Updater
7025ee2652
update
2009-11-25 21:16:35 +00:00
Mark Andrews
702ca0b0a8
remove 'set -x'
2009-11-25 20:51:05 +00:00
Mark Andrews
78b3284647
adjust dnssec-keygen command line to that supported before 9.7
2009-11-25 20:50:25 +00:00
Automatic Updater
172465b683
update
2009-11-25 14:16:56 +00:00
Automatic Updater
cc7f86f702
update
2009-11-25 14:16:39 +00:00
Mark Andrews
e1fc4161d1
fix genrandom location
2009-11-25 13:41:19 +00:00
Mark Andrews
536e36ac8d
declarations before statements
2009-11-25 13:17:59 +00:00
Automatic Updater
1f794e6297
update
2009-11-25 06:17:25 +00:00
Automatic Updater
71110063f1
update
2009-11-25 06:16:00 +00:00
Evan Hunt
cfc22e53a8
2789. [bug] Fixed an INSIST in dispatch.c [RT #20576 ]
2009-11-25 05:55:32 +00:00
Evan Hunt
c8ae58f9f8
2789. [bug] Fixed an INSIST in dispatch.c [RT #20576 ]
2009-11-25 05:55:10 +00:00
Automatic Updater
f6aa4de371
update
2009-11-25 04:18:16 +00:00
Automatic Updater
3a341ee535
update
2009-11-25 03:20:52 +00:00
Automatic Updater
6519b2ccad
update
2009-11-25 03:19:13 +00:00
Evan Hunt
ce3b2c5189
2788. [bug] dnssec-signzone could sign with keys that were
...
not requested [RT #20625 ]
2009-11-25 03:17:11 +00:00
Evan Hunt
fc1fb1a469
2786. [bug] Spurious log message when zone keys were
...
dynamically reconfigured. [RT #20659 ]
2009-11-25 02:30:54 +00:00
Mark Andrews
eb5f89b06e
2786. [bug] Additional could be promoted to answer. [RT #20663 ]
2009-11-25 02:25:56 +00:00
Mark Andrews
d0ca4e90e2
2786. [bug] Additional could be promoted to answer. [RT #20663 ]
2009-11-25 02:22:05 +00:00
Automatic Updater
996f875de4
update
2009-11-25 00:19:46 +00:00
Automatic Updater
f4d18d665f
update
2009-11-25 00:18:34 +00:00
Automatic Updater
b314ea10b4
update copyright notice
2009-11-24 23:48:12 +00:00
Automatic Updater
0794f78e65
update copyright notice
2009-11-24 23:47:34 +00:00
Automatic Updater
93e0978d98
newcopyrights
2009-11-24 23:30:27 +00:00
Automatic Updater
cd41f377c8
update
2009-11-24 04:18:56 +00:00
Automatic Updater
91cbc837ff
update
2009-11-24 04:18:22 +00:00
Evan Hunt
d312bc5d81
2785. [bug] Revoked keys could fail to self-sign [RT #20652 ]
2009-11-24 03:42:32 +00:00
Mark Andrews
db6cd7ee05
rt#
2009-11-24 03:34:26 +00:00
Mark Andrews
375962bc49
rt#
2009-11-24 03:34:02 +00:00
Mark Andrews
eb60656b9b
2784. [bug] TC was not always being set when required glue was
...
dropped. [RT #234186 ]
2009-11-24 03:25:53 +00:00
Automatic Updater
b0f986128a
update
2009-11-24 03:20:05 +00:00
Mark Andrews
9dd2ee95f1
2784. [bug] TC was not always being set when required glue was
...
dropped. [RT #234186 ]
2009-11-24 03:20:02 +00:00
Mark Andrews
32967e6895
2783. [func] Return minimal responses to EDNS/UDP queries with a UDP
...
buffer size of 512 or less. [RT #20654 ]
2009-11-24 03:15:31 +00:00
Mark Andrews
dc92707066
2783. [func] Return minimal responses to EDNS/UDP queries with a UDP
...
buffer size of 512 or less. [RT #20654 ]
2009-11-24 03:09:57 +00:00
Automatic Updater
fa14b39ce9
update
2009-11-24 02:19:58 +00:00
Automatic Updater
e3e4650e2f
update
2009-11-24 02:18:38 +00:00
Mark Andrews
cdf3ea38b5
2782. [port] win32: use getaddrinfo() for hostname lookups.
...
[RT #20650 ]
2009-11-24 02:12:54 +00:00
Mark Andrews
503e5aa8d2
2782. [port] win32: use getaddrinfo() for hostname lookups.
...
[RT #20650 ]
2009-11-24 02:09:28 +00:00
Automatic Updater
ebaaeff9ea
update
2009-11-24 00:19:13 +00:00
Automatic Updater
94e3a63110
update copyright notice
2009-11-23 23:48:16 +00:00
Automatic Updater
f7bef440fa
update
2009-11-23 16:16:12 +00:00
Evan Hunt
5985af3f5c
2781. [bug] Inactive keys could be used for signing. [RT #20649 ]
2009-11-23 15:18:07 +00:00
Automatic Updater
5942a43b99
update
2009-11-23 03:20:11 +00:00
Automatic Updater
7860facc0a
update
2009-11-23 03:18:39 +00:00
Evan Hunt
cef109efa7
2780. [bug] dnssec-keygen -A none didn't properly unset the
...
activation date in all cases. [RT #20648 ]
2779. [bug] Dynamic key revokation could fail. [RT #20644 ]
2778. [bug] dnssec-signzone could fail when a key was revoked
without deleting the unrevoked version. [RT #20638 ]
2009-11-23 02:55:41 +00:00
Mark Andrews
5302b44251
2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
2009-11-23 02:39:10 +00:00
Mark Andrews
289dbe005c
2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
2009-11-23 02:37:14 +00:00
Automatic Updater
00464ff770
update
2009-11-23 02:17:52 +00:00
Automatic Updater
7d7346d623
update
2009-11-23 02:17:32 +00:00
Mark Andrews
c16d37d06e
2776. [bug] Change #2762 was not correct. [RT #20647 ]
2009-11-23 02:10:16 +00:00
Automatic Updater
ea882c9959
sync
2009-11-23 01:46:36 +00:00
Automatic Updater
00fac9f21a
update
2009-11-22 23:16:38 +00:00
cvs2git
36f3facb1a
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-11-22 22:36:09 +00:00
Mark Andrews
40ff4bb482
new draft
2009-11-22 22:36:03 +00:00
Automatic Updater
8b4aab25fa
auto update
2009-11-21 23:18:38 +00:00
Automatic Updater
a7df2367f2
update
2009-11-21 18:16:28 +00:00
Francis Dupont
1cd538c051
20643: RSASHA2 NSEC3 compatible in dnssec-keyfromlabel
2009-11-21 17:54:09 +00:00
Automatic Updater
19af988924
auto update
2009-11-20 23:18:21 +00:00
Automatic Updater
01a10cbd81
update
2009-11-20 02:18:45 +00:00
Automatic Updater
f0d57bc9ad
sync
2009-11-20 01:53:11 +00:00
Automatic Updater
40adc17544
update
2009-11-20 01:52:18 +00:00
Automatic Updater
81fd55a535
rfc5625.txt
2009-11-20 01:52:17 +00:00
Automatic Updater
3c18ba3aba
rfc5452.txt
2009-11-20 01:52:15 +00:00
Automatic Updater
5d09fe745e
rfc5001.txt
2009-11-20 01:52:13 +00:00
Automatic Updater
cf0516fab3
rfc4956.txt
2009-11-20 01:52:11 +00:00
Automatic Updater
46977c5f31
rfc4955.txt
2009-11-20 01:52:09 +00:00
Automatic Updater
6f0ed96f5f
rfc4697.txt
2009-11-20 01:52:07 +00:00
Automatic Updater
eb550d94ea
rfc4472.txt
2009-11-20 01:52:01 +00:00
Automatic Updater
f781d497d1
rfc4471.txt
2009-11-20 01:51:58 +00:00
Automatic Updater
76a1507769
rfc4339.txt
2009-11-20 01:51:56 +00:00
Automatic Updater
6cdfe5a4bb
rfc4294.txt
2009-11-20 01:51:54 +00:00
Automatic Updater
04b1b38fdb
rfc3755.txt
2009-11-20 01:51:51 +00:00
Automatic Updater
3c1e75c23f
auto update
2009-11-19 23:19:15 +00:00
Automatic Updater
158908972b
update
2009-11-19 19:17:11 +00:00
Evan Hunt
0088b45de5
2774. [bug] Existing cache DB wasn't being reused after
...
reconfiguration. [RT #20629 ]
2009-11-19 18:52:40 +00:00
Automatic Updater
3f9f79b5c4
update
2009-11-19 06:16:55 +00:00
cvs2git
04813aa271
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-11-19 05:58:27 +00:00
Mark Andrews
acf4c05953
new draft
2009-11-19 05:58:22 +00:00
Mark Andrews
fad04ffe23
cleanup
2009-11-19 05:34:56 +00:00
Automatic Updater
6b5b1d74a4
update
2009-11-19 05:17:19 +00:00
Mark Andrews
f6566e9ec2
cleanup
2009-11-19 05:15:35 +00:00
Mark Andrews
9dad3e2710
new draft
2009-11-19 05:11:47 +00:00
Mark Andrews
f7e3edb15a
cleanup
2009-11-19 05:03:52 +00:00
Automatic Updater
b0414d02f5
update
2009-11-19 02:19:08 +00:00
Automatic Updater
514f544c08
remove draft-park-ipv6-extensions-dns-pnp-00.txt
2009-11-19 01:51:24 +00:00
Automatic Updater
dbebb4a6cd
draft-ietf-dnsop-name-server-management-reqs-02.txt
2009-11-19 01:51:10 +00:00
Automatic Updater
895a62b0be
draft-ietf-dnsext-tsig-md5-deprecated-03.txt
2009-11-19 01:51:08 +00:00
Automatic Updater
e55297ee1e
draft-ietf-dnsext-rfc3597-bis-00.txt
2009-11-19 01:51:04 +00:00
Automatic Updater
79df5c5196
draft-ietf-dnsext-rfc2672bis-dname-18.txt
2009-11-19 01:51:02 +00:00
Automatic Updater
d9fdcc5131
draft-ietf-dnsext-dnssec-gost-03.txt
2009-11-19 01:50:59 +00:00
Automatic Updater
6d12fcbb39
draft-ietf-dnsext-dnssec-bis-updates-09.txt
2009-11-19 01:50:56 +00:00
Automatic Updater
cc3a3a3077
draft-ietf-dnsext-dnsproxy-05.txt
2009-11-19 01:50:52 +00:00
Automatic Updater
ce053ae713
draft-ietf-dnsext-dns-tcp-requirements-01.txt
2009-11-19 01:50:50 +00:00
Automatic Updater
8076b157b1
draft-ietf-dnsext-axfr-clarify-11.txt
2009-11-19 01:50:46 +00:00
Automatic Updater
63f763baa9
draft-ietf-behave-dns64-01.txt
2009-11-19 01:50:44 +00:00
Automatic Updater
e939393c1c
draft-ietf-6man-text-addr-representation-01.txt
2009-11-19 01:50:41 +00:00
Automatic Updater
3d7ca1bba2
draft-dolmatov-dnsext-dnssec-gost-00.txt
2009-11-19 01:50:39 +00:00
Automatic Updater
f95bdcf65d
update
2009-11-19 00:19:08 +00:00
Automatic Updater
ba9cececca
update
2009-11-19 00:17:50 +00:00
Automatic Updater
fe2b9bf570
update copyright notice
2009-11-18 23:48:07 +00:00
Automatic Updater
8b39e41b24
update copyright notice
2009-11-18 23:47:24 +00:00
Automatic Updater
c95f536d78
newcopyrights
2009-11-18 23:30:33 +00:00
Automatic Updater
dee8a42282
newcopyrights
2009-11-18 23:30:26 +00:00
Automatic Updater
ae5b67a0c0
auto update
2009-11-18 23:19:11 +00:00
Automatic Updater
3e084fed8d
update
2009-11-18 22:16:59 +00:00
Evan Hunt
b08325a7f3
2773. [bug] In autosigned zones, the SOA could be signed
...
with the KSK. [RT #20628 ]
2009-11-18 21:22:31 +00:00
Automatic Updater
e83a7cabc3
update
2009-11-18 16:52:52 +00:00
Evan Hunt
2ad776a5c4
changed age to 0
2009-11-18 16:46:10 +00:00
Automatic Updater
66d5a4ad86
update
2009-11-18 01:16:58 +00:00
Automatic Updater
595db826f7
update
2009-11-18 01:16:31 +00:00
Automatic Updater
850853340a
regen
2009-11-18 00:38:26 +00:00
Evan Hunt
af52d6ddd7
prep for release of 9.7.0b3
2009-11-18 00:30:37 +00:00
Automatic Updater
823c5a49e5
update
2009-11-18 00:19:05 +00:00
Automatic Updater
41b324b22a
update
2009-11-18 00:17:57 +00:00
Mark Andrews
e7f4d4e09d
2772. [security] When validating, track whether pending data was from
...
the additional section or not and only return it if
validates as secure. [RT #20438 ]
2009-11-18 00:15:38 +00:00
cvs2git
38637a6e1d
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-11-17 23:55:20 +00:00
Mark Andrews
a39a5f4d81
2772. [security] When validating, track whether pending data was from
...
the additional section or not and only return it if
validates as secure. [RT #20438 ]
2009-11-17 23:55:18 +00:00
Automatic Updater
e34e9a8d68
update copyright notice
2009-11-17 23:48:13 +00:00
Automatic Updater
124293bba2
auto update
2009-11-17 23:19:03 +00:00
Automatic Updater
a5f51e95e7
update
2009-11-17 06:16:53 +00:00
Evan Hunt
7ee4b13ded
2771. [bug] dnssec-signzone: DNSKEY records could be
...
corrupted when importing from key files [RT #20624 ]
2009-11-17 05:46:53 +00:00
Automatic Updater
f9a07be8b3
update
2009-11-17 03:20:19 +00:00
Evan Hunt
44a3999cf4
2770. [cleanup] Add log messages to resolver.c to indicate events
...
causing FORMERR responses. [RT #20526 ]
2009-11-17 02:23:15 +00:00
Automatic Updater
3ed58d6162
auto update
2009-11-16 23:20:46 +00:00
Automatic Updater
13cb972c40
update
2009-11-16 08:19:51 +00:00
Evan Hunt
7048af0a55
2769. [cleanup] Change #2742 was incomplete. [RT #19589 ]
2009-11-16 07:56:06 +00:00
Automatic Updater
c548608321
update
2009-11-16 05:18:00 +00:00
Evan Hunt
00295e0650
2768. [bug] dnssec-signzone: -S no longer implies -g [RT #20568 ]
2009-11-16 04:27:44 +00:00
Automatic Updater
36d20ac80b
update
2009-11-16 02:17:59 +00:00
Evan Hunt
e856482b1f
2767. [bug] named could crash on startup if a zone was
...
configured with auto-dnssec and there was no
key-directory. [RT #20615 ]
2009-11-16 01:44:33 +00:00
Automatic Updater
67b57046ef
update
2009-11-13 06:17:03 +00:00
Mark Andrews
9b33a79659
new draft
2009-11-13 06:04:59 +00:00
Automatic Updater
6bb622d361
update
2009-11-13 01:16:30 +00:00
Evan Hunt
37a34ab54f
2766. [bug] isc_socket_fdwatchpoke() should only update the
...
socketmgr state if the socket is not pending on a
read or write. [RT #20603 ]
2009-11-13 00:41:58 +00:00
Automatic Updater
88a4f97370
update
2009-11-13 00:19:07 +00:00
Automatic Updater
a9bc1daf4f
update
2009-11-13 00:17:55 +00:00
Automatic Updater
53d502202a
update copyright notice
2009-11-12 23:47:59 +00:00
Evan Hunt
86132f0ef5
eliminate warning when building without -DBIND9
2009-11-12 23:43:02 +00:00
Mark Andrews
7dc66d649a
2765. [bug] Skip masters for which the TSIG key cannot be found.
...
[RT #20595 ]
2009-11-12 23:39:23 +00:00
Automatic Updater
710b3ae385
newcopyrights
2009-11-12 23:31:05 +00:00
Mark Andrews
1d0ebb4cf2
2765. [bug] Skip masters for which the TSIG key cannot be found.
...
[RT #20595 ]
2009-11-12 23:30:36 +00:00
Automatic Updater
19e91f021d
newcopyrights
2009-11-12 23:30:27 +00:00
Automatic Updater
841380d975
auto update
2009-11-12 23:19:16 +00:00
Automatic Updater
a64415fc94
update
2009-11-12 21:16:21 +00:00
Mark Andrews
2667bea6bc
new draft
2009-11-12 20:47:28 +00:00
Automatic Updater
6d4fb86a4d
update
2009-11-12 14:27:28 +00:00
Automatic Updater
0a2ff2f893
update
2009-11-12 14:22:01 +00:00
Mark Andrews
5d061b8d76
add ./doc/private/SRCID
2009-11-12 14:18:09 +00:00
Mark Andrews
eeef28e6d0
add ./doc/private/SRCID
2009-11-12 14:16:40 +00:00
Mark Andrews
adb4211586
2764. [bug] "rndc-confgen -a" could trigger a REQUIRE. [RT #20610 ]
2009-11-12 14:02:38 +00:00
Evan Hunt
e9dff04d3b
2763. [bug] "rndc sign" didn't create an NSEC chain. [RT #20591 ]
2009-11-12 03:03:36 +00:00
Evan Hunt
0c3948e606
2761. [bug] DLV validation failed with a local slave DLV zone.
...
[RT #20577 ]
2009-11-12 02:59:20 +00:00
Automatic Updater
a65d6dc605
update
2009-11-12 00:17:52 +00:00
Automatic Updater
aba6fd4234
generate
2009-11-11 09:28:31 +00:00
Automatic Updater
9afe470beb
generate
2009-11-11 09:27:58 +00:00
Tatuya JINMEI 神明達哉
06db2784b5
regen
2009-11-11 08:47:27 +00:00
Tatuya JINMEI 神明達哉
2c016c64f5
2757. [cleanup] Enable internal symbol table for backtrace only for
...
systems that are known to work. Currently, BSD
variants, Linux and Solaris are supported. [RT# 20202]
9.7.0rc1
2009-11-11 08:46:47 +00:00
Automatic Updater
127820c20f
regen
2009-11-11 01:56:24 +00:00
Automatic Updater
3a5fe5abf0
regen
2009-11-11 01:14:42 +00:00
Mark Andrews
f466c1552a
new draft
2009-11-10 22:13:24 +00:00
Evan Hunt
2e2a294b05
remove unnecessary braces around {-o filename}
2009-11-10 21:30:42 +00:00
Evan Hunt
3839749200
2760. [cleanup] Corrected named-compilezone usage summary. [RT #20533 ]
2009-11-10 20:02:01 +00:00
Evan Hunt
2ac5c5415c
2760. [cleanup] Corrected named-compilezone usage summary. [RT #20533 ]
2009-11-10 20:01:41 +00:00
Evan Hunt
f82d52e82d
2759. [doc] Add information about .jbk/.jnw files to
...
the ARM. [RT #20303 ]
2009-11-10 19:49:32 +00:00
Evan Hunt
fa8f5570bc
2759. [doc] Add information about .jbk/.jnw files to
...
the ARM. [RT #20303 ]
2009-11-10 19:48:16 +00:00
Evan Hunt
5857247dbb
2758. [bug] win32: Added a workaround for a windows 2008 bug
...
that could cause the UDP client handler to shut
down. [RT #19176 ]
2009-11-10 18:31:47 +00:00
Evan Hunt
6d4ad45aee
2758. [bug] win32: Added a workaround for a windows 2008 bug
...
that could cause the UDP client handler to shut
down. [RT #19176 ]
2009-11-10 18:31:24 +00:00
Evan Hunt
7fe4b0447f
2757. [bug] dig: assertion failure could occur in connect
...
timeout. [RT #20599 ]
2009-11-10 17:27:40 +00:00
Evan Hunt
13de8b7015
2757. [bug] dig: assertion failure could occur in connect
...
timeout. [RT #20599 ]
2009-11-10 17:27:13 +00:00
Automatic Updater
ca35524ce2
newcopyrights
2009-11-09 23:30:31 +00:00
Evan Hunt
e2facd7af2
2756. [bug] Fixed corrupt logfile message in update.c. [RT# 20597]
2009-11-09 01:28:32 +00:00
Mark Andrews
2d46d268cc
handle openssl patches
2009-11-08 23:52:20 +00:00
Evan Hunt
5c6c5669ec
#include <time.h> for the ctime() prototype.
2009-11-07 03:36:58 +00:00
Automatic Updater
9b6701361e
regen
2009-11-07 01:56:12 +00:00
Automatic Updater
b3c2030de4
regen
2009-11-07 01:14:41 +00:00
Automatic Updater
6f0cdcbfbc
auto update
2009-11-06 23:18:40 +00:00
Evan Hunt
3594635af7
add placeholder
2009-11-06 21:36:43 +00:00
Evan Hunt
b514948e9d
2755. [doc] Clarify documentation of keyset- files in
...
dnssec-signzone man page. [RT #19810 ]
2009-11-06 21:36:22 +00:00
Evan Hunt
8433da5e37
fix misspelling of queryport-pool-updateinterval in options list
2009-11-06 18:54:48 +00:00
Evan Hunt
f0af708359
fix misspelling of queryport-pool-updateinterval in options list
2009-11-06 18:53:16 +00:00
Evan Hunt
cc3ed192b0
2754. [bug] Secure-to-insecure transitions failed when zone
...
was signed with NSEC3. [RT #20587 ]
2009-11-06 08:38:56 +00:00
Evan Hunt
f75c7e218c
2754. [bug] Secure-to-insecure transitions failed when zone
...
was signed with NSEC3. [RT #20587 ]
2009-11-06 08:38:21 +00:00
Mark Andrews
df1599d0e1
address initialization type mismatch warning
2009-11-06 04:19:28 +00:00
Mark Andrews
7963a67df0
address statement not reached warning
2009-11-06 04:12:15 +00:00
Evan Hunt
c1bfa5b0ad
2753. [bug] Removed an unnecessary warning that could appear when
...
building an NSEC chain. [RT #20588 ]
2009-11-06 03:26:59 +00:00
Evan Hunt
aa2f010f13
Switch from OpenSSL 0.9.8k to 0.9.8l
2009-11-06 03:14:10 +00:00
Mark Andrews
302ed789bd
2752. [bug] Locking violation. [RT #20587 ]
2009-11-06 01:30:06 +00:00
Automatic Updater
cd0df9459e
regen
2009-11-06 01:14:51 +00:00
Evan Hunt
6f6f08b7a4
2751. [bug] Fixed a memory leak in dnssec-keyfromlabel. [RT #20588 ]
2009-11-06 01:06:38 +00:00
Evan Hunt
ca97301c37
remove extra \n from a log message
2009-11-05 21:45:05 +00:00
Evan Hunt
2a81568d17
filter-aaaa-on-v4 was listed incorrectly in the options summary.
...
also the configure option which enables it was wrong.
2009-11-05 19:12:13 +00:00
Mark Andrews
d586a9b72f
file test.sh was initially added on branch rt20438.
2009-11-05 04:49:48 +00:00
Mark Andrews
052e7083ac
correct bind9.xsl.h dependancy
2009-11-05 02:59:04 +00:00
Evan Hunt
9a050780dc
2750. [bug] dig: assertion failure could occur when a server
...
didn't have an address. [RT #20579 ]
2009-11-05 01:57:49 +00:00
Evan Hunt
76d66c8e52
2750. [bug] dig: assertion failure could occur when a server
...
didn't have an address. [RT #20579 ]
2009-11-05 01:57:29 +00:00
Automatic Updater
b55ce50367
regen
2009-11-05 01:15:15 +00:00
Automatic Updater
2d84cba8f4
update copyright notice
2009-11-04 23:48:18 +00:00
Automatic Updater
a1b08748d8
update copyright notice
2009-11-04 23:47:25 +00:00
Evan Hunt
515cba20eb
fixed typos
2009-11-04 22:35:08 +00:00
Mark Andrews
7efc6d9cb8
cleanup [RT #20509 ]
2009-11-04 05:58:46 +00:00
Mark Andrews
2484c7db7a
spelling
2009-11-04 04:22:16 +00:00
Mark Andrews
450d4ae030
spelling
2009-11-04 04:21:57 +00:00
Mark Andrews
fb76b4340c
2749. [bug] ixfr-from-differences generated a non-minimal ixfr
...
for NSEC3 signed zones. [RT #20452 ]
2009-11-04 04:05:45 +00:00
Mark Andrews
e94fe42a20
2749. [bug] ixfr-from-differences generated a non-minimal ixfr
...
for NSEC3 signed zones. [RT #20452 ]
2009-11-04 03:46:44 +00:00
Mark Andrews
0a30185f80
2748. [func] Identify bad answers from GTLD servers and treat them
...
as referrals. [RT #18884 ]
2009-11-04 02:15:30 +00:00
Automatic Updater
1d08fbdc2d
regen
2009-11-04 01:55:49 +00:00
Mark Andrews
5211674cef
2747. [bug] Journal roll forwards failed to set the re-signing
...
time of RRSIGs correctly. [RT #20541 ]
2009-11-04 01:35:07 +00:00
Mark Andrews
0181a0a92f
2747. [bug] Journal roll forwards failed to set the re-signing
...
time of RRSIGs correctly. [RT #20541 ]
2009-11-04 01:25:55 +00:00
Mark Andrews
a3285e811d
2746. [port] hpux: address signed/unsigned expansion mismatch of
...
dns_rbtnode_t.nsec. [RT #20542 ]
2009-11-04 01:18:19 +00:00
Automatic Updater
126dce8ebf
update copyright notice
2009-11-03 23:48:23 +00:00
Automatic Updater
ef2dfb76b9
update copyright notice
2009-11-03 23:47:46 +00:00
Tatuya JINMEI 神明達哉
7184a893c1
regen
2009-11-03 23:18:11 +00:00
Tatuya JINMEI 神明達哉
4ffd660d41
2745. [bug] configure script didn't probe the return type of
...
gai_strerror(3) correctly. [RT #20573 ]
2009-11-03 23:17:31 +00:00
Automatic Updater
64affc54f9
regen
2009-11-03 21:59:04 +00:00
Evan Hunt
f80b665135
fix typo: s/pcks11/pkcs11/
2009-11-03 21:44:46 +00:00
Mark Andrews
5ccd971c72
UNUSED(engine) if !defined(OPENSSL)
2009-11-03 19:43:54 +00:00
Mark Andrews
d937817697
remove synatx errors from example
2009-11-03 14:02:20 +00:00
Mark Andrews
9d856845d6
2744. [func] Log if a query was over TCP. [RT #19961 ]
2009-11-03 04:39:41 +00:00
Mark Andrews
90065a6881
s/sent/set/
2009-11-03 02:00:14 +00:00
Mark Andrews
e844d1f3a8
s/sent/set/
2009-11-03 01:59:48 +00:00
Mark Andrews
5f5bb6cba2
line wrap
2009-11-03 01:39:31 +00:00
Mark Andrews
2162c1ed3d
add missing period
2009-11-03 01:31:17 +00:00
Mark Andrews
961ff176c2
line wrap cleanup
2009-11-03 01:17:40 +00:00
Mark Andrews
ef55474f25
2743. [bug] RRSIG could be incorrectly sent in the NSEC3 record
...
for a insecure delegation.
2009-11-03 01:16:19 +00:00
Mark Andrews
554d22d2de
2743. [bug] RRSIG could be incorrectly sent in the NSEC3 record
...
for a insecure delegation.
2009-11-03 01:07:48 +00:00
Automatic Updater
717a6020e6
auto update
2009-11-02 23:18:25 +00:00
Evan Hunt
af104911b7
missing period in a sentence
2009-11-02 20:04:39 +00:00
Jeremy Reed
cc11677a72
Fix misspelling.
2009-11-02 18:49:59 +00:00
Automatic Updater
660818f4c7
auto update
2009-10-31 23:18:12 +00:00
Automatic Updater
ad120f93e4
update
2009-10-31 01:45:59 +00:00
Automatic Updater
368e6fb1e7
rfc5011.txt
2009-10-31 01:45:57 +00:00
Automatic Updater
6e27aa67be
auto update
2009-10-30 23:18:51 +00:00
cvs2git
64282ffd6d
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-10-30 05:21:04 +00:00
Mark Andrews
d90f3a24c7
5011: Automated Updates of DNS Security (DNSSEC) Trust Anchors
2009-10-30 05:20:59 +00:00
Mark Andrews
8a0943e125
silence compiler warnings. [RT #20472 ]
2009-10-30 05:08:23 +00:00
Automatic Updater
c44709c516
update
2009-10-29 01:44:56 +00:00
Automatic Updater
4d9b982abf
rfc5702.txt
2009-10-29 01:44:55 +00:00
Automatic Updater
e98e7e6680
auto update
2009-10-28 23:18:53 +00:00
cvs2git
de9b26db37
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-10-28 21:08:23 +00:00
Mark Andrews
4c53f98dbd
RFC5702
2009-10-28 21:08:18 +00:00
Evan Hunt
3684692720
update def file
2009-10-28 18:39:47 +00:00
Automatic Updater
b37b0818d8
regen
2009-10-28 18:21:26 +00:00
Evan Hunt
5b72cda36b
update API and def files for 9.7.0b2 release
2009-10-28 18:13:24 +00:00
Evan Hunt
da1f044e5d
prep for 9.7.0b2 release
2009-10-28 18:06:30 +00:00
Evan Hunt
5cb44a38d9
back out change 2740
2009-10-28 18:04:29 +00:00
Evan Hunt
be69d48443
2742. [cleanup] Clarify some DNSSEC-related log messages in
...
validator.c. [RT #19589 ]
2009-10-28 05:34:21 +00:00
Automatic Updater
afdc7dee62
update
2009-10-28 01:45:35 +00:00
Automatic Updater
eac1bcca33
rfc1912.txt
2009-10-28 01:45:33 +00:00
Automatic Updater
575e15fed9
regen
2009-10-28 01:14:38 +00:00
cvs2git
8371f50c6e
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-10-28 00:56:22 +00:00
Mark Andrews
a050fc374c
1912: Common DNS Operational and Configuration Errors
2009-10-28 00:56:17 +00:00
Mark Andrews
df4408b77a
new draft
2009-10-28 00:46:15 +00:00
Mark Andrews
c6d2578fd6
2741. [func] Allow the dnssec-keygen progress messages to be
...
suppressed (dnssec-keygen -q). Automatically
suppress the progress messages when stdin is not
a tty. [RT #20474 ]
2009-10-28 00:27:10 +00:00
Automatic Updater
990dca4605
update copyright notice
2009-10-27 23:47:45 +00:00
Automatic Updater
4104e236f7
newcopyrights
2009-10-27 23:30:34 +00:00
Automatic Updater
fb93a46d74
auto update
2009-10-27 23:18:42 +00:00
Mark Andrews
e9d45c0a04
2740. [func] Identify bad answers from GTLD servers and treat them
...
as referrals. [RT #18884 ]
2009-10-27 23:05:53 +00:00
Evan Hunt
95f2377b4f
2739. [cleanup] Clean up API for initializing and clearing trust
...
anchors for a view. [RT #20211 ]
2009-10-27 22:46:13 +00:00
Mark Andrews
c363a13c50
2729. [func] When constructing a CNAME from a DNAME use the DNAME
...
TTL. [RT #20451 ]
2009-10-27 22:45:07 +00:00
Mark Andrews
9a97696b54
regen
2009-10-27 22:26:05 +00:00
Mark Andrews
e09cdbac08
2738. [func] Add RSASHA256 and RSASHA512 tests to the dnssec system
...
test. [RT #20453 ]
2009-10-27 22:25:37 +00:00
Evan Hunt
e3b59e4af7
Minor cleanup in dnssec-* tools
2009-10-27 18:56:49 +00:00
Evan Hunt
312a00fb75
add named-symtbl.c to .cvsignore
2009-10-27 06:06:46 +00:00
Evan Hunt
72cfcb48a7
cleanup ddns.key after nsupdate test
2009-10-27 05:57:06 +00:00
Evan Hunt
0ce9fba8f0
cleanup DLV test
2009-10-27 05:49:50 +00:00
Evan Hunt
42f7c09369
prep for 9.7.0b2 release
2009-10-27 05:49:31 +00:00
Mark Andrews
9e9e7112f9
2737. [func] UPDATE requests can leak existance information.
...
[RT #17261 ]
2009-10-27 05:42:25 +00:00
Mark Andrews
63d5a6f680
2736. [func] Improve the performance of NSEC signed zones with
...
more than a normal amount of glue below a delegation.
[RT #20191 ]
2009-10-27 04:46:58 +00:00
Evan Hunt
e8831e51c1
2735. [bug] dnssec-signzone could fail to read keys
...
that were specified on the command line with
full paths, but weren't in the current
directory. [RT #20421 ]
2009-10-27 03:59:45 +00:00
Mark Andrews
af30180834
2734. [port] cygwin: arpaname did not compile. [RT #20473 ]
2009-10-27 03:05:33 +00:00
Automatic Updater
e4adb07cc1
regen
2009-10-27 01:14:46 +00:00
Automatic Updater
5f744ebbdc
update copyright notice
2009-10-26 23:47:35 +00:00
Evan Hunt
6f9c93a885
2733. [cleanup] Clean up coding style in pkcs11-* tools. [RT #20355 ]
2009-10-26 23:36:53 +00:00
Evan Hunt
c8aa7ce70d
2732. [func] Add optional filter-aaaa-on-v4 option, available
...
if built with './configure --enable-filter-aaaa'.
Filters out AAAA answers to clients connecting
via IPv4. (This is NOT recommended for general
use.) [RT #20339 ]
2009-10-26 23:14:54 +00:00
Evan Hunt
c021499604
2731. [func] Additional work on change 2709. The key parser
...
will now ignore unrecognized fields when the
minor version number of the private key format
has been increased. It will reject any key with
the major version number increased. [RT #20310 ]
2009-10-26 21:18:24 +00:00
Automatic Updater
0da9fafc18
update copyright notice
2009-10-24 23:47:36 +00:00
Automatic Updater
7bc8c1465b
newcopyrights
2009-10-24 23:30:31 +00:00
Francis Dupont
775a8d86d9
keygen progress indication [RT #20284 ]
2009-10-24 09:46:19 +00:00
Mark Andrews
c07236a635
2729. [func] When constructing a CNAME from a DNAME use the DNAME
...
TTL. [RT #20451 ]
2009-10-24 04:38:19 +00:00
Evan Hunt
8f0502e922
2728. [bug] dnssec-keygen, dnssec-keyfromlabel and
...
dnssec-signzone now warn immediately if asked to
write into a nonexistent directory. [RT #20278 ]
2009-10-24 00:00:06 +00:00
Automatic Updater
412b30659b
auto update
2009-10-23 23:18:16 +00:00
Automatic Updater
8e821eea5f
regen
2009-10-23 01:14:48 +00:00
Automatic Updater
510032fdf4
update copyright notice
2009-10-22 23:48:07 +00:00
Automatic Updater
2fe5f8303e
auto update
2009-10-22 23:19:17 +00:00
Evan Hunt
f10a8fa034
2727. [func] The 'key-directory' option can now specify a relative
...
path. [RT #20154 ]
2009-10-22 03:43:16 +00:00
Evan Hunt
cc6cddfd94
2726. [func] Added support for SHA-2 DNSSEC algorithms,
...
RSASHA256 and RSASHA512. [RT #20023 ]
2009-10-22 02:21:31 +00:00
Evan Hunt
8d307467b7
Doc the "managed-keys.bind" and "managed-keys.bind.jnl" file. [rt20235]
2009-10-22 02:04:07 +00:00
Mark Andrews
d2a8d00228
2724. [bug] Updates to a existing node in secure zone using NSEC
...
were failing. [RT #20448 ]
2009-10-22 01:55:55 +00:00
Automatic Updater
3cae549ddb
update copyright notice
2009-10-21 23:48:05 +00:00
Automatic Updater
6833e6ba4c
update copyright notice
2009-10-21 23:47:20 +00:00
Automatic Updater
55aec75784
newcopyrights
2009-10-21 23:30:41 +00:00
Automatic Updater
cd4d18cfee
newcopyrights
2009-10-21 23:30:28 +00:00
Mark Andrews
ae5da6a185
new draft
2009-10-21 22:33:23 +00:00
Evan Hunt
520a24ee91
2723. [bug] isc_base32_totext(), isc_base32hex_totext(), and
...
isc_base64_totext(), didn't always mark regions of
memory as fully consumed after conversion. [RT #20445 ]
2009-10-21 01:22:47 +00:00
Evan Hunt
8ec993c774
2723. [bug] isc_base32_totext(), isc_base32hex_totext(), and
...
isc_base64_totext(), didn't always mark regions of
memory as fully consumed after conversion. [RT #20445 ]
2009-10-21 01:22:29 +00:00
Automatic Updater
b15df8f9bc
update copyright notice
2009-10-20 23:47:32 +00:00
Automatic Updater
e193c6c98e
auto update
2009-10-20 23:18:22 +00:00
Evan Hunt
0ddedb1781
fix typo
2009-10-20 14:43:05 +00:00
Evan Hunt
eccf8cc404
fix typo
2009-10-20 14:42:57 +00:00
Mark Andrews
2a2e4dbefb
2722. [bug] Ensure that the memory associated with the name of
...
a node in a rbt tree is not altered during the life
of the node. [RT #20431 ]
2009-10-20 05:06:04 +00:00
Mark Andrews
7704a47aec
2722. [bug] Ensure that the memory associated with the name of
...
a node in a rbt tree is not altered during the life
of the node. [RT #20431 ]
2009-10-20 04:57:57 +00:00
Mark Andrews
27f8258b13
2721. [port] Have dst__entropy_status() prime the random number
...
generator. [RT #20369 ]
2009-10-20 04:44:37 +00:00
Mark Andrews
a01095a487
2721. [port] Have dst__entropy_status() prime the random number
...
generator. [RT #20369 ]
2009-10-20 04:39:48 +00:00
Evan Hunt
bfbd69c43f
2720. [bug] RFC 5011 trust anchor updates could trigger an
...
assert if the DNSKEY record was unsigned. [RT #20406 ]
2009-10-20 04:13:38 +00:00
Mark Andrews
ab23f14a30
silence compiler warnings. [RT #20412 ]
2009-10-20 03:31:06 +00:00
Mark Andrews
859cfb24bf
silence compiler warnings. [RT #20412 ]
2009-10-20 03:30:07 +00:00
Mark Andrews
06e7340198
2719. [func] Skip trusted/managed keys for unsupported algorithms.
...
[RT #20392 ]
2009-10-20 03:15:06 +00:00
Mark Andrews
fff31a08a9
2718. [bug] The space calculations in opensslrsa_todns() were
...
incorrect. [RT #20394 ]
2009-10-20 03:03:09 +00:00
Mark Andrews
3c5e54941f
2718. [bug] The space calculations in opensslrsa_todns() were
...
incorrect. [RT #20394 ]
2009-10-20 02:59:19 +00:00
Mark Andrews
29dd4bdd14
2717. [bug] named failed to update the NSEC/NSEC3 record when
...
the last private type record was removed as a result
of completing the signing the zone with a key.
[RT #20399 ]
2009-10-20 02:45:06 +00:00
Mark Andrews
e5ad562a79
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414 ]
2009-10-20 01:11:22 +00:00
Mark Andrews
4b30598fb9
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414 ]
2009-10-20 01:04:03 +00:00
Mark Andrews
13174b302f
new draft
2009-10-19 23:42:52 +00:00
Evan Hunt
2623503170
added some clarifications, per rt20407
2009-10-19 19:21:07 +00:00
Evan Hunt
83271977c3
fix typo
2009-10-19 18:36:58 +00:00
Evan Hunt
a17270b2a6
fix typo
2009-10-19 18:36:37 +00:00
Mark Andrews
84dd224e46
new draft
2009-10-19 04:56:27 +00:00
Mark Andrews
799a4ab7d7
grammar, line length
2009-10-19 02:46:07 +00:00
Mark Andrews
9ac35b4e4d
grammar, line length
2009-10-19 02:37:08 +00:00
Automatic Updater
02b69ec7f2
regen
2009-10-17 01:24:06 +00:00
Automatic Updater
5a24d24c8f
regen
2009-10-17 01:14:35 +00:00
Automatic Updater
8ab6a775bb
update copyright notice
2009-10-16 23:47:54 +00:00
Automatic Updater
799933b034
auto update
2009-10-16 23:18:39 +00:00
Jeremy Reed
eec29cfd40
Fix typo as reported by SUN Guonian <sun@cnnic.cn>.
...
This was seen in 9.7.0a3.
No CHANGES entry as is too minor.
2009-10-16 15:37:01 +00:00
Mark Andrews
7cbcbb2938
regen
2009-10-16 04:30:13 +00:00
Mark Andrews
ece0a1d2c8
2715. [bug] Require OpenSSL support to be explicitly disabled.
...
[RT #20288 ]
2009-10-16 04:24:52 +00:00
Mark Andrews
64ebbbcbb1
2714. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
...
flags.
2009-10-16 04:23:41 +00:00
Automatic Updater
d060d8669f
regen
2009-10-16 04:20:49 +00:00
Evan Hunt
abe20c2cca
bumping 9.7.0b1 release line
2009-10-16 04:19:48 +00:00
Mark Andrews
3e888c5b81
regen
2009-10-16 04:18:04 +00:00
Mark Andrews
45eea1bda6
2715. [bug] Require OpenSSL support to be explicitly disabled.
...
[RT #20288 ]
2009-10-16 04:16:17 +00:00
Mark Andrews
616560e3db
2713. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
...
flags.
2009-10-16 04:10:06 +00:00
Evan Hunt
8f7de3db7e
Respinning to fix memory leak in dnssec-signzone. (Also adopting doc changes.)
2009-10-16 02:59:41 +00:00
Automatic Updater
102ccdd2c0
regen
2009-10-15 01:15:23 +00:00
Automatic Updater
f6cd5ef97a
update copyright notice
2009-10-14 23:47:51 +00:00
Automatic Updater
77d2bb78af
update copyright notice
2009-10-14 23:47:14 +00:00
Automatic Updater
3493b4e0ef
newcopyrights
2009-10-14 23:30:34 +00:00
Automatic Updater
bbf5334896
newcopyrights
2009-10-14 23:30:25 +00:00
Automatic Updater
0f81966242
auto update
2009-10-14 23:18:20 +00:00
Mark Andrews
1ed01b3390
silence compiler warning
2009-10-14 22:07:13 +00:00
Jeremy Reed
da2c52acae
Add a few missing docbook formatting tags.
...
No content changed. No CHANGES entry added.
2009-10-14 12:49:11 +00:00
Mark Andrews
54d1801f14
2713. [bug] powerpc: atomic operations missing asm("ics") /
...
__isync() calls.
2009-10-14 04:00:01 +00:00
Mark Andrews
cbee6197d1
2713. [bug] powerpc: atomic operations missing asm("ics") /
...
__isync() calls.
2009-10-14 03:54:23 +00:00
Automatic Updater
ef9ee92543
update copyright notice
2009-10-13 23:48:12 +00:00
Mark Andrews
f10e82ecfb
regen
2009-10-13 03:44:18 +00:00
Mark Andrews
7115862967
support ESV version strings
2009-10-13 03:40:03 +00:00
Mark Andrews
a9785879cb
support ESV version strings
2009-10-13 03:04:37 +00:00
Mark Andrews
b043b56271
support ESV version strings
2009-10-13 03:03:05 +00:00
Evan Hunt
5c0fd37335
changes needed for win32 build
2009-10-13 02:39:38 +00:00
Evan Hunt
19ac4707ee
changes needed for win32 build
2009-10-13 00:55:51 +00:00
Automatic Updater
97639003b0
update copyright notice
2009-10-12 23:48:02 +00:00
Automatic Updater
c243d77973
newcopyrights
2009-10-12 23:30:34 +00:00
Automatic Updater
3b2c6af63e
regen
2009-10-12 23:16:15 +00:00
Evan Hunt
d2a3eaf162
prepare release of 9.7.0b1
2009-10-12 23:05:07 +00:00
Evan Hunt
c00929ed9f
additional doc improvement
2009-10-12 23:02:32 +00:00
Evan Hunt
69677f863f
improve doc on update-ksk-check and dnskey-ksk-only
2009-10-12 22:54:54 +00:00
Evan Hunt
77b8f88f14
2712. [func] New 'auto-dnssec' zone option allows zone signing
...
to be fully automated in zones configured for
dynamic DNS. 'auto-dnssec allow;' permits a zone
to be signed by creating keys for it in the
key-directory and using 'rndc sign <zone>'.
'auto-dnssec maintain;' allows that too, plus it
also keeps the zone's DNSSEC keys up to date
according to their timing metadata. [RT #19943 ]
2009-10-12 20:48:12 +00:00
Evan Hunt
6a90baa0d5
2711. [port] win32: Add the bin/pkcs11 tools into the full
...
build. [RT #20372 ]
2009-10-12 16:41:13 +00:00
Mark Andrews
30bb4870da
remove, not zero, extended flags
2009-10-12 09:03:06 +00:00
Mark Andrews
11804ca08f
zero extended flags
2009-10-12 08:57:38 +00:00
Mark Andrews
515053881b
remove extended flags before comparing if set
2009-10-12 06:05:29 +00:00
Mark Andrews
af20baa960
silence compiler warning/enforce const [RT #20390 ]
2009-10-12 05:50:52 +00:00
Automatic Updater
8de0d8a690
regen
2009-10-11 01:14:49 +00:00
Automatic Updater
8667770ad2
update copyright notice
2009-10-10 23:47:58 +00:00
Evan Hunt
3727725bb7
2710. [func] New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
...
zone option cause a zone to be signed with only KSKs
signing the DNSKEY RRset, not ZSKs. This reduces
the size of a DNSKEY answer. [RT #20340 ]
2009-10-10 01:48:00 +00:00
Mark Andrews
0d9fb986c5
silence comiler warning
2009-10-10 01:13:39 +00:00
Automatic Updater
8a07de2f03
update copyright notice
2009-10-09 23:48:09 +00:00
Automatic Updater
3f802a977e
newcopyrights
2009-10-09 23:30:39 +00:00
Automatic Updater
c356aac151
auto update
2009-10-09 23:18:54 +00:00
Evan Hunt
315a1514a5
2709. [func] Added some data fields, currently unused, to the
...
private key file format, to allow implementation
of explicit key rollover in a future release
without impairing backward or forward compatibility.
[RT #20310 ]
2009-10-09 06:09:21 +00:00
Automatic Updater
b05106c7e6
regen
2009-10-09 01:14:47 +00:00
Mark Andrews
d1bcaec0d6
2708. [func] Insecure to secure and NSEC3 parameter changes via
...
update are now fully supported and no longer require
defines to enable. We now no longer overload the
NSEC3PARAM flag field, nor the NSEC OPT bit at the
apex. Secure to insecure changes are controlled by
by the named.conf option 'secure-to-insecure'.
Warning: If you had previously enabled support by
adding defines at compile time to BIND 9.6 you should
ensure that all changes that are in progress have
completed prior to upgrading to BIND 9.7. BIND 9.7
is not backwards compatible.
2009-10-09 00:33:39 +00:00
Mark Andrews
bb4e0bd8e8
silence ininitialised
2009-10-08 23:58:14 +00:00
Mark Andrews
0838b3c02f
Recompute check_ksk as it may have changed
2009-10-08 23:55:57 +00:00
Automatic Updater
15bbb8a129
update copyright notice
2009-10-08 23:48:10 +00:00
Automatic Updater
70f5a54bf2
newcopyrights
2009-10-08 23:30:37 +00:00
Mark Andrews
2847930722
2708. [func] Insecure to secure and NSEC3 parameter changes via
...
update are now fully supported and no longer require
defines to enable. We now no longer overload the
NSEC3PARAM flag field, nor the NSEC OPT bit at the
apex. Secure to insecure changes are controlled by
by the named.conf option 'secure-to-insecure'.
Warning: If you had previously enabled support by
adding defines at compile time to BIND 9.6 you should
ensure that all changes that are in progress have
completed prior to upgrading to BIND 9.7. BIND 9.7
is not backwards compatible.
2009-10-08 23:13:07 +00:00
Mark Andrews
169b900303
new draft
2009-10-07 04:55:15 +00:00
Automatic Updater
2a6d4c9948
regen
2009-10-07 01:14:42 +00:00
Automatic Updater
587355bb62
update copyright notice
2009-10-06 23:47:22 +00:00
Automatic Updater
e8fc8c884b
newcopyrights
2009-10-06 23:30:29 +00:00
Automatic Updater
e101c2937c
newcopyrights
2009-10-06 23:30:24 +00:00
Evan Hunt
22b23fb59d
tbox wants an #include <isc/print.h>...
2009-10-06 23:22:51 +00:00
Automatic Updater
552cbf3900
auto update
2009-10-06 23:18:42 +00:00
Evan Hunt
d1f39121a6
2707. [func] dnssec-keyfromlabel no longer require engine name
...
to be specified in the label if there is a default
engine or the -E option has been used. Also, it
now uses default algorithms as dnssec-keygen does
(i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
[RT #20371 ]
2009-10-06 22:58:45 +00:00
Evan Hunt
ca60f7ba75
Add pkcs11 tools to standard windows BIND 9 build.
2009-10-06 22:14:13 +00:00
Evan Hunt
cd3e5ca69a
updated for 9.7.0b1 release
2009-10-06 21:44:18 +00:00
Evan Hunt
246c504f90
2706. [bug] Loading a zone with a very large NSEC3 salt could
...
trigger an assert. [RT #20368 ]
2009-10-06 21:20:45 +00:00
Evan Hunt
a9775fe88d
2706. [bug] Loading a zone with a very large NSEC3 salt could
...
trigger an assert. [RT #20368 ]
2009-10-06 21:20:18 +00:00
Evan Hunt
f6e719d145
regen
2009-10-06 20:31:10 +00:00
Evan Hunt
95b41985f7
- build pkcs11 tools when compiling --with-pkcs11=yes
...
- add PKCS11_PROVIDER environment variable as a method for specifying
the provider.
2009-10-06 20:27:55 +00:00
Automatic Updater
e74245134d
update copyright notice
2009-10-06 04:40:14 +00:00
Automatic Updater
7d12a6b412
newcopyrights
2009-10-06 04:36:32 +00:00
Mark Andrews
807ffe7aba
bin/pkcs11/win32/setprovider
2009-10-06 04:16:38 +00:00
Mark Andrews
699487d802
bin/pkcs11/openssl-0.9.8k-patch
2009-10-06 04:14:58 +00:00
Automatic Updater
b42ba4cace
regen
2009-10-06 01:56:39 +00:00
Automatic Updater
8ec3c08523
regen
2009-10-06 01:14:42 +00:00
Automatic Updater
464f9144fe
update copyright notice
2009-10-05 23:48:27 +00:00
Automatic Updater
b91b3c4f09
update copyright notice
2009-10-05 23:47:50 +00:00
Evan Hunt
b10528a3a5
version -> 9.7.0b1
2009-10-05 22:48:07 +00:00
Tatuya JINMEI 神明達哉
fa78dfd247
removed duplicate copyright notice [RT #20356 ]
2009-10-05 22:39:09 +00:00
Evan Hunt
a88f8c2dd1
update README for 9.7.0b1 release
2009-10-05 22:02:44 +00:00
Evan Hunt
ea845a6b72
Rebase all of the API files to interface=60, as this is the first
...
beta of a new major release.
2009-10-05 22:01:26 +00:00
Evan Hunt
c459aec591
2705. [bug] Reconcile the XML stats version number with a later
...
BIND9 release, by adding a "name" attribute to
"cache" elements and increasing the version number
to 2.2. (This is a minor version change, but may
affect XML parsers if they assume the cache element
doesn't take an attribute.)
2704. [bug] Serial of dynamic and stub zones could be inconsistent
with their SOA serial. [RT #19387 ]
2009-10-05 21:57:00 +00:00
Evan Hunt
ff71474ede
add placeholder
2009-10-05 21:56:19 +00:00
Evan Hunt
3ff75c89eb
2704. [bug] Serial of dynamic and stub zones could be inconsistent
...
with their SOA serial. [RT #19387 ]
2009-10-05 19:39:20 +00:00
Francis Dupont
3c52c4e44c
20230 update
2009-10-05 17:39:36 +00:00
Francis Dupont
8b78c993cb
explicit engine rt20230a
2009-10-05 17:30:49 +00:00
Francis Dupont
b56f3f5c66
PKCS#11 20225 & all
2009-10-05 13:39:45 +00:00
Francis Dupont
e853728477
update OpenSSL PKCS#11 patch (rt19910)
2009-10-05 13:20:06 +00:00
Francis Dupont
d220cab39d
pkcs11 rt20229
2009-10-05 13:02:31 +00:00
Francis Dupont
247806c820
regen
2009-10-05 12:25:29 +00:00
Francis Dupont
f89a9bcf1c
pkcs11 rt20236
2009-10-05 12:23:11 +00:00
Francis Dupont
b091b4bb80
regen
2009-10-05 12:13:15 +00:00
Francis Dupont
a631b30b1d
pkcs11 rt20225
2009-10-05 12:07:08 +00:00
Francis Dupont
78e0199a39
update OpenSSL PKCS#11 patch (19143)
2009-10-05 11:12:45 +00:00
Evan Hunt
48b6d2f585
2701. [doc] Correction to ARM: hmac-md5 is no longer the only
...
supported TSIG key algorithm. [RT #18046 ]
2009-10-05 01:49:59 +00:00
Automatic Updater
58b81e7151
auto update
2009-10-04 23:18:24 +00:00
Automatic Updater
27015815a5
regen
2009-10-04 01:56:46 +00:00
Automatic Updater
04ecc85ca6
regen
2009-10-04 01:14:58 +00:00
Automatic Updater
4fa2649d57
update copyright notice
2009-10-03 23:48:10 +00:00
Automatic Updater
e4aad620d2
update copyright notice
2009-10-03 23:47:29 +00:00
Evan Hunt
1a0eecfe69
2700. [doc] The match-mapped-addresses option is discouraged.
...
[RT #12252 ]
2009-10-03 23:35:28 +00:00
Evan Hunt
8324731a56
2700. [doc] The match-mapped-addresses option is discouraged.
...
[RT #12252 ]
2009-10-03 23:34:54 +00:00
Evan Hunt
c36ba263d6
2699. [bug] Missing lock in rbtdb.c. [RT #20037 ]
2009-10-03 22:39:27 +00:00
Evan Hunt
02a7cfcc8a
2699. [bug] Missing lock in rbtdb.c. [RT #20037 ]
2009-10-03 22:39:04 +00:00
Evan Hunt
1210799345
Add /* NOTREACHED */ comments
2009-10-03 18:03:54 +00:00
Evan Hunt
4256ffffb9
add placeholder
2009-10-03 16:24:51 +00:00
Automatic Updater
3d0d370eb9
auto update
2009-10-02 23:18:41 +00:00
Mark Andrews
339c130823
ISC_PLATFORM_NORETURN_POST not ISC_PLATFORM_NORETURN
2009-10-02 06:28:27 +00:00
Automatic Updater
edb08fdf7b
update copyright notice
2009-10-01 23:48:08 +00:00
Automatic Updater
38a32e22c4
update copyright notice
2009-10-01 23:47:17 +00:00
Automatic Updater
098097efb9
newcopyrights
2009-10-01 23:30:45 +00:00
Automatic Updater
5c60871fd9
newcopyrights
2009-10-01 23:30:36 +00:00
Mark Andrews
1de271fbae
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 05:18:38 +00:00
Mark Andrews
cf7432f747
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 04:43:30 +00:00
Mark Andrews
001447b3ef
2696. [bug] named failed to successfully process some valid
...
acl constructs. [RT #20308 ]
2009-10-01 04:15:47 +00:00
Mark Andrews
eb95d2e917
2696. [bug] named failed to successfully process some valid
...
acl constructs. [RT #20308 ]
2009-10-01 04:06:37 +00:00
Shawn Routhier
bafa76b324
Updates to fdwatch code to support DHCP/DDNS code, ticket rt20253.
2009-10-01 01:30:01 +00:00
Mark Andrews
9f6f43d291
fix rt #
2009-09-30 02:28:16 +00:00
Mark Andrews
895c88905b
fix CHANGE number
2009-09-30 02:18:04 +00:00
Mark Andrews
4977518a4c
fix CHANGES
2009-09-30 02:17:50 +00:00
Automatic Updater
66fec05962
regen
2009-09-30 01:14:47 +00:00
Automatic Updater
61dd99bfae
update copyright notice
2009-09-29 23:48:04 +00:00
Automatic Updater
a471195d58
update copyright notice
2009-09-29 23:47:29 +00:00
Automatic Updater
7f79131f9a
newcopyrights
2009-09-29 23:30:36 +00:00
Automatic Updater
10d76890e4
newcopyrights
2009-09-29 23:30:27 +00:00
Automatic Updater
f5212c68d0
auto update
2009-09-29 23:18:56 +00:00
Evan Hunt
a93a66f618
2794. [bug] Reduce default NSEC3 iterations from 100 to 10.
...
[RT #19970 ]
2009-09-29 22:17:34 +00:00
Francis Dupont
c300f45d7b
20257 configure
2009-09-29 15:08:12 +00:00
Francis Dupont
debd489a44
noreturn RT #20257
2009-09-29 15:06:07 +00:00
Mark Andrews
7de6178969
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 05:06:55 +00:00
Mark Andrews
1e733ffc11
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 04:38:23 +00:00
Automatic Updater
242ba12742
auto update
2009-09-28 23:18:51 +00:00
Automatic Updater
a4720d523e
auto update
2009-09-26 23:18:17 +00:00
Automatic Updater
f3d1a0ba52
regen
2009-09-26 01:14:51 +00:00
Automatic Updater
627f3e0805
update copyright notice
2009-09-25 23:48:13 +00:00
Automatic Updater
3a8f5eff97
update copyright notice
2009-09-25 23:47:27 +00:00
Automatic Updater
98215f7120
newcopyrights
2009-09-25 23:30:33 +00:00
Automatic Updater
eec72f05ea
newcopyrights
2009-09-25 23:30:21 +00:00
Automatic Updater
67cf787116
auto update
2009-09-25 23:18:21 +00:00
Evan Hunt
1e3c9961bb
Move dns_rdataset_init() call earlier so "goto cleanup" won't trigger
...
an assert in dns_rdataset_isassociated(). (This is trivial, I'm going
to commit without review.)
2009-09-25 14:30:10 +00:00
Evan Hunt
fb596cc9af
2691. [func] dnssec-signzone: retain the existing NSEC or NSEC3
...
chain when re-signing a previously-signed zone.
Use -u to modify NSEC3 parameters or switch
between NSEC and NSEC3. [RT #20304 ]
2009-09-25 06:47:50 +00:00
Mark Andrews
fff59bfeb3
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:50:13 +00:00
Mark Andrews
ff850b81c8
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:48:17 +00:00
Mark Andrews
ef830a7750
use (char *) for {get,set}sockopt argument
2009-09-25 02:44:06 +00:00
Mark Andrews
d738f55bbf
silence signed/unsigned comparision warning
2009-09-25 01:46:58 +00:00
Mark Andrews
11144f86dc
silence signed/unsigned comparision warning
2009-09-25 01:42:09 +00:00
Mark Andrews
b4cc584425
new draft
2009-09-25 01:07:36 +00:00
Automatic Updater
b4336342d1
update copyright notice
2009-09-24 23:48:13 +00:00
Automatic Updater
f22b76502b
update copyright notice
2009-09-24 23:47:34 +00:00
Automatic Updater
78d7186253
newcopyrights
2009-09-24 23:30:34 +00:00
Automatic Updater
d6c1bb232c
newcopyrights
2009-09-24 23:30:29 +00:00
Automatic Updater
9e6a0b09c0
auto update
2009-09-24 23:18:21 +00:00
Mark Andrews
7648521c39
2689. [bug] Correctly handle snprintf result. [RT #20306 ]
2009-09-24 22:20:32 +00:00
Mark Andrews
0f869e8d52
2689. [bug] Correctly handle snprintf result. [RT #20306 ]
2009-09-24 22:19:08 +00:00
Francis Dupont
c59a7b0629
missing updates in recent changes
2009-09-24 14:39:17 +00:00
Francis Dupont
78092514b3
trivial typo
2009-09-24 13:03:39 +00:00
Mark Andrews
fe22ed4862
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
...
to decide to fetch the destination address. [RT #20305 ]
2009-09-24 06:42:18 +00:00
Mark Andrews
69338455d9
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
...
to decide to fetch the destination address. [RT #20305 ]
2009-09-24 06:37:50 +00:00
Evan Hunt
63a1800105
Fix several problems introduced by rt19943
2009-09-24 04:36:28 +00:00
Mark Andrews
8292deab03
OLD-PKCS11-NOTES
2009-09-24 03:04:33 +00:00
Automatic Updater
d48690af7a
update copyright notice
2009-09-23 23:47:56 +00:00
Automatic Updater
ca31221f5b
update copyright notice
2009-09-23 23:47:15 +00:00
Automatic Updater
fa9ae9dad2
newcopyrights
2009-09-23 23:30:29 +00:00
Automatic Updater
4344643693
auto update
2009-09-23 23:18:35 +00:00
Mark Andrews
3a2a2463f2
new draft
2009-09-23 22:15:24 +00:00
Mark Andrews
91c6a86724
spelling
2009-09-23 21:27:39 +00:00
Mark Andrews
55c437ae71
spelling
2009-09-23 21:27:11 +00:00
Mark Andrews
b3c8f1e9e8
number
2009-09-23 20:36:58 +00:00
Mark Andrews
b7f5909933
number
2009-09-23 20:35:59 +00:00
Mark Andrews
6b62b02a83
cleanup
2009-09-23 20:34:17 +00:00
Evan Hunt
53c22b8e0d
2685. [bug] Fixed dnssec-signzone -S handling of revoked keys.
...
Also, added warnings when revoking a ZSK, as this is
not defined by protocol (but is legal). [RT #19943 ]
2009-09-23 16:01:57 +00:00
Mark Andrews
ee73600181
2684. [bug] dnssec-signzone should clean the old NSEC chain when
...
signing with NSEC3 and vica versa. [RT #20301 ]
2009-09-23 14:06:42 +00:00
Mark Andrews
4d0e2cf9b9
2684. [bug] dnssec-signzone should clean the old NSEC chain when
...
signing with NSEC3 and vica versa. [RT #20301 ]
2009-09-23 14:05:11 +00:00
Francis Dupont
484076c325
move to zkt 0,99c (RT #20054 )
2009-09-23 13:27:59 +00:00
Francis Dupont
6839f8b6df
cleanup USE_EVP_RSA (RT #20044 )
2009-09-23 11:16:50 +00:00
Francis Dupont
40d3bb52b6
adjust for RT #20067
2009-09-23 11:09:38 +00:00
Francis Dupont
265daffadb
adjust 2680 (RT #20067 )
2009-09-23 10:56:33 +00:00
Francis Dupont
e25451b66c
pkcs11 tools were moved (20067)
2009-09-23 10:54:46 +00:00
Francis Dupont
2946e44c86
pkcs11 tools were moved (20067)
2009-09-23 10:52:18 +00:00
Francis Dupont
3d3b7e5a5b
pkcs11 tools were moved (20067)
2009-09-23 10:43:53 +00:00
Mark Andrews
f2445757f1
2683. [bug] dnssec-signzone should clean out old NSEC3 chains when
...
the NSEC3 parameters used to sign the zone change.
[RT #20246 ]
2009-09-23 07:08:01 +00:00
Evan Hunt
8436cc14ba
2684. [cleanup] dig: formalize +ad and +cd as synonyms for
...
+adflag and +cdflag. [RT #19305 ]
2009-09-23 06:21:36 +00:00
Mark Andrews
011d0b7dc8
2683. [bug] dnssec-signzone should clean out old NSEC3 chains when
...
the NSEC3 parameters used to sign the zone change.
[RT #20246 ]
2009-09-23 04:30:16 +00:00
Evan Hunt
2226e9ec25
fix typo in net.c -- s/closeocket/closesocket/
2009-09-23 00:46:03 +00:00
Francis Dupont
2f4d747a26
"configure --enable-symtable=all" failed to build. [RT #20282 ]
2009-09-22 08:47:55 +00:00
Francis Dupont
199726face
minor fix, cf 20295
2009-09-22 08:39:44 +00:00
Francis Dupont
adb6972f01
minor fix, cf 20295
2009-09-22 08:38:14 +00:00
Automatic Updater
54f0466614
auto update
2009-09-20 23:18:28 +00:00
Automatic Updater
d081840d42
auto update
2009-09-19 23:18:26 +00:00
Tatuya JINMEI 神明達哉
c9424f08b0
fixed the position of the period.
2009-09-19 21:47:13 +00:00
Tatuya JINMEI 神明達哉
3894fcbaad
fixed the position of the period.
2009-09-19 21:46:46 +00:00
Automatic Updater
d2ebd5d5fb
regen
2009-09-19 01:14:52 +00:00
Automatic Updater
fa5748c1ab
auto update
2009-09-18 23:18:31 +00:00
Francis Dupont
b67b58ebe7
small improvement (rt20291)
2009-09-18 22:08:55 +00:00
Tatuya JINMEI 神明達哉
194d3c5a10
2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
...
decoded [RT #20269 ].
BIND 9.7.0, 9.6.2, 9.5.2, 9.4.4
2009-09-18 21:55:48 +00:00
Tatuya JINMEI 神明達哉
790e471f6e
2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
...
decoded [RT #20269 ].
BIND 9.7.0, 9.6.2, 9.5.2, 9.4.4
2009-09-18 21:55:21 +00:00
Francis Dupont
b0dafbb309
spelling
2009-09-18 13:14:47 +00:00
Francis Dupont
1def913211
config.h issue is fixed: cleanup
2009-09-18 11:07:04 +00:00
Tatuya JINMEI 神明達哉
148e9f3feb
removed a non-existent .h. gmake (which is assumed to be used to build
...
the exportlib) ignores it so it doesn't cause a trouble in practice, but
should still better be fixed.
(found by Shawn, I confirmed it.)
2009-09-18 07:18:04 +00:00
Evan Hunt
0e32dda176
add include <config.h>, and update comments to use the new names
2009-09-17 23:46:34 +00:00
Mark Andrews
3351ccbd5c
update
2009-09-17 23:45:08 +00:00
Francis Dupont
6b87f60431
Move some contrib/pkcs11-keygen to bin/pkcs11 RT #20067
2009-09-17 23:34:39 +00:00
Automatic Updater
56e7dc0c24
newcopyrights
2009-09-17 23:30:25 +00:00
Francis Dupont
be728633c1
init .cvsignore
2009-09-17 22:55:59 +00:00
Francis Dupont
8b5a11217c
from contrib/pkcs11-keygen
2009-09-17 22:51:59 +00:00
Automatic Updater
4765fc7c3f
update copyright notice
2009-09-15 23:48:09 +00:00
Automatic Updater
1a06700908
newcopyrights
2009-09-15 23:30:30 +00:00
Automatic Updater
4479e4cea3
auto update
2009-09-15 23:19:01 +00:00
Tatuya JINMEI 神明達哉
edabc8134d
regen
2009-09-15 23:18:00 +00:00
Tatuya JINMEI 神明達哉
866a531c59
typo in a warning message (found in rt #20280 )
2009-09-15 23:17:22 +00:00
Evan Hunt
0e4fda8862
typo fix
2009-09-15 19:30:28 +00:00
Tatuya JINMEI 神明達哉
32c7a00e26
s/--with-export-installdir/--with-export-includedir/
2009-09-15 19:12:03 +00:00
Evan Hunt
d514c0dc9b
2679. [func] dig -k can now accept TSIG keys in named.conf
...
format. [RT #20031 ]
2009-09-15 03:13:44 +00:00
Automatic Updater
f8e3e03cac
regen
2009-09-15 01:14:42 +00:00
Mark Andrews
69f73c967e
2678. [func] Treat DS queries as if "minimal-response yes;"
...
was set. [RT #20258 ]
2009-09-14 23:19:36 +00:00
Automatic Updater
5e38811a8f
auto update
2009-09-14 23:18:43 +00:00
Mark Andrews
a12c8549d6
2678. [func] Treat DS queries as if "minimal-response yes;"
...
was set. [RT #20258 ]
2009-09-14 23:13:37 +00:00
Evan Hunt
b843f577bb
2677. [func] Changes to key metadata behavior:
...
- Keys without "publish" or "active" dates set will
no longer be used for smart signing. However,
those dates will be set to "now" by default when
a key is created; to generate a key but not use
it yet, use dnssec-keygen -G.
- New "inactive" date (dnssec-keygen/settime -I)
sets the time when a key is no longer used for
signing but is still published.
- The "unpublished" date (-U) is deprecated in
favor of "deleted" (-D).
[rt20247]
2009-09-14 18:45:45 +00:00
Tatuya JINMEI 神明達哉
d00827dabc
regen
2009-09-14 18:31:47 +00:00
Tatuya JINMEI 神明達哉
2fa5af7b73
2676. [bug] --with-export-installdir should have been
...
--with-export-includedir. [RT #20252 ]
2009-09-14 18:31:15 +00:00
Automatic Updater
f819b54e38
auto update
2009-09-11 23:18:12 +00:00
Automatic Updater
6d7e30b030
update copyright notice
2009-09-10 23:48:00 +00:00
Evan Hunt
f267b27f0e
2675. [bug] dnssec-signzone could crash if the key directory
...
did not exist. [RT #20232 ]
2009-09-10 05:09:31 +00:00
Evan Hunt
0e7cb68ea0
fix implicit memset() declaration
2009-09-10 02:18:40 +00:00
Evan Hunt
be63f34b6a
wrong change numbers.
2009-09-10 02:16:26 +00:00
Evan Hunt
a457576b58
"dnssec-lookaside auto" crashed if named was built without openssl [rt20231]
2009-09-10 01:49:29 +00:00
Evan Hunt
dbabab1f37
rt20045:
...
- sync_keyzone() could leak ISC_R_NOMORE, causing zone_postload() to think
it had failed
- journal roll-forward on key zones complained about having the wrong
number of SOA records
- dns_soa_buildrdata() could return a pointer to memory allocated on the
stack
2009-09-10 01:47:09 +00:00
Evan Hunt
c211111e64
more cleanup
2009-09-10 01:43:09 +00:00
Automatic Updater
31f1c9a241
regen
2009-09-09 23:30:30 +00:00
Evan Hunt
a73c49b952
Update comment, since the key won't expire in 9/2009 after all.
2009-09-09 15:47:18 +00:00
Evan Hunt
8036473e6c
Update comment, since the key isn't actually going to expire in 9/2009
...
after all.
2009-09-09 15:44:33 +00:00
Evan Hunt
4c9c08e4a1
more solaris/sca6000 simplification
2009-09-09 07:15:24 +00:00
Evan Hunt
08927bbead
Simplify solaris build instructions, it had some unnecessary compile
...
options
2009-09-09 06:42:15 +00:00
Mark Andrews
05398561e0
make more portable
2009-09-09 04:48:01 +00:00
Mark Andrews
7c87a8bf7b
remove util if empty, for pre 9.7
2009-09-09 04:27:40 +00:00
Automatic Updater
d8b801bd19
update copyright notice
2009-09-08 23:41:50 +00:00
Automatic Updater
9f0225ba7e
newcopyrights
2009-09-08 23:30:35 +00:00
Mark Andrews
dbd66db23f
2672. [bug] Don't enable searching in 'host' when doing reverse
...
lookups. [RT #20218 ]
2009-09-08 23:28:20 +00:00
Mark Andrews
14cd8ac04c
2672. [bug] Don't enable searching in 'host' when doing reverse
...
lookups. [RT #20218 ]
2009-09-08 23:23:22 +00:00
Evan Hunt
523598fafa
- update README for a3 release
...
- update README.rfc5011 to remove info now in the ARM, and to add
smart-signing info
2009-09-08 16:33:01 +00:00
Evan Hunt
2636aac047
- s/OpenSolaris/Solaris/
...
- s/Windows 2003/Windows Server 2003/
- use the term "PKCS #11 provider"
2009-09-08 15:32:11 +00:00
Francis Dupont
e7de5dcef6
typo, cf RT20219
2009-09-08 13:04:29 +00:00
Francis Dupont
fc47f5d6f1
typo
2009-09-08 12:52:23 +00:00
Mark Andrews
d247c0d92a
new draft
2009-09-08 07:20:39 +00:00
Evan Hunt
5e4d54bc79
grammar fix
2009-09-08 07:07:13 +00:00
Evan Hunt
d7c15f7c37
- new README.pkcs11
...
- old README.pkcs11 moved to contrib/pkcs11-keygen/PKCS11-NOTES
2009-09-08 06:54:00 +00:00
Evan Hunt
d7e3784c77
Now that include files are in place in the opencryptoki subdirectory,
...
remove "#ifndef OPENCRYPTOKI" conditionals
2009-09-08 06:00:11 +00:00
Evan Hunt
8a86c12ec2
Instead of removing all of util from the release kit, retain
...
util/mksymtbl.pl.
2009-09-08 03:39:30 +00:00
Automatic Updater
c7d32c0b0f
regen
2009-09-08 01:14:42 +00:00
Automatic Updater
822e877c4c
newcopyrights
2009-09-07 23:30:31 +00:00
Francis Dupont
210970a248
two votes for keys -> key pair
2009-09-07 23:11:48 +00:00
Francis Dupont
bf1fb08416
PKCS#11 includes from OpenCryptoki project
2009-09-07 21:19:21 +00:00
Evan Hunt
6cdb18f5d4
bump release tag
2009-09-07 15:56:01 +00:00
Francis Dupont
1f821c1058
merge rt19294
2009-09-07 12:58:33 +00:00
Mark Andrews
6bfa073b71
2670. [bug] Unexpected connect failures failed to log enough
...
information to be useful. [RT #20205 ]
2009-09-07 02:11:57 +00:00
Mark Andrews
0b8385f5c5
2670. [bug] Unexpected connect failures failed to log enough
...
information to be useful. [RT #20205 ]
2009-09-07 02:08:51 +00:00
Evan Hunt
09386e47d1
moved release tag up
2009-09-06 17:47:15 +00:00
Automatic Updater
c33527c0d2
update copyright notice
2009-09-04 23:46:58 +00:00
Automatic Updater
121bd24f4b
newcopyrights
2009-09-04 23:30:34 +00:00
Automatic Updater
3a6abd091b
newcopyrights
2009-09-04 23:30:24 +00:00
Automatic Updater
acb6750f8f
auto update
2009-09-04 23:18:05 +00:00
Tatuya JINMEI 神明達哉
457144a0c6
explained the portability workaround macro for isc__ vs isc___
2009-09-04 18:51:37 +00:00
Tatuya JINMEI 神明達哉
2eb6a502bc
added a missing .c file to SRC
2009-09-04 18:13:44 +00:00
Evan Hunt
82629edf81
jinmei's updated mem.h, which uses macros to generate function prototypes.
...
this change was needed to support the bind9 build and export library build
on both *nix and win32. cleanup from change 2660/rt19369.
2009-09-04 17:47:26 +00:00
Evan Hunt
30a60d2aff
On some slower systems the startup is delayed and this causes an
...
apparent transfer failure on the initial calls to dig. Adding a test
here to make sure the zones are fully loaded before attempting to query
them.
2009-09-04 17:14:58 +00:00
Evan Hunt
8d0a1ede2f
RT #20213 :
...
- correctly use -K option in dnssec-keygen
- fix an improper free() in dnssec-revoke
- fix grammar in dnssec-settime
2009-09-04 16:57:22 +00:00
Mark Andrews
8b5f99861f
use HAVE_GETPASS
2009-09-04 03:58:57 +00:00
Mark Andrews
42e5782189
ALG_FORMATSIZE -> 20
2009-09-04 02:38:33 +00:00
Mark Andrews
06eb464ae2
ALG_FORMATSIZE -> 20
2009-09-04 02:31:29 +00:00
Mark Andrews
762682e990
make getpass dependent on HAVE_GETPASS
2009-09-04 02:09:33 +00:00
Mark Andrews
2df4d8d3dd
isc_resourcevalue_t is unsigned. use %ISC_PRINT_QUADFORMATu
2009-09-04 01:31:29 +00:00
Mark Andrews
2d13af354a
isc_resourcevalue_t is unsigned. use %ISC_PRINT_QUADFORMATu
2009-09-04 00:49:50 +00:00
Mark Andrews
730e25bf11
'test' uses '=' not '=='
2009-09-04 00:46:09 +00:00
Automatic Updater
7b1894bec1
update copyright notice
2009-09-03 23:48:13 +00:00
Automatic Updater
78cb74fab4
newcopyrights
2009-09-03 23:30:32 +00:00
Tatuya JINMEI 神明達哉
af55bddf26
cleanup: fixed incorrect ifdef [RT #20210 ]
2009-09-03 21:55:13 +00:00
Tatuya JINMEI 神明達哉
0984eeca5b
added workaround for a recent change thatview->secroots is not created
...
with view. [RT #20209 ]
2009-09-03 21:45:46 +00:00
Evan Hunt
2e46523695
update cvsignore files
2009-09-03 20:28:46 +00:00
Francis Dupont
760a6c5ac1
remove extra ./Makefile
2009-09-03 13:51:46 +00:00
Francis Dupont
9916d13704
oldkey must be initialized to NULL
2009-09-03 13:43:52 +00:00
Mark Andrews
f4b1fec888
remove md4.c from patch
2009-09-03 04:33:13 +00:00
Mark Andrews
bbc204a237
2669. [func] Update PKCS#11 support to support Keyper HSM.
...
Update PKCS#11 patch to be against openssl-0.9.8i.
2009-09-03 04:09:58 +00:00
Automatic Updater
3e1938b728
commit pdf for 9.7.0a3
2009-09-03 01:25:54 +00:00
Automatic Updater
2895f101b5
regen
2009-09-03 01:14:42 +00:00
Evan Hunt
9f8d002a66
silence win32 compiler warnings
2009-09-03 00:12:23 +00:00
Evan Hunt
c164f233b4
s/isc__mem_reallocate/isc___mem_reallocate/
2009-09-02 23:51:55 +00:00
Automatic Updater
d7201de09b
update copyright notice
2009-09-02 23:48:03 +00:00
Evan Hunt
e7c38ca963
- define isc_mem_reallocate() in the abstract API for export lib [rt20208]
...
- define BIND9 in config.h.win32
- fix problems in mem.h caused by the win32 preprocessor failing to
expand macros used within macros
- silence a win32 compiler warning in hip_55.c
2009-09-02 23:43:54 +00:00
Automatic Updater
9cd5eb6fe0
newcopyrights
2009-09-02 23:30:44 +00:00
Jeremy Reed
a4666db97c
Minor two word change about managed-keys (fixes typo too).
...
As discussed in RT #19874 .
2009-09-02 21:24:24 +00:00
Evan Hunt
fff4ec3629
add /D BIND9 for win32 build
2009-09-02 19:36:36 +00:00
Evan Hunt
41e251fad0
add backtrace.c, backtrace.h, backtrace-emptytbl.c, backtrace-emptytbl.h
...
to win32 build
2009-09-02 19:01:49 +00:00
Tatuya JINMEI 神明達哉
9dbca282e4
corrected trivial comment errors (reviewed by Evan in jabber)
2009-09-02 18:38:40 +00:00
Evan Hunt
f0eecd4d62
changes needed for win32 build
2009-09-02 18:32:25 +00:00
Evan Hunt
0c1326fa62
add /D "BIND9" for win32 builds
...
(we'll probably need a different project file for creating an exportable DLL)
2009-09-02 18:00:51 +00:00
Evan Hunt
e30d8c5a47
missing include needed for win32 build
2009-09-02 17:58:06 +00:00
Evan Hunt
a21cde0291
update win32 libisc.def
2009-09-02 17:23:45 +00:00
Evan Hunt
63b17e175f
retroactively added a note to change 2630 that "ddns-autoconf" has been removed.
2009-09-02 16:39:20 +00:00
Evan Hunt
3a6b6f5b11
remove references to the "ddns-autoconf" option, which no longer exists
2009-09-02 16:10:03 +00:00
Francis Dupont
ae6bd1ae93
trivial fix: second Step 2 -> 3
2009-09-02 08:41:06 +00:00
Evan Hunt
d699672160
Initial prep for 9.7.0a3 release.
2009-09-02 06:41:31 +00:00
Evan Hunt
eab9975bcf
2668. [func] Several improvements to dnssec-* tools, including:
...
- dnssec-keygen and dnssec-settime can now set key
metadata fields 0 (to unset a value, use "none")
- dnssec-revoke sets the revocation date in
addition to the revoke bit
- dnssec-settime can now print individual metadata
fields instead of always printing all of them,
and can print them in unix epoch time format for
use by scripts
[RT #19942 ]
2009-09-02 06:29:01 +00:00
Mark Andrews
be3d498c6e
close off command
2009-09-02 04:45:41 +00:00
Tatuya JINMEI 神明達哉
8fec8134ea
suppress compiler warnings [RT #20203 ]
2009-09-02 04:25:19 +00:00
Mark Andrews
7fc3b88c3a
update
2009-09-02 03:56:54 +00:00
Mark Andrews
ea854b5850
README.libdns
2009-09-02 03:54:09 +00:00
Mark Andrews
00d47e05ae
2663. [func] win32: allow named to run as a service using
...
"NT AUTHORITY\LocalService" as the account. [RT #19977 ]
2009-09-02 00:21:08 +00:00
Automatic Updater
823ca3c14f
update copyright notice
2009-09-01 23:47:45 +00:00
Automatic Updater
4f175dc980
update copyright notice
2009-09-01 23:47:05 +00:00
Automatic Updater
6e8045d087
newcopyrights
2009-09-01 23:30:27 +00:00
Tatuya JINMEI 神明達哉
ae16941d9f
cleanup: removed a redundant semi-colon
2009-09-01 23:05:33 +00:00
Tatuya JINMEI 神明達哉
e1488ac684
treat FD_SIZE as int (which can be defined as unsigned on some platforms)
...
to silence compiler.
(checked by Mark)
2009-09-01 22:55:05 +00:00
Tatuya JINMEI 神明達哉
d364948549
treat FD_SIZE as int (which can be defined as unsigned on some platforms)
...
to silence compiler
2009-09-01 22:52:27 +00:00
Tatuya JINMEI 神明達哉
ee537376ad
avoid using @< (which some make don't seem to understand) for portability
2009-09-01 22:30:28 +00:00
Evan Hunt
93ebf0fc08
- add .cvsignore files
...
- silence tinderbox warnings about missing config.h in a few files.
2009-09-01 20:13:44 +00:00
Tatuya JINMEI 神明達哉
f909fbf73c
missing new file
2009-09-01 18:50:52 +00:00
Tatuya JINMEI 神明達哉
7daca48bf2
regen
2009-09-01 18:41:05 +00:00
Tatuya JINMEI 神明達哉
a27fe4c990
2667. [func] Add support for logging stack backtrace on assertion
...
failure (not available for all platforms). [RT #19780 ]
9.7.0
2009-09-01 18:40:25 +00:00
Tatuya JINMEI 神明達哉
11254f9c5a
regen
2009-09-01 17:55:07 +00:00
Tatuya JINMEI 神明達哉
588f79e557
fixed build error on hpux due to gai_strerror() prototype mismatch
...
[RT #20194 ]
2009-09-01 17:54:16 +00:00
Tatuya JINMEI 神明達哉
44de0b1f7d
2666. [func] Added an 'options' argument to dns_name_fromstring()
...
(API change from 9.7.0a2). [RT #20196 ]
2009-09-01 17:36:51 +00:00
Tatuya JINMEI 神明達哉
965b6e2a1b
fixed trivial errors about the type of function return values
2009-09-01 08:12:33 +00:00
Evan Hunt
85be60e3c8
2665. [func] Clarify syntax for managed-keys {} statement, add
...
ARM documentation about RFC 5011 support. [RT #19874 ]
2009-09-01 07:14:26 +00:00
Evan Hunt
b1f3364f52
2664. [bug] create_keydata() and minimal_update() in zone.c
...
didn't properly check return values for some
functions. [RT #19956 ]
2009-09-01 07:04:12 +00:00
Mark Andrews
479b80d4d7
2663. [func] win32: allow named to run as a service using
...
"NT AUTHORITY\LocalService" as the account. [RT #19977 ]
2009-09-01 06:51:47 +00:00
Evan Hunt
e28c0fcdfa
2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
...
returned a misleading error code when lwresd was
down. [RT #20028 ]
2661. [bug] Check whether socket fd exceeds FD_SETSIZE when
creating lwres context. [RT #20029 ]
2009-09-01 06:03:11 +00:00
Evan Hunt
ef22fffeeb
2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
...
returned a misleading error code when lwresd was
down. [RT #20028 ]
2661. [bug] Check whether socket fd exceeds FD_SETSIZE when
creating lwres context. [RT #20029 ]
2009-09-01 05:50:18 +00:00
Tatuya JINMEI 神明達哉
9eae5f2a7a
added include <config.h>
2009-09-01 03:43:27 +00:00
Tatuya JINMEI 神明達哉
9178588ed0
make the _H definition consistent with the file name.
2009-09-01 03:32:08 +00:00
Tatuya JINMEI 神明達哉
1eb6d0f372
make the _H definition consistent with the file name.
2009-09-01 03:31:33 +00:00
Mark Andrews
e2a61b7bb2
add #include <isc/print.h>
2009-09-01 02:54:26 +00:00
Mark Andrews
713b816c6f
regen
2009-09-01 01:59:57 +00:00
Tatuya JINMEI 神明達哉
307d208450
2660. [func] Add a new set of DNS libraries for non-BIND9
...
applications. See README.libdns. [RT #19369 ]
2009-09-01 00:22:28 +00:00
Automatic Updater
ad671240d6
regen
2009-08-29 01:14:37 +00:00
Automatic Updater
5ac9ef9448
update copyright notice
2009-08-28 23:48:02 +00:00
Evan Hunt
41eeb37b51
2659. [doc] Clarify dnssec-keygen doc: key name must match zone
...
name for DNSSEC keys. [RT #19938 ]
2009-08-28 21:47:02 +00:00
Evan Hunt
747abb4993
2658. [bug] dnssec-settime and dnssec-revoke didn't process
...
key file paths correctly. [RT #20078 ]
2009-08-28 03:13:08 +00:00
Automatic Updater
85eb2c7635
auto update
2009-08-27 23:18:22 +00:00
Automatic Updater
163af735c2
regen
2009-08-27 01:14:39 +00:00
Jeremy Reed
35490da615
Update date for manpage.
...
Add -l to synopsis sections. (It is already documented.)
Mention the RFC number for DLV.
Not adding a CHANGES entry. No official release since this was added.
The previous CHANGES entries for this are 2611 and 2636.
2009-08-26 21:56:05 +00:00
Jeremy Reed
de10c46b2a
Add -l to synopsis. For RT BUG 20147.
...
Not adding a CHANGES entry as is so minor and the -l addition is
in 2630 which is not in any official release.
Also update the date for the manual page.
2009-08-26 21:34:44 +00:00
Automatic Updater
276ae4fe5c
regen
2009-08-26 01:55:51 +00:00
Automatic Updater
f8da2eefea
regen
2009-08-26 01:14:39 +00:00
Automatic Updater
da035d9f44
update copyright notice
2009-08-25 23:47:51 +00:00
Automatic Updater
1c210d73bd
update copyright notice
2009-08-25 23:46:55 +00:00
Automatic Updater
3a9593055e
newcopyrights
2009-08-25 23:30:31 +00:00
Automatic Updater
04f7e40618
newcopyrights
2009-08-25 23:30:20 +00:00
Mark Andrews
11b4f17027
2657. [cleanup] Lower "journal file <path> does not exist, creating it"
...
log level to debug 1. [RT #20058 ]
2009-08-25 07:41:28 +00:00
Mark Andrews
e08ab67c41
2656. [func] win32: add a "tools only" check box to the installer
...
which causes it to only install dig, host, nslookup,
nsupdate and relevent dlls. [RT #19998 ]
2009-08-25 06:54:43 +00:00
Mark Andrews
7179c3476f
2656. [func] win32: add a "tools only" check box to the installer
...
which causes it to only install dig, host, nslookup,
nsupdate and relevent dlls. [RT #19998 ]
2009-08-25 06:47:32 +00:00
Mark Andrews
2bee3c2e70
CHANGES
2009-08-25 06:47:06 +00:00
Mark Andrews
af0159c4ee
2655. [doc] Document that key-directory does not affect
...
rndc.key. [RT #20155 ]
2009-08-25 04:39:24 +00:00
Mark Andrews
a0ba5a502e
2655. [doc] Document that key-directory does not affect
...
bind.keys, rndc.key or session.key. [RT #20155 ]
2009-08-25 02:56:03 +00:00
Mark Andrews
18114698b4
2654. [bug] Improve error reporting on duplicated names for
...
deny-answer-xxx. [RT #20164 ]
2009-08-25 02:42:46 +00:00
Francis Dupont
995f3bc4c4
indent
2009-08-23 11:44:44 +00:00
Automatic Updater
7bae9e718e
auto update
2009-08-20 23:20:50 +00:00
Automatic Updater
3f52bb9498
regen
2009-08-20 01:54:34 +00:00
Automatic Updater
80c2098825
regen
2009-08-20 01:13:34 +00:00
Mark Andrews
34ef21525e
add comments to multi view tsig example
2009-08-19 23:38:11 +00:00
Automatic Updater
7f7412f12c
auto update
2009-08-18 23:18:25 +00:00
Mark Andrews
99c0705417
2653. [bug] Treat ENGINE_load_private_key() failures as key
...
not found rather than out of memory. [RT #18033 ]
2009-08-18 08:05:02 +00:00
Mark Andrews
97a2451eea
2653. [bug] Treat ENGINE_load_private_key() failures as key
...
not found rather than out of memory. [RT #18033 ]
2009-08-18 07:45:14 +00:00
Mark Andrews
88471538d6
2652. [func] Provide more detail about what record is being
...
deleted. [RT #20061 ]
2009-08-17 07:18:41 +00:00
Automatic Updater
800fb35bf0
update copyright notice
2009-08-15 23:48:06 +00:00
Automatic Updater
e851b0cf9c
update copyright notice
2009-08-15 23:47:15 +00:00
Automatic Updater
bde521789e
newcopyrights
2009-08-15 23:30:34 +00:00
Automatic Updater
c3bad668ba
newcopyrights
2009-08-15 23:30:28 +00:00
Evan Hunt
181b990c21
Back out change #2652
2009-08-15 05:03:14 +00:00
Evan Hunt
05eeaf4914
Back out change #2652
2009-08-15 05:02:28 +00:00
Evan Hunt
38cd84d1b3
2652. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
...
returned a misleading error code when lwresd was
down. [RT #20028 ]
2009-08-15 03:11:57 +00:00
Evan Hunt
eaeb251254
2652. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
...
returned a misleading error code when lwresd was
down. [RT #20028 ]
2009-08-15 03:11:13 +00:00
Automatic Updater
3fe0b63ff1
auto update
2009-08-14 23:18:42 +00:00
Mark Andrews
ece6c39dd8
missing semicolon
2009-08-14 07:51:08 +00:00
Mark Andrews
6a1f2578fc
missing semicolon
2009-08-14 07:50:48 +00:00
Evan Hunt
ddc225b15d
2651. [bug] Dates could print incorrectly in K*.key files on
...
64-bit systems. [RT #20076 ]
2009-08-14 06:28:40 +00:00
Mark Andrews
3d2ce18535
remove false positive for out of date documentation
2009-08-14 06:17:20 +00:00
Evan Hunt
813b34ebec
2650. [bug] Assertion failure in dnssec-signzone when trying
...
to read keyset-* files. [RT #20075 ]
2009-08-14 01:07:00 +00:00
Mark Andrews
ef42c36b22
9.6.1
2009-08-13 08:19:04 +00:00
Automatic Updater
1f5dc0fc22
update copyright notice
2009-08-13 07:14:05 +00:00
Automatic Updater
dfc1a21b59
update copyright notice
2009-08-13 07:13:31 +00:00
Automatic Updater
3bbcca9d17
newcopyrights
2009-08-13 07:10:18 +00:00
Mark Andrews
de3200acf4
silence format warnings: treat uid/gid as longs when printing
2009-08-13 07:04:38 +00:00
Mark Andrews
6b7a9242d6
2649. [bug] Set the domain for forward only zones. [RT #19944 ]
2009-08-13 04:53:24 +00:00
Mark Andrews
bcd0cbfdae
2649. [bug] Set the domain for forward only zones. [RT #19944 ]
2009-08-13 04:33:51 +00:00
Mark Andrews
50eab6c2aa
silence compiler warnings
2009-08-13 04:13:58 +00:00
Mark Andrews
38d8198fd0
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:38:34 +00:00
Mark Andrews
1d9958c6cc
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:34:10 +00:00
Mark Andrews
2ec35a7772
2647. [bug] Remove unnecessary SOA updates when a new KSK is
...
added. [RT #19913 ]
2009-08-13 02:57:45 +00:00
Mark Andrews
8cff1a894f
2647. [bug] Remove unnecessary SOA updates when a new KSK is
...
added. [RT #19913 ]
2009-08-13 02:53:01 +00:00
Mark Andrews
d9f13588fd
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:16:01 +00:00
Mark Andrews
048690a34d
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:11:20 +00:00
Mark Andrews
644630bb3c
2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
...
which default to 64 bits. [RT #19927 ]
2009-08-13 02:03:25 +00:00
Mark Andrews
90c1e763d5
2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
...
which default to 64 bits. [RT #19927 ]
2009-08-13 01:51:19 +00:00
Automatic Updater
835ee9481b
auto update
2009-08-11 23:17:58 +00:00
Automatic Updater
1762bd3d21
auto update
2009-08-10 23:18:36 +00:00
Automatic Updater
60f06c1960
auto update
2009-08-07 23:18:01 +00:00
Automatic Updater
6bf23b0270
update copyright notice
2009-08-06 23:47:44 +00:00
Automatic Updater
68e1b398b5
newcopyrights
2009-08-06 23:30:29 +00:00
Mark Andrews
9be408c368
update how to regenerate the documentation
2009-08-06 01:31:50 +00:00
Mark Andrews
3f5510b6fd
update "Update the copyrights" directions
2009-08-06 01:21:58 +00:00
Automatic Updater
0a7e3c7d09
update copyright notice
2009-08-05 23:47:43 +00:00
Automatic Updater
cf7e98f591
newcopyrights
2009-08-05 23:30:31 +00:00
Automatic Updater
b73fda8035
auto update
2009-08-05 23:18:20 +00:00
Evan Hunt
2ac8f58412
needed fixes for windows build
2009-08-05 18:43:37 +00:00
Evan Hunt
3a87540047
2644. [bug] Change #2628 caused a regression on some systems;
...
named was unable to write the PID file and would
fail on startup. [RT #20001 ]
2009-08-05 17:35:33 +00:00
Mark Andrews
4a8fa74137
2643. [bug] Stub zones interacted badly with NSEC3 support.
...
[RT #19777 ]
2009-08-05 02:11:48 +00:00
Mark Andrews
6beee732e4
2643. [bug] Stub zones interacted badly with NSEC3 support.
...
[RT #19777 ]
2009-08-05 02:09:04 +00:00
Automatic Updater
de99148154
update
2009-08-02 01:43:53 +00:00
Automatic Updater
1166ab523b
rfc4635.txt
2009-08-02 01:43:52 +00:00
cvs2git
f6779c3053
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-08-01 06:05:51 +00:00
Evan Hunt
a6c4d1405e
2642. [bug] nsupdate could dump core on solaris when reading
...
improperly formatted key files. [RT #20015 ]
2009-07-29 23:53:22 +00:00
Mark Andrews
fcf7d085b9
2640. [security] A specially crafted update packet will cause named
...
to exit. [RT #20000 ]
2009-07-28 15:51:31 +00:00
Mark Andrews
c83d2dbb2b
2639. [bug] Silence compiler warnings in gssapi code. [RT #19954 ]
2009-07-21 07:27:13 +00:00
Mark Andrews
23cb85e6e6
2637. [func] Rationalize dnssec-signzone's signwithkey() calling.
...
[RT #19959 ]
2009-07-21 03:33:05 +00:00
Mark Andrews
c5296e040b
char mechbuf[17] -> unsigned char mechbuf[17]
2009-07-20 01:54:46 +00:00
Automatic Updater
89266715e6
update copyright notice
2009-07-18 23:47:25 +00:00
Automatic Updater
59b6d3ae92
newcopyrights
2009-07-18 23:30:27 +00:00
Evan Hunt
6e561e503d
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-18 21:14:57 +00:00
Automatic Updater
103ebb0f6b
update copyright notice
2009-07-16 23:47:21 +00:00
Automatic Updater
c93399e357
newcopyrights
2009-07-16 23:30:35 +00:00
Mark Andrews
3b0c34c83f
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 05:58:45 +00:00
Mark Andrews
a2b52a3a7c
2632. [func] util/kit.sh: warn if documentation appears to be out of
...
date. [RT #19922 ]
2009-07-16 05:32:40 +00:00
Automatic Updater
70d6c84aa6
regen
2009-07-15 01:55:09 +00:00
Jeremy Reed
0ea743459d
Update grammar for sig-validity-interval in ARM to include
...
optional second argument.
I had noticed a few days ago that the ARM grammar for sig-validity-interval
was missing the optional second number. I saw an email again about
this today. This is for part of my RT #19931 .
Not adding a CHANGES entry for this (because feature itself was
already documented.)
This is for v9_6. (Already did HEAD.)
2009-07-14 18:12:16 +00:00
Mark Andrews
785eb615e3
2625. [bug] Missing UNLOCK in rbtdb.c. [RT #19865 ]
2009-07-13 07:04:36 +00:00
Mark Andrews
49c3a15727
2623. [bug] Named started seaches for DS non-optimally. [RT #19915 ]
2009-07-13 06:32:12 +00:00
Automatic Updater
b450054488
update
2009-07-13 01:43:55 +00:00
Automatic Updater
8cd113407a
rfc4509.txt
2009-07-13 01:43:53 +00:00
cvs2git
7de8e021c2
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-07-12 23:51:54 +00:00
Automatic Updater
0da8837d0e
update copyright notice
2009-07-11 23:47:17 +00:00
Automatic Updater
94a70dc397
newcopyrights
2009-07-11 23:30:28 +00:00
Mark Andrews
a416993543
2920. [bug] Delay thawing the zone until the reload of it has
...
completed successfully. [RT #19750 ]
2009-07-11 04:23:54 +00:00
Automatic Updater
76728b8bc6
regen
2009-07-11 01:55:23 +00:00
Mark Andrews
9822b878e0
catch errors when generating options
2009-07-11 00:14:51 +00:00
Automatic Updater
ccbc5af870
update copyright notice
2009-07-10 23:47:23 +00:00
Automatic Updater
bdc250babc
newcopyrights
2009-07-10 23:30:25 +00:00
Tatuya JINMEI 神明達哉
cb1356b321
2621. [doc] Made copyright boilterplate consistent. [RT #19833 ]
2009-07-10 07:22:45 +00:00
Automatic Updater
e1cc7fc197
newcopyrights
2009-07-08 23:30:21 +00:00
Evan Hunt
0e57851625
TYPE65535->TYPE65534
2009-07-08 21:22:11 +00:00
Mark Andrews
5c677cf208
update description of 2517
2009-06-30 00:10:55 +00:00
Automatic Updater
bf06c5e25a
update copyright notice
2009-06-26 23:47:12 +00:00
Automatic Updater
40da04a139
newcopyrights
2009-06-26 23:30:26 +00:00
Tatuya JINMEI 神明達哉
81bae80881
cleanup: removed redundant initialization [RT #19866 ]
2009-06-26 08:03:47 +00:00
Mark Andrews
be30c7f74e
2618. [bug] The sdb and sdlz db_interator_seek() methods could
...
loop infinitely. [RT #19847 ]
2009-06-26 06:25:44 +00:00
Mark Andrews
99525899e8
2617. [bug] ifconfig.sh failed to emit an error message when
...
run from the wrong location. [RT #19375 ]
2009-06-26 06:16:31 +00:00
Automatic Updater
6500973c26
update copyright notice
2009-06-25 23:47:28 +00:00
Automatic Updater
3102b936a1
newcopyrights
2009-06-25 23:30:25 +00:00
Mark Andrews
5870f67ab1
Editorial nits. [RT #19815 ]
2009-06-25 05:31:52 +00:00
Mark Andrews
d1ba1579ee
update description
2009-06-24 03:47:48 +00:00
Mark Andrews
6ecf117f14
2616. [bug] The nameserver argument to 'host' was being ignored.
...
[RT #19852 ]
2009-06-24 03:40:42 +00:00
Mark Andrews
7f2157c848
2615. [bug] "__attribute__((unused))" was in the wrong place
...
for ia64 gcc builds. [RT #19854 ]
2009-06-24 02:21:28 +00:00
Mark Andrews
06820a34e3
change number
2009-06-24 02:12:29 +00:00
Mark Andrews
ee93a63b2f
missing unsigned
2009-06-24 01:26:32 +00:00
Automatic Updater
1862010c83
update copyright notice
2009-06-23 23:47:11 +00:00
Automatic Updater
7d543e7b8f
newcopyrights
2009-06-23 23:30:31 +00:00
Mark Andrews
8ce2b50c32
2615. [port] win32: 'named -v' should automatically be executed
...
in the foreground. [RT #19844 ]
2009-06-23 07:51:00 +00:00
Automatic Updater
8fa3d35e1b
regen
2009-06-23 01:53:58 +00:00
Automatic Updater
d84b71a0a9
update copyright notice
2009-06-23 00:19:34 +00:00
Automatic Updater
a1cc5e9289
newcopyrights
2009-06-23 00:14:33 +00:00
Mark Andrews
f4dd23b4f4
remove
2009-06-23 00:12:50 +00:00
Automatic Updater
6e67205ba7
update copyright notice
2009-06-22 23:47:18 +00:00
Mark Andrews
e6be77a26c
2608. [func] Perform post signing verification checks in
...
dnssec-signzone. These can be disabled with -P.
The post sign verification test ensures that for each
algorithm in use there is at least one non revoked
self signed KSK key. That all revoked KSK keys are
self signed. That all records in the zone are signed
by the algorithm. [RT #19653 ]
2009-06-22 05:05:01 +00:00
Mark Andrews
43dd26f988
2610. [port] sunos: Change #2363 was not complete. [RT #19796 ]
2009-06-22 04:37:18 +00:00
Mark Andrews
fb1c018ecc
2589. [bug] dns_db_unregister() failed to clear '*dbimp'.
...
[RT #19626 ]
2009-06-22 03:53:05 +00:00
Mark Andrews
7341b65d47
2581. [contrib] dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
...
Requires MySQL 5.0.19 or later. [RT #19084 ]
2009-06-22 03:34:18 +00:00
Mark Andrews
0d5a20cb05
2580. [bug] UpdateRej statistics counter could be incremented twice
...
for one rejection. [RT #19476 ]
2009-06-22 03:29:20 +00:00
Mark Andrews
8649a7a09f
spelling
2009-06-22 01:53:36 +00:00
Mark Andrews
ed26903938
update
2009-06-22 01:48:06 +00:00
Evan Hunt
0532b01ed6
corrected release number and supported windows OS's
2009-06-22 01:46:12 +00:00
Mark Andrews
5eddd1ec39
release # and spelling
2009-06-22 01:41:27 +00:00
Tatuya JINMEI 神明達哉
dc653165b0
2613. [bug] Option argument validation was missing for
...
dnssec-dsfromkey. [RT #19828 ]
2009-06-17 23:41:58 +00:00
Mark Andrews
8286a91388
missing line breaks
2009-06-17 04:53:57 +00:00
Automatic Updater
277cd95e91
update
2009-06-16 01:43:47 +00:00
Automatic Updater
7b4d892cb6
rfc4892.txt
2009-06-16 01:43:46 +00:00
cvs2git
4acf3ecbc7
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-06-15 01:58:29 +00:00
Mark Andrews
28318a2528
don't hard code the current year
2009-06-12 04:07:27 +00:00
Automatic Updater
4c505019e1
update copyright notice
2009-06-11 23:47:04 +00:00
Automatic Updater
8430d83828
newcopyrights
2009-06-11 23:30:24 +00:00
Mark Andrews
3754970367
.mak -> X
2009-06-11 01:31:20 +00:00
Mark Andrews
443f232a77
showsearh -> showsearch
2009-06-11 01:25:05 +00:00
Mark Andrews
2a59ad3b8c
KNOWN-DEFECTS
2009-06-10 02:39:12 +00:00
Automatic Updater
0aa00c0fbe
regen
2009-06-10 01:54:15 +00:00
Evan Hunt
9cd3264af8
update man page for dnssec-signzone
2009-06-09 02:47:43 +00:00
Evan Hunt
2d7fc2d5a6
added "known bugs" section to dnssec-signzone man page, edited
...
KNOWN-DEFECTS a bit
2009-06-09 01:47:19 +00:00
Automatic Updater
4b24acd9f1
update copyright notice
2009-06-08 23:47:00 +00:00
Evan Hunt
4d6469ffd8
Back out dnssec-signzone fix for 9.6.1
2009-06-08 22:23:07 +00:00
Automatic Updater
b3def9bbf7
regen
2009-06-07 01:53:42 +00:00
Jeremy Reed
d9cf22cc5a
Please bump date on manpage. So we know we aren't using 2000 docs.
...
For -P: clean up sentence and clarify that the option skips the tests.
(This is for RT19653. No CHANGES entry added for this minor fix.)
This is v9_6, okayed in RT19653.
2009-06-06 01:46:54 +00:00
Mark Andrews
b13b64028b
missing unsigned
2009-06-05 06:56:40 +00:00
Mark Andrews
22b2741ede
dns_dnssec_selfsigns
2009-06-04 04:58:54 +00:00
Mark Andrews
a42b13d33c
9.6.0
2009-06-04 04:02:41 +00:00
Mark Andrews
442d6ced85
9.6.0
2009-06-04 04:00:44 +00:00
Mark Andrews
e5e510dbab
fix up merge
2009-06-04 03:11:31 +00:00
Automatic Updater
91c526913b
regen
2009-06-04 03:07:24 +00:00
Automatic Updater
c441671e8f
update copyright notice
2009-06-04 02:56:14 +00:00
Automatic Updater
ff3c8a493f
newcopyrights
2009-06-04 02:50:51 +00:00
Mark Andrews
cadd13e50e
update
2009-06-04 02:48:03 +00:00
Mark Andrews
e81bc5977d
update
2009-06-04 02:47:20 +00:00
Mark Andrews
5fa0c17a78
2608. [func] Perform post signing verification checks in
...
dnssec-signzone. These can be disabled with -P.
The post sign verification test ensures that for each
algorithm in use there is at least one non revoked
self signed KSK key. That all revoked KSK keys are
self signed. That all records in the zone are signed
by the algorithm. [RT #19653 ]
2009-06-04 02:41:54 +00:00
cvs2git
a75a29c672
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-06-04 02:13:38 +00:00
Mark Andrews
64b01fda14
2607. [bug] named could incorrectly delete NSEC3 records for
...
empty nodes when processing a update request.
[RT #19749 ]
2009-06-04 01:47:41 +00:00
Automatic Updater
0d8b7ca851
regen
2009-06-03 01:54:41 +00:00
Mark Andrews
68a6aa2d6b
2606. [bug] "delegation-only" was not being accepted in
...
delegation-only type zones. [RT #19717 ]
2009-06-03 00:06:01 +00:00
Automatic Updater
2c0dd6a4a0
update copyright notice
2009-06-02 23:47:13 +00:00
Mark Andrews
ba58299f9f
2605. [bug] Accept DS responses from delegation only zones.
...
[RT # 19296]
2009-06-02 05:56:27 +00:00
Automatic Updater
8e2a60c9be
newcopyrights
2009-05-29 23:30:27 +00:00
Mark Andrews
2e8bd7f1b7
2603. [port] win32: handle .exe extension of named-checkzone and
...
named-comilezone argv[0] names under windows.
[RT #19767 ]
2009-05-29 02:17:43 +00:00
Mark Andrews
a5e335d7fc
2602. [port] win32: fix debugging command line build of libisccfg.
...
[RT #19767 ]
2009-05-29 01:34:41 +00:00
Automatic Updater
cb1aa919c6
update copyright notice
2009-05-11 02:38:03 +00:00
Mark Andrews
d6b57bc73c
spelling
2009-05-11 02:29:12 +00:00
Mark Andrews
d329d5aa52
move 9.6.1rc1 release marker
2009-05-11 02:28:35 +00:00
Mark Andrews
a6ddec4212
2599. [bug] Address rapid memory growth when validation fails.
...
[RT #19654 ]
2009-05-11 02:25:11 +00:00
Automatic Updater
846e500945
update copyright notice
2009-05-07 23:47:12 +00:00
Automatic Updater
d34be4f321
newcopyrights
2009-05-07 23:30:27 +00:00
Mark Andrews
568a4d27a5
2597. [bug] Handle a validation failure with a insecure delegation
...
from a NSEC3 signed master/slave zone. [RT #19464 ]
2009-05-07 02:39:42 +00:00
Automatic Updater
b96444c0ea
update copyright notice
2009-05-06 23:47:18 +00:00
Tatuya JINMEI 神明達哉
b8c73bcafc
back out an irrelevant diff (sorry)
2009-05-06 23:37:20 +00:00
Tatuya JINMEI 神明達哉
0e8a52d67d
2596. [bug] Stale tree nodes of cache/dynamic rbtdb could stay
...
long, leading to inefficient memory usage or rejecting
newer cache entries in the worst case. [RT #19563 ]
2009-05-06 23:34:30 +00:00
Automatic Updater
a9a7328240
newcopyrights
2009-05-06 23:30:26 +00:00
Francis Dupont
c5f64b7598
add isc/print.h
2009-05-06 11:41:57 +00:00
Francis Dupont
b6912ff3a5
Fix unknown extended rcodes in dig
2009-05-06 10:18:33 +00:00
Automatic Updater
999be987b8
update
2009-05-01 01:48:11 +00:00
Automatic Updater
e250e9a4cf
rfc5507.txt
2009-05-01 01:48:09 +00:00
Mark Andrews
9076806d8b
2592. [bug] Treat "any" as a type in nsupdate. [RT #19455 ]
2009-04-30 07:12:49 +00:00
Mark Andrews
e3de0d3aad
2591. [bug] named could die when processing a update in
...
removed_orphaned_ds(). [RT #19507 ]
2009-04-30 07:03:37 +00:00
cvs2git
b0e0a30968
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-04-29 04:10:42 +00:00
Tatuya JINMEI 神明達哉
be63967070
2588. [bug] SO_REUSEADDR could be set unconditionally after failure
...
of bind(2) call. This should be rare and mostly
harmless, but may cause interference with other
processes that happen to use the same port. [RT #19642 ]
2009-04-28 21:39:45 +00:00
Automatic Updater
4f732afd9f
update copyright notice
2009-04-21 23:47:18 +00:00
Automatic Updater
9af3aa4881
newcopyrights
2009-04-21 23:30:30 +00:00
Tatuya JINMEI 神明達哉
f87803be34
s/9.6.1b1/9.6.1rc1/
2009-04-21 00:48:27 +00:00
Tatuya JINMEI 神明達哉
12e4b8f53f
2586. [bug] Missing cleanup of SIG rdataset in searching a DLZ DB
...
or SDB. [RT #19577 ]
2009-04-21 00:42:21 +00:00
Tatuya JINMEI 神明達哉
89d64b1a47
2585. [bug] Uninitialized socket name could be referenced via a
...
statistics channel, triggering an assertion failure in
XML rendering. [RT #19427 ]
2009-04-18 01:29:26 +00:00
Mark Andrews
92d603dee6
9.6.1rc1
2009-04-08 06:55:37 +00:00
Automatic Updater
6274516032
update copyright notice
2009-04-08 06:47:32 +00:00
Automatic Updater
c725b1099d
newcopyrights
2009-04-08 06:44:41 +00:00
Tatuya JINMEI 神明達哉
f3ed132d3e
2584. [bug] alpha: gcc optimization could break atomic operations.
...
[RT #19227 ]
2009-04-08 05:48:43 +00:00
Tatuya JINMEI 神明達哉
3e132fc2dd
wording fix for cpp error message (rt #19569 )
2009-04-07 02:50:11 +00:00
Mark Andrews
e53dc99784
2583. [port] netbsd: provide a control to not add the compile
...
date to the version string, -DNO_VERSION_DATE.
2009-04-03 20:18:59 +00:00
Automatic Updater
324ee987c2
regen
2009-04-03 01:52:23 +00:00
Jeremy Reed
743fcc320a
Say chapter instead of section when referring to chapter.
...
(No structure change here.)
(Note that the "Organization of This Document" is somewhat wrong,
but I am not fixing this yet as I have to consider my restructuring
ideas for ARM first.)
2009-04-02 15:30:12 +00:00
Jeremy Reed
6e988470c5
Many minor changes:
...
Add formatting tags around syntax that was missing. Be consistent.
Remove a few paragraph breaks before "For example:".
Fix typo "will will".
Change description of pid-file to not mislead (since other programs
don't parse named.conf to figure out the PID file :)
Remove some unneeded commas.
Minor grammar fixes.
Clarify edns-udp-size to say "... to control the size of packets received."
Reformatted that paragragh too (in docbook, not rendered version.
(TODO: cross-reference these descriptions.)
Hyphenate "built-in" to be consistent.
Remove space in "100000" (for style). (Some use space, period, comma
for thousands.)
Capitalize TTL in one place.
Say that the -t option is "for named". (Reformat that paragraph in
docbook while here.)
named is in /usr/local/sbin not /usr/local/bin for example.
BIND 8 is deprecated. Don't publicly say we do security-related patches
for BIND 4 or BIND 8.
(Note I have many, many more improvements to do. Trying to catch up on
all my uncommitted fixes some dating back to 2007. I originally
planned to not backport these from HEAD to v9_6, v9_5, and v9_4,
but now I am doing that.)
2009-04-02 15:19:47 +00:00
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
Automatic Updater
d76a60502e
update copyright notice
2009-03-02 23:47:11 +00:00
Automatic Updater
190bfdeebf
newcopyrights
2009-03-02 23:30:24 +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
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
Mark Andrews
fa49fa674f
report and abort on getcwd() failures
2009-03-02 02:46:26 +00:00
Mark Andrews
f9bb7d0c54
report write error. [RT #19360 ]
2009-03-02 02:37:30 +00:00
Mark Andrews
82494242f6
change number
2009-03-02 02:32:32 +00:00
Mark Andrews
b7e19163d0
2566. [bug] dst__privstruct_writefile() could miss write errors.
...
[RT #19360 ]
2009-03-02 02:00:34 +00:00
Mark Andrews
c4e5249157
report when chdir fails. [RT #19360 ]
2009-03-02 01:56:07 +00:00
Mark Andrews
76ff26a403
2564. [bug] Only take EDNS fallback steps when processing timeouts.
...
[RT #19405 ]
2009-02-27 23:05:22 +00:00
Mark Andrews
8e7dd3dc3b
2564. [bug] 'named' was treating a TCP retry as a timeout when
...
deciding whether to perform a EDNS fallback step.
[RT #19393 ]
2009-02-25 22:47:12 +00:00
Mark Andrews
29066a4d86
2563. [bug] Dig could leak a socket causing it to wait forever
...
to exit. [RT #19359 ]
2009-02-25 02:39:21 +00:00
Automatic Updater
1d88d93a9f
update
2009-02-21 01:31:21 +00:00
Automatic Updater
09b12d15aa
rfc5205.txt
2009-02-21 01:31:20 +00:00
Automatic Updater
5176eed72b
update copyright notice
2009-02-20 23:47:23 +00:00
Automatic Updater
af9b016643
newcopyrights
2009-02-20 23:30:27 +00:00
Jeremy Reed
143b2be8af
2561. [doc] Add isc-config.sh(1) man page. [RT #16378 ]
2009-02-20 22:37:03 +00:00
cvs2git
337bd0b9a6
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-02-20 22:24:53 +00:00
Mark Andrews
8a632dc62e
CHANGE numbers
2009-02-19 02:36:01 +00:00
Automatic Updater
2eafec42b4
regen
2009-02-19 01:51:58 +00:00
Automatic Updater
8f2f39c7de
update copyright notice
2009-02-18 23:47:12 +00:00
Automatic Updater
202cfcbd68
newcopyrights
2009-02-18 23:30:21 +00:00
Mark Andrews
4e94f97dc3
add #include "config.h"
2009-02-18 06:44:27 +00:00
Mark Andrews
3ce45a6410
2660. [bug] Add #include <config.h> to iptable.c. [RT #18258 ]
2009-02-18 05:41:32 +00:00
Automatic Updater
f0071326b6
update copyright notice
2009-02-17 23:47:15 +00:00
Automatic Updater
a69894ef8d
newcopyrights
2009-02-17 23:30:22 +00:00
Mark Andrews
fd6e014c51
linux doesn't need checks for -lsocket and -lnsl
2009-02-17 06:29:09 +00:00
Mark Andrews
9c19f7fb52
silence 'Different types treated as unsigned for <=.' warning
2009-02-17 05:54:12 +00:00
Mark Andrews
e48608e085
silence compiler warnings [RT #17079 ]
2009-02-17 03:43:07 +00:00
Mark Andrews
3b14986bdf
2559. [bug] dnssec-dsfromkey could compute bad DS records when
...
reading from a K* files. [RT #19357 ]
2009-02-17 00:18:27 +00:00
Automatic Updater
b996c77e49
update copyright notice
2009-02-16 23:47:15 +00:00
Automatic Updater
28258cb820
newcopyrights
2009-02-16 23:30:20 +00:00
Mark Andrews
f52d07f49d
silence 'Different types treated as unsigned for >=.' warning
2009-02-16 03:17:05 +00:00
Mark Andrews
6c3042c1c1
fix change number
2009-02-16 02:30:45 +00:00
Mark Andrews
5c4a9f33ca
2556. [cleanup] PCI compliance:
...
* new libisc log module file
* isc_dir_chroot() now also changes the working
directory to "/".
* additional INSISTs
* additional logging when files can't be removed.
2009-02-16 02:04:06 +00:00
Mark Andrews
19f6ed9078
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2009-02-16 01:03:53 +00:00
Mark Andrews
1f67b99159
2511. [cleanup] dns_rdata_tofmttext() add const to linebreak.
...
[RT #18885 ]
2009-02-16 00:29:27 +00:00
Mark Andrews
4225f61923
out of memory condition could be missed. [RT #18970 ]
2009-02-16 00:24:04 +00:00
Mark Andrews
54917c2337
2555. [port] Solaris: mkdir(2) on tmpfs filesystems does not do the
...
error checks in the correct order resulting in the
wrong error code sometimes being returned. [RT #19249 ]
2009-02-16 00:16:20 +00:00
Mark Andrews
d68222d82d
2554. [bug] Validation of uppercase queries from NSEC3 zones could
...
fail. [RT #19297 ]
2009-02-15 23:47:49 +00:00
Mark Andrews
76da0b0d88
2553. [bug] Reference leak on DNSSEC validation errors. [RT #19291 ]
2009-02-15 23:38:31 +00:00
Mark Andrews
5afab04e30
2552. [bug] zero-no-soa-ttl-cache was not being honoured.
...
[RT #19340 ]
2009-02-15 23:16:42 +00:00
Mark Andrews
b783a1581b
2551. [bug] Potential Reference leak on return. [RT #19341 ]
2009-02-15 23:07:33 +00:00
Mark Andrews
158f643b1b
2550. [bug] Check --with-openssl=<path> finds <openssl/opensslv.h>.
...
[RT #19343 ]
2009-02-15 23:00:51 +00:00
Automatic Updater
73f5b98c6a
update copyright notice
2009-02-13 23:47:39 +00:00
Automatic Updater
42bbd88053
newcopyrights
2009-02-13 23:30:24 +00:00
Mark Andrews
e3dba335d6
2549. [port] linux: define NR_OPEN if not currently defined.
...
[RT #19344 ]
2009-02-13 09:29:09 +00:00
Automatic Updater
869d896a81
update copyright notice
2009-02-12 23:47:22 +00:00
Automatic Updater
eeebfdd21a
newcopyrights
2009-02-12 23:30:21 +00:00
Rob Austein
ff176a9e4f
Add rule to build Bv9ARM-all.html [RT #19142 ]
2009-02-12 22:50:51 +00:00
Mark Andrews
d64c82f27f
2548. [bug] Install iterated_hash.h. [RT #19335 ]
2009-02-12 22:18:27 +00:00
Francis Dupont
b20d2886be
add dns_resolver_logfetch
2009-02-12 13:49:00 +00:00
Francis Dupont
6c12ffeaea
add isc__mem_reallocate()
2009-02-12 12:47:17 +00:00
Francis Dupont
2c72343b44
add stats
2009-02-12 11:36:28 +00:00
Tatuya JINMEI 神明達哉
49d33b4bc7
2547. [bug] openssl_link.c:mem_realloc() could reference an
...
out-of-range area of the source buffer. New public
function isc_mem_reallocate() was introduced to address
this bug. [RT #19313 ]
2009-02-11 03:07:01 +00:00
Mark Andrews
3915248ed4
update
2009-02-08 23:56:39 +00:00
Mark Andrews
13b0ed0b27
update
2009-02-07 00:16:28 +00:00
Automatic Updater
5f164676bf
update copyright notice
2009-02-06 23:47:11 +00:00
Automatic Updater
8c76e41fde
regen
2009-02-05 01:53:28 +00:00
Jeremy Reed
2e8e9ee1c6
2545. [doc] ARM: Legal hostname checking (check-names) is
...
for SRV RDATA too. [RT #19304 ]
2009-02-05 00:39:45 +00:00
Automatic Updater
b7e3a3f29f
newcopyrights
2009-02-04 23:30:24 +00:00
Mark Andrews
924fdffe5e
silence comiler warning. [RT #18630 ]
2009-02-04 04:44:26 +00:00
Mark Andrews
7a9d9a7ba7
2543. [contrib] Update contrib/zkt to version 0.98. [RT #19113 ]
2009-02-04 01:29:29 +00:00
Tatuya JINMEI 神明達哉
b28493b383
2544. [cleanup] Removed unused structure members in adb.c. [RT #19225 ]
2009-02-03 22:34:28 +00:00
cvs2git
d784df90b6
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-02-03 06:59:36 +00:00
Automatic Updater
0b1ac9b978
regen
2009-02-03 01:52:10 +00:00
Mark Andrews
cfe4fac9dd
add missing [
2009-02-02 04:48:21 +00:00
Mark Andrews
d715750881
2542. [doc] Update the description of dig +adflag. RT #19290 ]
2009-02-02 04:42:48 +00:00
Automatic Updater
91cf1000ac
regen
2009-01-31 02:16:29 +00:00
Mark Andrews
4f65b92f3e
2541. [bug] Conditionally update dispatch manager statistics.
...
[RT #19247 ]
2009-01-31 00:38:25 +00:00
Automatic Updater
c95fad6e63
update copyright notice
2009-01-30 23:47:18 +00:00
Automatic Updater
a6aa7dd5b9
newcopyrights
2009-01-30 23:30:29 +00:00
Automatic Updater
23b633ec92
regen
2009-01-30 23:30:28 +00:00
Mark Andrews
46d48a2f5c
2539. [security] Update the interaction between recursion, allow-query,
...
allow-query-cache and allow-recursion. [RT #19198 ]
2009-01-30 08:21:03 +00:00
Mark Andrews
44f2aedc24
2539. [security] Update the interaction between recursion, allow-query,
...
allow-query-cache and allow-recursion. [RT #19198 ]
2009-01-30 03:53:38 +00:00
Automatic Updater
4d8d8cde8e
regen
2009-01-30 01:51:42 +00:00
Automatic Updater
eba7320df5
update copyright notice
2009-01-29 23:47:44 +00:00
Automatic Updater
bad4b4d751
newcopyrights
2009-01-29 23:30:22 +00:00
Automatic Updater
4e9f851074
regen
2009-01-29 23:30:21 +00:00
Tatuya JINMEI 神明達哉
809350646f
2537. [experimental] Added more statistics counters including those on socket
...
I/O events and query RTT histograms. [RT #18802 ]
2009-01-29 22:40:36 +00:00
cvs2git
957babcb24
This commit was manufactured by cvs2git to create branch 'v9_6'.
2009-01-29 01:03:58 +00:00
Automatic Updater
8c55d10d43
update copyright notice
2009-01-28 23:47:39 +00:00
Automatic Updater
063a4dc0ca
newcopyrights
2009-01-28 23:30:20 +00:00
Tatuya JINMEI 神明達哉
2a238ee552
2538. [bug] cache/ADB memory could grow over max-cache-size,
...
especially with threads and smaller max-cache-size
values. [RT #19240 ]
2009-01-28 23:24:19 +00:00
Automatic Updater
31848f6338
update copyright notice
2009-01-23 23:47:21 +00:00
Automatic Updater
fe45df681a
newcopyrights
2009-01-23 23:30:26 +00:00
Automatic Updater
35c4a601b6
regen
2009-01-23 01:53:34 +00:00
Mark Andrews
71da3b1939
move formating out of msgcat
2009-01-23 01:28:22 +00:00
Automatic Updater
9bfde0aa2f
update copyright notice
2009-01-22 23:47:05 +00:00
Automatic Updater
d838cbc2b6
newcopyrights
2009-01-22 23:30:27 +00:00
Mark Andrews
99772d76b0
2536. [cleanup] Silence some warnings when -Werror=format-security is
...
specified. [RT #19083 ]
2009-01-22 05:50:19 +00:00
Mark Andrews
7cf5baf22e
2535. [bug] dig +showsearh and +trace interacted badly. [RT #19091 ]
2009-01-22 05:19:47 +00:00
Mark Andrews
b9ff1fe73f
Add missing commas
2009-01-22 02:10:21 +00:00
Mark Andrews
5418be142c
2532. [bug] dig: check the question section of the response to
...
see if it matches the asked question. [RT #18495 ]
2009-01-20 05:04:24 +00:00
Mark Andrews
029d4e2e96
2531. [bug] Change #2207 was incomplete. [RT #19098 ]
2009-01-20 02:03:18 +00:00
Mark Andrews
3e712d3702
2530. [bug] named failed to reject insecure to secure transitions
...
via UPDATE. [RT #19101 ]
2009-01-20 01:46:23 +00:00
Automatic Updater
0f06d0d648
newcopyrights
2009-01-19 23:30:25 +00:00
Mark Andrews
254b0113c3
2529. [cleanup] Upgrade libtool to silence complaints from recent
...
version of autoconf. [RT #18657 ]
2009-01-19 01:44:14 +00:00
Automatic Updater
99b63ca8e5
update copyright notice
2009-01-18 23:47:41 +00:00
Automatic Updater
41b0f3c45e
newcopyrights
2009-01-18 23:30:29 +00:00
Mark Andrews
d7900926bf
spelling
2009-01-18 23:25:18 +00:00
Automatic Updater
55c63a0a2a
regen
2009-01-18 01:51:13 +00:00
Automatic Updater
69a03ffca0
update copyright notice
2009-01-14 23:47:26 +00:00
Automatic Updater
8425487239
newcopyrights
2009-01-14 23:30:23 +00:00
Francis Dupont
27c469af58
integrate -P1 patch
2009-01-14 17:35:38 +00:00
Automatic Updater
f0abe76652
update copyright notice
2009-01-10 23:46:57 +00:00
Automatic Updater
fc2991c7ef
newcopyrights
2009-01-10 23:30:29 +00:00
Evan Hunt
651daefa44
Silence spurious --datarootdir warning [rt19096]
2009-01-10 01:59:21 +00:00
Automatic Updater
cce4e4dfd1
update copyright notice
2009-01-09 23:47:15 +00:00
Automatic Updater
c41d48e594
newcopyrights
2009-01-09 23:30:25 +00:00
Tatuya JINMEI 神明達哉
45821672b8
2527. [bug] named could reuse cache on reload with
...
enabling/disabling validation. [RT #19119 ]
2009-01-09 22:36:36 +00:00
Automatic Updater
0d394c0384
newcopyrights
2009-01-08 23:30:18 +00:00
Automatic Updater
f2a67f7a06
regen
2009-01-08 01:51:00 +00:00
Automatic Updater
eb38c046c2
update copyright notice
2009-01-07 23:47:16 +00:00
Automatic Updater
a99459476b
newcopyrights
2009-01-07 23:30:23 +00:00
Tatuya JINMEI 神明達哉
8bdbeeb578
2525. [experimental] New logging category "query-errors" to provide detailed
...
internal information about query failures, especially
about server failures. [RT #19027 ]
2009-01-07 01:50:15 +00:00
Automatic Updater
c0ea6ba330
update copyright notice
2009-01-06 23:47:26 +00:00
Automatic Updater
37f6a3aa4a
newcopyrights
2009-01-06 23:30:18 +00:00
Tatuya JINMEI 神明達哉
24857eb4d7
2505. [port] Treat amd64 similarly to x86_64 when determining
...
atomic operation support. [RT #19031 ]
2009-01-06 19:42:56 +00:00
Tatuya JINMEI 神明達哉
55a6083be3
2517. [bug] dig +trace with -4 or -6 failed when it chose a
...
nameserver address of the excluded address.
[RT #18843 ]
2009-01-06 19:39:24 +00:00
Francis Dupont
0f5bed2b20
dnssec-signzone needs strtoul() - 19129
2009-01-06 09:13:05 +00:00
Francis Dupont
738f50a3ea
bug in dns_nsec_typepresent() - 19112
2009-01-06 09:04:48 +00:00
Mark Andrews
fada3ef8b4
s/2008/2009/
2009-01-06 04:00:11 +00:00
Automatic Updater
1ff98661fd
update copyright notice
2009-01-05 23:47:23 +00:00
Automatic Updater
aa581ebea2
newcopyrights
2009-01-05 23:30:21 +00:00
Tatuya JINMEI 神明達哉
3dd871586f
trivial comment cleanups (RT#19118)
2009-01-05 23:20:58 +00:00
Automatic Updater
66ca4808dc
update copyright notice
2008-12-30 23:46:49 +00:00
Automatic Updater
4b5c0b2f7f
newcopyrights
2008-12-30 23:30:22 +00:00
Tatuya JINMEI 神明達哉
77ba4437d2
2519. [bug] dig/host with -4 or -6 didn't work if more than two
...
nameserver addresses of the excluded address family
preceded in resolv.conf. [RT #19081 ]
2008-12-29 23:56:08 +00:00
Tatuya JINMEI 神明達哉
7170458302
2516. [bug] glue sort for responses was performed even when not
...
needed. [RT #19039 ]
2008-12-29 23:50:35 +00:00
Tatuya JINMEI 神明達哉
a944881a26
2514. [bug] dig/host failed with -4 or -6 when resolv.conf contains
...
a nameserver of the excluded address family.
[RT #18848 ]
2008-12-29 23:46:58 +00:00
Tatuya JINMEI 神明達哉
e7e864a4f7
removed a duplicate line
2008-12-25 02:02:56 +00:00
Tatuya JINMEI 神明達哉
5b66b31816
comment update
2008-12-25 02:01:09 +00:00
Automatic Updater
e8fea68e5e
update copyright notice
2008-12-24 23:47:02 +00:00
Mark Andrews
82a9f3af05
2502. [cleanup] isc_radix: Improve compliance with coding style,
...
document function in <isc/radix.h>. [RT #18534 ]
2008-12-24 00:17:12 +00:00
Mark Andrews
8b07cdbf50
9.6.0
2008-12-21 22:21:57 +00:00
Tatuya JINMEI 神明達哉
a48b15f7b5
exlain the reason for change #2520 :
...
2520. [bug] Update xml statistics version number to 2.0 as change
#2388 made the schema incompatible to the previous
version. [RT #19080 ]
2008-12-19 22:59:37 +00:00
Tatuya JINMEI 神明達哉
edc82c63e0
clarification for change #2411 (RT #18783 )
...
Note: with changes #2469 and #2421 above, there is no
need to tweak ISC_SOCKET_MAXSOCKETS at compilation time
any more.
2008-12-18 23:49:36 +00:00
Mark Andrews
d28b2fe160
2520. [bug] Update xml statistics version number to 2.0.
...
[RT #19080 ]
2008-12-18 02:40:35 +00:00
Automatic Updater
b1faf7c293
update copyright notice
2008-12-14 21:33:07 +00:00
Automatic Updater
2040cb5d03
newcopyrights
2008-12-14 21:31:30 +00:00
Automatic Updater
5c55176815
merge copyrights
2008-12-14 21:30:47 +00:00
Mark Andrews
22c656d70e
2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
...
[RT #19063 ]
2008-12-14 21:25:27 +00:00
Mark Andrews
c7006f0e70
2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
...
[RT #19063 ]
2008-12-14 21:18:34 +00:00
cvs2git
8f7c2b2005
This commit was manufactured by cvs2git to create branch 'v9_6'.
2008-12-14 21:14:55 +00:00
Mark Andrews
733dea75ad
dnssec-dsfromkey
2008-12-14 21:09:42 +00:00
Mark Andrews
a4f1719ff3
2513 [bug] Fix windows cli build. [RT #19062 ]
2008-12-12 23:40:59 +00:00
Mark Andrews
575f111831
9.6.0rc2
2008-12-11 00:18:40 +00:00
Automatic Updater
e07e0b2f56
update copyright notice
2008-12-10 23:48:13 +00:00
Mark Andrews
5f0be5b5cd
2510. [bug] "dig +sigchase" could trigger REQUIRE failures.
...
[RT #19033 ]
2008-12-10 22:41:07 +00:00
Mark Andrews
c636f4796b
2509. [bug] Specifying a fixed query source port was broken.
...
[RT #19051 ]
2008-12-10 21:59:41 +00:00
Automatic Updater
8c9921ab10
newcopyrights
2008-12-09 23:30:20 +00:00
Mark Andrews
772e290caa
dnssec-tools/README
2008-12-09 05:18:00 +00:00
Mark Andrews
baf58aadc7
document dnssec-keyfromlabel
2008-12-08 07:26:01 +00:00
Mark Andrews
e8b033871d
2504. [bug] Address race condition in the socket code. [RT #18899 ]
2008-12-03 02:21:48 +00:00
cvs2git
6f6d3c23f4
This commit was manufactured by cvs2git to create branch 'v9_6'.
2008-11-20 00:04:18 +00:00