Mark Andrews
599f17349f
9.5.3rc1
2010-09-09 08:17:32 +00:00
Automatic Updater
2b02864b95
update
2010-09-09 03:15:24 +00:00
Automatic Updater
5a5a383431
9.5.3rc1
2010-09-09 03:09:39 +00:00
Mark Andrews
bb94e679ee
9.5.3rc1
2010-09-09 03:07:44 +00:00
Mark Andrews
f30a727f39
9.5.3rc1
2010-09-09 03:07:14 +00:00
Automatic Updater
fbde8e4f54
update
2010-08-21 02:15:09 +00:00
Automatic Updater
bba272725b
regen v9_5
2010-08-21 01:43:13 +00:00
Automatic Updater
ebdf570e0d
update
2010-08-20 02:15:09 +00:00
Automatic Updater
460529eb93
regen v9_5
2010-08-20 01:43:50 +00:00
Mark Andrews
ca549c3846
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:40:14 +00:00
Automatic Updater
caf5962d66
update
2010-08-20 01:15:09 +00:00
Mark Andrews
2e1a77a064
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:23:56 +00:00
Automatic Updater
88d7c2df2c
update
2010-08-18 00:15:33 +00:00
Automatic Updater
3266bcc14e
update copyright notice
2010-08-17 23:45:30 +00:00
Automatic Updater
ccffc65529
newcopyrights
2010-08-17 23:30:09 +00:00
Automatic Updater
ec4e349ffb
update
2010-08-17 04:15:37 +00:00
Mark Andrews
16512d1386
update default id range to match that used (1..7)
2010-08-17 04:10:56 +00:00
Automatic Updater
e4f988be02
update
2010-08-13 02:15:13 +00:00
Automatic Updater
dd17259cc2
sync
2010-08-13 01:33:37 +00:00
Automatic Updater
6c038ec455
update
2010-08-12 00:15:27 +00:00
Automatic Updater
c7e840102b
update copyright notice
2010-08-11 23:45:26 +00:00
Automatic Updater
7d53dc4c0e
newcopyrights
2010-08-11 23:30:08 +00:00
Automatic Updater
e1f49468f6
update
2010-08-11 23:15:10 +00:00
Tatuya JINMEI 神明達哉
6650f6308e
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:09:18 +00:00
Automatic Updater
7fbb8ae0ba
update
2010-08-11 02:15:11 +00:00
Automatic Updater
0fd1677149
sync
2010-08-11 01:33:48 +00:00
Automatic Updater
2bfc7277fb
update
2010-08-09 01:15:09 +00:00
Mark Andrews
6776061a4c
silence compiler warnings (windows)
2010-08-09 00:18:50 +00:00
Automatic Updater
8fabdec0a4
update
2010-08-09 00:15:20 +00:00
Automatic Updater
33a4ccc5d1
newcopyrights
2010-08-08 23:28:36 +00:00
Automatic Updater
bac473eb79
9.5.3b1
2010-08-08 23:24:13 +00:00
Mark Andrews
f3ebdafa9e
9.5.3b1
2010-08-08 23:20:46 +00:00
Automatic Updater
356bd6f693
update
2010-08-04 00:15:30 +00:00
Automatic Updater
79f419fee2
update copyright notice
2010-08-03 23:45:29 +00:00
Automatic Updater
1158240e28
newcopyrights
2010-08-03 23:30:08 +00:00
Automatic Updater
6806edfc03
update
2010-08-03 17:15:11 +00:00
Tatuya JINMEI 神明達哉
7b19233ef8
added me to authors. approved by Evan.
2010-08-03 16:47:10 +00:00
Automatic Updater
4192861453
update
2010-07-13 02:15:12 +00:00
Automatic Updater
5ab6ce1b4d
sync
2010-07-13 01:33:38 +00:00
Automatic Updater
64b6cf9392
update
2010-07-10 02:15:08 +00:00
Automatic Updater
9c260869bc
regen v9_5
2010-07-10 01:44:19 +00:00
Automatic Updater
7a58b8084b
update
2010-07-10 00:15:17 +00:00
Automatic Updater
d358e43c49
update copyright notice
2010-07-09 23:45:33 +00:00
Automatic Updater
6ddd053436
newcopyrights
2010-07-09 23:33:08 +00:00
Automatic Updater
0c962346f6
update
2010-07-09 07:15:10 +00:00
Evan Hunt
b2fa91fbe1
added #include <isc/print.h> to silence tbox warnings
2010-07-09 06:48:13 +00:00
Automatic Updater
dd90c94c5a
update
2010-07-09 06:15:09 +00:00
Evan Hunt
6698986323
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:16:10 +00:00
Automatic Updater
d7c64130d3
update
2010-07-08 02:15:12 +00:00
Automatic Updater
0d3dac6f03
sync
2010-07-08 01:33:34 +00:00
Automatic Updater
d79e8a1cf6
update
2010-07-05 02:15:12 +00:00
Automatic Updater
f84808ed51
sync
2010-07-05 01:33:32 +00:00
Automatic Updater
6838151262
update
2010-06-30 02:15:12 +00:00
Automatic Updater
404f0e2bd3
sync
2010-06-30 01:33:36 +00:00
Automatic Updater
d6659e3140
update
2010-06-29 02:15:12 +00:00
Automatic Updater
c242836b57
sync
2010-06-29 01:33:38 +00:00
Automatic Updater
a1512320f5
update
2010-06-29 00:15:22 +00:00
Automatic Updater
105ffdf0db
update copyright notice
2010-06-28 23:45:25 +00:00
Automatic Updater
4aa79a7673
newcopyrights
2010-06-28 23:30:07 +00:00
Automatic Updater
98dd8963ef
update
2010-06-28 00:15:23 +00:00
Mark Andrews
9dc56d5d4a
handle very short source files
2010-06-27 23:43:22 +00:00
Automatic Updater
521eea7426
update
2010-06-26 00:15:25 +00:00
Mark Andrews
9151e302c9
2925. [bug] Named failed to accept uncachable negative responses
...
from insecure zones. [RT# 21555]
2010-06-26 00:08:17 +00:00
Automatic Updater
da0eaba676
update
2010-06-24 08:15:09 +00:00
Mark Andrews
53dabf35cb
2923. [bug] 'dig +trace' could drop core after "connection
...
timeout". [RT #21514 ]
2010-06-24 07:32:27 +00:00
Automatic Updater
4cfd391573
update
2010-06-24 00:15:21 +00:00
Automatic Updater
b479070c83
update copyright notice
2010-06-23 23:45:31 +00:00
Automatic Updater
e946253e4f
update
2010-06-23 04:15:23 +00:00
Mark Andrews
3cb481bc86
s/to soon/too soon/
2010-06-23 03:32:13 +00:00
Automatic Updater
8e0d1409f9
update
2010-06-23 02:15:12 +00:00
Mark Andrews
6dadf18f4d
2921. [bug] The resolver could attempt to destroy a fetch context
...
to soon. [RT #19878 ]
2010-06-23 01:50:23 +00:00
Automatic Updater
f5dbdef99a
update
2010-06-21 00:15:15 +00:00
Automatic Updater
d1abc6212b
newcopyrights
2010-06-20 23:30:08 +00:00
Automatic Updater
9de326a76d
update
2010-06-20 08:15:25 +00:00
Mark Andrews
7dbc866fb9
add cvs id
2010-06-20 07:33:11 +00:00
Mark Andrews
b3a0be257f
add cvs id
2010-06-20 07:31:45 +00:00
Automatic Updater
be90bd5e53
update
2010-06-19 02:15:11 +00:00
Automatic Updater
099a72ea3b
sync
2010-06-19 01:33:28 +00:00
Automatic Updater
0b65e15c2b
update
2010-06-18 05:39:03 +00:00
Mark Andrews
123c81b455
AAAA not A
2010-06-18 05:38:27 +00:00
Automatic Updater
2ec7da26f3
update
2010-06-18 02:15:09 +00:00
Mark Andrews
39c2997b08
2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
2010-06-18 02:14:30 +00:00
Automatic Updater
343ef57ae8
update
2010-06-16 02:15:11 +00:00
Automatic Updater
8a01f17ffc
sync
2010-06-16 01:33:22 +00:00
Automatic Updater
046c32b1e1
update
2010-06-12 00:15:21 +00:00
Automatic Updater
ece128a36b
update copyright notice
2010-06-11 23:45:33 +00:00
Automatic Updater
b40f6d41bc
newcopyrights
2010-06-11 23:30:08 +00:00
Automatic Updater
91179f8db2
update
2010-06-11 00:49:16 +00:00
Automatic Updater
ba1952b6e8
update
2010-06-10 07:16:08 +00:00
Mark Andrews
5c9026d199
2916. [func] Add framework to use IPv6 in tests.
...
fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
2010-06-10 06:23:01 +00:00
cvs2git
c5b9c33503
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-06-10 06:19:53 +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
17082f5d58
update
2010-06-10 00:17:14 +00:00
Automatic Updater
e40d5d6b71
update copyright notice
2010-06-09 23:50:58 +00:00
Automatic Updater
f9df0c4290
update copyright notice
2010-06-09 23:46:49 +00:00
Automatic Updater
8a507eb203
newcopyrights
2010-06-09 23:32:16 +00:00
Automatic Updater
7a0a62ca83
newcopyrights
2010-06-09 23:30:25 +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
2081e3b688
update
2010-06-09 02:17:54 +00:00
Mark Andrews
d5cb99eb5a
2915. [cleanup] Be smarter about which objects we attempt to compile
...
based on configure options. [RT #21444 ]
2010-06-09 01:59:33 +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
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
7c9f3d801b
update
2010-06-06 00:17:17 +00:00
Automatic Updater
7f1ec5809b
update copyright notice
2010-06-05 23:46:58 +00:00
Automatic Updater
847e6958e5
newcopyrights
2010-06-05 23:30:19 +00:00
Automatic Updater
989486c671
update
2010-06-05 01:16:31 +00:00
Mark Andrews
867cabbf4e
./.cvsignore
2010-06-05 00:26:33 +00:00
Automatic Updater
e0cc71935a
update
2010-06-05 00:20:59 +00:00
Automatic Updater
c9c95d4d50
update
2010-06-05 00:17:29 +00:00
Automatic Updater
3f2280d2fc
update copyright notice
2010-06-04 23:51:14 +00:00
Automatic Updater
478d64f58f
newcopyrights
2010-06-04 23:31:43 +00:00
Automatic Updater
a694635ee9
update
2010-06-04 00:20:50 +00:00
Automatic Updater
8eff7ad240
update
2010-06-04 00:17:39 +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
Automatic Updater
6e13ffa218
update copyright notice
2010-06-03 23:51:05 +00:00
Automatic Updater
b4f231d599
update copyright notice
2010-06-03 23:46:48 +00:00
Mark Andrews
67b31712a4
./bin/tests/system/dlv/ns6/hints
2010-06-03 23:36:33 +00:00
Automatic Updater
9d80d23172
newcopyrights
2010-06-03 23:31:51 +00:00
Mark Andrews
47515e59a2
Back port changes introduced with the NSEC3 support that the following
...
depends on to work.
2911. [bug] dnssec-signzone didn't handle out of zone records well.
[RT #21367 ]
2010-06-03 23:30:34 +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
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
5c4da5a14e
update
2010-06-03 14:00:15 +00:00
Mark Andrews
c4fb95add4
add -lkrb5
2010-06-03 13:30: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
8604fc5ef0
update
2010-06-03 06:34:22 +00:00
Mark Andrews
3e0ee83bbe
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 06:33:03 +00:00
cvs2git
8ff30019e1
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-06-03 06:29:04 +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
3059d31a8a
update
2010-06-03 06:16:46 +00:00
Mark Andrews
e1d48439f6
2912. [func] Windows clients don't like UPDATE responses that clear
...
the zone section. [RT #20986 ]
2010-06-03 05:29:55 +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
38c282e548
update
2010-06-03 05:18:51 +00:00
Mark Andrews
ff8022cf58
2911. [bug] dnssec-signzone didn't handle out of zone records well.
...
[RT #21367 ]
2010-06-03 04:28:36 +00:00
Automatic Updater
9f9ba278d7
update
2010-06-03 04:23:42 +00:00
Automatic Updater
c579ec12bb
update
2010-06-03 04:19:37 +00:00
Mark Andrews
fbd4c26cc0
add kerberosv5/krb5.h to search list
2010-06-03 03:57:59 +00:00
Mark Andrews
3a7b1fb32a
add kerberosv5/krb5.h to search list
2010-06-03 03:55:07 +00:00
Automatic Updater
01f93d7ceb
update
2010-06-03 03:21:50 +00:00
Automatic Updater
541cb10426
update
2010-06-03 03:17:43 +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
10ed7f2714
2910. [func] Sanity check Kerberos credentials. [RT #20986 ]
2010-06-03 02:39:39 +00:00
Mark Andrews
a20996ab6f
2910. [func] Sanity check Kerberos credentials. [RT #20986 ]
2010-06-03 02:29:58 +00:00
Automatic Updater
5bb4561206
update
2010-06-03 01:16:24 +00:00
Mark Andrews
821bbafe2b
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-06-03 00:29:39 +00:00
Mark Andrews
59d6fdf6f0
2900. [bug] The placeholder negative caching element was not
...
properly constructed triggering a INSIST in
dns_ncache_towire(). [RT #21346 ]
2010-06-03 00:21:21 +00:00
Mark Andrews
a011babe80
2890. [bug] Handle the introduction of new trusted-keys and
...
DS, DLV RRsets better. [RT #21097 ]
2010-06-03 00:16:31 +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
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
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
23562cf04a
update
2010-05-28 00:17:14 +00:00
cvs2git
705e53f7f5
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-05-27 23:51:10 +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
7d2b71458b
update copyright notice
2010-05-27 23:47:16 +00:00
Automatic Updater
48b36fa08b
newcopyrights
2010-05-27 23:31:38 +00:00
Automatic Updater
529cea8346
newcopyrights
2010-05-27 23:30:24 +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
808e5c6279
update
2010-05-27 04:19:54 +00:00
Mark Andrews
9f30153d18
line length
2010-05-27 03:29:12 +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
4c761f6b0c
update
2010-05-27 00:17:36 +00:00
Mark Andrews
a7ce000f26
2905. [port] aix: set use_atomic=yes with native compiler.
...
[RT #21402 ]
2010-05-26 23:50:54 +00:00
Automatic Updater
051dec6fb7
update copyright notice
2010-05-26 23:50:47 +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
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
Mark Andrews
b4c6ce22d0
call sign.sh robustly
2010-05-26 07:00:37 +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
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
19dbf2e20d
newcopyrights
2010-05-19 09:27:32 +00:00
Automatic Updater
1969b8c679
update
2010-05-19 08:20:21 +00:00
Automatic Updater
ba2e3a8c8a
update
2010-05-19 08:17:26 +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
5f8c0ba08e
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316 ]
2010-05-19 07:19:36 +00:00
Automatic Updater
0b610fdb6e
update
2010-05-19 07:17:28 +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
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
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
fa572fa022
update
2010-05-18 07:17:03 +00:00
Automatic Updater
59d000d7ec
update copyright notice
2010-05-18 06:47:46 +00:00
Automatic Updater
2432993200
update copyright notice
2010-05-18 06:44:36 +00:00
Automatic Updater
3ab6f6505b
newcopyrights
2010-05-18 06:42:52 +00:00
Automatic Updater
4b7bca95dc
newcopyrights
2010-05-18 06:41:10 +00:00
Mark Andrews
32f985bcf4
silence compile warnings, explict conversio
2010-05-18 06:28:29 +00:00
Mark Andrews
865739bbf1
wrong rdataset disassociated. reviewed by each
2010-05-18 06:25:19 +00:00
Mark Andrews
6999d05069
isc_sha256_data
2010-05-18 06:20:44 +00:00
Automatic Updater
5928877cd0
update
2010-05-18 06:20:07 +00:00
Mark Andrews
6ffc3748d9
wrong rdataset disassociated. reviewed by each
2010-05-18 06:18:23 +00:00
Automatic Updater
532de2f49d
update
2010-05-18 06:17:42 +00:00
Mark Andrews
ed30e0358b
9.7.1b1
2010-05-18 06:14:32 +00:00
Mark Andrews
b89a6e1620
2899. [port] win32: Support linking against OpenSSL 1.0.0
2010-05-18 06:13:29 +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
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
1a3afbc75a
update
2010-05-18 03:20:38 +00:00
Automatic Updater
4dd3ec797d
update copyright notice
2010-05-18 02:38:10 +00:00
Automatic Updater
71ae10a79a
update copyright notice
2010-05-18 02:29:39 +00:00
Automatic Updater
d7a77415c1
newcopyrights
2010-05-18 02:24:47 +00:00
Automatic Updater
a3b755bdfe
newcopyrights
2010-05-18 02:23:18 +00:00
Automatic Updater
a35d309d39
update
2010-05-18 02:21:40 +00:00
Automatic Updater
9a91a151aa
update
2010-05-18 02:18:04 +00:00
Mark Andrews
8f9bef186a
2898. [bug] nslookup leaked memory when -domain=value was
...
specified. [RT #21301 ]
2010-05-18 01:51:02 +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
cc82d38c36
update
2010-05-15 00:18:10 +00:00
Automatic Updater
515c7f3c43
update copyright notice
2010-05-14 23:50:40 +00:00
Automatic Updater
6f11cddc72
update copyright notice
2010-05-14 23:46:45 +00:00
Automatic Updater
c453a50776
newcopyrights
2010-05-14 23:31:50 +00:00
Automatic Updater
e196d6c0e4
newcopyrights
2010-05-14 23:30:21 +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
72c89dc1de
update
2010-05-14 07:17:14 +00:00
Mark Andrews
b1ff052a03
2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294 ]
2010-05-14 06:33:15 +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
28f7b7efdc
update
2010-05-14 04:19:07 +00:00
Mark Andrews
6d53f0dc1f
2891. [maint] Update empty-zones list to match
...
draft-ietf-dnsop-default-local-zones-13. [RT# 21099]
2010-05-14 03:33:28 +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
28c0a64d82
update
2010-05-14 02:17:28 +00:00
Automatic Updater
17c9760f0d
regen v9_5
2010-05-14 01:44:16 +00:00
Automatic Updater
e2350edd17
update
2010-05-14 01:16:58 +00:00
Automatic Updater
1e6032fe39
regen HEAD
2010-05-14 01:14:18 +00:00
Automatic Updater
73120f904b
update
2010-05-14 00:21:10 +00:00
Automatic Updater
3f5d8469cf
update
2010-05-14 00:17:20 +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
ec29a55374
update copyright notice
2010-05-13 23:46:35 +00:00
Automatic Updater
04161382a2
newcopyrights
2010-05-13 23:32:14 +00:00
Automatic Updater
889a919cca
newcopyrights
2010-05-13 23:30:23 +00:00
Automatic Updater
4d781d52a7
update
2010-05-13 04:32:21 +00:00
Automatic Updater
d933c1c2c8
update
2010-05-13 04:25:43 +00:00
Mark Andrews
ff5c52617e
element -> elements
2010-05-13 03:26:30 +00:00
Mark Andrews
77eb85eb73
2889. [bug] Elements of the grammar where not properly reported.
...
[RT #21046 ]
2010-05-13 03:24:40 +00:00
Automatic Updater
a7094451a0
update
2010-05-13 03:22:45 +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
3e3692a09c
update
2010-05-13 01:15:50 +00:00
Mark Andrews
df741ae9bf
2888. [bug] Only the first EDNS option was displayed. [RT #21273 ]
2010-05-13 00:45:00 +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
94e1c9295f
update
2010-05-13 00:17:38 +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
439388e30f
update copyright notice
2010-05-12 23:47:25 +00:00
Automatic Updater
5666e005bd
newcopyrights
2010-05-12 23:31:31 +00:00
Automatic Updater
d2038b725b
newcopyrights
2010-05-12 23:30:18 +00:00
Automatic Updater
70e41f6536
update
2010-05-12 09:45:07 +00:00
Automatic Updater
72267e5cb7
update
2010-05-12 09:32:06 +00:00
Mark Andrews
f3ae94bb83
2885. [bug] Improve -fno-strict-aliasing support probing in
...
configure. [RT #21080 ]
2010-05-12 08:27:09 +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
b84b819cc8
update
2010-05-12 06:17:39 +00:00
Mark Andrews
b21d4b902e
2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
...
[RT #21283 ]
2010-05-12 05:46:06 +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
c9da37cc7e
update
2010-05-12 03:17:50 +00:00
Mark Andrews
19fe80ce14
logo updates
2010-05-12 03:10:16 +00:00
Automatic Updater
b72434ce64
update
2010-05-12 02:34:05 +00:00
Automatic Updater
1c230b929a
update
2010-05-12 02:28:59 +00:00
Mark Andrews
84e8b10940
2883. [bug] 'dig +short' failed to handle really large datasets.
...
[RT #21113 ]
2010-05-12 01:37:31 +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
1c7bc53259
update
2010-05-12 01:15:40 +00:00
Mark Andrews
b0699b6280
2882. [bug] Remove memory context from list of active contexts
...
before clearing 'magic'. [RT #21274 ]
2010-05-12 00:52:36 +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
a11cb64dd1
update
2010-05-11 00:17:22 +00:00
Automatic Updater
a955420bed
update copyright notice
2010-05-10 23:50:55 +00:00
Automatic Updater
613d157efb
update copyright notice
2010-05-10 23:47:10 +00:00
Automatic Updater
6ffd34dcf0
newcopyrights
2010-05-10 23:31:53 +00:00
Automatic Updater
bcee28ae2d
newcopyrights
2010-05-10 23:30:19 +00:00
Automatic Updater
f52d9bc6f9
update
2010-05-10 02:18:57 +00:00
Automatic Updater
ceea33df6c
update
2010-05-10 02:17:04 +00:00
Mark Andrews
b6a6d726aa
2881. [bug] Reduce the amount of time the rbtdb write lock
...
is held when closing a version. [RT #21198 ]
2010-05-10 01:46:06 +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
aee3f665c5
update
2010-05-06 00:17:15 +00:00
Automatic Updater
fbfdea68e4
newcopyrights
2010-05-05 23:31:49 +00:00
Automatic Updater
d3885b326c
newcopyrights
2010-05-05 23:30:21 +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
bae7ffa77d
update
2010-05-05 13:15:56 +00:00
Mark Andrews
f58f0e2437
2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
...
[RT #21106 ]
2010-05-05 12:42:57 +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
ead4728c7b
update
2010-04-22 00:17:08 +00:00
Automatic Updater
ed2fa6ce1b
update copyright notice
2010-04-21 23:51:22 +00:00
Automatic Updater
372d59069e
update copyright notice
2010-04-21 23:46:45 +00:00
Automatic Updater
0098207a9a
newcopyrights
2010-04-21 23:31:32 +00:00
Automatic Updater
7c5b5eefa8
newcopyrights
2010-04-21 23:30:19 +00:00
Automatic Updater
21c0dce246
update
2010-04-21 06:17:53 +00:00
Automatic Updater
8ef562e978
update
2010-04-21 06:16:43 +00:00
Mark Andrews
3f60460af2
2877. [bug] The validator failed to skip obviously mismatching
...
RRSIGs. [RT #21138 ]
2010-04-21 05:49:08 +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
8554836939
update
2010-04-21 05:16:39 +00:00
Mark Andrews
9808c30d53
2876. [bug] Named could return SERVFAIL for negative responses
...
from unsigned zones. [RT #21131 ]
2010-04-21 04:22:37 +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
0468d19c0e
update
2010-04-21 03:18:22 +00:00
Mark Andrews
bc5e02eab2
2875. [bug] dns_time64_fromtext() could accept non digits.
...
[RT #21033 ]
2010-04-21 02:24:10 +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
aec7fb1de1
update
2010-04-21 02:17:32 +00:00
Automatic Updater
1f53bbfee3
sync
2010-04-21 01:33:40 +00:00
Automatic Updater
592a269a64
update
2010-04-21 01:17:14 +00:00
cvs2git
f64939b35d
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-04-21 00:43:00 +00:00
Automatic Updater
3a9c03597c
update
2010-04-21 00:17:13 +00:00
Automatic Updater
1875c04664
update copyright notice
2010-04-20 23:47:12 +00:00
Automatic Updater
bbfe04fe57
update
2010-04-20 08:17:25 +00:00
Mark Andrews
5cdacd7fd7
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:35:05 +00:00
Automatic Updater
fc39008d44
update
2010-04-10 02:29:14 +00:00
Automatic Updater
7887b31bc4
sync
2010-04-10 01:33:27 +00:00
cvs2git
8c1bcb33e4
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-04-09 02:07:33 +00:00
Automatic Updater
ec83f15963
update
2010-04-08 00:17:16 +00:00
Automatic Updater
559c789e1e
update copyright notice
2010-04-07 23:47:27 +00:00
Automatic Updater
230162ef72
newcopyrights
2010-04-07 23:30:24 +00:00
Automatic Updater
46145f6b2c
update
2010-04-07 07:24:23 +00:00
Mark Andrews
c0907f3984
2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET.
2010-04-07 07:11:17 +00:00
Automatic Updater
c6c966eb36
update
2010-04-02 02:17:29 +00:00
Automatic Updater
8d30c7f629
sync
2010-04-02 01:33:37 +00:00
cvs2git
c88a385b12
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-04-01 13:32:33 +00:00
Automatic Updater
9441b46668
update
2010-04-01 02:17:23 +00:00
Automatic Updater
265775e319
sync
2010-04-01 01:33:49 +00:00
cvs2git
7ac88842d6
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-31 04:12:23 +00:00
Automatic Updater
0ddddf1cb4
update
2010-03-27 02:17:40 +00:00
Automatic Updater
a1b967ba8f
sync
2010-03-27 01:33:44 +00:00
Automatic Updater
59b715a3d4
update
2010-03-26 18:16:17 +00:00
Mark Andrews
4f5144dfcb
2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
...
[RT #20877 ]
2010-03-26 17:21:53 +00:00
cvs2git
b86f4ce097
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-26 16:35:10 +00:00
Automatic Updater
3acda85a66
update
2010-03-26 02:17:24 +00:00
Automatic Updater
8445907d0c
sync
2010-03-26 01:33:44 +00:00
cvs2git
a5cdd472ed
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-25 21:48:14 +00:00
Automatic Updater
70c2f0ab6c
update
2010-03-24 02:16:59 +00:00
Automatic Updater
afd88363bb
sync
2010-03-24 01:34:07 +00:00
cvs2git
b0a16eea7c
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-23 08:13:45 +00:00
Automatic Updater
8ff79fb909
update
2010-03-19 00:17:13 +00:00
Automatic Updater
01ed4586ab
update copyright notice
2010-03-18 23:47:08 +00:00
Automatic Updater
2bd1d4ea8b
newcopyrights
2010-03-18 23:30:14 +00:00
Automatic Updater
00622ec53e
update
2010-03-18 14:15:55 +00:00
Mark Andrews
ee263d1180
regen
2010-03-18 13:35:03 +00:00
Mark Andrews
9a94fd1528
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:34:44 +00:00
Automatic Updater
ecc9589055
update
2010-03-17 02:17:35 +00:00
Automatic Updater
94bb8c0d32
sync
2010-03-17 01:33:35 +00:00
cvs2git
4f786f2474
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-16 01:09:23 +00:00
Automatic Updater
8e4aa614f0
update
2010-03-13 00:17:16 +00:00
Automatic Updater
a9b708d723
update copyright notice
2010-03-12 23:47:22 +00:00
Automatic Updater
8863d46a4f
newcopyrights
2010-03-12 23:30:18 +00:00
Automatic Updater
5764a4cc3a
update
2010-03-12 04:17:26 +00:00
Mark Andrews
a0c4f3f1c7
2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
...
don't like it. [RT #20986 ]
2010-03-12 03:51:10 +00:00
Mark Andrews
ffc4139c32
2866. [bug] Windows does not like the TSIG name being compressed.
...
[RT #20986 ]
2010-03-12 03:41:09 +00:00
Mark Andrews
8e02c7841a
2865. [bug] memset to zero event.data. [RT #20986 ]
2010-03-12 03:27:38 +00:00
Automatic Updater
ade0d7f506
update
2010-03-11 05:16:50 +00:00
Mark Andrews
3f9a97a2a9
2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
...
[RT #21056 ]
2010-03-11 04:47:17 +00:00
Automatic Updater
a12f39a8d3
update
2010-03-10 00:17:22 +00:00
Automatic Updater
8dc5b99fb2
update copyright notice
2010-03-09 23:47:23 +00:00
Automatic Updater
a296cee906
newcopyrights
2010-03-09 23:30:19 +00:00
Automatic Updater
1846d7835f
update
2010-03-09 04:17:32 +00:00
Mark Andrews
932e7b833e
2862. [bug] nsupdate didn't default to the parent zone when
...
updating DS records. [RT #20896 ]
2010-03-09 03:50:07 +00:00
Automatic Updater
3269cf87a0
update
2010-03-09 02:17:22 +00:00
Automatic Updater
c0d71d05be
sync
2010-03-09 01:33:54 +00:00
cvs2git
b5a947b957
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-03-08 22:17:06 +00:00
Automatic Updater
e7c17d6ae4
update
2010-03-06 06:23:13 +00:00
Mark Andrews
68e642a3c0
spelling
2010-03-06 05:36:42 +00:00
Mark Andrews
36556649d5
change numbers
2010-03-06 05:30:55 +00:00
Automatic Updater
8f0886b1b9
update
2010-03-05 04:18:12 +00:00
Mark Andrews
53fe6ffb65
change numbers
2010-03-05 03:41:21 +00:00
Automatic Updater
c078b8d339
update
2010-03-05 00:17:10 +00:00
Automatic Updater
4836845a3f
update copyright notice
2010-03-04 23:46:49 +00:00
Automatic Updater
0e42c9267e
newcopyrights
2010-03-04 23:30:15 +00:00
Automatic Updater
9d91e745a9
update
2010-03-04 23:16:29 +00:00
Mark Andrews
a0b960324e
2958. [bug] When canceling validation it was possible to leak
...
memory. [RT #20800 ]
2010-03-04 22:35:06 +00:00
Automatic Updater
9ef27ed2a0
update
2010-03-04 21:16:19 +00:00
Mark Andrews
a3f6fe67e0
10.53.0.1 through 10.53.0.5 -> 10.53.0.1 through 10.53.0.6
2010-03-04 20:35:49 +00:00
Automatic Updater
5febf74e2b
update
2010-03-04 07:16:40 +00:00
Mark Andrews
0df9a0268f
2957. [bug] RTT estimates were not being adjusted on ICMP errors.
...
[RT #20772 ]
2010-03-04 06:45:27 +00:00
Mark Andrews
a139595000
2956. [bug] named-checkconf did not fail on a bad trusted key.
...
[RT #20705 ]
2010-03-04 06:31:42 +00:00
Automatic Updater
3cc28a3c78
update
2010-03-04 06:18:32 +00:00
Mark Andrews
02ca0612ff
2955. [bug] The size of a memory allocation was not always properly
...
recorded. [RT #20927 ]
2010-03-04 06:01:07 +00:00
Automatic Updater
c4bea99665
update
2010-03-03 22:18:57 +00:00
Automatic Updater
641158dc16
newcopyrights
2010-03-03 22:12:52 +00:00
Automatic Updater
1e5ea542f4
update
2010-03-03 07:16:09 +00:00
Mark Andrews
3b265b3af2
dns_rdataset_expire/dns_rdataset_settrust
2010-03-03 06:59:34 +00:00
Automatic Updater
776c629351
update
2010-03-03 05:17:06 +00:00
Mark Andrews
ff75a0f8c6
dns_resolver_*badcache
2010-03-03 05:01:58 +00:00
Automatic Updater
0428cc294e
update
2010-03-01 02:17:16 +00:00
Automatic Updater
f033fb4be9
sync
2010-03-01 01:34:01 +00:00
cvs2git
1fe63adfbd
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-28 23:44:01 +00:00
Automatic Updater
43144b984e
update
2010-02-27 02:17:21 +00:00
Automatic Updater
86e9845916
sync
2010-02-27 01:34:07 +00:00
Automatic Updater
986bc409ef
update
2010-02-27 00:17:29 +00:00
Automatic Updater
92ffa24d38
update copyright notice
2010-02-26 23:47:35 +00:00
Automatic Updater
d4b8efe365
newcopyrights
2010-02-26 23:30:21 +00:00
cvs2git
d9533f0b34
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-26 02:36:47 +00:00
Automatic Updater
d2636e8b4f
update
2010-02-26 02:18:40 +00:00
Mark Andrews
1de03503e8
2853. [bug] add_sigs() could run out of scratch space. [RT #21015 ]
2010-02-26 01:53:35 +00:00
Automatic Updater
0b85e83bf8
update
2010-02-26 01:15:51 +00:00
Mark Andrews
d0d08ae6f7
grab a write lock before updating header->trust
2010-02-26 00:26:04 +00:00
Automatic Updater
87a5515e7d
update
2010-02-25 12:15:40 +00:00
Automatic Updater
b22ec07f80
regen v9_5
2010-02-25 11:43:23 +00:00
Automatic Updater
e92ae1bb49
update
2010-02-25 11:17:06 +00:00
Automatic Updater
3ae0403cb5
update copyright notice
2010-02-25 10:55:23 +00:00
Automatic Updater
3e30062ce8
newcopyrights
2010-02-25 10:49:37 +00:00
Mark Andrews
61babe8b9a
2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619 ]
2010-02-25 10:31:05 +00:00
Automatic Updater
7e24d9e5df
update
2010-02-25 02:17:25 +00:00
Automatic Updater
7778bd1cc9
sync
2010-02-25 01:34:04 +00:00
cvs2git
d8625dcac9
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-24 23:21:06 +00:00
Automatic Updater
06d9a92e05
update
2010-02-24 02:16:22 +00:00
Automatic Updater
e62851ca45
sync
2010-02-24 01:33:47 +00:00
Automatic Updater
c4232fdd95
update
2010-02-23 02:16:21 +00:00
Automatic Updater
6d263ad330
regen v9_5
2010-02-23 01:44:49 +00:00
cvs2git
3f03f70659
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-23 01:32:45 +00:00
Automatic Updater
a253fee141
update
2010-02-23 00:17:16 +00:00
Automatic Updater
a8ba272983
update copyright notice
2010-02-22 23:46:41 +00:00
Automatic Updater
97f10b7b17
newcopyrights
2010-02-22 23:30:15 +00:00
Automatic Updater
4fcd136220
update
2010-02-22 22:15:59 +00:00
Mark Andrews
6cc8e3f63f
2851. [doc] nslookup.1, removed <informalexample> from the docbook
...
source as it produced bad nroff. [RT #21007 ]
2010-02-22 21:29:17 +00:00
Automatic Updater
0d35c6a6f1
update
2010-02-22 02:16:37 +00:00
Mark Andrews
025b58e456
.NOTPARALLEL/.NO_PARALLEL
2010-02-22 02:02:32 +00:00
Automatic Updater
f8957c7580
update
2010-02-20 02:17:27 +00:00
Automatic Updater
c7ffcd6230
sync
2010-02-20 01:34:16 +00:00
cvs2git
2fda68c473
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-19 10:12:46 +00:00
Automatic Updater
b69612f5e4
update
2010-02-16 02:16:26 +00:00
Automatic Updater
3d5e39cf98
sync
2010-02-16 01:34:19 +00:00
cvs2git
c3323e0a50
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-02-15 22:48:31 +00:00
Automatic Updater
43e9305a99
update
2010-02-05 00:17:09 +00:00
Automatic Updater
0fecbd7c0c
update copyright notice
2010-02-04 23:46:47 +00:00
Tatuya JINMEI 神明達哉
d93fc1701b
backout diagnose assertion check accidentally committed with the previous
...
commit.
2010-02-04 23:41:59 +00:00
Automatic Updater
b8caeb558a
update
2010-02-04 23:39:59 +00:00
Automatic Updater
2db0d6ae1e
newcopyrights
2010-02-04 23:30:14 +00:00
Tatuya JINMEI 神明達哉
72df12c403
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:28:38 +00:00
Automatic Updater
564a378198
update
2010-02-04 02:17:09 +00:00
Mark Andrews
69c02bceab
2849. [bug] Don't treat errors from the xml2 library as fatal.
...
[RT #20945 ]
2010-02-04 01:16:10 +00:00
Automatic Updater
7c4914ec24
update
2010-02-01 00:17:16 +00:00
Automatic Updater
546ddaf9c4
update copyright notice
2010-01-31 23:46:53 +00:00
Automatic Updater
fe4cecebd5
newcopyrights
2010-01-31 23:30:17 +00:00
Mark Andrews
64fa52c255
2846. [bug] EOF on unix domain sockets was not being handled
...
correctly. [RT #20731 ]
2010-01-31 23:25:25 +00:00
Automatic Updater
c8fac15527
update
2010-01-25 00:17:05 +00:00
Automatic Updater
435228bda6
newcopyrights
2010-01-24 23:30:17 +00:00
Automatic Updater
bb62567f5a
update
2010-01-24 02:18:45 +00:00
Automatic Updater
6da9e12be9
regen
2010-01-24 01:44:13 +00:00
Automatic Updater
590ffe9611
update
2010-01-24 00:17:10 +00:00
Automatic Updater
ebd2fb514d
update copyright notice
2010-01-23 23:47:16 +00:00
Automatic Updater
66b98e0638
newcopyrights
2010-01-23 23:30:19 +00:00
Automatic Updater
4c9e6a22ff
update
2010-01-23 02:17:06 +00:00
Automatic Updater
2b1b4640e7
regen
2010-01-23 01:43:50 +00:00
Automatic Updater
855a693ec4
update
2010-01-23 01:15:52 +00:00
Mark Andrews
b4f57d74a1
2844. [doc] notify-delay default in ARM was wrong. It should have
...
been five (5) seconds.
2010-01-23 00:42:50 +00:00
Automatic Updater
de410d31cc
update
2010-01-22 02:19:58 +00:00
Automatic Updater
96204777ef
sync
2010-01-22 01:33:34 +00:00
cvs2git
87f9c4e3e3
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-01-22 00:54:57 +00:00
Automatic Updater
b4db8e10b6
update
2010-01-21 11:15:52 +00:00
Francis Dupont
109cfe8567
update
2010-01-21 10:56:52 +00:00
cvs2git
ef2a66ce81
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-01-21 10:52:33 +00:00
Automatic Updater
e1c0483a5e
update
2010-01-21 00:17:22 +00:00
Automatic Updater
911fc57d76
update copyright notice
2010-01-20 23:46:55 +00:00
Automatic Updater
7801be366b
newcopyrights
2010-01-20 23:30:24 +00:00
Automatic Updater
1607569062
update
2010-01-20 02:26:26 +00:00
Automatic Updater
baf5f5ea3a
regen
2010-01-20 01:44:39 +00:00
Automatic Updater
e4e7c32b34
sync
2010-01-20 01:34:03 +00:00
cvs2git
d0b2de0d12
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-01-19 03:17:45 +00:00
Automatic Updater
6b4f4d2b3e
update
2010-01-12 00:17:09 +00:00
Automatic Updater
1a76556445
update copyright notice
2010-01-11 23:46:42 +00:00
Automatic Updater
a52a456e30
newcopyrights
2010-01-11 23:30:19 +00:00
Automatic Updater
763aaafc2f
update
2010-01-11 22:16:09 +00:00
Francis Dupont
5fb0395d61
Prevent Linux spurious warnings about fwrite(). [RT #20812 ]
2010-01-11 22:06:24 +00:00
Automatic Updater
eeee4648ad
update
2010-01-09 00:17:29 +00:00
Automatic Updater
9cdc689a80
newcopyrights
2010-01-08 23:30:22 +00:00
Automatic Updater
19b69d6a4a
update
2010-01-08 00:17:16 +00:00
Automatic Updater
727708b937
update copyright notice
2010-01-07 23:46:46 +00:00
Automatic Updater
d147542bc3
newcopyrights
2010-01-07 23:30:16 +00:00
Automatic Updater
ca25941814
update
2010-01-07 18:16:07 +00:00
Evan Hunt
6f2961a774
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:22 +00:00
cvs2git
c6b3288e69
This commit was manufactured by cvs2git to create branch 'v9_5'.
2010-01-07 16:48:26 +00:00
Automatic Updater
f2825a69aa
update
2009-12-31 00:17:17 +00:00
Automatic Updater
7c40b24958
update copyright notice
2009-12-30 23:46:44 +00:00
Automatic Updater
edf3a8d743
newcopyrights
2009-12-30 23:30:26 +00:00
Automatic Updater
ef202ba0fd
update
2009-12-30 09:16:27 +00:00
Tatuya JINMEI 神明達哉
8f14fcadf0
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:35:53 +00:00
cvs2git
829d1a8978
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-12-30 08:02:33 +00:00
Automatic Updater
34cd8d1b24
update
2009-12-30 07:16:17 +00:00
Evan Hunt
7c6cda4b57
2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712 ]
2009-12-30 06:44:22 +00:00
Automatic Updater
fab00a8b58
update
2009-12-24 01:15:41 +00:00
Evan Hunt
e62109ae5d
2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define
...
[RT #20771 ]
2009-12-24 00:34:43 +00:00
Automatic Updater
c5acfbecf7
update
2009-12-24 00:17:18 +00:00
Evan Hunt
972eda1bc3
2818. [cleanup] rndc could return an incorrect error code
...
when a zone was not found. [RT #20767 ]
2009-12-24 00:17:06 +00:00
Evan Hunt
0c5734cf05
2815. [bug] Exclusively lock the task when freezing a zone.
...
[RT #19838 ]
2009-12-23 23:34:45 +00:00
Automatic Updater
e7fe0d5845
update
2009-12-21 05:16:22 +00:00
Mark Andrews
fc5d9b6078
2814. [func] Provide a definitive error message when a master
...
zone is not loaded. [RT #20757 ]
2009-12-21 04:34:08 +00:00
Automatic Updater
332979b16c
update
2009-12-09 02:23:16 +00:00
Automatic Updater
38394b7679
sync
2009-12-09 01:33:09 +00:00
cvs2git
bba567c072
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-12-08 04:57:43 +00:00
Automatic Updater
4a3ec743a1
update
2009-12-04 02:29:42 +00:00
Automatic Updater
b6339527e6
regen
2009-12-04 01:44:11 +00:00
Automatic Updater
4092ff5d68
update
2009-12-03 05:17:38 +00:00
Mark Andrews
9ab02aa320
add copyright
2009-12-03 04:52:53 +00:00
Mark Andrews
6c110a273c
handle EXCLUDED
2009-12-03 04:47:13 +00:00
Automatic Updater
0c16de4c40
update copyright notice
2009-12-03 04:42:48 +00:00
Automatic Updater
ba70b2883f
newcopyrights
2009-12-03 04:39:39 +00:00
Mark Andrews
663d561df0
2601. [doc] Mention file creation mode mask in the
...
named manual page.
2009-12-03 04:34:42 +00:00
Mark Andrews
518694e12b
2659. [doc] Clarify dnssec-keygen doc: key name must match zone
...
name for DNSSEC keys. [RT #19938 ]
2009-12-03 04:32:43 +00:00
Mark Andrews
6fcd5a7545
2701. [doc] Correction to ARM: hmac-md5 is no longer the only
...
supported TSIG key algorithm. [RT #18046 ]
2009-12-03 04:21:42 +00:00
Automatic Updater
5fa86f9aca
update
2009-12-03 04:17:21 +00:00
Mark Andrews
bf2e4b654c
2533. [doc] ARM: document @ (at-sign). [RT #17144
2009-12-03 03:39:45 +00:00
Automatic Updater
dd50350612
update
2009-12-03 00:17:14 +00:00
Mark Andrews
c71ae1bc33
2797. [bug] Don't decrement the dispatch manager's maxbuffers.
...
[RT #20613 ]
2009-12-02 23:32:38 +00:00
Automatic Updater
c82447ebbf
update
2009-12-02 02:26:12 +00:00
Automatic Updater
3e8fdd8828
sync
2009-12-02 01:33:41 +00:00
cvs2git
d1a08d6671
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-12-01 07:29:27 +00:00
Automatic Updater
53cce6b5b5
update
2009-11-27 00:17:12 +00:00
Automatic Updater
da8e409f85
update copyright notice
2009-11-26 23:46:48 +00:00
Automatic Updater
cb1c5b5a1c
update
2009-11-26 22:19:03 +00:00
Mark Andrews
b006a39570
rt#
2009-11-26 21:33:47 +00:00
Automatic Updater
3a9c6337a9
update
2009-11-26 04:17:38 +00:00
Mark Andrews
e7a35d4e83
2790. [bug] Handle DS queries to stub zones.
2009-11-26 03:40:20 +00:00
Automatic Updater
7d722d99b2
update
2009-11-26 00:17:17 +00:00
Automatic Updater
57b0ee84c4
update copyright notice
2009-11-25 23:47:42 +00:00
Automatic Updater
4ec3458524
update
2009-11-25 21:16:01 +00:00
Mark Andrews
a5d8e28ed0
adjust dnssec-keygen command line to that supported before 9.7
2009-11-25 20:53:27 +00:00
Automatic Updater
075356d3fe
update
2009-11-25 14:16:09 +00:00
Mark Andrews
26ae17ea64
fix genrandom location
2009-11-25 13:40:48 +00:00
Automatic Updater
19a2ba0ffa
update
2009-11-25 03:18:13 +00:00
Mark Andrews
718d7963a6
2786. [bug] Additional could be promoted to answer. [RT #20663 ]
2009-11-25 02:32:05 +00:00
Automatic Updater
1dd95655de
update
2009-11-25 00:17:23 +00:00
Automatic Updater
07aed83e3e
update copyright notice
2009-11-24 23:46:42 +00:00
Automatic Updater
fc6533c79e
newcopyrights
2009-11-24 23:30:15 +00:00
Automatic Updater
c139a0ce47
update
2009-11-24 04:17:22 +00:00
Mark Andrews
91d4065eab
rt#
2009-11-24 03:33:03 +00:00
Mark Andrews
ff472b3819
2784. [bug] TC was not always being set when required glue was
...
dropped. [RT #234186 ]
2009-11-24 03:24:42 +00:00
Mark Andrews
bec6b4b55f
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:54 +00:00
Automatic Updater
e2bcbcaf85
update
2009-11-24 02:17:37 +00:00
Mark Andrews
1f6ee6da34
2782. [port] win32: use getaddrinfo() for hostname lookups.
...
[RT #20650 ]
2009-11-24 02:14:17 +00:00
Automatic Updater
804a00b766
update
2009-11-23 03:17:51 +00:00
Mark Andrews
dfc7f79a4f
2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
2009-11-23 02:40:25 +00:00
Automatic Updater
7d01ab71f6
update
2009-11-23 02:17:03 +00:00
Automatic Updater
d0d79e4c01
sync
2009-11-23 01:35:54 +00:00
cvs2git
72917dd64b
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-11-22 22:36:07 +00:00
Automatic Updater
3541f13d9e
update
2009-11-20 02:18:04 +00:00
Automatic Updater
582e9959ae
sync
2009-11-20 01:41:03 +00:00
Automatic Updater
1a0f31121f
update
2009-11-20 01:39:42 +00:00
Automatic Updater
44ed66f065
rfc5625.txt
2009-11-20 01:39:40 +00:00
Automatic Updater
fcb6264de5
rfc5452.txt
2009-11-20 01:39:36 +00:00
Automatic Updater
d1de14528c
rfc5001.txt
2009-11-20 01:39:32 +00:00
Automatic Updater
d82564b6bd
rfc4956.txt
2009-11-20 01:39:28 +00:00
Automatic Updater
f5d2889c70
rfc4955.txt
2009-11-20 01:39:24 +00:00
Automatic Updater
186771ca21
rfc4697.txt
2009-11-20 01:39:20 +00:00
Automatic Updater
c18a9377fe
rfc4472.txt
2009-11-20 01:39:16 +00:00
Automatic Updater
dd78075d4a
rfc4471.txt
2009-11-20 01:39:08 +00:00
Automatic Updater
338efca8d8
rfc4339.txt
2009-11-20 01:39:03 +00:00
Automatic Updater
4b04283067
rfc4294.txt
2009-11-20 01:38:59 +00:00
Automatic Updater
916870de8e
rfc3755.txt
2009-11-20 01:38:55 +00:00
cvs2git
cd3d1bcf1a
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-11-19 05:58:25 +00:00
Automatic Updater
a3386c9241
update
2009-11-19 02:17:55 +00:00
Automatic Updater
2b9197c806
remove draft-park-ipv6-extensions-dns-pnp-00.txt
2009-11-19 01:39:42 +00:00
Automatic Updater
76ea3822cd
draft-ietf-dnsop-name-server-management-reqs-02.txt
2009-11-19 01:39:25 +00:00
Automatic Updater
5b121aa1eb
draft-ietf-dnsop-default-local-zones-05.txt
2009-11-19 01:39:23 +00:00
Automatic Updater
3a903016d7
draft-ietf-dnsext-tsig-md5-deprecated-03.txt
2009-11-19 01:39:22 +00:00
Automatic Updater
47aa29f85b
draft-ietf-dnsext-rfc3597-bis-00.txt
2009-11-19 01:39:20 +00:00
Automatic Updater
03a606bb47
draft-ietf-dnsext-rfc2672bis-dname-18.txt
2009-11-19 01:39:17 +00:00
Automatic Updater
ee3f92879b
draft-ietf-dnsext-rfc2671bis-edns0-01.txt
2009-11-19 01:39:15 +00:00
Automatic Updater
6d87e77519
draft-ietf-dnsext-forgery-resilience-02.txt
2009-11-19 01:39:12 +00:00
Automatic Updater
cf94f10796
draft-ietf-dnsext-dnssec-gost-03.txt
2009-11-19 01:39:11 +00:00
Automatic Updater
26eaeb1bd8
draft-ietf-dnsext-dnssec-bis-updates-09.txt
2009-11-19 01:39:09 +00:00
Automatic Updater
639ff59181
draft-ietf-dnsext-dnsproxy-05.txt
2009-11-19 01:39:04 +00:00
Automatic Updater
3a786a57a6
draft-ietf-dnsext-dns-tcp-requirements-01.txt
2009-11-19 01:39:01 +00:00
Automatic Updater
81c38d294f
draft-ietf-dnsext-axfr-clarify-11.txt
2009-11-19 01:38:55 +00:00
Automatic Updater
79e3323fe9
draft-ietf-behave-dns64-01.txt
2009-11-19 01:38:53 +00:00
Automatic Updater
cb3dc36864
draft-ietf-6man-text-addr-representation-01.txt
2009-11-19 01:38:51 +00:00
Automatic Updater
d77a5d4d83
draft-dolmatov-dnsext-dnssec-gost-00.txt
2009-11-19 01:38:49 +00:00
Automatic Updater
7fe7be3547
update
2009-11-19 00:17:03 +00:00
Automatic Updater
401585877e
update copyright notice
2009-11-18 23:46:39 +00:00
Automatic Updater
d839d9ad86
newcopyrights
2009-11-18 23:30:21 +00:00
Automatic Updater
aafdac5a64
update
2009-11-18 00:17:09 +00:00
Mark Andrews
8c4db61211
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:09:00 +00:00
cvs2git
dfdc1ca5e5
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-11-17 23:55:19 +00:00
cvs2git
19b84f67c4
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-11-13 06:05:00 +00:00
Automatic Updater
116bb155c3
update
2009-11-13 00:16:57 +00:00
Mark Andrews
ddf5347a68
2765. [bug] Skip masters for which the TSIG key cannot be found.
...
[RT #20595 ]
2009-11-12 23:43:36 +00:00
Automatic Updater
a53778d3bb
newcopyrights
2009-11-12 23:30:22 +00:00
Automatic Updater
36df41d5be
update
2009-11-12 14:21:43 +00:00
Mark Andrews
25082002ed
add ./doc/private/SRCID
2009-11-12 14:17:49 +00:00
Automatic Updater
700f235399
update
2009-11-12 00:16:58 +00:00
Automatic Updater
4e8a9f1300
generate
2009-11-11 09:27:29 +00:00
Automatic Updater
05505f40f3
regen
2009-11-11 01:45:17 +00:00
Evan Hunt
aeb13ffe04
2760. [cleanup] Corrected named-compilezone usage summary. [RT #20533 ]
2009-11-10 20:01:15 +00:00
Evan Hunt
c857d67816
2759. [doc] Add information about .jbk/.jnw files to
...
the ARM. [RT #20303 ]
2009-11-10 19:47:34 +00:00
Evan Hunt
279547769f
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:07 +00:00
Evan Hunt
b2df419c30
2757. [bug] dig: assertion failure could occur in connect
...
timeout. [RT #20599 ]
2009-11-10 17:26:47 +00:00
Automatic Updater
c3b7d35e03
regen
2009-11-07 01:45:05 +00:00
Automatic Updater
61e41d72b7
update copyright notice
2009-11-06 23:46:40 +00:00
Automatic Updater
ec4b270383
newcopyrights
2009-11-06 23:30:15 +00:00
Evan Hunt
ba5329c8c1
2755. [doc] Clarify documentation of keyset- files in
...
dnssec-signzone man page. [RT #19810 ]
2009-11-06 21:35:56 +00:00
Evan Hunt
6e53926208
fix misspelling of queryport-pool-updateinterval in obsolete options list
2009-11-06 18:52:18 +00:00
Evan Hunt
50c0240ac1
2750. [bug] dig: assertion failure could occur when a server
...
didn't have an address. [RT #20579 ]
2009-11-05 01:57:08 +00:00
Automatic Updater
e5826a3ca3
regen
2009-11-04 01:44:38 +00:00
Automatic Updater
21e93db03a
update
2009-10-31 01:35:01 +00:00
Automatic Updater
dc4ae5d020
rfc5011.txt
2009-10-31 01:35:00 +00:00
cvs2git
b406c36a02
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-10-30 05:21:02 +00:00
Automatic Updater
d90f6ac848
update
2009-10-29 01:34:02 +00:00
Automatic Updater
3b38c7df86
rfc5702.txt
2009-10-29 01:34:00 +00:00
cvs2git
f88b2a9d74
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-10-28 21:08:21 +00:00
Automatic Updater
2b06e9c63c
update
2009-10-28 01:34:42 +00:00
Automatic Updater
d0ce206c51
rfc1912.txt
2009-10-28 01:34:40 +00:00
cvs2git
e683feead6
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-10-28 00:56:20 +00:00
Mark Andrews
ac6f82a841
2729. [func] When constructing a CNAME from a DNAME use the DNAME
...
TTL. [RT #20451 ]
2009-10-27 22:49:15 +00:00
Automatic Updater
403448b003
update copyright notice
2009-10-21 23:46:33 +00:00
Automatic Updater
dedfd63144
newcopyrights
2009-10-21 23:30:23 +00:00
Evan Hunt
5604faa129
2723. [bug] isc_base64_totext() didn't always mark regions of
...
memory as fully consumed after conversion. [RT #20445 ]
2009-10-21 01:23:19 +00:00
Evan Hunt
ef311b4d86
fix typo
2009-10-20 14:43:13 +00:00
Mark Andrews
123f33f60e
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:29 +00:00
Mark Andrews
1f52e23ca8
2721. [port] Have dst__entropy_status() prime the random number
...
generator. [RT #20369 ]
2009-10-20 04:47:52 +00:00
Mark Andrews
32ba8dd2f0
silence compiler warnings. [RT #20412 ]
2009-10-20 03:31:40 +00:00
Mark Andrews
ceff44dae2
2718. [bug] The space calculations in opensslrsa_todns() were
...
incorrect. [RT #20394 ]
2009-10-20 03:06:32 +00:00
Mark Andrews
ef2f226ac1
2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414 ]
2009-10-20 01:16:46 +00:00
Mark Andrews
f885074740
grammar, line length
2009-10-19 02:57:47 +00:00
Mark Andrews
6dfde0c8cb
regen
2009-10-16 04:29:29 +00:00
Mark Andrews
eaf4d04fee
2715. [bug] Require OpenSSL support to be explicitly disabled.
...
[RT #20288 ]
2009-10-16 04:28:17 +00:00
Mark Andrews
67b97c83c1
2714. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
...
flags.
2009-10-16 04:27:07 +00:00
Automatic Updater
60d4005664
update copyright notice
2009-10-14 23:46:42 +00:00
Automatic Updater
a83e2495af
newcopyrights
2009-10-14 23:30:18 +00:00
Mark Andrews
900410be0d
2713. [bug] powerpc: atomic operations missing asm("ics") /
...
__isync() calls.
2009-10-14 04:04:48 +00:00
Mark Andrews
0d5dc31f9f
regen
2009-10-13 03:42:27 +00:00
Mark Andrews
a95d4c4083
support ESV version strings
2009-10-13 03:38:49 +00:00
Mark Andrews
9b8465aed1
support ESV version strings
2009-10-13 03:04:55 +00:00
Automatic Updater
dbfb734a8f
regen
2009-10-06 01:45:25 +00:00
Automatic Updater
1e81af1c6a
update copyright notice
2009-10-05 23:46:58 +00:00
Evan Hunt
845b0ee4f6
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:42 +00:00
Automatic Updater
3d4dd3c1d1
regen
2009-10-04 01:45:34 +00:00
Evan Hunt
54611c86b5
2700. [doc] The match-mapped-addresses option is discouraged.
...
[RT #12252 ]
2009-10-03 23:34:19 +00:00
Evan Hunt
98ca8fdfba
regen
2009-10-03 16:22:45 +00:00
Evan Hunt
e86128a10a
2698. [cleanup] configure --enable-libbind is deprecated. [RT #20090 ]
2009-10-03 16:22:08 +00:00
Automatic Updater
b09a4be0df
update copyright notice
2009-10-01 23:46:45 +00:00
Automatic Updater
4d8c24fa5f
newcopyrights
2009-10-01 23:30:29 +00:00
Mark Andrews
2ca835ce4d
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:19:35 +00:00
Mark Andrews
b781575060
2696. [bug] named failed to successfully process some valid
...
acl constructs. [RT #20308 ]
2009-10-01 04:20:37 +00:00
Mark Andrews
3a6023567d
fix rt number
2009-09-30 02:46:46 +00:00
Mark Andrews
970849e012
fix CHANGE number
2009-09-30 02:22:30 +00:00
Automatic Updater
407d5c84de
update copyright notice
2009-09-29 23:46:40 +00:00
Automatic Updater
d96a67ec13
newcopyrights
2009-09-29 23:30:16 +00:00
Mark Andrews
fb1221fe57
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 05:09:43 +00:00
Automatic Updater
efcd66dd5f
update copyright notice
2009-09-25 23:46:54 +00:00
Automatic Updater
36bb030be1
newcopyrights
2009-09-25 23:30:16 +00:00
Mark Andrews
a7bc7ec2f8
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:51:09 +00:00
Mark Andrews
e57dd35a87
regen: use consistant versions of Autoconf
2009-09-25 04:46:05 +00:00
Mark Andrews
fd44157655
silence signed/unsigned comparision warning
2009-09-25 01:48:10 +00:00
Automatic Updater
b4086a1fde
update copyright notice
2009-09-24 23:46:53 +00:00
Automatic Updater
04d8af93b1
newcopyrights
2009-09-24 23:30:20 +00:00
Mark Andrews
0b6c1173a7
2689. [bug] Correctly handle snprintf result. [RT #20306 ]
2009-09-24 22:22:22 +00:00
Mark Andrews
7c7eca0de8
2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
...
to decide to fetch the destination address. [RT #20305 ]
2009-09-24 06:42:00 +00:00
Automatic Updater
45d9fd6069
update copyright notice
2009-09-23 23:46:44 +00:00
Automatic Updater
f7941a19b7
newcopyrights
2009-09-23 23:30:23 +00:00
Evan Hunt
2b2539f3c5
fix typo in net.c -- s/closeocket/closesocket/
2009-09-23 00:46:47 +00:00
Mark Andrews
144cb36893
9.5.2
2009-09-21 01:51:10 +00:00
Tatuya JINMEI 神明達哉
bd6bd562ea
fixed the position of the period.
2009-09-19 21:46:34 +00:00
Tatuya JINMEI 神明達哉
e5bce1dd89
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:56:25 +00:00
Mark Andrews
cef43239cb
2678. [func] Treat DS queries as if "minimal-response yes;"
...
was set. [RT #20258 ]
2427. [func] Treat DNSKEY queries as if "minimal-response yes;"
was set. [RT #18528 ]
2009-09-16 22:28:52 +00:00
Evan Hunt
6145e3c8fa
Update comment, since the key won't expire in 9/2009 after all.
2009-09-09 15:47:51 +00:00
Automatic Updater
68d3ffa39f
9.5.2rc1
2009-09-09 00:44:19 +00:00
Mark Andrews
76d2dc1150
9.5.2rc1
2009-09-08 23:35:59 +00:00
Mark Andrews
625d1345a4
9.5.2rc1
2009-09-08 23:30:07 +00:00
Mark Andrews
e1379b42f8
2672. [bug] Don't enable searching in 'host' when doing reverse
...
lookups. [RT #20218 ]
2009-09-08 23:28:40 +00:00
Mark Andrews
4db96e8b27
2670. [bug] Unexpected connect failures failed to log enough
...
information to be useful. [RT #20205 ]
2009-09-07 02:14:40 +00:00
Automatic Updater
fe6e6e93be
update copyright notice
2009-09-02 23:46:40 +00:00
Automatic Updater
bb8c25fbf1
newcopyrights
2009-09-02 23:30:19 +00:00
Mark Andrews
c7574cf6f6
2663. [func] win32: allow named to run as a service using
...
"NT AUTHORITY\LocalService" as the account. [RT #19977 ]
2009-09-02 00:30:44 +00:00
Mark Andrews
f55006eb18
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-09-02 00:29:56 +00:00
Automatic Updater
54123c5a3f
update copyright notice
2009-09-01 23:46:36 +00:00
Automatic Updater
117c3d6de5
newcopyrights
2009-09-01 23:30:20 +00:00
Evan Hunt
61dc9951fb
back out changes 2661 & 2662 until post 9.5.2
2009-09-01 07:17:46 +00:00
Evan Hunt
9647f67a0a
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:49:29 +00:00
Tatuya JINMEI 神明達哉
93d2c48b0b
make the _H definition consistent with the file name.
2009-09-01 03:32:33 +00:00
Automatic Updater
056bbcd41d
regen
2009-08-26 01:44:42 +00:00
Mark Andrews
96b1813e98
2655. [doc] Document that key-directory does not affect
...
rndc.key. [RT #20155 ]
2009-08-25 04:41:23 +00:00
Automatic Updater
39bf89d91c
regen
2009-08-20 01:43:31 +00:00
Automatic Updater
f92d5bc205
newcopyrights
2009-08-14 07:55:21 +00:00
Mark Andrews
8801bef4ea
missing semicolon
2009-08-14 07:48:45 +00:00
Automatic Updater
8df03195cf
9.5.2b1
2009-08-14 05:57:36 +00:00
Mark Andrews
eb3aaebeb3
9.5.2
2009-08-13 08:17:02 +00:00
Automatic Updater
386e69d256
newcopyrights
2009-08-13 08:09:40 +00:00
Mark Andrews
696bfc84a0
9.5.2b1
2009-08-13 08:07:58 +00:00
Automatic Updater
4ea93e7cfa
update copyright notice
2009-08-13 07:12:58 +00:00
Automatic Updater
f97e3595af
newcopyrights
2009-08-13 07:10:05 +00:00
Mark Andrews
1348806439
9.5.2b1
2009-08-13 06:47:46 +00:00
Mark Andrews
c199662ea2
2649. [bug] Set the domain for forward only zones. [RT #19944 ]
2009-08-13 04:54:21 +00:00
Mark Andrews
29f607744a
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:40:57 +00:00
Mark Andrews
d028ae461b
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:19:18 +00:00
Mark Andrews
a6f2a3bf33
2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
...
which default to 64 bits. [RT #19927 ]
2009-08-13 02:02:45 +00:00
Automatic Updater
4be54137d1
update
2009-08-02 01:32:57 +00:00
Automatic Updater
8b45303755
rfc4635.txt
2009-08-02 01:32:52 +00:00
cvs2git
23472854fb
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-08-01 06:05:49 +00:00
Evan Hunt
a7271c81d6
2642. [bug] nsupdate could dump core on solaris when reading
...
improperly formatted key files. [RT #20015 ]
2009-07-29 23:55:00 +00:00
Mark Andrews
fdf8bb9e4e
2640. [security] A specially crafted update packet will cause named
...
to exit. [RT #20000 ]
2009-07-28 15:54:31 +00:00
Mark Andrews
086467312c
2639. [bug] Silence compiler warnings in gssapi code. [RT #19954 ]
2009-07-21 07:29:23 +00:00
Automatic Updater
305653254a
update copyright notice
2009-07-21 06:45:06 +00:00
Automatic Updater
aef04be866
newcopyrights
2009-07-21 06:42:40 +00:00
Mark Andrews
a3373a86c2
2637. [func] Rationalize dnssec-signzone's signwithkey() calling.
...
[RT #19959 ]
2009-07-21 03:36:49 +00:00
Mark Andrews
bc2a72892a
char mechbuf[17] -> unsigned char mechbuf[17]
2009-07-20 01:56:05 +00:00
Automatic Updater
8888457a85
update copyright notice
2009-07-18 23:46:53 +00:00
Automatic Updater
1726629869
newcopyrights
2009-07-18 23:30:17 +00:00
Evan Hunt
1c335ef174
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-18 21:14:16 +00:00
Automatic Updater
ae0302331d
update copyright notice
2009-07-16 23:46:44 +00:00
Automatic Updater
87cdb1ae1b
newcopyrights
2009-07-16 23:30:24 +00:00
Mark Andrews
7bc7684b3a
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 06:00:31 +00:00
Mark Andrews
5152197216
2632. [func] util/kit.sh: warn if documentation appears to be out of
...
date. [RT #19922 ]
2009-07-16 05:33:48 +00:00
Automatic Updater
3fe0256d53
regen
2009-07-15 01:43:30 +00:00
Jeremy Reed
7372696617
Few grammar fixes already done in HEAD.
...
Spelling fix already also done in HEAD and reported in RT #19935 .
(This is v9_5.)
Note this is too minor for review or a CHANGES entry.
2009-07-14 18:01:02 +00:00
Mark Andrews
d7b3bab049
2623. [bug] Named started seaches for DS non-optimally. [RT #19915 ]
2009-07-13 06:33:11 +00:00
Automatic Updater
0a6ae75c6c
update
2009-07-13 01:32:58 +00:00
Automatic Updater
1d0484fb12
rfc4509.txt
2009-07-13 01:32:57 +00:00
cvs2git
a51f68ec05
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-07-12 23:51:52 +00:00
Automatic Updater
7500692933
update copyright notice
2009-07-11 23:46:45 +00:00
Automatic Updater
0d756c045d
newcopyrights
2009-07-11 23:30:16 +00:00
Mark Andrews
8edb9e5da5
2920. [bug] Delay thawing the zone until the reload of it has
...
completed successfully. [RT #19750 ]
2009-07-11 04:28:14 +00:00
Automatic Updater
9c57eb8e7e
regen
2009-07-11 01:43:40 +00:00
Mark Andrews
6f2500a8a4
catch errors when generating options
2009-07-11 00:14:28 +00:00
Automatic Updater
0c0fae379d
update copyright notice
2009-07-10 23:46:39 +00:00
Automatic Updater
5ca3b81622
newcopyrights
2009-07-10 23:30:20 +00:00
Tatuya JINMEI 神明達哉
474e865f32
2621. [doc] Made copyright boilterplate consistent. [RT #19833 ]
2009-07-10 07:23:09 +00:00
Mark Andrews
bf741de055
update description of 2517
2009-06-30 00:11:15 +00:00
Automatic Updater
93d3f14511
update copyright notice
2009-06-26 23:46:40 +00:00
Automatic Updater
6c2cdc808f
newcopyrights
2009-06-26 23:30:18 +00:00
Mark Andrews
6f8754d1f6
2618. [bug] The sdb and sdlz db_interator_seek() methods could
...
loop infinitely. [RT #19847 ]
2009-06-26 06:23:47 +00:00
Mark Andrews
1266d22581
2617. [bug] ifconfig.sh failed to emit an error message when
...
run from the wrong location. [RT #19375 ]
2009-06-26 06:17:56 +00:00
Automatic Updater
bcb4e7756a
update copyright notice
2009-06-25 23:46:43 +00:00
Automatic Updater
dda83d4a02
newcopyrights
2009-06-25 23:30:15 +00:00
Mark Andrews
1953233d8f
Editorial nits. [RT #19815 ]
2009-06-25 05:33:17 +00:00
Mark Andrews
25bad13b4c
update description
2009-06-24 03:47:28 +00:00
Mark Andrews
6d01ae150c
2616. [bug] The nameserver argument to 'host' was being ignored.
...
[RT #19852 ]
2009-06-24 03:42:32 +00:00
Mark Andrews
24518feffa
2615. [bug] "__attribute__((unused))" was in the wrong place
...
for ia64 gcc builds. [RT #19854 ]
2009-06-24 02:23:27 +00:00
Mark Andrews
3eb87d8319
change number
2009-06-24 02:12:49 +00:00
Automatic Updater
38f5a45b3e
update copyright notice
2009-06-23 23:46:35 +00:00
Automatic Updater
2121318857
newcopyrights
2009-06-23 23:30:20 +00:00
Mark Andrews
93a7b94184
2615. [port] win32: 'named -v' should automatically be executed
...
in the foreground. [RT #19844 ]
2009-06-23 07:51:49 +00:00
Automatic Updater
c3ef5f41a7
update copyright notice
2009-06-22 23:46:43 +00:00
Automatic Updater
ead8a1183c
newcopyrights
2009-06-22 23:30:17 +00:00
Mark Andrews
2bf1ef20fc
update
2009-06-22 02:09:08 +00:00
Mark Andrews
416f38d033
update
2009-06-22 02:02:50 +00:00
Evan Hunt
8605599cbd
corrected supported windows OS's
2009-06-22 01:47:42 +00:00
Automatic Updater
2f17cfb4e0
update
2009-06-16 01:32:52 +00:00
Automatic Updater
443f12f2ac
rfc4892.txt
2009-06-16 01:32:50 +00:00
cvs2git
dd6909d9a4
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-06-15 01:58:27 +00:00
Mark Andrews
3c97b9745c
don't hard code the current year
2009-06-12 04:07:43 +00:00
Automatic Updater
b2db28e57c
update copyright notice
2009-06-11 23:46:36 +00:00
Automatic Updater
d8a205c241
newcopyrights
2009-06-11 23:30:18 +00:00
Mark Andrews
173ea93388
.mak -> X
2009-06-11 01:31:49 +00:00
Mark Andrews
f65a7c1a07
showsearh -> showsearch
2009-06-11 01:26:19 +00:00
Mark Andrews
63f55865df
2610. [port] sunos: Change #2363 was not complete. [RT #19796 ]
2009-06-10 02:27:00 +00:00
Mark Andrews
71044767d5
2606. [bug] "delegation-only" was not being accepted in
...
delegation-only type zones. [RT #19717 ]
2009-06-03 07:08:20 +00:00
Automatic Updater
d90f03a6ac
regen
2009-06-03 01:43:35 +00:00
Automatic Updater
29d84c4544
update copyright notice
2009-06-02 23:46:44 +00:00
Mark Andrews
f6eb52ac40
2605. [bug] Accept DS responses from delegation only zones.
...
[RT # 19296]
2009-06-02 06:00:40 +00:00
Automatic Updater
10e31e1ace
newcopyrights
2009-05-29 23:30:19 +00:00
Mark Andrews
a3290f6c8b
2603. [port] win32: handle .exe extension of named-checkzone and
...
named-comilezone argv[0] names under windows.
[RT #19767 ]
2009-05-29 02:18:32 +00:00
Mark Andrews
641e328cfd
2602. [port] win32: fix debugging command line build of libisccfg.
...
[RT #19767 ]
2009-05-29 01:37:47 +00:00
Automatic Updater
2fb6c5e6ce
update copyright notice
2009-05-11 02:37:36 +00:00
Mark Andrews
bde3f64286
spelling
2009-05-11 02:29:53 +00:00
Mark Andrews
7070efbd61
2599. [bug] Address rapid memory growth when validation fails.
...
[RT #19654 ]
2009-05-11 02:27:26 +00:00
Automatic Updater
d09e8b0154
update copyright notice
2009-05-07 23:46:32 +00:00
Automatic Updater
cf532dff4f
newcopyrights
2009-05-07 23:30:19 +00:00
Automatic Updater
d7f630bb00
update copyright notice
2009-05-06 23:46:49 +00:00
Tatuya JINMEI 神明達哉
05eae05c7a
back out an irrelevant diff (sorry)
2009-05-06 23:38:35 +00:00
Tatuya JINMEI 神明達哉
a6aa668679
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:48 +00:00
Automatic Updater
bc98fc09f3
newcopyrights
2009-05-06 23:30:22 +00:00
Francis Dupont
a2af528ff3
add isc/print.h
2009-05-06 11:42:36 +00:00
Francis Dupont
e57c75209a
Fix unknown extended rcodes in dig
2009-05-06 10:19:49 +00:00
Automatic Updater
d37010c7a7
update
2009-05-01 01:37:17 +00:00
Automatic Updater
28efca5b53
rfc5507.txt
2009-05-01 01:37:16 +00:00
Mark Andrews
60d5d1309c
2592. [bug] Treat "any" as a type in nsupdate. [RT #19455 ]
2009-04-30 07:12:15 +00:00
Mark Andrews
82dc7bcbee
2591. [bug] named could die when processing a update in
...
removed_orphaned_ds(). [RT #19507 ]
2009-04-30 07:01:21 +00:00
Automatic Updater
50e71de901
update copyright notice
2009-04-29 23:46:55 +00:00
Automatic Updater
029e90b3ff
newcopyrights
2009-04-29 23:30:34 +00:00
Mark Andrews
f432e672b8
2589. [bug] dns_db_unregister() failed to clear '*dbimp'.
...
[RT #19626 ]
2009-04-29 22:22:32 +00:00
cvs2git
666500d840
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-04-29 04:10:40 +00:00
Automatic Updater
bfaea70e56
update copyright notice
2009-04-28 23:46:43 +00:00
Automatic Updater
8a56b144c4
newcopyrights
2009-04-28 23:30:15 +00:00
Tatuya JINMEI 神明達哉
821f19dd42
(forgot to commit)
...
2586. [bug] Missing cleanup of SIG rdataset in searching a DLZ DB
or SDB. [RT #19577 ]
2009-04-28 21:41:54 +00:00
Tatuya JINMEI 神明達哉
29ef15495a
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:30:34 +00:00
Automatic Updater
9b5c101b39
update copyright notice
2009-04-08 06:47:03 +00:00
Automatic Updater
94b19a8e7c
newcopyrights
2009-04-08 06:44:31 +00:00
Tatuya JINMEI 神明達哉
688cbcdf8d
2584. [bug] alpha: gcc optimization could break atomic operations.
...
[RT #19227 ]
2009-04-08 05:49:16 +00:00
Tatuya JINMEI 神明達哉
1ffa559d2b
wording fix for cpp error message (rt #19569 )
2009-04-07 02:50:37 +00:00
Mark Andrews
142c06266e
2583. [port] netbsd: provide a control to not add the compile
...
date to the version string, -DNO_VERSION_DATE.
2009-04-03 20:18:26 +00:00
Automatic Updater
978f35dd4c
regen
2009-04-03 03:32:58 +00:00
Mark Andrews
36271b68ab
removed extraneous 'd'
2009-04-03 02:05:31 +00:00
Automatic Updater
314b6f2402
update copyright notice
2009-04-02 23:46:45 +00:00
Jeremy Reed
c0ecdf89fb
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:54 +00:00
Jeremy Reed
af07ac8186
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 :)
(I had to manually edit this as my patch from HEAD didn't apply here
in v9_5.)
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:21:32 +00:00
Jeremy Reed
312bb5110c
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:13:31 +00:00
Jeremy Reed
1a3bbaa346
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:53:17 +00:00
Jeremy Reed
eaac9c2bb7
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:46:34 +00:00
Jeremy Reed
6ad05384d9
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:23:29 +00:00
Jeremy Reed
ca364d1057
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:18:38 +00:00
Automatic Updater
11fb2a3ad0
newcopyrights
2009-03-26 23:30:20 +00:00
Mark Andrews
8e56af65e3
2582. [bug] Don't emit warning log message when we attempt to
...
remove non-existant journal. [RT #19516 ]
2009-03-26 22:59:15 +00:00
Mark Andrews
cc59ed5719
2581. [contrib] dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
...
Requires MySQL 5.0.19 or later. [RT #19084 ]
2009-03-26 17:53:23 +00:00
Tatuya JINMEI 神明達哉
0d4a9d665c
2580. [bug] UpdateRej statistics counter could be incremented twice
...
for one rejection. [RT #19476 ]
2009-03-18 22:17:54 +00:00
Automatic Updater
e6ad8900f9
update copyright notice
2009-03-17 23:46:41 +00:00
Mark Andrews
8d64734402
2579. [bug] DNSSEC lookaside validation failed to handle unknown
...
algorithms. [RT #19479 ]
2009-03-17 01:24:23 +00:00
Automatic Updater
8257edf5c4
regen
2009-03-14 01:42:48 +00:00
Tatuya JINMEI 神明達哉
fef147679a
2577. [doc] Clarified some statistics counters. [RT #19454 ]
2009-03-13 01:53:07 +00:00
Automatic Updater
ca53bed82c
regen
2009-03-06 01:41:29 +00:00
Automatic Updater
2fdd48927c
update copyright notice
2009-03-05 23:46:34 +00:00
Automatic Updater
ba0b088a27
newcopyrights
2009-03-05 23:30:15 +00:00
Mark Andrews
a6d93d26f9
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 05:00:13 +00:00
Mark Andrews
3ce6daf1c0
side -> string
2009-03-05 04:30:56 +00:00
Mark Andrews
a132838005
silence 'Different types treated as unsigned for >.' warnings
2009-03-05 03:45:40 +00:00
Mark Andrews
5aa85659d2
add bind.keys
2009-03-04 23:58:36 +00:00
Evan Hunt
a866c76a7f
Added bind.keys, containing dlv.isc.org trust anchor, to source tree
...
for users' convenience [rt18685]
2009-03-04 02:51:37 +00:00
cvs2git
95b5dc20f1
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-03-04 02:42:33 +00:00
Automatic Updater
d094e4a717
update copyright notice
2009-03-02 23:46:31 +00:00
Automatic Updater
3d765a22d9
newcopyrights
2009-03-02 23:30:19 +00:00
Mark Andrews
af0729c144
2568. [bug] Report when the write to indicate a otherwise
...
successful start fails. [RT #19360 ]
2009-03-02 03:07:05 +00:00
Mark Andrews
be9fd19472
2567. [bug] dst__privstruct_writefile() could miss write errors.
...
write_public_key() could miss write errors.
[RT #19360 ]
2009-03-02 02:57:24 +00:00
Mark Andrews
8381489c5b
report and abort on getcwd() failures
2009-03-02 02:48:44 +00:00
Mark Andrews
c1498af3c6
report write error. [RT #19360 ]
2009-03-02 02:43:14 +00:00
Mark Andrews
45f7713097
2567. [bug] dst__privstruct_writefile() could miss write errors.
...
[RT #19360 ]
2009-03-02 02:34:12 +00:00
Mark Andrews
d78ee12f80
report when chdir fails. [RT #19360 ]
2009-03-02 01:57:35 +00:00
Mark Andrews
af705bce49
2564. [bug] Only take EDNS fallback steps when processing timeouts.
...
[RT #19405 ]
2009-02-27 23:08:09 +00:00
Mark Andrews
e1d574ac1d
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:50:34 +00:00
Mark Andrews
54d9895cf8
2563. [bug] Dig could leak a socket causing it to wait forever
...
to exit. [RT #19359 ]
2009-02-25 02:41:37 +00:00
Automatic Updater
0f99b8dd02
update
2009-02-21 01:20:27 +00:00
Automatic Updater
e113758bde
rfc5205.txt
2009-02-21 01:20:26 +00:00
Automatic Updater
8be721920f
update copyright notice
2009-02-20 23:46:49 +00:00
Automatic Updater
d421d673ec
newcopyrights
2009-02-20 23:30:16 +00:00
Jeremy Reed
ca93fee66c
2561. [doc] Add isc-config.sh(1) man page. [RT #16378 ]
2009-02-20 22:40:48 +00:00
cvs2git
198962042f
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-02-20 22:24:51 +00:00
Mark Andrews
55bf33e89b
CHANGE numbers
2009-02-19 02:36:45 +00:00
Automatic Updater
55ae1a8232
regen
2009-02-19 01:41:00 +00:00
Automatic Updater
146b5d78a6
update copyright notice
2009-02-18 23:46:34 +00:00
Automatic Updater
41aa8f8b31
newcopyrights
2009-02-18 23:30:14 +00:00
Mark Andrews
f46fcfc304
Add #include <config.h> to iptable.c. [RT #18258 ]
2009-02-18 05:57:31 +00:00
Mark Andrews
8dd2efc269
linux doesn't need checks for -lsocket and -lnsl
2009-02-17 06:31:17 +00:00
Mark Andrews
f3f20f5d18
silence 'Different types treated as unsigned for <=.' warning
2009-02-17 05:54:41 +00:00
Mark Andrews
e876cf83d6
silence compiler warnings [RT #17079 ]
2009-02-17 03:47:28 +00:00
Automatic Updater
26adb9b921
update copyright notice
2009-02-16 23:46:45 +00:00
Automatic Updater
946eabb329
newcopyrights
2009-02-16 23:30:14 +00:00
Mark Andrews
9b1f27e560
silence 'Different types treated as unsigned for >=.' warning
2009-02-16 03:17:29 +00:00
Mark Andrews
9150681ebb
fix change number
2009-02-16 02:32:07 +00:00
Mark Andrews
edc3dc4bb5
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:10:58 +00:00
Mark Andrews
e478ff2b65
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2009-02-16 00:59:14 +00:00
Mark Andrews
ec281e5d51
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2009-02-16 00:53:58 +00:00
Mark Andrews
fc12220bab
out of memory condition could be missed. [RT #18970 ]
2009-02-16 00:23:34 +00:00
Mark Andrews
a0a3d4f1e6
2553. [bug] Reference leak on DNSSEC validation errors. [RT #19291 ]
2009-02-15 23:39:34 +00:00
Mark Andrews
eca41a6b05
2552. [bug] zero-no-soa-ttl-cache was not being honoured.
...
[RT #19340 ]
2009-02-15 23:15:31 +00:00
Mark Andrews
2912d502a7
2551. [bug] Potential Reference leak on return. [RT #19341 ]
2009-02-15 23:07:53 +00:00
Mark Andrews
f2fd8c27c5
2550. [bug] Check --with-openssl=<path> finds <openssl/opensslv.h>.
...
[RT #19343 ]
2009-02-15 23:00:04 +00:00
Automatic Updater
dda277af23
update copyright notice
2009-02-13 23:46:42 +00:00
Automatic Updater
e33ceafea8
newcopyrights
2009-02-13 23:30:20 +00:00
Mark Andrews
60d6bd25c8
2549. [port] linux: define NR_OPEN if not currently defined.
...
[RT #19344 ]
2009-02-13 09:31:06 +00:00
Automatic Updater
9538c4b0ee
update copyright notice
2009-02-12 23:46:42 +00:00
Automatic Updater
0122239d3f
newcopyrights
2009-02-12 23:30:16 +00:00
Rob Austein
3126bec82b
Add rule to build Bv9ARM-all.html [RT #19142 ]
2009-02-12 22:50:48 +00:00
Francis Dupont
fc297df830
add dns_resolver_logfetch
2009-02-12 13:50:28 +00:00
Francis Dupont
beb5c4a897
add isc__mem_reallocate()
2009-02-12 12:49:33 +00:00
Francis Dupont
187e9979cb
add stats
2009-02-12 11:39:48 +00:00
Automatic Updater
8c4fd9390d
update copyright notice
2009-02-11 23:46:41 +00:00
Automatic Updater
ca9de9f421
newcopyrights
2009-02-11 23:30:23 +00:00
Tatuya JINMEI 神明達哉
421fa787ea
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:09:55 +00:00
Automatic Updater
c937d424fd
regen
2009-02-05 01:42:46 +00:00
Jeremy Reed
d660b6781d
2545. [doc] ARM: Legal hostname checking (check-names) is
...
for SRV RDATA too. [RT #19304 ]
2009-02-05 00:38:11 +00:00
Automatic Updater
8dcc84f169
update copyright notice
2009-02-04 23:46:39 +00:00
Automatic Updater
5b4e3a9115
newcopyrights
2009-02-04 23:30:19 +00:00
Mark Andrews
59c8f1682b
silence comiler warning. [RT #18630 ]
2009-02-04 04:44:36 +00:00
Tatuya JINMEI 神明達哉
440e6eb710
2544. [cleanup] Removed unused structure members in adb.c. [RT #19225 ]
2009-02-03 22:35:00 +00:00
Automatic Updater
68b64cbaec
regen
2009-02-03 01:40:49 +00:00
Mark Andrews
d794683e73
add missing [
2009-02-02 04:47:55 +00:00
Mark Andrews
f1463fa3d8
2542. [doc] Update the description of dig +adflag. RT #19290 ]
2009-02-02 04:44:14 +00:00
Automatic Updater
92b2158062
regen
2009-01-31 02:00:22 +00:00
Mark Andrews
bbcca61932
2541. [bug] Conditionally update dispatch manager statistics.
...
[RT #19247 ]
2009-01-31 00:44:43 +00:00
Automatic Updater
1dc911b528
update copyright notice
2009-01-30 23:46:48 +00:00
Automatic Updater
228472c480
newcopyrights
2009-01-30 23:30:17 +00:00
Automatic Updater
cc07b949cc
regen
2009-01-30 23:30:16 +00:00
Mark Andrews
ba054c86ac
2539. [security] Update the interaction between recursion, allow-query,
...
allow-query-cache and allow-recursion. [RT #19198 ]
2009-01-30 08:20:47 +00:00
Mark Andrews
db83b2a1c7
2539. [security] Update the interaction between recursion, allow-query,
...
allow-query-cache and allow-recursion. [RT #19198 ]
2009-01-30 04:24:59 +00:00
Automatic Updater
5f76aa2d5f
regen
2009-01-30 01:40:52 +00:00
Automatic Updater
833b6aca57
update copyright notice
2009-01-29 23:47:14 +00:00
Automatic Updater
b200783acd
newcopyrights
2009-01-29 23:30:17 +00:00
Automatic Updater
c4df43ee98
regen
2009-01-29 23:30:16 +00:00
Tatuya JINMEI 神明達哉
a5111559bb
2537. [experimental] Added more statistics counters including those on socket
...
I/O events and query RTT histograms. [RT #18802 ]
2009-01-29 22:41:45 +00:00
Mark Andrews
e5a9e2ece7
9.5.1
2009-01-29 03:21:48 +00:00
cvs2git
54fce2270b
This commit was manufactured by cvs2git to create branch 'v9_5'.
2009-01-29 01:03:57 +00:00
Automatic Updater
c5bd541137
update copyright notice
2009-01-28 23:46:50 +00:00
Automatic Updater
8e51ca217d
newcopyrights
2009-01-28 23:30:14 +00:00
Tatuya JINMEI 神明達哉
8ae009698d
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:31 +00:00
Automatic Updater
f060747247
regen
2009-01-28 01:41:32 +00:00
Automatic Updater
352c2fc0f6
update copyright notice
2009-01-27 23:46:50 +00:00
Automatic Updater
7860a38fcf
newcopyrights
2009-01-27 23:30:19 +00:00
Tatuya JINMEI 神明達哉
2d45099b92
2525. [experimental] New logging category "query-errors" to provide detailed
...
internal information about query failures, especially
about server failures. [RT #19027 ]
(merged into 9.5)
2009-01-27 21:17:40 +00:00
Automatic Updater
ec90e18ead
update copyright notice
2009-01-23 23:46:44 +00:00
Automatic Updater
daa2df86d3
newcopyrights
2009-01-23 23:30:21 +00:00
Automatic Updater
0c2882580b
regen
2009-01-23 01:41:20 +00:00
Mark Andrews
ca2109aabb
move formating out of msgcat
2009-01-23 01:29:18 +00:00
Automatic Updater
095bba9ca3
update copyright notice
2009-01-22 23:46:36 +00:00
Automatic Updater
76063809ef
newcopyrights
2009-01-22 23:30:20 +00:00
Mark Andrews
33857225e5
2536. [cleanup] Silence some warnings when -Werror=format-security is
...
specified. [RT #19083 ]
2009-01-22 05:53:42 +00:00
Mark Andrews
3669982bf6
2535. [bug] dig +showsearh and +trace interacted badly. [RT #19091 ]
2009-01-22 05:15:30 +00:00
Mark Andrews
6cd55d6d3d
Add missing commas
2009-01-22 02:09:47 +00:00
Automatic Updater
6e879816a6
update copyright notice
2009-01-20 23:46:55 +00:00
Automatic Updater
54f391bc00
newcopyrights
2009-01-20 23:30:15 +00:00
Mark Andrews
ef90489db1
2532. [bug] dig: check the question section of the response to
...
see if it matches the asked question. [RT #18495 ]
2009-01-20 05:06:17 +00:00
Mark Andrews
95e25f169b
2531. [bug] Change #2207 was incomplete. [RT #19098 ]
2009-01-20 03:13:00 +00:00
Automatic Updater
8d1b72dd27
update copyright notice
2009-01-19 23:47:03 +00:00
Automatic Updater
f0bb8c7948
newcopyrights
2009-01-19 23:30:16 +00:00
Mark Andrews
e42a332d2d
2529. [cleanup] Upgrade libtool to silence complaints from recent
...
version of autoconf. [RT #18657 ]
2009-01-19 01:59:36 +00:00
Mark Andrews
b3f6aa9e54
2529. [cleanup] Upgrade libtool to silence complaints from recent
...
version of autoconf. [RT #18657 ]
2009-01-19 01:52:44 +00:00
Mark Andrews
8552bf2079
spelling
2009-01-19 00:01:12 +00:00
Automatic Updater
5181f73551
update copyright notice
2009-01-18 23:46:50 +00:00
Automatic Updater
7dd56a1f9b
newcopyrights
2009-01-18 23:30:18 +00:00
Automatic Updater
f598092a8e
regen
2009-01-18 01:40:13 +00:00
Automatic Updater
96de4f44dc
update copyright notice
2009-01-14 23:46:33 +00:00
Automatic Updater
79d9597c4c
newcopyrights
2009-01-14 23:30:18 +00:00
Francis Dupont
0d9aa71b7c
integrate -P1 patch
2009-01-14 17:41:12 +00:00
Automatic Updater
1ce368824e
update copyright notice
2009-01-10 23:46:31 +00:00
Automatic Updater
8908211c75
newcopyrights
2009-01-10 23:30:21 +00:00
Evan Hunt
e2257065b0
Silence spurious --datarootdir warning [rt19096]
2009-01-10 02:00:12 +00:00
Automatic Updater
1d10a4ba1c
update copyright notice
2009-01-09 23:46:32 +00:00
Automatic Updater
d5e4bfcd2a
newcopyrights
2009-01-09 23:30:19 +00:00
Tatuya JINMEI 神明達哉
3abeb9ce62
2527. [bug] named could reuse cache on reload with
...
enabling/disabling validation. [RT #19119 ]
2009-01-09 22:40:09 +00:00
Automatic Updater
114efc23eb
update copyright notice
2009-01-06 23:46:48 +00:00
Automatic Updater
af367294c7
newcopyrights
2009-01-06 23:30:14 +00:00
Francis Dupont
a851556c9c
bug in dns_nsec_typepresent() - 19112
2009-01-06 09:03:24 +00:00
Mark Andrews
e83770c99d
s/2008/2009/
2009-01-06 04:00:55 +00:00
Automatic Updater
a89e9e18b2
update copyright notice
2009-01-05 23:46:59 +00:00
Automatic Updater
49ccd2d45c
newcopyrights
2009-01-05 23:30:15 +00:00
Tatuya JINMEI 神明達哉
c1a1fca08a
trivial comment cleanups (RT#19118)
2009-01-05 23:21:50 +00:00
Tatuya JINMEI 神明達哉
93ecc6904e
removed a duplicate line
2008-12-25 02:03:09 +00:00
Tatuya JINMEI 神明達哉
48058e86de
comment update
2008-12-25 02:01:25 +00:00
Automatic Updater
27462e0c6e
update copyright notice
2008-12-24 23:46:32 +00:00
Mark Andrews
28235e849c
2502. [cleanup] isc_radix: Improve compliance with coding style,
...
document function in <isc/radix.h>. [RT #18534 ]
2008-12-24 05:09:26 +00:00
Mark Andrews
1239139a2c
2521. [bug] Improve epoll cross compilation support. [RT #19047 ]
2008-12-22 04:26:34 +00:00
Mark Andrews
de3e26173c
9.5.1
2008-12-22 04:20:23 +00:00
Mark Andrews
1c5511b54a
2521. [bug] Improve epoll cross compilation support. [RT #19047 ]
2008-12-22 04:18:39 +00:00
Tatuya JINMEI 神明達哉
6feca40adf
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:51:40 +00:00
Mark Andrews
e5a5c944aa
2520. [bug] Update xml statistics version number to 2.0.
...
[RT #19080 ]
2008-12-18 02:37:23 +00:00
Automatic Updater
07b2d897ce
update copyright notice
2008-12-17 23:46:34 +00:00
Automatic Updater
d0bee39dc7
newcopyrights
2008-12-17 23:30:16 +00:00
Tatuya JINMEI 神明達哉
db8024ced2
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-17 19:21:25 +00:00
Automatic Updater
b18416e3bb
update copyright notice
2008-12-16 23:46:45 +00:00
Automatic Updater
7f46062ef2
newcopyrights
2008-12-16 23:30:24 +00:00
Tatuya JINMEI 神明達哉
f8324d4a93
2517. [bug] dig +trace with -4 or -6 failed when it chose a
...
nameserver address of the unsupported address.
[RT #18843 ]
2008-12-16 02:59:46 +00:00
Tatuya JINMEI 神明達哉
cdbcf65dcf
2516. [bug] glue sort for responses was performed even when not
...
needed. [RT #19039 ]
2008-12-16 02:45:05 +00:00
Automatic Updater
018c888384
newcopyrights
2008-12-13 23:30:15 +00:00
Tatuya JINMEI 神明達哉
c017c739cb
2514. [bug] dig/host failed with -4 or -6 when resolv.conf contains
...
a nameserver of the unsupported address family.
[RT #18848 ]
2008-12-13 04:42:59 +00:00
Mark Andrews
09046484ae
2513 [bug] Fix windows cli build. [RT #19062 ]
2008-12-13 00:26:06 +00:00
Automatic Updater
a989c69260
update copyright notice
2008-12-12 23:46:38 +00:00
Automatic Updater
1446cda545
newcopyrights
2008-12-12 23:30:23 +00:00
Mark Andrews
93fe3a73ee
2511. [cleanup] dns_rdata_tofmttext() add const to linebreak.
...
[RT #18885 ]
2008-12-12 04:45:18 +00:00
Mark Andrews
504994b965
add 9.5.1rc2 release marker
2008-12-11 03:09:30 +00:00
Automatic Updater
7f14f2cb66
update copyright notice
2008-12-10 23:46:38 +00:00
Mark Andrews
adef34a81d
2510. [bug] "dig +sigchase" could trigger REQUIRE failures.
...
[RT #19033 ]
2008-12-10 23:27:54 +00:00
Mark Andrews
adb88b1989
2509. [bug] Specifying a fixed query source port was broken.
...
[RT #19051 ]
2008-12-10 12:45:28 +00:00
Mark Andrews
104d339e1b
2506. [port] solaris: Check at configure time if
...
hack_shutup_pthreadonceinit is needed. [RT #19037 ]
2008-12-08 04:59:39 +00:00
Mark Andrews
c621b3c63d
2505. [port] Treat amd64 similarly to x86_64 when determining
...
atomic operation support. [RT #19031 ]
2008-12-05 02:04:55 +00:00
Mark Andrews
02dae8e6d7
2504. [bug] Address race condition in the socket code. [RT #18899 ]
2008-12-03 02:22:35 +00:00
Automatic Updater
2e525a52ab
update copyright notice
2008-11-27 23:46:44 +00:00
Automatic Updater
c83bd3fb3d
newcopyrights
2008-11-27 23:30:22 +00:00
Mark Andrews
ee5b211d9a
remove dead code. [RT #18629 ]
2008-11-27 23:12:02 +00:00
Mark Andrews
c0e1886441
2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existant
...
function. [RT #18582 ]
2008-11-27 06:16:11 +00:00
Automatic Updater
7bdde15a5d
update copyright notice
2008-11-25 23:46:36 +00:00
Automatic Updater
a776917519
newcopyrights
2008-11-25 23:30:18 +00:00
Mark Andrews
d934d4f130
2499. [port] solaris: lib/lwres/getaddrinfo.c namespace clash.
...
[RT #18837 ]
2008-11-25 05:44:06 +00:00
Tatuya JINMEI 神明達哉
0ccc29985c
2498. [bug] Removed a bogus function argument used with
...
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
warning or crash named with the debug 1 level
of logging. [RT #18917 ]
(Note that this entry is placed under the 9.5.1rc1 mark)
2008-11-20 00:06:01 +00:00
Mark Andrews
8d47095904
silence compiler
2008-11-19 06:20:58 +00:00
Mark Andrews
5172ed9785
1204 -> 1024U
2008-11-19 05:39:32 +00:00
Automatic Updater
f4ba2dcad3
9.5.1rc1
2008-11-16 22:03:15 +00:00
Mark Andrews
5dadcf6515
9.5.1rc1
2008-11-16 22:01:09 +00:00
Mark Andrews
6c25e24ae1
2496. [bug] Add sanity length checks to NSID option. [RT #18813 ]
2008-11-16 21:04:03 +00:00
Automatic Updater
a02055f66b
update copyright notice
2008-11-14 23:46:41 +00:00
Automatic Updater
22d4a2fe59
newcopyrights
2008-11-14 23:30:14 +00:00
Mark Andrews
56a3bb82db
2495. [bug] Tighten RRSIG checks. [RT #18795 ]
2008-11-14 22:57:29 +00:00
Mark Andrews
0973621b7d
2494. [bug] isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
...
installed. [RT #18826 ]
2008-11-14 05:26:13 +00:00
Mark Andrews
3bcdfee9c6
2493. [bug] The linux capabilites code was not correctly cleaning
...
up after itself. [RT #18767 ]
2008-11-14 05:11:42 +00:00
Automatic Updater
0196a0bf89
update copyright notice
2008-11-12 23:46:31 +00:00
Mark Andrews
8b9197762d
2490. [port] aix: work around a kernel bug where IPV6_RECVPKTINFO
...
is cleared when IPV6_V6ONLY is set. [RT #18785 ]
2008-11-12 03:56:19 +00:00
Tatuya JINMEI 神明達哉
cfa708b8a7
wording consistency
2008-11-08 22:43:39 +00:00
Tatuya JINMEI 神明達哉
b85af8da8d
2489. [port] solaris: Workaround Solaris's kernel bug about
...
/dev/poll:
http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
Define ISC_SOCKET_USE_POLLWATCH at build time to enable
this workaround. [RT #18870 ]
2008-11-08 22:38:11 +00:00
Mark Andrews
322d4716af
2487. [bug] Give TCP connections longer to complete. [RT #18675 ]
2008-11-07 01:09:55 +00:00
Automatic Updater
2893a84120
update copyright notice
2008-11-06 23:46:35 +00:00
Mark Andrews
bd0d066d97
2485. [bug] Change update's the handling of obscured RRSIG
...
records. Not all orphand DS records were being
removed. [RT #18828 ]
2008-11-06 02:58:29 +00:00
Mark Andrews
588e5c41af
align comment w/ code [RT #18833 ]
2008-11-06 02:18:34 +00:00
Automatic Updater
a275eeb6ac
regen
2008-11-05 01:40:01 +00:00
Mark Andrews
c7a6defc8e
remove debugging log that was accidently left in
2008-11-04 22:28:45 +00:00
Mark Andrews
06c8281a5b
grammer, fix reference. [RT #18850 ]
2008-11-04 02:10:41 +00:00
Automatic Updater
e2bedd2721
regen
2008-10-30 01:40:09 +00:00
Francis Dupont
c3326f8f32
add RT #18806 resolution
2008-10-29 22:07:03 +00:00
Francis Dupont
a78633ee29
add libxm2 v2.7.* support
2008-10-29 22:05:42 +00:00
Jeremy Reed
bb570a6a25
Fix typo v9_5. Reported today in ticket #18825 .
...
I already had fixed in HEAD last month.
2008-10-29 15:39:19 +00:00
Mark Andrews
4620d64fbf
spelling
2008-10-29 03:20:13 +00:00
Mark Andrews
49b24b6104
missing #'s
2008-10-29 03:02:01 +00:00
Mark Andrews
2e73a22b47
2479. [bug] xfrout:covers was not properly initalized. [RT 18801]
2008-10-29 03:01:04 +00:00
Mark Andrews
68d3dfc88c
patch botch
2008-10-28 05:28:52 +00:00
Mark Andrews
be17d6193a
2478. [bug] 'addresses' could be used uninitalized in
...
configure_forward(). [RT 18800]
2008-10-28 05:23:31 +00:00
Automatic Updater
8ee15f8afd
regen
2008-10-28 01:40:10 +00:00
Tatuya JINMEI 神明達哉
f5a06504fb
added pre-initialization check on cachedb->node_lock_count.
2008-10-27 22:44:48 +00:00
Jeremy Reed
630a802faa
2476. [doc] ARM: improve documentation for max-journal-size and
...
ixfr-from-differences. [RT #15909 ] [RT #18541 ]
2008-10-27 16:10:29 +00:00
Automatic Updater
49852f5a4c
9.5.1b3
2008-10-27 05:06:34 +00:00
Mark Andrews
85bd037bae
9.5.1b3
2008-10-27 04:52:39 +00:00
Mark Andrews
943618fe19
9.5.1b3
2008-10-27 04:43:13 +00:00
Mark Andrews
4eb6d62263
2475. [bug] LRU cache cleanup under overmem condition could purge
...
particular entries more aggresively. [RT #17628 ]
2008-10-27 03:56:45 +00:00
Evan Hunt
dae23dea71
2474. [bug] ACL structures could be allocated with insufficient
...
space, causing an array overrun. [RT #18765 ]
2008-10-24 02:27:46 +00:00
Automatic Updater
5830dea4a5
update copyright notice
2008-10-24 01:44:15 +00:00
Automatic Updater
f659e35e81
newcopyrights
2008-10-24 01:41:39 +00:00
Mark Andrews
e1db4570c7
2473. [port] linux: raise the limit on open files to the possible
...
maximum value before spawning threads; 'files'
specified in named.conf doesn't seem to work with
threads as expected. [RT #18784 ]
2008-10-24 01:28:29 +00:00
Mark Andrews
3d8c3c8766
2472. [port] linux: check the number of available cpu's before
...
calling chroot as it depends on "/proc". [RT #16923 ]
2008-10-24 01:11:41 +00:00
Mark Andrews
3b48eca603
update usage
2008-10-24 00:57:14 +00:00
Mark Andrews
c4a5ee7c77
named-checkzone defaults
2008-10-24 00:53:35 +00:00
Mark Andrews
eea693e4b1
2471. [bug] named-checkzone was not reporting missing manditory
...
glue when sibling checks were disabled. [RT #18768 ]
2008-10-24 00:36:26 +00:00
Mark Andrews
0821bdef8b
2470. [bug] Elements of the isc_radix_node_t could be incorrectly
...
overwritten. [RT# 18719]
2008-10-23 00:04:11 +00:00
Mark Andrews
e3012aaa95
2469. [port] solaris: Work around Solaris's select() limitations.
...
[RT #18769 ]
2008-10-21 02:46:16 +00:00
Automatic Updater
fece28898a
regen
2008-10-18 01:40:15 +00:00
Tatuya JINMEI 神明達哉
5ad51e9362
2468. [bug] Resolver could try unreachable servers multiple times.
...
[RT #18739 ]
2008-10-17 22:01:00 +00:00
Tatuya JINMEI 神明達哉
4f4d753ce0
missing changes entry
2008-10-17 22:00:41 +00:00
Tatuya JINMEI 神明達哉
0fe2ff3c60
2467. [bug] Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740 ]
2008-10-17 21:52:05 +00:00
Jeremy Reed
6441a6b67e
2466. [doc] ARM: explain max-cache-ttl 0 SERVFAIL issue.
...
[RT #18302 ]
2008-10-17 19:38:56 +00:00
Mark Andrews
aabfeb3b1d
2465. [bug] Adb's handling of lame addresses was different
...
for IPv4 and IPv6. [RT #18738 ]
2008-10-17 03:36:10 +00:00
Automatic Updater
864f42b027
regen
2008-10-17 01:39:25 +00:00
Automatic Updater
53dc3d7cf1
update copyright notice
2008-10-16 23:46:32 +00:00
Automatic Updater
243048bd09
newcopyrights
2008-10-16 23:30:22 +00:00
Mark Andrews
d203c9fc4d
term -> option
2008-10-16 23:13:52 +00:00
Automatic Updater
eed120cd09
regen
2008-10-16 01:39:58 +00:00
Mark Andrews
824528aba0
2464. [port] linux: check that a capability is present before
...
trying to set it. [RT #18135 ]
2008-10-15 23:59:41 +00:00
Automatic Updater
a42f99fddc
update copyright notice
2008-10-15 23:46:53 +00:00
Automatic Updater
755f2823f3
newcopyrights
2008-10-15 23:30:15 +00:00
Mark Andrews
e7594d6244
silence compiler warning
2008-10-15 22:40:34 +00:00
Mark Andrews
a9b45aa396
Add missing formating tags. No content changes.
2008-10-15 22:18:33 +00:00
Mark Andrews
cad76f5797
2464. [port] linux: check that a capability is present before
...
trying to set it. [RT #18135 ]
2008-10-15 05:04:53 +00:00
Mark Andrews
c84ef0c62a
silence coverity false positive
2008-10-15 04:25:43 +00:00
Mark Andrews
b83aa9c2bb
libbind:coverity analysis support. [RT #18196 ]
2008-10-15 03:56:26 +00:00
Mark Andrews
0cb0d881c4
evloop prototype. [RT #18196 ]
2008-10-15 03:41:18 +00:00
Mark Andrews
c6e88b5aeb
coverity analysis support. [RT #18196 ]
2008-10-15 03:36:45 +00:00
Mark Andrews
55cc1ded88
sig is only used if threads are in use. [RT #18196 ]
2008-10-15 03:21:04 +00:00
Mark Andrews
bebecf1811
constistant declaration of progname. [RT #18196 ]
2008-10-15 03:06:21 +00:00
Mark Andrews
7fab106975
make the arrays rcodetext and opcodetext readonly. [RT #18196 ]
2008-10-15 02:18:45 +00:00
Automatic Updater
b9f3a055f5
regen
2008-10-15 01:40:39 +00:00
Mark Andrews
d479b2c72a
Change the SEE ALSO from obsolete 2535 to 4033
2008-10-15 01:16:59 +00:00
Mark Andrews
f5f99733e1
regen
2008-10-15 00:15:21 +00:00
Mark Andrews
43feb8d253
2463. [port] linux: POSIX doesn't include the IPv6 Advanced Socket
...
API and glibc hides parts of the IPv6 Advanced Socket
API as a result. This is stupid as it breaks how the
two halves (Basic and Advanced) of the IPv6 Socket API were designed to be used but we have to live with it.
Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
API. [RT #18388 ]
2008-10-15 00:12:52 +00:00
Mark Andrews
7ea0a81627
use build_os not host for change 2461
2008-10-15 00:09:14 +00:00
Mark Andrews
0edc4f158e
document --enable-largefile
2008-10-14 04:27:30 +00:00
Automatic Updater
0a70099ef1
regen
2008-10-14 01:40:22 +00:00
Mark Andrews
e322d938d5
2462. [doc] Document -m (enable memory usage debugging)
...
option for dig. [RT #18757 ]
2008-10-14 00:55:12 +00:00
Mark Andrews
2507b24bd1
2462. [doc] Document -m (enable memory usage debugging)
...
option for dig. [RT #18757 ]
2008-10-14 00:22:25 +00:00
Mark Andrews
316a9f9e0f
2461. [port] sunos: Change #2363 was not complete. [RT #17513 ]
2008-10-13 00:36:20 +00:00
Evan Hunt
9b65a75518
suppress an error message on solaris. [rt18253]
2008-10-09 21:28:37 +00:00
Automatic Updater
d470833997
regen
2008-10-04 01:39:48 +00:00
Mark Andrews
e7e3f5d064
Minor grammar and punctuation changes. [RT #18703 ]
2008-10-03 22:09:24 +00:00
Automatic Updater
697df8a0d8
regen
2008-09-28 01:40:23 +00:00
Tatuya JINMEI 神明達哉
f728f5655c
missing RT number
2008-09-27 23:52:51 +00:00
Tatuya JINMEI 神明達哉
f722bafb94
2458. [doc] ARM: update and correction for max-cache-size.
...
[RT #18294 ]
2008-09-27 23:50:50 +00:00
Tatuya JINMEI 神明達哉
570cb1495c
2457. [tuning] max-cache-size is reverted to 0, the previous
...
default. It should be safe because expired cache
entries are also purged.
2008-09-27 23:39:42 +00:00
Automatic Updater
331365a7dd
update copyright notice
2008-09-26 23:46:32 +00:00
Automatic Updater
4de3c174d6
newcopyrights
2008-09-26 23:30:13 +00:00
Evan Hunt
b8ed8cbcd9
2456. [bug] In ACLs, ::/0 and 0.0.0.0/0 would both match any
...
address, regardless of family. They now correctly
distinguish IPv4 from IPv6. [RT #18559 ]
2008-09-26 21:17:48 +00:00
Mark Andrews
fc24d649af
2369. [bug] libbind: Array bounds overrun on read in bitncmp().
...
[RT #18054 ]
2008-09-26 06:30:52 +00:00
Mark Andrews
a418129ad0
0 -> dns_rdatatype_none
2008-09-25 04:15:41 +00:00
Automatic Updater
594b42f339
update copyright notice
2008-09-25 04:02:07 +00:00
Automatic Updater
ae81630e7a
newcopyrights
2008-09-25 03:59:46 +00:00
Mark Andrews
61d7e9c26e
2455. [bug] Stop metadata being transfered via axfr/ixfr.
...
[RT #18639 ]
2008-09-25 03:54:04 +00:00
Evan Hunt
4ac0f854ef
line missing from previous
2008-09-25 03:39:52 +00:00
Evan Hunt
bd6174a192
fixed missing backquotes
2008-09-25 03:39:51 +00:00
Mark Andrews
470be8037f
2453. [bug] Remove NULL pointer dereference in dns_journal_print().
...
[RT #18316 ]
2008-09-25 02:07:56 +00:00
Mark Andrews
5d40a68da0
regen
2008-09-25 01:42:05 +00:00
Mark Andrews
e163a67550
patch miss applied
2008-09-25 01:41:35 +00:00
Mark Andrews
8056d06160
2451. [port] solaris: handle runtime linking better. [RT #18356 ]
2008-09-25 01:38:58 +00:00
Automatic Updater
f0af7d0997
newcopyrights
2008-09-24 23:30:17 +00:00
Mark Andrews
41c649cb82
2387. [bug] Silence compiler warnings in lib/isc/radix.c.
...
[RT #18147 ] [RT #18258 ]
2008-09-24 06:53:40 +00:00
Mark Andrews
adb3b16e56
2449. [bug] libbind: Out of bounds reference in dns_ho.c:addrsort.
...
[RT #18044 ]
2008-09-24 05:41:39 +00:00
Automatic Updater
366e4a1287
regen
2008-09-24 01:42:52 +00:00
Evan Hunt
129c8794c5
remove duplicate change note
2008-09-23 21:44:30 +00:00
Mark Andrews
d443cb2cb7
2445. [doc] ARM out-of-date on empty reverse zones (list includes
...
RFC1918 address, but these are not yet compiled in).
[RT #18578 ]
2008-09-23 04:00:39 +00:00
Mark Andrews
6a858014fb
2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
...
(clear DF) for UDP responses and requests.
2008-09-23 02:30:57 +00:00
Evan Hunt
41b814a6ca
update for 9.5.1b2 release
2008-09-16 16:35:31 +00:00
Evan Hunt
38b85bd324
prepare 9.5.0b2 release
2008-09-16 16:32:33 +00:00
Evan Hunt
5207c63494
bump 9.5.1b2 release note
2008-09-16 16:25:21 +00:00
Michael Graff
2bbbad29cd
win32: UDP connect() would not generate an event, and so connected UDP sockets would never clean up. Fix this by doing an immediate WSAConnect() rather than an io completion port type for UDP.
2008-09-16 01:47:27 +00:00
Mark Andrews
fe8bda0545
2442. [bug] A lock could be destroyed twice. [RT# 18626]
2008-09-14 04:58:05 +00:00
Automatic Updater
26687c8c19
update copyright notice
2008-09-12 23:46:45 +00:00
Evan Hunt
1f2d1268cf
Further updates to README to clarify the situation with Windows builds.
2008-09-12 06:10:04 +00:00
Evan Hunt
420350c113
2441. [bug] isc_radix_insert() could copy radix tree nodes
...
incompletely. [RT #18573 ]
2440. [bug] named-checkconf used an incorrect test to determine
if an ACL was set to none.
2008-09-12 06:03:22 +00:00
Evan Hunt
18189315bc
possible null dereference in dns_acl_isanyornone() [rt18559]
2008-09-12 04:55:04 +00:00
Automatic Updater
7654cb1308
regen
2008-09-12 01:43:01 +00:00
Automatic Updater
5c9ef029d7
update copyright notice
2008-09-11 23:46:38 +00:00
Automatic Updater
627fffe1b0
newcopyrights
2008-09-11 23:30:25 +00:00
Evan Hunt
069a1e3312
prepare release of 9.5.1b2
2008-09-11 23:22:06 +00:00
Evan Hunt
16afb60092
Update doc to remove references to Windows NT and Windows 2000
2008-09-11 22:59:08 +00:00
Evan Hunt
3f2867b068
timeouts could be logged incorrectly under win32 [rt18617]
2008-09-11 21:02:43 +00:00
Mark Andrews
cd201adfc1
maxsocks -> 0
2008-09-11 08:02:53 +00:00
Mark Andrews
0be665e6f2
CONSISTENT -> consistent
2008-09-11 07:06:27 +00:00
Mark Andrews
4085c01334
updare isc_mutex_stats define
2008-09-11 06:56:04 +00:00
Mark Andrews
1509038d95
whitespace
2008-09-11 06:51:26 +00:00
Evan Hunt
83264deef5
corrected patch error, duplicate routine
2008-09-11 06:09:02 +00:00
Evan Hunt
f1c9b6ec29
fix change numbering, 2406->2437
2008-09-11 05:41:12 +00:00
Evan Hunt
847a3724bc
Windows sockets won't connect unless the socket is bound.
2008-09-11 04:25:29 +00:00
Evan Hunt
2e423eff9f
Re-merge fixes from 9.5.0-P2-W1, ideally this time without obliterating
...
all the changes that had been put in since the branches diverged...
2008-09-11 04:10:17 +00:00
Evan Hunt
8db677781e
revert prior change to socket.c; it was missing some changes that are
...
needed
2008-09-11 03:18:42 +00:00
Evan Hunt
9bf08e37f9
merged in the remaining fixes from 9.5.0-P2-W1 and -W2
2008-09-11 02:23:55 +00:00
Evan Hunt
ba2b051236
pull up windows acl leak fix from 9.5.0-P2-W1
2008-09-10 21:54:08 +00:00
Automatic Updater
e3e5d55904
update
2008-09-10 03:09:13 +00:00
Automatic Updater
59fed21561
rfc5155.txt
2008-09-10 03:09:12 +00:00
Automatic Updater
9b549c70d1
rfc4648.txt
2008-09-10 03:09:10 +00:00
Automatic Updater
55b8e5104e
regen
2008-09-10 01:43:22 +00:00
Automatic Updater
973bd57223
regen
2008-09-05 01:42:59 +00:00
Automatic Updater
ea37d45522
update copyright notice
2008-09-04 23:46:41 +00:00
Automatic Updater
6777d7d610
newcopyrights
2008-09-04 23:30:19 +00:00
Mark Andrews
00d4f67a10
2398. [bug] Improve file descriptor management. New,
...
temporary, named.conf option reserved-sockets,
default 512. [RT #18344 ]
2008-09-04 07:58:07 +00:00
Mark Andrews
1761e1c8ff
2433. [tuning] Set initial timeout to 800ms.
2008-09-04 04:28:31 +00:00
Tatuya JINMEI 神明達哉
98c61e5596
cleanup: unused function parameter [RT #18572 ]
2008-09-04 00:23:59 +00:00
Mark Andrews
2be97eb46a
2431. [bug] Acl processing could leak memory. [RT #18323 ]
2008-09-01 05:40:22 +00:00
Automatic Updater
a11d334790
regen
2008-09-01 02:40:05 +00:00
Automatic Updater
ff47185b27
update copyright notice
2008-08-29 23:46:52 +00:00
Automatic Updater
562021b6d7
newcopyrights
2008-08-29 23:30:18 +00:00
Mark Andrews
b3ea7edc7a
2430. [bug] win32: isc_interval_set() could round down to
...
zero if the input was less than NS_INTERVAL
nanoseconds. Round up instead. [RT #18549 ]
2008-08-29 04:06:22 +00:00
Mark Andrews
3fde4efbd1
nsupdate.8 -> nsupdate.1
2008-08-29 03:26:41 +00:00
Mark Andrews
6253de55a7
2429. [doc] nsupdate should be in section 1 of the man pages.
...
[RT #18283 ]
2008-08-29 03:20:03 +00:00
cvs2git
00f151eb6c
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-08-29 03:16:17 +00:00
Mark Andrews
558a1216bb
2428. [bug] dns_iptable_merge() mishandled merges of negative
...
tables. [RT #18409 ]
2008-08-27 04:53:58 +00:00
Automatic Updater
05203819ec
newcopyrights
2008-08-26 23:30:17 +00:00
Mark Andrews
fc17bb228e
missing pair of '[]'. [RT#18422]
2008-08-26 14:51:07 +00:00
Mark Andrews
435892a597
2426. [bug] libbind: inet_net_pton() can sometimes return the
...
wrong value if excessively large netmasks are
supplied. [RT #18512 ]
2008-08-26 04:42:38 +00:00
Tatuya JINMEI 神明達哉
0af4666d72
2425. [bug] named didn't detect unavailable query source addresses
...
at load time. [RT #18536 ]
2008-08-26 02:05:56 +00:00
Automatic Updater
84791246fc
update copyright notice
2008-08-22 23:46:32 +00:00
Automatic Updater
ece87b2cf2
newcopyrights
2008-08-22 23:30:16 +00:00
Mark Andrews
af40d1b37a
2424. [port] configure now probes for a working epoll
...
implementation. Allow the use of kqueue,
epoll and /dev/poll to be selected at compile
time. [RT #18277 ]
2008-08-22 13:25:27 +00:00
Mark Andrews
1fda48bcef
2424. [port] configure now probes for a working epoll
...
implementation. Allow the use of kqueue,
epoll and /dev/poll to be selected at compile
time. [RT #18277 ]
2008-08-22 13:22:32 +00:00
Mark Andrews
e40d92c25f
silence compiler warning
2008-08-22 05:58:45 +00:00
Mark Andrews
36ee383d4d
add ${LDFLAGS} to gsstest link command
2008-08-22 05:27:24 +00:00
Mark Andrews
3e224effd8
adjust log message added by change 2409. [RT #18497 ]
2008-08-22 05:02:02 +00:00
Evan Hunt
055f020f9c
fixed numbering
2008-08-22 04:17:38 +00:00
Automatic Updater
3c3f500120
update copyright notice
2008-08-21 23:46:48 +00:00
Automatic Updater
331dc9dae6
newcopyrights
2008-08-21 23:30:20 +00:00
Mark Andrews
39f47ff683
2421. [bug] Handle the special return value of a empty node as
...
if it was a NXRRSET in the validator. [RT #18447 ]
2008-08-21 04:56:39 +00:00
Tatuya JINMEI 神明達哉
1ffcbe8b43
2420. [func] Add new command line option '-S' for named to specify
...
the max number of sockets. [RT #18493 ]
Use caution: this option may not work for some
operating systems without rebuilding named.
2008-08-21 00:01:02 +00:00
Mark Andrews
586655fbbd
2419. [cleanup] Document that isc_socket_create() and isc_socket_open()
...
should not be used for isc_sockettype_fdwatch sockets.
[RT #18521 ]
2008-08-20 06:20:16 +00:00
Tatuya JINMEI 神明達哉
cf768e3189
2418. [bug] AXFR request on a DLZ could trigger a REQUIRE failure
...
[RT #18430 ]
2008-08-15 19:38:27 +00:00
Tatuya JINMEI 神明達哉
7e6b99380a
typo: s/dns_displist_t/dispsocketlist_t/
2008-08-15 17:46:55 +00:00
Tatuya JINMEI 神明達哉
2a92cae1ed
2417. [bug] Connecting UDP sockets for outgoing queries could
...
unexpectedly fail with an 'address already in use'
error. [RT #18411 ]
2008-08-15 17:31:05 +00:00
Tatuya JINMEI 神明達哉
787a264c0a
2416. [func] Log file descriptors that cause exceeding the
...
internal maximum. [RT #18460 ]
2008-08-13 23:45:05 +00:00
Tatuya JINMEI 神明達哉
125fb22fe3
2415. [bug] 'rndc dumpdb' could trigger various assertion failures
...
in rbtdb.c. [RT #18455 ]
2008-08-13 02:29:53 +00:00
Tatuya JINMEI 神明達哉
9aaf1cefe5
2414. [bug] A masterdump context held the database lock too long,
...
causing various troubles such as dead lock and
recursive lock acquisition. [RT #18311 , #18456 ]
2008-08-13 02:20:58 +00:00
Tatuya JINMEI 神明達哉
a49b510dd0
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442 ]
2008-08-09 19:02:57 +00:00
Automatic Updater
1242a991dd
update copyright notice
2008-08-08 06:28:28 +00:00
Automatic Updater
540e86e440
newcopyrights
2008-08-08 06:26:17 +00:00
Mark Andrews
1586d87c6d
2412. [bug] win32: address a resourse leak. [RT #18374 ]
2008-08-08 05:10:34 +00:00
Automatic Updater
ea2f2014ce
update copyright notice
2008-08-07 23:47:04 +00:00
Automatic Updater
f4f7234297
newcopyrights
2008-08-07 23:30:16 +00:00
Tatuya JINMEI 神明達哉
6eeaf3857a
2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
...
for select(). To enable this, set ISC_SOCKET_MAXSOCKETS
at compilation time. [RT #18433 ]
2008-08-07 21:29:06 +00:00
Mark Andrews
b40413d1fe
2410. [bug] Correctly delete m_versionInfo. [RT #18432 ]
2008-08-07 01:28:02 +00:00
Evan Hunt
e10ab3e234
added missing comma to fix build error
2008-08-06 14:17:44 +00:00
Mark Andrews
a6b5c67820
func->bug
2008-08-06 06:18:09 +00:00
Mark Andrews
4037bea761
2409. [func] Only log that we disabled EDNS processing if we were
...
subsequently successful. [RT #18029 ]
2008-08-06 06:14:15 +00:00
Tatuya JINMEI 神明達哉
008d229d3c
2408. [bug] A duplicate TCP dispatch event could be sent, which
...
could then trigger an assertion failure in
resquery_response(). [RT #18275 ]
2008-08-05 19:19:11 +00:00
Mark Andrews
1e10d71c2a
2407. [port] hpux: test for sys/dyntune.h. [RT #18421 ]
2008-08-05 07:13:54 +00:00
Automatic Updater
abf99a3832
update copyright notice
2008-08-01 23:46:30 +00:00
Automatic Updater
63245b71da
newcopyrights
2008-08-01 23:30:25 +00:00
Tatuya JINMEI 神明達哉
97eb3cea9c
2406. [bug] Sockets could be closed too early, leading to
...
inconsistent states in the socket module. [RT #18298 ]
2008-08-01 19:05:03 +00:00
Tatuya JINMEI 神明達哉
138a71a878
2386. [func] Add warning about too small 'open files' limit.
...
[RT #18269 ]
2008-08-01 01:58:15 +00:00
Tatuya JINMEI 神明達哉
75cd9a220e
typo
2008-07-29 22:10:31 +00:00
Evan Hunt
d406c6833f
added note about dnssec-validation change
2008-07-29 02:27:08 +00:00
Automatic Updater
2a35cc7a9a
update copyright notice
2008-07-28 23:46:54 +00:00
Mark Andrews
128ea8aeb1
2404. [port] hpux: files unlimited support.
2008-07-28 23:00:11 +00:00
Mark Andrews
f01b7f5404
2403. [bug] TSIG context leak. [RT #18341 ]
2008-07-28 08:42:50 +00:00
Mark Andrews
2e06fbd975
remove extra 'be'
2008-07-27 04:42:14 +00:00
Francis Dupont
e9ed51a3ca
Support Solaris 2.11 and over. [RT #18362 ]
2008-07-25 20:43:57 +00:00
Francis Dupont
360e7f0b3e
Expect to get E[MN]FILE errno internal_accept() [RT #18358 ]
2008-07-24 09:59:15 +00:00
Tatuya JINMEI 神明達哉
0b601088ed
2400. [bug] Log if kqueue()/epoll_create()/open(/dev/poll) fails.
...
[RT #18297 ]
2008-07-24 05:25:41 +00:00
Tatuya JINMEI 神明達哉
752e1c03fa
comment wording
2008-07-24 04:56:55 +00:00
Automatic Updater
2c5ff6cd03
update copyright notice
2008-07-23 23:46:35 +00:00
Mark Andrews
c2166d6047
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
...
[RT #18336 ]
part 2
2008-07-23 23:31:18 +00:00
Mark Andrews
fe96c037e1
2397. [bug] gssapi_functions bad declaration. [RT #18355 ]
2008-07-23 10:33:26 +00:00
Automatic Updater
ce43e907d7
update copyright notice
2008-07-22 23:46:34 +00:00
Automatic Updater
da3eed0767
newcopyrights
2008-07-22 23:30:18 +00:00
Mark Andrews
5597005490
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
...
[RT #18336 ]
2008-07-22 03:46:44 +00:00
Mark Andrews
f20fd813e9
2395. [port] Avoid warning and no effect from "files unlimited"
...
on Linux when running as root. [RT #18335 ]
2008-07-21 03:39:59 +00:00
Francis Dupont
db07eedf76
"files unlimited" in code [rt18331]
2008-07-20 09:41:06 +00:00
Evan Hunt
95abec181a
Nested acls containing keys could trigger an assertion in acl.c. [rt18166]
2008-07-19 00:09:17 +00:00
Evan Hunt
a5bd6992ed
remove 'grep -q' from acl test script, some platforms don't
...
support it. [rt18253]
2008-07-19 00:04:20 +00:00
Automatic Updater
6cccf0c91b
update copyright notice
2008-07-18 23:46:33 +00:00
Automatic Updater
a69cd4e791
regen
2008-07-18 23:30:20 +00:00
Mark Andrews
fed646db58
change 2390 leaked memory
2008-07-18 06:08:18 +00:00
Mark Andrews
2498f08d8e
#ifdef EPROTO/#endif
2008-07-18 03:44:16 +00:00
Tatuya JINMEI 神明達哉
3c0b101fec
2391 [port] hpux: cover additional recvmsg() error codes.
...
[RT #18301 ]
2008-07-18 02:45:18 +00:00
Tatuya JINMEI 神明達哉
bc0c2f6f29
2390 [bug] dispatch.c could make a false warning on 'odd socket'.
...
[RT #18301 ].
2008-07-18 02:37:17 +00:00
Mark Andrews
870745274d
update description
2008-07-18 02:04:52 +00:00
Mark Andrews
602d8bb0f4
2389 [bug] Move the working directory writable to after the
...
ns_os_changeuser() call. [RT #18326 ]
2008-07-18 01:33:54 +00:00
Tatuya JINMEI 神明達哉
78fbdef6f1
2388. [bug] Avoid using tables for layout purposes in
...
statistics XSL [RT #18159 ].
2008-07-17 23:50:58 +00:00
Automatic Updater
103de71909
update copyright notice
2008-07-15 23:46:46 +00:00
Automatic Updater
cf9fe4428c
newcopyrights
2008-07-15 23:30:22 +00:00
Mark Andrews
7f0c05d05b
update libtool and sunos4
2008-07-15 14:45:55 +00:00
Mark Andrews
9da2656665
update reference
2008-07-15 05:47:40 +00:00
Evan Hunt
98faece03c
remove reference to KNOWN-DEFECTS
2008-07-15 01:29:39 +00:00
Evan Hunt
a93093491a
Several BSD-related fixes for port range:
...
- add param.h for NetBSD [rt18228]
- use correct sysctl strings on NetBSD [rt18230]
- use net.inet.ip.portrange.hiport/hilast instead of
first/last on FreeBSD [rt18234]
- define sysctl strings for DragonFly [rt18235]
- use sysctl() on OpenBSD because it doesn't support
sysctlbyname() [rt18231]
2008-07-04 05:52:16 +00:00
Evan Hunt
ce7696c571
re-merged rt18194 after fixing problems
2008-07-03 00:14:13 +00:00
Automatic Updater
9a0cdddade
update copyright notice
2008-07-01 23:46:44 +00:00
Automatic Updater
ae1b066f4d
newcopyrights
2008-07-01 23:30:18 +00:00
Evan Hunt
c9d23695b8
corrected two out-of-order changes in CHANGES
2008-07-01 06:22:17 +00:00
Evan Hunt
135a827e32
remove references to obsolete routine dns_resolver_createdispatchpool()
2008-07-01 03:03:44 +00:00
Evan Hunt
0743af8b4b
Merge rt18194 to enable windows build
2008-07-01 02:09:10 +00:00
Evan Hunt
e0b19ae88c
prepare to release 9.5.1b1
2008-06-30 23:43:33 +00:00
Evan Hunt
f5e26fbb79
update api files for 9.5.1b1
2008-06-30 23:33:13 +00:00
Evan Hunt
8b89dd91ba
Releasing 9.5.1b1
2008-06-30 22:44:59 +00:00
Tatuya JINMEI 神明達哉
8cf7e17601
prevent null socket dereference in IPv6 interface address adjustment
...
[RT #18203 ]
2008-06-26 22:16:58 +00:00
Tatuya JINMEI 神明達哉
68538c106f
2385. [bug] A condition variable in socket.c could leak in
...
rare error handling [RT #17968 ].
2008-06-25 23:19:05 +00:00
Tatuya JINMEI 神明達哉
64cb443b78
work around HP-UX UDP connect behavior [RT #18202 ]
2008-06-25 22:57:01 +00:00
Tatuya JINMEI 神明達哉
6cc9d08d12
typo
2008-06-25 00:10:40 +00:00
Automatic Updater
6170a1cbb4
update copyright notice
2008-06-24 23:46:27 +00:00
Automatic Updater
e0e85f6ba7
newcopyrights
2008-06-24 23:30:18 +00:00
Automatic Updater
fd42a23377
regen
2008-06-24 23:30:17 +00:00
Mark Andrews
32d56ec3e4
#include <config.h>, restore 'static inline'
2008-06-24 23:26:49 +00:00
Mark Andrews
ff3fafc428
static inline -> inline
2008-06-24 21:43:44 +00:00
Tatuya JINMEI 神明達哉
2c4eba5b5a
newline
2008-06-24 01:58:41 +00:00
Tatuya JINMEI 神明達哉
e967a73d77
include sys/sysctl.h only if HAVE_SYS_SYSCTL_H is defined.
2008-06-24 01:43:40 +00:00
Automatic Updater
69d39ed2e5
regen
2008-06-24 01:42:14 +00:00
Tatuya JINMEI 神明達哉
cfed2ee62a
regen
2008-06-24 00:10:49 +00:00
Tatuya JINMEI 神明達哉
1766e3e5aa
2384. [security] Additional support for query port randomization (change
...
#2375 ) including performance improvement and port range
specification. [RT #17949 , #18098 ]
2008-06-24 00:09:12 +00:00
cvs2git
0d940038e4
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-06-23 23:47:14 +00:00
Tatuya JINMEI 神明達哉
2e6ce48c34
recovered resolver stat initialization that was accidentally lost in 9.5.0-P1
2008-06-23 23:30:59 +00:00
Automatic Updater
fb44d91ff2
regen
2008-06-18 01:42:46 +00:00
Automatic Updater
cfaa17671d
newcopyrights
2008-06-17 23:30:25 +00:00
Tatuya JINMEI 神明達哉
2a128f5386
(forgot RT#)
2008-06-17 22:41:14 +00:00
Tatuya JINMEI 神明達哉
783224b143
2383. [bug] named could double queries when they resulted in
...
SERVFAIL due to overkilling EDNS0 failure detection.
2008-06-17 22:36:03 +00:00
Mark Andrews
ef10c16c06
2382. [doc] Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
...
to ARM.
2008-06-17 06:44:46 +00:00
cvs2git
867d55617b
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-06-17 06:39:01 +00:00
Mark Andrews
db3f58cef5
2381. [port] dlz/mysql: support multiple install layouts for
...
mysql. <prefix>/include/{,mysql/}mysql.h and
<prefix>/lib/{,mysql/}. [RT #18152 ]
2008-06-17 04:03:31 +00:00
Mark Andrews
6ce96fdb2b
2380. [bug] dns_view_find() was not returning NXDOMAIN/NXRRSET
...
proofs which, in turn, caused validation failures
for insecure zones immediately below a secure zone
the server was authoritative for. [RT #18112 ]
2008-06-17 03:22:24 +00:00
Automatic Updater
0107d4b94e
newcopyrights
2008-06-13 23:30:19 +00:00
Tatuya JINMEI 神明達哉
10bb5de410
2379. [contrib] queryperf/gen-data-queryperf.py: removed redundant
...
TLDs and supported RRs with TTLs [RT #17972 ]
2008-06-13 18:18:04 +00:00
Tatuya JINMEI 神明達哉
b5af28291f
2378. [bug] gssapi_functions{} had a redundant member in BIND 9.5.
...
[RT #18169 ]
2008-06-13 00:20:22 +00:00
Tatuya JINMEI 神明達哉
98933c165f
removed a redundant member from gssapi_functions{} [RT #18169 ]
2008-06-13 00:17:09 +00:00
Automatic Updater
4bf9757496
update copyright notice
2008-06-04 23:46:32 +00:00
Automatic Updater
54880cd0e0
newcopyrights
2008-06-04 23:30:16 +00:00
Jeremy Reed
13df807778
Remove trailing (extra) comma in enum.
...
Fixes "Unexpected" error with AIX cc (and probably other old compilers).
As reported on bind-users and confirmed by original poster.
This is for bugs ticket #18151 .
2008-06-04 22:34:31 +00:00
Automatic Updater
d1ce98b4dc
regen
2008-06-04 02:51:13 +00:00
Tatuya JINMEI 神明達哉
800ec63dfc
cleanup (removed meaningless condition) [RT #18144 ]
2008-06-04 01:12:20 +00:00
Automatic Updater
338dc11376
update copyright notice
2008-06-02 23:46:32 +00:00
Automatic Updater
7597ccff8c
newcopyrights
2008-06-02 23:30:24 +00:00
Mark Andrews
9205748541
2377. [bug] Address race condition in dnssec-signzone. [RT #18142 ]
2008-06-02 00:27:17 +00:00
Mark Andrews
a9e440af0a
- KNOWN-DEFECTS
2008-06-02 00:09:29 +00:00
Automatic Updater
16cdc2fc93
update copyright notice
2008-05-30 23:46:31 +00:00
Automatic Updater
500fe450bc
newcopyrights
2008-05-30 23:30:16 +00:00
Tatuya JINMEI 神明達哉
15280ddf7f
fixed a typo in comment [RT #18130 ]
2008-05-30 18:28:53 +00:00
Automatic Updater
11ac60f81a
update copyright notice
2008-05-29 23:46:34 +00:00
Automatic Updater
30162a73f4
newcopyrights
2008-05-29 23:30:21 +00:00
Evan Hunt
d978441bfc
removed KNOWN-DEFECTS now that the fix has been committed
2008-05-29 22:54:49 +00:00
Evan Hunt
22b8be6acb
Zone ACLs used too much memory on systems with large numbers of zones [rt18092]
2008-05-29 22:54:02 +00:00
Mark Andrews
a8e5c0229e
2376. [bug] Change #2144 was not complete.
2008-05-29 05:28:54 +00:00
Automatic Updater
3e9ce03245
regen
2008-05-29 01:41:58 +00:00
Automatic Updater
efcf8c8bf6
regen
2008-05-29 01:41:57 +00:00
Evan Hunt
1bff2d56a0
Reverse "dnssec-validation" default from no to yes, per Joao. [rt18121]
2008-05-28 21:00:25 +00:00
Evan Hunt
677b69cee2
Update for 9.5.0-P1, removing dns_dispatch_hash()
2008-05-28 19:34:21 +00:00
Automatic Updater
f9ecef19c7
regen
2008-05-28 01:41:59 +00:00
Evan Hunt
fe75a4844e
update for 9.5.0-P1
2008-05-27 22:46:39 +00:00
Evan Hunt
3917e0f147
Fully randomize UDP query ports to improve forgery resilience. [rt17949]
2008-05-27 22:36:11 +00:00
Mark Andrews
0598502e9e
KNOWN-DEFECTS
2008-05-23 02:37:54 +00:00
Evan Hunt
4883ba14a2
Tidied the text a little
2008-05-22 22:15:04 +00:00
Evan Hunt
1b009fdcb6
Added KNOWN-DEFECTS file and changed README to refer to it, so as
...
to include fix for rt18092 in 9.5.0 final, without the risk of
including insufficiently-tested code.
2008-05-21 23:51:47 +00:00
Evan Hunt
305ef3b37e
- "blackhole" ACLs could cause named to segfault due to some uninitialized
...
memory. [rt18095]
- Also removed some erroneously duplicated code in zoneconf.c
2008-05-21 23:26:11 +00:00
Evan Hunt
4f47207ff3
Releasing 9.5.0
2008-05-17 06:15:36 +00:00
Automatic Updater
9367357752
update copyright notice
2008-05-15 23:46:37 +00:00
Automatic Updater
fcf5669651
newcopyrights
2008-05-15 23:30:21 +00:00
Automatic Updater
3751d910d4
regen
2008-05-15 01:42:11 +00:00
Evan Hunt
42a1be3481
fixed incorrect TAG_HMACSHA256_BITS value [rt18047]
2008-05-15 00:50:50 +00:00
Automatic Updater
09d567f784
update copyright notice
2008-05-14 23:46:33 +00:00
Automatic Updater
4edcb0a7b4
newcopyrights
2008-05-14 23:30:18 +00:00
Evan Hunt
e86a55fa74
Updating for 9.5.0 release
2008-05-14 18:55:47 +00:00
Automatic Updater
e81a504bc9
regen
2008-05-14 01:42:16 +00:00
Evan Hunt
674e9786c9
add +nsid option to dig man page. [rt18039]
2008-05-13 23:59:03 +00:00
Automatic Updater
8f205b69b1
update copyright notice
2008-05-13 23:46:31 +00:00
Evan Hunt
03007a2095
"rndc freeze" could trigger an assertion in named when called on a
...
nonexistent zone. [rt18050]
2008-05-13 01:23:22 +00:00
Mark Andrews
b0b37d3fcf
spelling
2008-05-13 00:28:26 +00:00
Evan Hunt
47682a39a6
Releasing 9.5.0rc1
2008-05-06 01:55:20 +00:00
Evan Hunt
c6fe8292ad
Releasing 9.5.0rc1
2008-05-06 01:47:41 +00:00
Automatic Updater
09216afdb1
regen
2008-05-06 01:41:47 +00:00
Evan Hunt
ecc7721a06
Linux: use libcap for capability management if possible. [RT# 18026]
2008-05-06 01:33:33 +00:00
Evan Hunt
37df6394c2
Improve counting of dns_resstatscounter_retry [rt18030]
2008-05-06 01:11:30 +00:00
Evan Hunt
c38498dc94
Document changes to "rrset-order fixed". [rt17977]
2008-05-05 22:38:15 +00:00
Mark Andrews
cbcda9fcbf
add lock comment
2008-05-03 05:06:03 +00:00
Mark Andrews
4d5d79c2bf
2366. [bug] Adb shutdown race. [RT #18021 ]
2008-05-02 04:42:32 +00:00
Automatic Updater
8aaed07569
regen
2008-05-02 01:41:47 +00:00
Tatuya JINMEI 神明達哉
412555b357
cleanups for LRU-caching code [RT #18018 ]
2008-05-01 18:32:32 +00:00
Evan Hunt
5436d7d29d
*** empty log message ***
2008-04-29 01:05:39 +00:00
Evan Hunt
9b499d30ab
Fix a bug causing dns_acl_isany() to return spurious results [rt18000]
2008-04-29 01:04:14 +00:00
Mark Andrews
c8535afd17
2364. [bug] named could trigger a assertion when serving a
...
malformed signed zone. [RT #17828 ]
2008-04-29 00:56:50 +00:00
Mark Andrews
b03896b8f2
2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
...
[RT #17513 ]
2008-04-28 23:51:46 +00:00
Mark Andrews
cc8f4eeb27
update #2331 description
2008-04-28 03:30:14 +00:00
Mark Andrews
e602fc802e
update
2008-04-27 03:33:16 +00:00
Automatic Updater
b08fa225e7
update copyright notice
2008-04-24 23:46:29 +00:00
Automatic Updater
3c9321d7f6
newcopyrights
2008-04-24 23:30:15 +00:00
Evan Hunt
982f479ef8
Change rrsetorder test two ways:
...
1) only test "fixed" ordering if it was compiled in
2) test whether "cyclic" ordering is cyclic, but don't
rely on the initial state being predictable
[rt17977]
2008-04-24 21:52:18 +00:00
Automatic Updater
eeaf86677c
update copyright notice
2008-04-23 23:46:29 +00:00
Automatic Updater
90db307f35
newcopyrights
2008-04-23 23:30:21 +00:00
Evan Hunt
cb66d7252e
Make "rrset-order fixed" a compile-time option. settable by
...
"./configure --enable-fixed-rrset". Disabled by default. [rt17977]
2008-04-23 21:44:52 +00:00
Tatuya JINMEI 神明達哉
49a05a11d9
2361. [bug] "recursion" statistics counter could be counted
...
multiple times for a single query. [RT #17990 ]
2008-04-23 01:18:33 +00:00
Evan Hunt
516f7013e6
Missing type in internal_next() function declaration
2008-04-18 19:47:26 +00:00
Mark Andrews
4203f5255b
9.5.0b3
2008-04-11 04:43:00 +00:00
Mark Andrews
96f73d33c2
fix bad NSID/EDNS interaction [RT #17952 ]
2008-04-10 07:20:27 +00:00
Evan Hunt
710077836a
Added mention of NSID
2008-04-10 01:14:28 +00:00
Automatic Updater
e431b34601
regen
2008-04-09 23:37:47 +00:00
Mark Andrews
739ca9f9ad
BIND version 9.4 -> 9.5
2008-04-09 22:53:50 +00:00
Automatic Updater
dbbab64f9d
update copyright notice
2008-04-09 22:53:06 +00:00
Automatic Updater
e3b7bbf52b
newcopyrights
2008-04-09 22:51:18 +00:00
Automatic Updater
3c13437de0
regen
2008-04-09 22:51:16 +00:00
Tatuya JINMEI 神明達哉
a24b174ca4
bind9-compat statistics updates
2008-04-09 22:49:37 +00:00
Michael Graff
5702efd795
Add changes line for recent lock ordering fix
2008-04-09 22:06:39 +00:00
Michael Graff
2d70db1fa3
mirror change made on my zonemaint branch; detach iterator then close version
2008-04-09 21:47:51 +00:00
Automatic Updater
d8bd46d4cc
newcopyrights
2008-04-08 23:30:15 +00:00
Evan Hunt
5a28de8a7e
Update Bv9ARM.pdf for 9.5.0b3 release
2008-04-08 17:36:32 +00:00
Evan Hunt
014d9f7261
add a few more new functions to libdns.def
2008-04-08 04:00:57 +00:00
Evan Hunt
aad58d0adf
remove no-longer-needed prototype for dns_stats_incrementcounter
...
update libdns.def to remove nonexistent functions
2008-04-08 03:46:36 +00:00
Evan Hunt
e7b4b25911
update api and *.def files for 9.5.0b3 release
2008-04-08 03:17:33 +00:00
Evan Hunt
b104b0c23e
Release 9.5.0b3
2008-04-07 22:40:01 +00:00
Mark Andrews
a19ec120c5
2359. [bug] Fix NSID bug. [RT #17942
2008-04-07 05:30:58 +00:00
Automatic Updater
7cfe8c8f4d
regen
2008-04-06 01:41:39 +00:00
Automatic Updater
391c2ab68f
update copyright notice
2008-04-05 23:46:39 +00:00
Automatic Updater
14651ee41b
newcopyrights
2008-04-05 23:30:24 +00:00
Automatic Updater
c583c691fb
regen
2008-04-05 01:39:28 +00:00
Automatic Updater
83df26458f
update copyright notice
2008-04-04 23:46:31 +00:00
Mark Andrews
6fa7523201
2358. [doc] Update host's default query description. [RT #17934 ]
2008-04-04 23:30:39 +00:00
Automatic Updater
7aef379fd1
newcopyrights
2008-04-04 23:30:15 +00:00
Tatuya JINMEI 神明達哉
961bf2a3e8
2356. [bug] Builtin mutex profiler was not scalable enough.
...
[RT #17436 ]
2008-04-04 02:56:10 +00:00
Automatic Updater
0192a58877
update copyright notice
2008-04-03 23:46:30 +00:00
Automatic Updater
fea5003e29
newcopyrights
2008-04-03 23:30:17 +00:00
Automatic Updater
92fbb8eac8
regen
2008-04-03 23:30:14 +00:00
Tatuya JINMEI 神明達哉
5b810282a9
Global memory context had the wrong name (RT #17932 )
2008-04-03 23:16:51 +00:00
Mark Andrews
4d4acb42d2
silence warnings
2008-04-03 10:51:01 +00:00
Mark Andrews
e537df0ea9
isc_buffer_putmem->isc_buffer_putstr
2008-04-03 10:50:01 +00:00
Mark Andrews
e5b1dde7c5
silence signed/unsigned warning
2008-04-03 10:49:22 +00:00
Automatic Updater
6a71e56a3f
update copyright notice
2008-04-03 06:20:34 +00:00
Automatic Updater
438720772d
newcopyrights
2008-04-03 06:11:34 +00:00
Automatic Updater
47885dbdde
regen
2008-04-03 06:11:33 +00:00
Mark Andrews
af1599b1da
2355. [func] Extend the number statistics counters available.
...
[RT #17590 ]
2008-04-03 06:10:21 +00:00
Automatic Updater
8ebab4b98f
update copyright notice
2008-04-03 06:08:27 +00:00
Automatic Updater
7100256640
newcopyrights
2008-04-03 06:06:18 +00:00
Automatic Updater
e76eb48859
regen
2008-04-03 06:06:16 +00:00
Automatic Updater
4a28636431
regen
2008-04-03 04:11:04 +00:00
Mark Andrews
829c34e396
2354. [bug] Failed to initialise sone rdatasetheader_t elements.
...
[RT #17927 ]
2008-04-03 04:02:57 +00:00
Mark Andrews
5c2712bfb8
bad pointer
2008-04-03 02:13:29 +00:00
Mark Andrews
fc29ccea3d
2353. [func] Add support for Name Server ID (RFC 5001).
...
'dig +nsid' requests NSID from server.
'request-nsid yes;' causes recursive server to send
NSID requests to upstream servers. Server responds
to NSID requests with the string configured by
'server-id' option. [RT #17091 ]
2008-04-03 02:12:22 +00:00
Mark Andrews
c78c0e226d
2352. [bug] Various GSS_API fixups. [RT #17729 ]
2008-04-03 00:47:46 +00:00
Automatic Updater
b15ca1e4a8
update copyright notice
2008-04-02 23:46:28 +00:00
Automatic Updater
4a2a5e97c8
newcopyrights
2008-04-02 23:30:14 +00:00
Automatic Updater
e3f89c5bf1
regen
2008-04-02 23:30:13 +00:00
Mark Andrews
380c7b4299
2351. [bug] convertxsl.pl generated very long lines. [RT #17906 ]
2008-04-02 03:36:44 +00:00
Mark Andrews
569866242d
2350. [port] win32: IPv6 support. [RT #17797 ]
2008-04-02 03:05:18 +00:00
Mark Andrews
0655b0e422
don't ignore bind9.xsl.h
2008-04-02 02:35:23 +00:00
Automatic Updater
e1b8868347
regen
2008-04-01 23:30:14 +00:00
Automatic Updater
3b3a602c84
update copyright notice
2008-03-31 23:46:42 +00:00
Automatic Updater
97c6bb525f
newcopyrights
2008-03-31 23:30:14 +00:00
Francis Dupont
febd51128d
commit rt17451
2008-03-31 13:18:00 +00:00
Mark Andrews
d6a28f56c1
2346. [func] Memory statistics now cover all active memory contexts
...
in increased detail. [RT #17580 ]
2008-03-31 05:10:09 +00:00
Automatic Updater
4926627bcf
update copyright notice
2008-03-29 23:46:40 +00:00
Automatic Updater
a3bc124972
update copyright notice
2008-03-28 23:46:33 +00:00
Automatic Updater
3bfe5db91d
newcopyrights
2008-03-28 23:30:16 +00:00
Tatuya JINMEI 神明達哉
7826436f62
don't use separate memory contexts for res buckets without threads
...
Download because it doesn't have any benefit and requires more memory.
(RT #17898 )
2008-03-28 17:20:51 +00:00
Mark Andrews
8fed9314f6
2345. [bug] named-checkconf failed to detect when forwarders
...
were set at both the options/view level and in
a root zone. [RT #17671 ]
2008-03-28 03:30:05 +00:00
Automatic Updater
a5c4ae5173
regen
2008-03-28 01:41:34 +00:00
Automatic Updater
77f549e6b4
update copyright notice
2008-03-27 23:46:28 +00:00
Automatic Updater
ca3ecfb9b5
newcopyrights
2008-03-27 23:30:20 +00:00
Tatuya JINMEI 神明達哉
c367f5e243
always enable ISC_xxx_NAMES
2008-03-27 21:10:24 +00:00
Mark Andrews
c93c2295a3
2344. [bug] Improve "logging{ file ...; };" documentation.
...
[RT #17888 ]
2008-03-27 03:36:38 +00:00
Automatic Updater
4e1aab5a12
update copyright notice
2008-03-20 23:46:31 +00:00
Automatic Updater
5ff3649205
newcopyrights
2008-03-20 23:30:19 +00:00
Tatuya JINMEI 神明達哉
b1edc6d4c5
2343. [bug] (Seemingly) duplicate IPv6 entries could be
...
created in ADB. [RT #17837 ]
2008-03-20 22:42:16 +00:00
Mark Andrews
98ef27178a
2341. [bug] libbind: add missing -I../include for off source
...
tree builds. [RT #17606 ]
2008-03-20 04:18:39 +00:00
Automatic Updater
3bebac792f
newcopyrights
2008-03-18 23:30:18 +00:00
Jeremy Reed
5c1119ddb2
Mention allow-query changes and allow-query-cache. [RT #17726 ]
...
And add new copyright year too.
2008-03-18 16:02:36 +00:00
Automatic Updater
6b2bbc7acd
regen
2008-03-15 01:41:36 +00:00
Jeremy Reed
61e1949537
Fix typo in $GENERATE example.
2008-03-14 14:41:47 +00:00
Automatic Updater
7ead775452
newcopyrights
2008-03-07 23:30:14 +00:00
Mark Andrews
8c16eea7cb
platform.h
2008-03-07 01:42:55 +00:00
Automatic Updater
5815d6d626
update copyright notice
2008-03-03 23:46:26 +00:00
Automatic Updater
c6efdf3877
newcopyrights
2008-03-03 23:30:18 +00:00
Mark Andrews
acfc90e470
2340. [port] openbsd: interface configuration. [RT #17700 ]
2008-03-03 01:23:09 +00:00
Mark Andrews
4b44e87afa
2339. [port] tru64: support for libbind. [RT #17589 ]
2008-03-02 22:29:25 +00:00
Automatic Updater
d01a2c3074
newcopyrights
2008-02-28 23:30:17 +00:00
Mark Andrews
fa14a55a9b
2339. [port] tru64: support for libbind. [RT #17589 ]
2008-02-28 05:47:11 +00:00
Automatic Updater
7a66933966
update copyright notice
2008-02-27 23:46:37 +00:00
Automatic Updater
08554db8e8
newcopyrights
2008-02-27 23:30:13 +00:00
Mark Andrews
4daa027dae
2339. [port] tru64: support for libbind. [RT #17589 ]
2008-02-27 00:07:02 +00:00
Mark Andrews
961bf334ad
regen
2008-02-25 05:08:10 +00:00
Mark Andrews
92a67c70fc
remove .org's
2008-02-19 22:46:01 +00:00
Evan Hunt
54d79b7ee6
Fix build error: parameter type was changed in the prototype but not in
...
the function header.
2008-02-19 17:09:08 +00:00
Mark Andrews
8499acff4b
bad CHANGE numbers
2008-02-19 02:27:46 +00:00
Automatic Updater
a575cc7345
update copyright notice
2008-02-18 23:46:30 +00:00
Automatic Updater
7443e9a0ab
newcopyrights
2008-02-18 23:30:16 +00:00
Mark Andrews
de4f3419d3
2238. [bug] check_ds() could be called with a non DS rdataset.
...
[RT #17598 ]
2008-02-18 23:09:31 +00:00
Mark Andrews
3d20fde5d5
2237. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614 ]
2008-02-18 22:44:29 +00:00
Mark Andrews
4a8284d2d9
2335. [port] sunos: libbind and *printf() support for long long.
...
[RT #17513 ]
2008-02-18 04:12:30 +00:00
Mark Andrews
dde0554201
remove
2008-02-18 03:54:07 +00:00
Mark Andrews
085c04709b
2333. [bug] Fix off by one error in isc_time_nowplusinterval().
...
[RT #17608 ]
2008-02-17 23:46:48 +00:00
Mark Andrews
a637837c26
remove query-loc-0.3.0
2008-02-17 22:17:35 +00:00
Automatic Updater
49d06d08af
update copyright notice
2008-02-15 23:46:22 +00:00
Automatic Updater
fbcc990683
newcopyrights
2008-02-15 23:30:15 +00:00
Mark Andrews
8bf830cf9a
tag root-server address changes as [maint]
2008-02-15 03:42:52 +00:00
Mark Andrews
25483f341c
2334. [bug] Bad REQUIRES in fromstruct_in_naptr(), off by one
...
bug in fromstruct_txt(). [RT #17609 ]
2008-02-15 03:37:13 +00:00
Mark Andrews
a3f132e1d5
2332. [contrib] query-loc-0.4.0. [RT #17602 ]
2008-02-15 02:16:03 +00:00
cvs2git
4dced8b5ca
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-02-15 01:47:17 +00:00
Automatic Updater
a7e1401d6f
update copyright notice
2008-02-07 23:46:25 +00:00
Automatic Updater
bf893e98a1
newcopyrights
2008-02-07 23:30:17 +00:00
Mark Andrews
785ba57b1d
80 cols
2008-02-07 03:28:30 +00:00
Mark Andrews
b3d76dc009
2331. [bug] Failure to regenerate any signatures was not being reported
...
or past back to the UPDATE client. [RT #17570 ]
2008-02-07 03:14:57 +00:00
Mark Andrews
0fd9a6a418
2330. [bug] Remove potential race condition when handling
...
over memory events. [RT #17572 ]
WARNING: API CHANGE: over memory callback
function now needs to call isc_mem_waterack().
See <isc/mem.h> for details.
2008-02-07 02:51:43 +00:00
Automatic Updater
cbb58f7806
update copyright notice
2008-02-05 23:46:39 +00:00
Automatic Updater
e612fee97e
newcopyrights
2008-02-05 23:30:17 +00:00
Mark Andrews
9ad9a85600
2329. [bug] Clearer help text for dig's '-x' and '-i' options.
2008-02-05 07:00:58 +00:00
Mark Andrews
50a826f981
2328. [bug] Add AAAA addresses for A.ROOT-SERVERS.NET,
...
F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
M.ROOT-SERVERS.NET.
2008-02-05 03:19:36 +00:00
Automatic Updater
657f12a6c2
update copyright notice
2008-02-01 23:46:30 +00:00
Mark Andrews
b92d30fdf6
2327. [bug] It was possible to dereference a NULL pointer in
...
rbtdb.c. Implement deadnode processing in zones as
we do for caches. [RT #17312 ]
2008-02-01 04:36:56 +00:00
Automatic Updater
be3fa0f93c
update copyright notice
2008-01-31 23:46:35 +00:00
Automatic Updater
6ae5d3fe2e
newcopyrights
2008-01-31 23:30:18 +00:00
Mark Andrews
fff23805cd
2326. [bug] It was possible to trigger a INSIST in the acache
...
processing.
2008-01-31 05:27:14 +00:00
Mark Andrews
baf0deb78a
2325. [port] Linux: use capset() function if available. [RT #17557 ]
2008-01-30 04:57:30 +00:00
Mark Andrews
1c761ab7cd
correct rt number
2008-01-30 03:43:53 +00:00
Mark Andrews
19621ecd33
regen
2008-01-30 02:31:45 +00:00
Automatic Updater
6d6b4d2b44
update copyright notice
2008-01-29 23:46:31 +00:00
Automatic Updater
408d189490
newcopyrights
2008-01-29 23:30:18 +00:00
Evan Hunt
2302483203
Fix typo, "documention"->"documentation"
2008-01-29 19:53:12 +00:00
Evan Hunt
5205441b98
Moved 9.5.0b2 released line to the top
2008-01-29 15:24:32 +00:00
Mark Andrews
9269f5932a
document the use of 'modprobe'
2008-01-29 04:24:23 +00:00
Evan Hunt
01167e9f54
Added unresolved externals for windows build
2008-01-29 00:06:47 +00:00
Automatic Updater
c70668447c
update copyright notice
2008-01-27 23:46:52 +00:00
Automatic Updater
facbe6140d
newcopyrights
2008-01-27 23:30:16 +00:00
Mark Andrews
200538d835
regen
2008-01-27 06:10:15 +00:00
Mark Andrews
5b5459fa39
2324. [bug] Fix IPv6 matching against "any;" [RT #17533 ]
2008-01-27 02:12:51 +00:00
Mark Andrews
970e4f9c17
2323. [port] tru64: namespace clash. [RT #17547 ]
2008-01-27 02:06:46 +00:00
Automatic Updater
988fcd8e91
update copyright notice
2008-01-26 23:46:50 +00:00
Automatic Updater
15538c5cf9
newcopyrights
2008-01-26 23:30:19 +00:00
Tatuya JINMEI 神明達哉
b0bf8fb3d7
corrected typo
2008-01-25 23:51:18 +00:00
Tatuya JINMEI 神明達哉
a927d3d2f5
2322. [port] MacOS: work around the limitation of setrlimit()
...
for RLIMIT_NOFILE. [RT #17526 ]
2008-01-25 23:48:17 +00:00
Automatic Updater
d7fe687447
update copyright notice
2008-01-24 23:46:26 +00:00
Automatic Updater
dd6673e550
newcopyrights
2008-01-24 23:30:18 +00:00
Mark Andrews
0fd958bf27
2320. [func] Make statistics couters thread-safe for platforms
...
that support certain atomic operations. [RT #17466 ]
2008-01-24 02:41:48 +00:00
Tatuya JINMEI 神明達哉
b20fabbc3a
2320. [func] Make statistics couters thread-safe for platforms
...
that support certain atomic operations. [RT #17466 ]
2008-01-24 02:29:57 +00:00
Automatic Updater
3a1a42acf0
update copyright notice
2008-01-23 03:22:15 +00:00
Automatic Updater
a7cd86b7e5
newcopyrights
2008-01-23 03:20:28 +00:00
Evan Hunt
438763e4ca
Fixes needed to compile on windows
2008-01-23 02:32:17 +00:00
Mark Andrews
6f054fb0c0
regen
2008-01-23 02:25:08 +00:00
Automatic Updater
fd7dee0a02
update copyright notice
2008-01-23 02:15:32 +00:00
Automatic Updater
64af101571
newcopyrights
2008-01-23 02:13:39 +00:00
Mark Andrews
61c08ad3b7
2318. [port] sunos fixes for libbind. [RT #17514 ]
2008-01-23 02:10:08 +00:00
cvs2git
db746aa5ef
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-01-23 02:06:44 +00:00
Mark Andrews
4bb592c78c
2318. [port] sunos fixes for libbind. [RT #17514 ]
2008-01-23 02:00:56 +00:00
Evan Hunt
2f58f058c1
Update libtool versions for 9.5.0b2
2008-01-22 23:58:42 +00:00
Evan Hunt
72ef4f17c9
releasing 9.5.0b2 (also fixed a typo in the previous CHANGES entry)
2008-01-22 23:43:56 +00:00
Automatic Updater
22df9a9b9e
update copyright notice
2008-01-22 23:27:35 +00:00
Automatic Updater
dd45b00f68
newcopyrights
2008-01-22 23:25:51 +00:00
Mark Andrews
3999907ad2
2319. [bug] Silence Coverity warnings in
...
lib/dns/rdata/in_1/apl_42.c. [RT #174 ]
2008-01-22 23:22:00 +00:00
Mark Andrews
bd3598f239
2318. [port] ISC_PLATFORM_NEEDTIMESPEC missing from
...
lib/bind/config.h.in. [RT #17514 ]
2008-01-22 23:05:49 +00:00
Mark Andrews
764150b71d
2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518 ]
2008-01-22 22:51:26 +00:00
Mark Andrews
0154d8b824
2316. [port] Missing #include <isc/print.h> in lib/dns/gssapictx.c.
...
[RT #17513 ]
2008-01-22 11:44:56 +00:00
Evan Hunt
d595af5b6a
Used incorrect address family for mapped IPv4 addresses in acl.c. [RT #17519 ]
2008-01-22 05:39:18 +00:00
Mark Andrews
59b0f0ac6c
2314. [bug] Uninitialized memory use on error path in
...
bin/named/lwdnoop.c. [RT #17476 ]
2008-01-22 01:56:30 +00:00
Mark Andrews
5b9f34295f
regen
2008-01-22 01:45:23 +00:00
Mark Andrews
b177a884b4
2313. [cleanup] Silence Coverity warnings. Handle private stacks.
...
[RT #17447 ] [RT #17478 ]
2008-01-22 01:44:04 +00:00
Mark Andrews
09274b9cea
2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c.
...
[RT #17458 ]
2008-01-22 01:14:11 +00:00
Tatuya JINMEI 神明達哉
2e5426b5aa
noticed the default max-cache-size [RT #17515 ]
2008-01-22 00:31:00 +00:00
Automatic Updater
e00da2eb68
update copyright notice
2008-01-21 23:46:23 +00:00
Automatic Updater
468a0a9f0e
newcopyrights
2008-01-21 23:30:18 +00:00
Evan Hunt
09bd4960ef
IPv6 addresses could match IPv4 ACL entries and vice versa. [RT #17462 ]
2008-01-21 21:02:24 +00:00
Automatic Updater
715d3e82cb
newcopyrights
2008-01-18 23:30:15 +00:00
Mark Andrews
233dd63115
regen
2008-01-18 09:37:05 +00:00
Tatuya JINMEI 神明達哉
d504c44c35
missing <command> tags for statement grammar notations.
2008-01-18 02:18:45 +00:00
Mark Andrews
66240d2746
regen
2008-01-18 01:44:54 +00:00
Mark Andrews
bc5f9d92c3
regen
2008-01-18 00:12:21 +00:00
Automatic Updater
ce09884de7
update copyright notice
2008-01-17 23:46:37 +00:00
Automatic Updater
2d3aafb354
newcopyrights
2008-01-17 23:30:19 +00:00
Mark Andrews
a9b24b418c
2310 [bug] dig, host, nslookup: flush stdout before emitting
...
debug/fatal messages. [RT #17501 ]
2008-01-17 21:51:21 +00:00
Mark Andrews
b336b9332d
Fix documentation for:
...
2294. [func] Allow the experimental statistics channels to have
multiple connections and ACL.
2008-01-17 21:41:47 +00:00
Evan Hunt
a981760738
Fix coverity warnings in acl.c and iptable.c [rt17455]
2008-01-17 08:09:36 +00:00
Mark Andrews
d244a5b2a3
automate the cleanup of leading/trailing whitespace in C files
2008-01-17 07:44:01 +00:00
Mark Andrews
1cbd155085
regen
2008-01-17 03:04:53 +00:00
Tatuya JINMEI 神明達哉
84a2c39fa0
missing validation check for the reload case
2008-01-17 03:02:17 +00:00
Mark Andrews
cfcbcf061f
2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c.
...
[RT #17495 ]
2008-01-17 03:00:59 +00:00
Tatuya JINMEI 神明達哉
62bd59af24
2294. [func] Allow the experimental statistics channels to have
...
multiple connections and ACL.
Note: the stats-server and stats-server-v6 options
available in the previous beta releases are replaced
with the generic statistics-channels statment.
2008-01-17 00:24:32 +00:00
cvs2git
8d121214ec
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-01-17 00:15:15 +00:00
Automatic Updater
3eb81a73aa
update copyright notice
2008-01-16 23:46:23 +00:00
Automatic Updater
ebfc85d52f
newcopyrights
2008-01-16 23:30:18 +00:00
Mark Andrews
b18d6066b2
2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496 ]
2008-01-16 21:57:51 +00:00
Automatic Updater
4602a30928
update copyright notice
2008-01-15 23:46:32 +00:00
Automatic Updater
ac80f65020
newcopyrights
2008-01-15 23:30:15 +00:00
Mark Andrews
7a2ff97296
2306. [bug] Remove potential race from lib/dns/resolver.c.
...
[RT #17470 ]
2008-01-15 12:37:28 +00:00
Mark Andrews
40a2001899
2305. [security] inet_network() buffer overflow. CVE-2008-0122.
2008-01-15 03:47:55 +00:00
Mark Andrews
d4c9827b5a
2304. [bug] Check returns from all dns_rdata_tostruct() calls.
...
[RT #17460 ]
2008-01-15 01:13:17 +00:00
Automatic Updater
e09484c1b5
update copyright notice
2008-01-14 23:46:28 +00:00
Automatic Updater
138c9af8ee
newcopyrights
2008-01-14 23:30:19 +00:00
Mark Andrews
98b01ed499
2303. [bug] Remove unnecessary code from bin/named/lwdgnba.c.
...
[RT #17471 ]
2008-01-14 13:06:33 +00:00
Mark Andrews
d760be189b
2302. [bug] Fix memset() calls in lib/tests/t_api.c. [RT #17472 ]
2008-01-14 12:47:00 +00:00
Mark Andrews
531dca2420
2301. [bug] Remove resource leak and fix error messages in
...
bin/tests/system/lwresd/lwtest.c. [RT #17474 ]
2008-01-14 12:18:38 +00:00
Mark Andrews
d610a63637
2300. [bug] Fixed failure to close open file in
...
bin/tests/names/t_names.c. [RT #17473 ]
CV: ----------------------------------------------------------------------
2008-01-14 11:55:55 +00:00
Automatic Updater
0ca2c72ec4
update copyright notice
2008-01-12 23:46:43 +00:00
Automatic Updater
c5f7d960af
newcopyrights
2008-01-12 23:30:15 +00:00
Mark Andrews
ddc792aa74
2299. [bug] Remove unnecessary NULL check in
...
bin/nsupdate/nsupdate.c. [RT #17475 ]
2008-01-12 22:16:49 +00:00
Mark Andrews
e886663bb8
2298. [bug] isc_mutex_lock() failure not caught in
...
bin/tests/timers/t_timers.c. [RT #17468 ]
2008-01-12 22:05:52 +00:00
Mark Andrews
e616752523
2297. [bug] isc_entropy_createfilesource() failure not caught in
...
bin/tests/dst/t_dst.c. [RT #17467 ]
2008-01-12 21:53:28 +00:00
Automatic Updater
395f6d6ee7
update copyright notice
2008-01-11 23:46:27 +00:00
Automatic Updater
2699cd0532
newcopyrights
2008-01-11 23:30:17 +00:00
Mark Andrews
fbcb13ce0b
docbook not dockbook
2008-01-11 04:51:35 +00:00
Mark Andrews
0ab8208ade
2296. [port] Allow docbook stylesheet location to be specified to
...
configure. [RT #17457 ]
2008-01-11 03:22:00 +00:00
Mark Andrews
7feda2cbd7
2295. [bug] Silence static overrun error in bin/named/lwaddr.c.
...
[RT #17459 ]
2008-01-11 03:04:03 +00:00
Automatic Updater
439716d3b5
update copyright notice
2008-01-10 23:46:34 +00:00
Automatic Updater
c3926cdf4c
newcopyrights
2008-01-10 23:30:17 +00:00
Mark Andrews
b57c180e78
2293. [func] Add ACL regression test. [RT #17375 ]
2008-01-10 01:35:37 +00:00
cvs2git
08332cd77d
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-01-10 01:10:02 +00:00
Automatic Updater
e5009e717f
update copyright notice
2008-01-09 23:46:33 +00:00
Automatic Updater
b67bacecc9
newcopyrights
2008-01-09 23:30:19 +00:00
Mark Andrews
2b5a1b5eb1
2292. [bug] Log if the working directory is not writable.
...
[RT #17312 ]
2291. [bug] PR_SET_DUMPABLE may be set too late. Also report
failure to set PR_SET_DUMPABLE. [RT #17312 ]
2008-01-09 04:53:18 +00:00
Mark Andrews
23a012ebfe
2290. [bug] Let AD in the query signal that the client wants AD
...
set in the response. [RT #17301 ]
2008-01-09 04:13:45 +00:00
Mark Andrews
f5471da9bb
2288. [port] win32: mark service as running when we have finished
...
loading. [RT #17441 ]
2008-01-09 02:37:43 +00:00
Automatic Updater
1a83d0a2dd
update copyright notice
2008-01-04 23:46:30 +00:00
Automatic Updater
d4662c174d
newcopyrights
2008-01-04 23:30:14 +00:00
Mark Andrews
1fbd092244
2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413 ]
2008-01-04 03:34:08 +00:00
Automatic Updater
4417182aba
newcopyrights
2008-01-03 23:30:14 +00:00
Automatic Updater
01e203ad6b
update copyright notice
2008-01-02 23:46:28 +00:00
Automatic Updater
4f6b9050ee
newcopyrights
2008-01-02 23:30:16 +00:00
Mark Andrews
c9670b654c
regen
2008-01-02 14:01:55 +00:00
Mark Andrews
5b538e89ac
remove test"#define inline"
2008-01-02 06:10:55 +00:00
cvs2git
168f7c2650
This commit was manufactured by cvs2git to create branch 'v9_5'.
2008-01-02 04:26:27 +00:00
cvs2git
a70f5c100c
This commit was manufactured by cvs2git to create branch 'rt17374'.
2007-12-20 01:48:30 +00:00
cvs2git
3ac85ae815
This commit was manufactured by cvs2git to create branch 'rt17347'.
2007-12-14 23:30:23 +00:00
cvs2git
07779b37f7
This commit was manufactured by cvs2git to create branch 'rt12017'.
2007-12-11 23:18:49 +00:00
cvs2git
a5e8b7acd2
This commit was manufactured by cvs2git to create branch 'rt17332'.
2007-11-27 23:18:17 +00:00
cvs2git
798d69d4c5
This commit was manufactured by cvs2git to create branch 'rt17311'.
2007-11-26 23:18:09 +00:00
cvs2git
0e46658ea8
This commit was manufactured by cvs2git to create branch 'rt17307'.
2007-11-26 02:43:54 +00:00
cvs2git
00a4159352
This commit was manufactured by cvs2git to create branch
...
'custom_NOM_v9_5_0a7'.
2007-11-19 01:55:03 +00:00
cvs2git
a1e1382c9a
This commit was manufactured by cvs2git to create branch 'sp1705a'.
2007-11-09 23:30:22 +00:00