2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00
Commit Graph

7703 Commits

Author SHA1 Message Date
Andreas Gustafsson
6cc385f78b you can't just undefine L_SEARCH, because yacc will
insert its definition before the #undef, not after it.  Instead, rename
L_SEARCH to L_SEARCHLIST
2000-11-16 22:18:46 +00:00
Mark Andrews
bba79bc76f remove NOMINUM_PUBLIC_DELETE 2000-11-16 21:58:09 +00:00
David Lawrence
859e2ee593 AIX defines L_SEARCH in <sys/lkup.h>; undefine it. 2000-11-16 20:44:53 +00:00
David Lawrence
c15babe580 In dns_zone_configure(), declare boolean in the block in which it is used,
since that block is conditionally compiled.
2000-11-16 19:32:13 +00:00
David Lawrence
7fd17f3f4d 565. [func] Log queries more like BIND 8. Query logging is done
to category "general", module "query", debug level 1.
			[RT #169]
2000-11-16 19:20:08 +00:00
Andreas Gustafsson
bc9119d889 added another FAQ [RT #472] 2000-11-16 18:09:48 +00:00
Mark Andrews
bacb365014 Add UnixWare 7.1.2 comment. 2000-11-16 08:18:27 +00:00
Mark Andrews
e639a3ee48 specify src address for IP based update 2000-11-16 06:00:09 +00:00
Mark Andrews
383f4adf3b document "local" keyword. 2000-11-16 05:59:11 +00:00
Mark Andrews
146421c528 memleak 2000-11-16 05:45:52 +00:00
Mark Andrews
9785f602c8 Add support to specify source address and port. 2000-11-16 05:40:25 +00:00
Andreas Gustafsson
01f8e2b2bf document the new configure support for configuring SGML/XML paths;
consistently indent quoted shell commands and such by four spaces
2000-11-16 03:47:32 +00:00
Brian Wellington
308785a470 If a token is ungotten, the source is no longer at EOF. 2000-11-16 03:44:41 +00:00
Andreas Gustafsson
b13ad5067f regenerated 2000-11-16 03:24:56 +00:00
Andreas Gustafsson
23dd0aa5d5 look for the XML DTD file at configure time, too 2000-11-16 03:24:48 +00:00
Brian Wellington
09ce346fd8 ungetting eof tokens could trigger an assertion. 2000-11-16 03:03:16 +00:00
Brian Wellington
3cd88f71b0 oops, an extra file snuck in. 2000-11-16 02:05:54 +00:00
Brian Wellington
341629dbc2 sdb should not be sanitized away anymore. 2000-11-16 01:41:02 +00:00
Andreas Gustafsson
9075554b99 regenerated 2000-11-16 00:25:53 +00:00
Andreas Gustafsson
be455e6282 updated 2000-11-16 00:25:37 +00:00
Andreas Gustafsson
17071d427f generate doc/arm/catalog also 2000-11-16 00:25:19 +00:00
Brian Wellington
4fec24891d some files weren't properly cleaned. 2000-11-16 00:20:22 +00:00
Brian Wellington
5337799589 ignore named.run 2000-11-16 00:19:55 +00:00
Andreas Gustafsson
15e74726b3 increased the UDP receive buffer size (and the initial send
buffer size) from 2048 to 4096 bytes
2000-11-16 00:18:13 +00:00
Andreas Gustafsson
4fec2b4f6e added doc/arm/.cvsignore 2000-11-16 00:15:05 +00:00
Andreas Gustafsson
4541880671 typo 2000-11-16 00:11:16 +00:00
Andreas Gustafsson
00dde671eb the catalog file location is system dependent 2000-11-16 00:09:56 +00:00
Brian Wellington
eb4a45ebf5 remove sortlist 2000-11-16 00:06:38 +00:00
Brian Wellington
dd16d9d9e7 564. [func] Add sortlist support to lwresd. 2000-11-15 23:56:23 +00:00
Brian Wellington
284b13b98b actually run the new test added yesterday 2000-11-15 23:55:07 +00:00
Andreas Gustafsson
d334bfdf70 regenerated 2000-11-15 23:53:13 +00:00
Andreas Gustafsson
26bc09bc89 search for openjade/jade at configure time 2000-11-15 23:53:00 +00:00
David Lawrence
4a590cf385 Following revision 1.124, 'count' was no longer needed by bind_rdataset(). 2000-11-15 23:51:13 +00:00
Andreas Gustafsson
dc72c22fed regenerated 2000-11-15 23:42:13 +00:00
Andreas Gustafsson
42cf4e4ead added convenience scripts for validating the ARM XML code and
generating HTML from it
2000-11-15 23:42:02 +00:00
David Lawrence
99f627f2a9 In dns_opt_attrtotext(), declare and set omit_final_dot only when
DNS_OPT_NEWCODES is defined.  In dns_opt_totext(), do not declare or
set omit_final_dot at all.
2000-11-15 23:40:00 +00:00
Andreas Gustafsson
b796a9c6f9 locate the SGML style sheets at configure time 2000-11-15 23:32:21 +00:00
David Lawrence
123dd02946 Removed unused ns_lwdclientmgr_t *cm from ns_lwdclient_errorpktsend(). 2000-11-15 23:29:29 +00:00
David Lawrence
2197bdf6b1 fixed prototype for static build_SYS_str_reasons() 2000-11-15 23:19:05 +00:00
David Lawrence
f604b5ab0b A test of a result in an INSIST() in dns_db_getsoaserial() was improperly
actually setting the result.
2000-11-15 23:16:33 +00:00
David Lawrence
e7b6119384 removed extraneous semicolon 2000-11-15 23:12:27 +00:00
David Lawrence
f769deac29 removed token after an #endif 2000-11-15 23:09:09 +00:00
David Lawrence
9bcf5e9a14 assign the result of copy_ptr_targets to the event result in lookup_done() 2000-11-15 23:07:58 +00:00
David Lawrence
ba7ea2326d dns_aclelement_match() returns an isc_boolean_t, but if dns_acl_match()
within it returned a result that was not ISC_R_SUCCESS, then that result
code was being returned.  Since dns_acl_match() always returns ISC_R_SUCCESS,
the erroneous return was converted into an INSIST().
2000-11-15 22:59:55 +00:00
David Lawrence
78e5d07050 comment why <sys/time.h> is needed 2000-11-15 22:41:56 +00:00
David Lawrence
5ed0ffc1f7 clean up const warnings 2000-11-15 22:38:51 +00:00
David Lawrence
61632c1973 tokens after #endif 2000-11-15 20:47:54 +00:00
David Lawrence
dfc595ff7a Take care of a "variable might be used before set" warning. 2000-11-15 20:35:13 +00:00
Andreas Gustafsson
e9f6414d40 simplified query logging code by dropping support for EDNS1
multiple queries and by using dns_rdata{type,class}_format();
include the class in query log messages
2000-11-15 19:35:07 +00:00
Andreas Gustafsson
8f086b9df8 when logging incoming messages that fail to match a view,
include the class name in the log message
2000-11-15 19:15:25 +00:00