Mark Andrews
bc650d355c
regen
2010-12-21 04:31:27 +00:00
Mark Andrews
c2170a4bd0
2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and
...
do not use threads on earlier versions. Also kill
the unproven-pthreads, mit-pthreads, and ptl2 support.
2010-12-21 04:20:23 +00:00
Automatic Updater
e1f024416a
update
2010-12-21 03:16:10 +00:00
Mark Andrews
82f77687ab
2993. [func] Dynamically grow adb hash tables. [RT #21186 ]
2010-12-21 03:11:42 +00:00
Mark Andrews
72be2e5698
regen
2010-12-21 02:33:59 +00:00
Mark Andrews
0ece47f7c1
2992. [contrib] contrib/check-secure-delegation.pl: A simple tool
...
for looking at a secure delegation. [RT #22059 ]
2010-12-21 02:32:21 +00:00
Mark Andrews
1f512cd06b
2991. [contrib] contrib/zone-edit.sh: A simple zone editing tool for
...
dynamic zones. [RT #22365 ]
2010-12-21 02:19:06 +00:00
Automatic Updater
66b2016a91
update
2010-12-21 00:16:11 +00:00
Automatic Updater
ca103999e6
update copyright notice
2010-12-20 23:47:21 +00:00
Automatic Updater
6a71702b47
auto update
2010-12-20 23:17:15 +00:00
Automatic Updater
42bb7bf869
update
2010-12-20 22:15:24 +00:00
Evan Hunt
950aa1d752
When a prereq.sh file determines that a test can't run because the feature
...
to be tested was not configured in at build time, it can now return 255,
and run.sh will print "R:SKIPPED" instead of "R:UNTESTED". Robie will be
able to flag this as green rather than yellow.
2010-12-20 21:35:45 +00:00
Automatic Updater
d39a94a1db
update
2010-12-20 19:15:29 +00:00
Evan Hunt
8fda09fc85
Changed $(command) to command in tests.sh for compatibility with
...
older bourne shells.
2010-12-20 18:37:07 +00:00
Automatic Updater
72cfc80dab
update
2010-12-20 00:16:14 +00:00
Automatic Updater
f7a71eef29
tsiggss dlzexternal
2010-12-19 23:50:14 +00:00
Mark Andrews
e11d10bbcc
example.nil.zone -> example.nil.db
2010-12-19 23:39:28 +00:00
Automatic Updater
50e524aa29
update
2010-12-19 22:15:29 +00:00
Evan Hunt
db4c1bc48a
Looks like "ifdef" should have been "ifndef". (Committing without review to
...
silence robie.)
2010-12-19 21:32:35 +00:00
Automatic Updater
8b840548ca
update
2010-12-19 08:15:33 +00:00
Evan Hunt
584ad7dedd
2990. [bug] 'dnssec-settime -S' no longer tests prepublication
...
interval validity when the interval is set to 0.
[RT #22761 ]
2010-12-19 07:29:36 +00:00
Automatic Updater
8ff031ed05
update
2010-12-19 03:16:40 +00:00
Evan Hunt
c445b2f648
Add #ifdef BIND9 to some of the new DLZ code to fix link errors
...
when building with --enable-exportlibs
2010-12-19 02:51:41 +00:00
Evan Hunt
9f453d9342
removed unnecessary "done" log message from dns_sdlzcreate(); it used
...
__FUNCTION__ which caused problems on some compilers.
2010-12-19 02:37:08 +00:00
Automatic Updater
dcaa912725
update
2010-12-19 01:15:28 +00:00
Automatic Updater
517ae3de96
regen HEAD
2010-12-19 01:14:08 +00:00
Automatic Updater
7bd57e7372
update
2010-12-19 00:16:32 +00:00
Automatic Updater
941c0792f2
update copyright notice
2010-12-18 23:47:11 +00:00
Automatic Updater
98179904c3
update
2010-12-18 17:15:25 +00:00
Evan Hunt
6c3eff861d
tsiggss test needed a prereq.sh file. (Committing without review because
...
the script is simple, no one is available, and I want to shut robie up.)
2010-12-18 16:48:41 +00:00
Automatic Updater
ec310af18b
update
2010-12-18 15:15:24 +00:00
Mark Andrews
aa5b977943
regen
2010-12-18 14:47:42 +00:00
Mark Andrews
c880d51849
gsskrb5_register_acceptor_identity is not available on all platforms
2010-12-18 14:46:21 +00:00
Automatic Updater
009b1debed
update
2010-12-18 12:15:25 +00:00
Mark Andrews
6dcb804dc6
UNUSED(use_static_stub);
2010-12-18 11:47:13 +00:00
Mark Andrews
0faa11ab77
clean first
2010-12-18 11:45:01 +00:00
Automatic Updater
2aea9329b6
update
2010-12-18 10:15:29 +00:00
Automatic Updater
8aa53dcb1d
staticstub
2010-12-18 09:41:37 +00:00
Automatic Updater
819d54a570
update
2010-12-18 02:16:16 +00:00
Evan Hunt
af903e5008
Added files to clean.sh scripts that have been left around after tests run.
...
Skipping the ticket/review steps because the change is trivial.
2010-12-18 02:12:44 +00:00
Evan Hunt
71bd858d8e
2989. [func] Added support for writable DLZ zones. (Contributed
...
by Andrew Tridgell of the Samba project.) [RT #22629 ]
2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation
of external DLZ drivers that can be loaded as
shared objects at runtime rather than linked with
named. Currently this is switched on via a
compile-time option, "configure --with-dlz-dlopen".
Note: the syntax for configuring DLZ zones
is likely to be refined in future releases.
(Contributed by Andrew Tridgell of the Samba
project.) [RT #22629 ]
2987. [func] Improve ease of configuring TKEY/GSS updates by
adding a "tkey-gssapi-keytab" option. If set,
updates will be allowed with any key matching
a principal in the specified keytab file.
"tkey-gssapi-credential" is no longer required
and is expected to be deprecated. (Contributed
by Andrew Tridgell of the Samba project.)
[RT #22629 ]
2010-12-18 01:56:23 +00:00
Automatic Updater
21b13993dc
update
2010-12-18 00:16:33 +00:00
Automatic Updater
b65282d612
auto update
2010-12-17 23:16:55 +00:00
Automatic Updater
15c1f38755
update
2010-12-17 04:16:05 +00:00
Mark Andrews
ffa806a294
fix change numbers
2010-12-17 03:21:10 +00:00
Automatic Updater
fa1c5519fd
update
2010-12-17 01:15:29 +00:00
Automatic Updater
b6f3a9131e
regen HEAD
2010-12-17 01:14:04 +00:00
Mark Andrews
273757406a
.zone -> .db
2010-12-17 00:57:39 +00:00
Automatic Updater
8a40052676
update
2010-12-17 00:16:34 +00:00
Automatic Updater
0ccd663a83
update copyright notice
2010-12-16 23:47:08 +00:00