Mark Andrews
903e9d41ef
751. [func] Log successful zone loads / transfers.
2001-02-23 22:32:07 +00:00
Brian Wellington
7a224ba59b
test that validation of an ANY query returning a DNAME works
2001-02-23 06:22:11 +00:00
Brian Wellington
529d1b9ada
test that validation of a query returning a DNAME works
2001-02-23 06:14:44 +00:00
Bob Halley
c274e542ad
The fixes to return the SIG of a DNAME RR missed one place where
...
search.zonecut was set, and consequently we were accessing
search.zonecut_sigrdataset without initializing it.
2001-02-23 05:33:36 +00:00
David Lawrence
f6d45c9539
missing va_start() in cfg_obj_log()
2001-02-23 04:52:29 +00:00
Bob Halley
f4b5a0f434
When a query matched a DNAME in a secure zone, the server did not return the
...
signature of the DNAME. [RT #915 ]
A query should not match a DNAME whose trust level is pending. [RT #916 ]
2001-02-23 02:14:14 +00:00
Brian Wellington
542a74fcc4
comment update
2001-02-23 01:52:18 +00:00
Brian Wellington
c5c779df9a
add a comment
2001-02-23 01:45:29 +00:00
Brian Wellington
5ca7310c8a
msg->tsigkey was not checked for NULL before deferencing [RT #913 ]
2001-02-23 01:38:07 +00:00
Andreas Gustafsson
bc334fc901
consistently use square brackets, not parentheses, around
...
references to RT ticket numbers
2001-02-23 01:34:22 +00:00
Andreas Gustafsson
e2bb1e3de4
typo
2001-02-23 01:21:45 +00:00
Andreas Gustafsson
106ff3bc09
more typos
2001-02-23 01:00:58 +00:00
Brian Wellington
d5573eb8a9
typos
2001-02-23 00:24:34 +00:00
Brian Wellington
762a538eed
change 747 should reference [RT #865 ]
2001-02-23 00:20:42 +00:00
Andreas Gustafsson
4428702688
the values of the notify and dialup options may now be of either boolean or
...
string types; added cfg_obj_is*() functions for determining the type of a configuration object;
reordered some functions in parser.c
2001-02-23 00:15:55 +00:00
Brian Wellington
fba7c63ea4
add cfg_obj_assockaddr
2001-02-22 23:59:28 +00:00
Andreas Gustafsson
dc9870de55
missed one instance of bug fixed in previous change
2001-02-22 23:39:11 +00:00
Andreas Gustafsson
e672999714
client_create() could return ISC_R_SUCCESS when it failed
2001-02-22 23:16:59 +00:00
Andreas Gustafsson
a9be709e8e
cfg_obj_log now takes a log context instead of a parser
2001-02-22 20:41:43 +00:00
Andreas Gustafsson
c3a56b9ab3
added more RFCs, reusing dangling footnote reference [5]
2001-02-22 20:21:39 +00:00
Andreas Gustafsson
4e605108c6
xref 748. -> RT #781
2001-02-22 19:55:42 +00:00
Andreas Gustafsson
6211baaa66
748. [doc] List supported RFCs in doc/misc/rfc-compliance.
2001-02-22 19:53:08 +00:00
Brian Wellington
ea544b0511
747. [bug] The code to determine whether an IXFR was possible
...
did not properly check for a database that could
not have a journal. [RT #908 ]
2001-02-22 19:15:01 +00:00
Andreas Gustafsson
042285a6a6
localization-wise, an assertion error message saying
...
(literally) "INSIST(isc_msgcat_get(isc_msgcat, ISC_MSGSET_PRINT, ISC_MSG_USELD,
"use %ld instead of %D") == NULL) failed" is not really any more user-friendly
than one saying just "INSIST("use %ld instead of %D" == NULL) failed
2001-02-22 19:12:57 +00:00
Andreas Gustafsson
9165c95fc2
use isc_int64_t, not long long
2001-02-22 18:03:11 +00:00
Andreas Gustafsson
4115f9d34b
revert 'protect long long with ISC_PLATFORM_HAVELONGLONG' change
2001-02-22 18:01:48 +00:00
Andreas Gustafsson
25c3ab1a5f
cache-file option name was misspelled
2001-02-22 17:30:09 +00:00
Andreas Gustafsson
76b971904c
added FAQ about compilation failures on AIX caused
...
by having bison installed
2001-02-22 17:19:16 +00:00
Brian Wellington
325b200123
support the cache-file option
2001-02-22 05:45:28 +00:00
Andreas Gustafsson
2cb79d0f48
example code using cfg_tuple_get()
2001-02-22 04:17:57 +00:00
Andreas Gustafsson
5c7f675804
new function cfg_tuple_get()
2001-02-22 04:17:37 +00:00
Andreas Gustafsson
80a1cac849
give names to tuple fields
2001-02-22 03:13:08 +00:00
Brian Wellington
b5e6ee7f74
typo
2001-02-22 02:44:08 +00:00
Andreas Gustafsson
e24349aa27
added isccfg log modules and categories
2001-02-22 02:39:24 +00:00
Brian Wellington
f0751a815e
add cfg_obj_asboolean()
2001-02-22 01:40:53 +00:00
Andreas Gustafsson
035cd7b5bd
cross reference section on IPv6 Support in BIND 9
...
to IPv6 address format appendix
2001-02-22 01:01:26 +00:00
Andreas Gustafsson
c396dc6551
added cfg_obj_log()
2001-02-22 00:36:26 +00:00
Andreas Gustafsson
1b0fca7957
added cfg_parser_setcallback(); minor cleanup
2001-02-22 00:23:31 +00:00
Brian Wellington
9a41936e3d
current_root was uninitialized at the start of dns_rbt_findnode(). This
...
has no real effect, but it's still good to fix it.
2001-02-21 23:21:28 +00:00
Brian Wellington
fa342c624a
Added start.sh and stop.sh, which read the values from conf.sh into the
...
environment and call the perl scripts.
2001-02-21 20:11:34 +00:00
Brian Wellington
26e5029fd5
Added a cast. [RT #899 ]
2001-02-21 19:57:38 +00:00
Brian Wellington
6be1dc9d2a
Document the 'covers' parameter to dns_message_findname and
...
dns_message_findtype.
2001-02-21 18:32:27 +00:00
Brian Wellington
4f91c46a42
Test that both normal and ANY queries that match a CNAME are properly
...
validated.
2001-02-21 06:47:45 +00:00
Mark Andrews
0490a61acd
protect long long with ISC_PLATFORM_HAVELONGLONG
2001-02-21 06:13:33 +00:00
Mark Andrews
754cca729d
add long long test
2001-02-21 06:09:56 +00:00
Brian Wellington
36608f2052
When returning from validation, make sure to handle chaiing correctly.
2001-02-21 05:16:44 +00:00
Mark Andrews
fbafe841ef
fixed pushing and poping of included files. [RT#904]
2001-02-21 03:53:11 +00:00
Brian Wellington
c5945fe694
Fix a potential bitstring bug.
2001-02-21 02:27:56 +00:00
Brian Wellington
4e8eba14a0
reinstate an INSIST() referenced in [RT #421 ]
2001-02-21 02:01:15 +00:00
Brian Wellington
dca54fd92a
The IN class was not explicitly specified in the DNAME examples, which is
...
not consistent with other examples. [RT #717 ]
2001-02-20 23:37:23 +00:00