Mark Andrews
b2a5eff087
record only
2007-03-06 07:06:30 +00:00
Mark Andrews
e99faa72dd
1589. [func] DNSSEC lookaside validation.
...
enable-dnssec -> dnssec-enable
2007-03-06 07:05:35 +00:00
Mark Andrews
73c1cc15cc
9.5.0a2
2007-03-06 02:32:46 +00:00
Automatic Updater
c51b419ad4
doc/arm/Bv9ARM.pdf
2007-03-06 02:22:29 +00:00
Mark Andrews
7dbbf4799a
9.5.0a2
2007-03-06 02:17:37 +00:00
Automatic Updater
1b5a345334
update copyright notice
2007-03-06 02:12:39 +00:00
Automatic Updater
51f922a21f
update copyright notice
2007-03-06 02:11:43 +00:00
Automatic Updater
3b57fc2abf
update copyright notice
2007-03-06 02:10:58 +00:00
Automatic Updater
3e79333aa3
newcopyrights
2007-03-06 02:09:54 +00:00
Automatic Updater
c15cd95105
newcopyrights
2007-03-06 02:09:37 +00:00
Automatic Updater
8032425ffd
newcopyrights
2007-03-06 02:09:31 +00:00
Mark Andrews
2d4cb13dfb
add functions
2007-03-06 01:56:23 +00:00
Mark Andrews
bdf9b9caac
add name and tag to socket structure
2007-03-06 01:50:48 +00:00
Mark Andrews
b130bf8b4e
9.5.0a2
2007-03-06 01:30:03 +00:00
Mark Andrews
74daa484b0
update
2007-03-06 01:28:22 +00:00
Mark Andrews
7a3c2d189e
2158. [bug] ns_client_isself() failed to initialise key
...
leading to a REQUIRE failure. [RT #16688 ]
2007-03-06 01:14:27 +00:00
Mark Andrews
af3849840c
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
...
resolver.c:validated() and resolver.c:cache_name().
Make lookup.c:lookup_find() robust against
event leaks. [RT #16685 ]
2007-03-06 01:00:55 +00:00
Mark Andrews
2d40085857
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
...
resolver.c:validated() and resolver.c:cache_name().
Fix a memory leak in rbtdb.c:free_noqname().
Make lookup.c:lookup_find() robust against
event leaks. [RT #16685 ]
2007-03-06 00:51:29 +00:00
Mark Andrews
a56f5ada43
2157. [func] dns_db_transfernode() created. [RT #16685 ]
...
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
resolver.c:validated() and resolver.c:cache_name().
Fix a memory leak in rbtdb.c:free_noqname().
Make lookup.c:lookup_find() robust against
event leaks. [RT #16685 ]
2007-03-06 00:38:58 +00:00
Mark Andrews
ceeb18e690
regen
2007-03-06 00:24:46 +00:00
Automatic Updater
adea559405
update copyright notice
2007-03-05 23:46:52 +00:00
Automatic Updater
f6056ad067
newcopyrights
2007-03-05 23:30:25 +00:00
Automatic Updater
70f13413c5
newcopyrights
2007-03-05 23:30:08 +00:00
Automatic Updater
b9dcad9a3c
newcopyrights
2007-03-05 23:30:04 +00:00
Mark Andrews
cf5b9e3792
2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
...
[RT #16694 ]
2007-03-05 05:38:02 +00:00
Mark Andrews
0d41c38606
2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
...
[RT #16694 ]
2007-03-05 05:36:58 +00:00
cvs2git
b27cfae943
This commit was manufactured by cvs2git to create branch 'v9_3'.
2007-03-05 05:30:24 +00:00
cvs2git
90013c0348
This commit was manufactured by cvs2git to create branch 'v9_2'.
2007-03-05 05:30:23 +00:00
Mark Andrews
4259095c80
2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
...
[RT #16694 ]
2007-03-05 05:30:22 +00:00
Mark Andrews
c53a5699c8
2154. [func] Scoped (e.g. IPv6 link-local) addresses may now be
...
matched in acls by omitting the scope. [RT #16599 ]
2007-03-05 04:57:57 +00:00
Mark Andrews
8410116c49
new draft
2007-03-03 21:11:37 +00:00
Automatic Updater
45fd3ed42b
update copyright notice
2007-03-01 23:46:42 +00:00
Automatic Updater
703b7fa47e
newcopyrights
2007-03-01 23:30:19 +00:00
Automatic Updater
30c8fd4f84
auto update
2007-03-01 23:17:19 +00:00
Mark Andrews
8c731c1219
2153. [bug] nsupdate could leak memory. [RT #16691 ]
2007-02-28 23:57:39 +00:00
Automatic Updater
3bc4b7f734
auto update
2007-02-28 23:17:20 +00:00
Automatic Updater
3ee5ba2a22
update copyright notice
2007-02-27 23:46:48 +00:00
Automatic Updater
4574b0e6e2
update copyright notice
2007-02-27 23:45:52 +00:00
Automatic Updater
02577f5a7e
update copyright notice
2007-02-27 23:45:21 +00:00
Automatic Updater
2d4f33db52
newcopyrights
2007-02-27 23:30:23 +00:00
Automatic Updater
09788c5ee5
newcopyrights
2007-02-27 23:30:11 +00:00
Automatic Updater
66a2cc1fd5
newcopyrights
2007-02-27 23:30:04 +00:00
Automatic Updater
6e32dda833
auto update
2007-02-27 23:17:25 +00:00
Mark Andrews
acb6a99ccb
temorarially comment out INSIST
2007-02-27 03:31:04 +00:00
Mark Andrews
987b201935
2152. [cleanup] Use sizeof(buf) instead of fixed number in
...
dighost.c:get_trusted_key(). [RT #16678 ]
2007-02-27 01:07:15 +00:00
Mark Andrews
a630d60b8b
2152. [cleanup] Use sizeof(buf) instead of fixed number in
...
dighost.c:get_trusted_key(). [RT #16678 ]
2007-02-27 00:58:08 +00:00
Mark Andrews
c10dae996d
2151. [bug] Missing newline in usage message for journalprint.
...
[RT #16679 ]
2007-02-27 00:54:24 +00:00
Mark Andrews
02750677af
2151. [bug] Missing newline in usage message for journalprint.
...
[RT #16679 ]
2007-02-27 00:54:22 +00:00
Mark Andrews
b53871d859
2151. [bug] Missing newline in usage message for journalprint.
...
[RT #16679 ]
2007-02-27 00:39:37 +00:00
Automatic Updater
77ab862dca
update copyright notice
2007-02-26 23:46:54 +00:00