Mark Andrews
|
e48078acdd
|
3179. [port] kfreebsd: build issues. [RT #26273]
|
2011-10-25 21:27:40 +00:00 |
|
Automatic Updater
|
e4d613f172
|
update
|
2011-10-25 03:15:16 +00:00 |
|
Mark Andrews
|
e5973c63f3
|
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now.
|
2011-10-25 03:11:17 +00:00 |
|
Automatic Updater
|
50c9595c79
|
update
|
2011-10-21 00:15:14 +00:00 |
|
Automatic Updater
|
8830c847aa
|
update copyright notice
|
2011-10-20 23:45:14 +00:00 |
|
Automatic Updater
|
f9c3ac9c90
|
update
|
2011-10-20 22:15:11 +00:00 |
|
Mark Andrews
|
48e7804399
|
3175. [bug] Fix how DNSSEC positive wildcard responses from a
NSEC3 signed zone are validated. Stop sending a
unnecessary NSEC3 record when generating such
responses. [RT #26200]
|
2011-10-20 21:47:47 +00:00 |
|
Automatic Updater
|
0ec67facc9
|
update
|
2011-10-18 00:15:25 +00:00 |
|
Automatic Updater
|
611c5eacdb
|
update copyright notice
|
2011-10-17 23:45:22 +00:00 |
|
Automatic Updater
|
82fc82d159
|
newcopyrights
|
2011-10-17 23:30:04 +00:00 |
|
Automatic Updater
|
a704f49bcd
|
update
|
2011-10-17 06:15:47 +00:00 |
|
Mark Andrews
|
eb18e1f8aa
|
sleep 1 # allow lwresd to finish starting.
|
2011-10-17 05:44:03 +00:00 |
|
Automatic Updater
|
3b24208d02
|
update
|
2011-10-17 03:15:47 +00:00 |
|
Mark Andrews
|
b9b2670676
|
sync with HEAD
|
2011-10-17 02:41:22 +00:00 |
|
Mark Andrews
|
bdc12c867b
|
add --restart arg
|
2011-10-17 02:37:57 +00:00 |
|
Automatic Updater
|
a88b1b2a4e
|
update
|
2011-10-15 05:15:13 +00:00 |
|
Mark Andrews
|
af524126b2
|
3173. [port] Correctly validate root DS responses. [RT #25726]
|
2011-10-15 05:13:39 +00:00 |
|
Automatic Updater
|
e23ce15e58
|
update
|
2011-10-13 23:15:42 +00:00 |
|
Automatic Updater
|
329b11e08a
|
update copyright notice
|
2011-10-13 22:46:59 +00:00 |
|
Automatic Updater
|
90af01e243
|
newcopyrights
|
2011-10-13 22:46:23 +00:00 |
|
Automatic Updater
|
bb510b7247
|
update
|
2011-10-13 14:15:13 +00:00 |
|
Mark Andrews
|
a1423d89e4
|
handle unchecked assignment
|
2011-10-13 13:16:38 +00:00 |
|
Automatic Updater
|
0e622e8d37
|
update
|
2011-10-13 08:15:33 +00:00 |
|
Mark Andrews
|
5e3c1be88c
|
#include <stdlib.h>
|
2011-10-13 07:44:38 +00:00 |
|
Automatic Updater
|
72fbcebd4f
|
update
|
2011-10-13 01:15:11 +00:00 |
|
Mark Andrews
|
0d11496e02
|
3169. [func] Catch db/version mis-matches when call dns_db_*().
[RT #26017]
|
2011-10-13 00:37:34 +00:00 |
|
Automatic Updater
|
2483e6556f
|
update
|
2011-10-13 00:15:11 +00:00 |
|
Automatic Updater
|
00adbff8af
|
update copyright notice
|
2011-10-12 23:45:12 +00:00 |
|
Automatic Updater
|
82fbab0713
|
newcopyrights
|
2011-10-12 23:30:04 +00:00 |
|
Automatic Updater
|
98df83e6f3
|
update
|
2011-10-12 02:15:09 +00:00 |
|
Mark Andrews
|
df4074735e
|
some hunks misapplied, fctx->addrinfo is needed
|
2011-10-12 01:40:32 +00:00 |
|
Automatic Updater
|
ab51c5e4c7
|
update
|
2011-10-12 01:15:14 +00:00 |
|
Mark Andrews
|
3693a4c6b7
|
3167. [bug] Negative answers from forwarders were not being
correctly tagged making them appear to not be cached.
[RT #25380]
|
2011-10-12 00:30:16 +00:00 |
|
Automatic Updater
|
939b258bc4
|
update
|
2011-10-11 01:15:15 +00:00 |
|
Mark Andrews
|
9445400489
|
handle named.args
|
2011-10-11 00:50:23 +00:00 |
|
Automatic Updater
|
fe74d946f7
|
update
|
2011-10-11 00:15:38 +00:00 |
|
Scott Mann
|
1f22e83c95
|
Change s/\R//g to chomp().
|
2011-10-10 23:23:50 +00:00 |
|
Automatic Updater
|
196323cd4d
|
update
|
2011-10-10 20:15:09 +00:00 |
|
Scott Mann
|
5721855c9e
|
allow custom args to named in system tests (RT 26044).
|
2011-10-10 19:40:50 +00:00 |
|
Automatic Updater
|
d27081366c
|
update
|
2011-10-07 05:15:13 +00:00 |
|
Evan Hunt
|
4a4da8faaf
|
3157. [tuning] Reduce the time spent in "rndc reconfig" by parsing
the config file before pausing the server. [RT #21373]
|
2011-10-07 04:41:30 +00:00 |
|
Automatic Updater
|
578179266a
|
update
|
2011-10-07 02:15:10 +00:00 |
|
Automatic Updater
|
e7bdc6f8ee
|
regen v9_6
|
2011-10-07 01:25:48 +00:00 |
|
Automatic Updater
|
bf9422b54e
|
update
|
2011-10-06 12:15:11 +00:00 |
|
Mark Andrews
|
cd87945e6d
|
fix default for sig-signing-type
|
2011-10-06 11:53:21 +00:00 |
|
Automatic Updater
|
415a8d22b7
|
update
|
2011-09-24 00:15:35 +00:00 |
|
Automatic Updater
|
39abd8d7ab
|
update copyright notice
|
2011-09-23 23:45:16 +00:00 |
|
Automatic Updater
|
72c0459087
|
newcopyrights
|
2011-09-23 23:30:06 +00:00 |
|
Automatic Updater
|
a578f60294
|
update
|
2011-09-23 01:15:12 +00:00 |
|
Evan Hunt
|
6b79ae4b25
|
3156. [bug] Reconfiguring the server with an incorrectly
formatted TSIG key could cause a crash during
subsequent zone transfers. [RT #20391]
|
2011-09-23 00:37:29 +00:00 |
|