Tinderbox User
08e2131f0f
update SRCID
2012-05-21 05:17:48 +00:00
Mark Andrews
7527d773e1
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9
2012-05-21 15:14:49 +10:00
Mark Andrews
87a40683bf
portability awk add space between -v and it's argument, if anything has changed add ./COPYRIGHT
2012-05-21 15:11:34 +10:00
Tinderbox User
80f75f8e23
update SRCID
2012-05-21 01:16:01 +00:00
Mark Andrews
1b786cf46f
check for Net::DNS
2012-05-21 10:33:05 +10:00
Tinderbox User
693c37cb13
update SRCID
2012-05-21 00:16:27 +00:00
Mark Andrews
9b6e76e5e7
awk and toupper is not portable, use sed instead
2012-05-21 10:13:08 +10:00
Mark Andrews
1fb0e1b20f
remove ./bin/tests/system/filter-aaaa/ns[123]/named.conf
2012-05-21 09:49:28 +10:00
Tinderbox User
162690e563
update SRCID
2012-05-20 00:16:16 +00:00
Tinderbox User
d5368dd8b4
update SRCID
2012-05-19 00:16:32 +00:00
Tinderbox User
c360aac704
update SRCID
2012-05-18 07:15:54 +00:00
Mar Andrews
0e66fb8098
regen for bin/tests/system/ecdsa/prereq.sh
2012-05-18 07:04:38 +00:00
Mark Andrews
d46e1941aa
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9
2012-05-18 17:03:50 +10:00
Mar Andrews
d0548cca8e
regen for bin/tests/system/ecdsa/prereq.sh
2012-05-18 07:02:47 +00:00
Mark Andrews
0a465c729b
add bin/tests/system/ecdsa/prereq.sh
2012-05-18 16:58:55 +10:00
Tinderbox User
bcd9c633a6
update SRCID
2012-05-18 06:16:18 +00:00
Mark Andrews
cf751b1c9b
don't insist that rbtdb->cachestats exists.
2012-05-18 15:19:49 +10:00
Tinderbox User
23c1dfbb54
update SRCID
2012-05-18 00:16:43 +00:00
Tinderbox User
a847a4bcd6
update copyright notice
2012-05-17 23:46:03 +00:00
Tinderbox User
af9cf290ce
newcopyrights
2012-05-17 23:30:52 +00:00
Tinderbox User
873194ab65
update SRCID
2012-05-17 23:15:42 +00:00
Evan Hunt
a40c338eaf
add ecdsa to system tests
2012-05-17 16:11:13 -07:00
Evan Hunt
c78fb0ddee
s/func/protocol/ for ECDSA
2012-05-17 15:53:32 -07:00
Tinderbox User
b49d977034
update SRCID
2012-05-17 18:15:46 +00:00
Evan Hunt
26833735d3
Handle RRSIG signer case consistently
...
3329. [bug] Handle RRSIG signer-name case consistently: We
generate RRSIG records with the signer-name in
lower case. We accept them with any case, but if
they fail to validate, we try again in lower case.
[RT #27451 ]
2012-05-17 10:44:16 -07:00
Tinderbox User
fa943f31e4
update SRCID
2012-05-17 07:15:52 +00:00
Evan Hunt
01695063c6
fix check_data() usage
...
3328. [bug] Fixed inconsistent data checking in dst_parse.c.
[RT #29401 ]
2012-05-16 23:12:57 -07:00
Tinderbox User
0175adabdc
update SRCID
2012-05-17 00:16:15 +00:00
Tinderbox User
fc19b7ad8e
update SRCID
2012-05-16 00:16:38 +00:00
Tinderbox User
bdcada7d31
newcopyrights
2012-05-15 23:30:21 +00:00
Tinderbox User
701f6f02a2
regen
2012-05-15 23:30:20 +00:00
Tinderbox User
01af6602d5
update SRCID
2012-05-15 01:15:46 +00:00
Tinderbox User
4cfb5ea3a5
regen master
2012-05-15 01:06:40 +00:00
Tinderbox User
29bcb2d679
update SRCID
2012-05-15 00:16:29 +00:00
Tinderbox User
633c5dc507
update copyright notice
2012-05-14 23:45:48 +00:00
Tinderbox User
1368e4b34c
newcopyrights
2012-05-14 23:30:39 +00:00
Tinderbox User
0264648b0e
update SRCID
2012-05-14 20:15:43 +00:00
Evan Hunt
784ceaa96b
Merge branch 'master' of ssh://repo/proj/git/prod/bind9
2012-05-14 12:20:50 -07:00
Evan Hunt
d81b6b94c4
cache stats were detached when flushing cache
2012-05-14 12:20:34 -07:00
Evan Hunt
d878b8d87c
merged filter-aaaa-on-v6 (ATT SoW)
...
3327. [func] Added 'filter-aaaa-on-v6' option; this is similar
to 'filter-aaaa-on-v4' but applies to IPv6
connections. (Use "configure --enable-filter-aaaa"
to enable this option.) [RT #27308 ]
2012-05-14 11:50:00 -07:00
Tinderbox User
0e87b3cb58
update SRCID
2012-05-14 17:15:50 +00:00
Evan Hunt
bc626b81d7
Merge branch 'master' of ssh://repo/proj/git/prod/bind9
2012-05-14 10:07:34 -07:00
Evan Hunt
dd2a0a6d2d
Merge statistics code (ATT SoW, rt24117)
...
This includes the following changes:
3326. [func] Added task list statistics: task model, worker
threads, quantum, tasks running, tasks ready.
[RT #27678 ]
3325. [func] Report cache statistics: memory use, number of
nodes, number of hash buckets, hit and miss counts.
[RT #27056 ]
3324. [test] Add better tests for ADB stats [RT #27057 ]
3323. [func] Report the number of buckets the resolver is using.
[RT #27020 ]
3322. [func] Monitor the number of active TCP and UDP dispatches.
[RT #27055 ]
3321. [func] Monitor the number of recursive fetches and the
number of open sockets, and report these values in
the statistics channel. [RT #27054 ]
3320. [func] Added support for monitoring of recursing client
count. [RT #27009 ]
3319. [func] Added support for monitoring of ADB entry count and
hash size. [RT #27057 ]
2012-05-14 10:06:05 -07:00
Tinderbox User
6f54546812
update SRCID
2012-05-14 00:16:32 +00:00
Tinderbox User
5f5491bcaf
update SRCID
2012-05-13 00:16:08 +00:00
Tinderbox User
8eb4df369c
update SRCID
2012-05-12 06:17:46 +00:00
Francis Dupont
e871298def
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9
2012-05-12 07:55:30 +02:00
Francis Dupont
6a2ebd69b5
fix key name variable in autosign
2012-05-12 07:54:45 +02:00
Tinderbox User
fab723ea94
update SRCID
2012-05-12 00:16:19 +00:00
Tinderbox User
15c2368633
update SRCID
2012-05-11 00:16:30 +00:00