Commit Graph

8329 Commits

Author SHA1 Message Date
Andreas Gustafsson
adc714a24a regenerated html 2001-01-24 20:50:27 +00:00
Andreas Gustafsson
b4876b6ddf simplify dig/host/nslookup code by using the _format() functions in
more places; fix spacing issues; make nslookup print debugging details
for all lookup results, not just those with rcode==0; add comments
2001-01-24 19:28:34 +00:00
James Brister
4115131757 Add bit about new 'include' statement in rndc.conf 2001-01-24 18:28:47 +00:00
Brian Wellington
e2c46d18b3 spelling [RT #705] 2001-01-24 17:30:29 +00:00
James Brister
23360bc8f8 base64-ify the secret. 2001-01-24 15:22:19 +00:00
James Brister
36b8b0b251 base64-ify the secrets in the test config files. 2001-01-24 15:17:36 +00:00
Mark Andrews
3bed75bb2d silence compiler 2001-01-24 07:12:56 +00:00
David Lawrence
42312b0fcc updated for clean application to current mainline 2001-01-24 06:26:59 +00:00
Brian Wellington
aaa761cc39 remove tkey_test and its associated keys, since the tkey system test is
far more useful and comprehensive.
2001-01-24 03:18:36 +00:00
Brian Wellington
702a69f04a 709. [bug] ANY or SIG queries for data with a TTL of 0
would return SERVFAIL. [RT #620]
2001-01-24 02:49:59 +00:00
Bob Halley
40fdf87153 Deal with TTL 0 ANY and SIG queries. 2001-01-24 02:40:19 +00:00
Brian Wellington
46c3b3f6e1 isc_uint16_t -> dns_keytag_t in many places; dns_keytable_findkeynode
was casting incorrectly. [RT #664]
2001-01-24 02:23:02 +00:00
Brian Wellington
8aac4d4723 fix a potential race condition that could occur if the node being iterated
for a SIG query changed between iterations.  Also change a few consistency
checks to INSISTs.
2001-01-24 01:42:41 +00:00
Brian Wellington
0f537d1c63 + 708. [bug] When building with --with-openssl, the openssl headers
+                       included should not be used. [RT #702]
+
2001-01-24 01:34:14 +00:00
David Lawrence
6f9ad07670 new mdnkit release from jpnic 2001-01-24 01:18:00 +00:00
Andreas Gustafsson
4b236540be typo 2001-01-24 01:09:51 +00:00
Andreas Gustafsson
9ee323b64b 707. [func] The "filename" argument to named-checkzone is no
longer optional, to avoid reduce confusion. [RT #612]

Also some other minor cleanups of named-checkzone and its man page.
2001-01-24 00:56:56 +00:00
Andreas Gustafsson
3d4454cc2b these files don't belong in the BIND 9 CVS tree. b9status.pl is in the b9t CVS repository, and
we don't care about b8status.pl.
2001-01-24 00:43:09 +00:00
Andreas Gustafsson
f6987630ce typo 2001-01-24 00:00:35 +00:00
Andreas Gustafsson
c271488682 706. [bug] Zones with an explicit "allow-update { none; };"
were considered dynamic and therefore not reloaded
                        on SIGNUP or "rndc reload".
2001-01-24 00:00:21 +00:00
Andreas Gustafsson
21163ca842 rephrased previous change 2001-01-23 23:26:54 +00:00
Andreas Gustafsson
eadfcf9cf7 documented procedure for manually changing dynamic zones using "rndc stop" 2001-01-23 21:16:01 +00:00
Brian Wellington
1e3bc7eaeb only use data from accept() if accept succeeds. 2001-01-23 21:07:12 +00:00
Andreas Gustafsson
b346ae570d style 2001-01-23 20:45:31 +00:00
Brian Wellington
e90441d922 INSIST that accept() returns a socket of the correct protocol family. Also
assign the "pf" field in the new socket.
2001-01-23 20:42:46 +00:00
Andreas Gustafsson
6a3b882115 #ifndef USE_GETADDRINFO, not #ifdef USE_GETADDRINFO 2001-01-23 19:55:04 +00:00
Brian Wellington
dac1e1dd18 remove more duplicated code 2001-01-23 19:50:10 +00:00
Andreas Gustafsson
40562d7208 comment style 2001-01-23 18:47:33 +00:00
Andreas Gustafsson
80ddc8b22b grammar 2001-01-23 18:12:17 +00:00
Andreas Gustafsson
52d6c41cfc spacing 2001-01-23 18:08:15 +00:00
James Brister
6ca537b8a3 New include statement for ndc.conf
include "/tmp/foo";

only allowed at file level (not at any random whitespace location).
2001-01-23 13:15:12 +00:00
James Brister
5905bccacd use new include statement to include ndc.conf-include 2001-01-23 13:13:29 +00:00
James Brister
a21891ee97 file to be included by test ndc.conf 2001-01-23 13:12:50 +00:00
Mark Andrews
9a6632fb42 removed unnecessary assignment 2001-01-23 07:45:39 +00:00
Mark Andrews
7c2dce3c4d common code elimination 2001-01-23 07:36:06 +00:00
Mark Andrews
ab0380976c add isc/platform.h 2001-01-23 06:00:11 +00:00
Mark Andrews
f8a44ed400 705. [port] workout resource limit type for use where rlim_t is
not available. [RT #695]
2001-01-23 05:15:36 +00:00
Mark Andrews
4ae98f5100 Use approptiate typoe based on configure results. 2001-01-23 05:13:25 +00:00
Mark Andrews
545d51072b sync: Determine the appropriate type for resource limit, ISC_PLATFORM_RLIMITTYPE. 2001-01-23 04:59:41 +00:00
Mark Andrews
6ab3d08c12 Determine the appropriate type for resource limit, ISC_PLATFORM_RLIMITTYPE. 2001-01-23 04:58:57 +00:00
Mark Andrews
66ad1d85cb 703. [port] sys/select.h is needed on older platforms. [RT #695] 2001-01-23 04:47:56 +00:00
Mark Andrews
f1007e99b7 spelling 2001-01-23 03:59:26 +00:00
Mark Andrews
07d6480b68 704. [port] RLIMIT_NOFILE in to available on all platforms.
[RT #695]
2001-01-23 03:14:28 +00:00
Mark Andrews
d3ea05978f sync: remove bad quotes from error messages. 2001-01-23 03:11:05 +00:00
Mark Andrews
b6cb5907b2 remove bad quotes from error messages. 2001-01-23 03:09:39 +00:00
Mark Andrews
363cb30a83 703. [port] sys/select.h is needed on older platforms. [RT #695] 2001-01-23 03:07:18 +00:00
Brian Wellington
47f65caf30 The msgcat text contained an extra %s. 2001-01-23 02:27:19 +00:00
Brian Wellington
5d18f1205a remove the call to dns_name_getlabel(), since the dns_name_toregion() macro
is faster.
2001-01-23 02:19:48 +00:00
Brian Wellington
668eb43f1f spacing 2001-01-23 02:00:56 +00:00
Andreas Gustafsson
49d61b46a7 inconsistent spacing in duplicated code 2001-01-23 01:59:03 +00:00