2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

7901 Commits

Author SHA1 Message Date
Brian Wellington
020ebf1190 log the reasons for various verify failures. 2000-12-07 20:13:29 +00:00
Brian Wellington
09de21079e 601. [func] Return a non-zero exit code if an update fails
in nsupdate.
2000-12-07 20:05:29 +00:00
Michael Sawyer
ee4429e13e 600. [bug] Reverse lookups sometimes failed in dig, etc... 2000-12-07 19:56:05 +00:00
Mark Andrews
168ec3b800 Check ttl when adding/subtracting.
New add flag DNS_DBADD_EXACTTTL.
2000-12-07 19:51:58 +00:00
David Lawrence
b8b9fa2226 599. [func] Updated the libisc log API to support i18n message
arguments to isc_log_{,v}write{,1}.
2000-12-07 19:32:23 +00:00
David Lawrence
b161f87be8 Updated API to support i18n message arguments to isc_log_{,v}write{,1}.
Provided isc_log_i{,v}write{,1}, with appropriate macro substitutions,
for files that are not yet converted to the new API.  When everything
is converted, the added functions will be removed.
2000-12-07 19:30:28 +00:00
Brian Wellington
cff0491bed The TKEYTRACE macro was never used, and wasn't correct. 2000-12-07 19:13:05 +00:00
Brian Wellington
ad03e9f0bb The text describing errors in the specified TTL had an off by one error. 2000-12-07 18:12:07 +00:00
Mark Andrews
a009a2da12 use ISC_LIST_APPENDUNSAFE 2000-12-07 17:52:37 +00:00
Brian Wellington
8aff41ca8a 598. [bug] An update-policy statement would cause the server
to assert while loading. [RT #536]
2000-12-07 06:10:45 +00:00
Brian Wellington
6fb2566107 uninitialized link field 2000-12-07 06:07:12 +00:00
Mark Andrews
a31ede78c8 Added locking check + some additional locks. 2000-12-07 03:13:01 +00:00
Brian Wellington
5d63dfaa9d Document the -n option 2000-12-07 02:20:07 +00:00
James Brister
bdd6599e12 Fix printing of sig-validity-interval.
No longer print final dot of server key value.
2000-12-07 01:45:57 +00:00
Brian Wellington
c9d7e543d0 597. [func] dnssec-signzone is now multithreaded. 2000-12-07 01:41:14 +00:00
David Lawrence
04bdb23457 initial checkin of mdnkit, for multilingual domain names, from jpnic 2000-12-07 00:52:31 +00:00
Brian Wellington
1afae09da4 redundant code 2000-12-06 23:39:04 +00:00
David Lawrence
d9135464f2 Stop multiple warnings on IRIX about some bitfiddling being done on
a long integer to stuff it into a four byte character array big endianwise.
2000-12-06 23:12:10 +00:00
Brian Wellington
269766af53 Add a FAQ about TXT records with missing quotes. 2000-12-06 23:07:11 +00:00
Brian Wellington
72749edfe2 bump the version number 2000-12-06 23:04:12 +00:00
Brian Wellington
007eb116a5 typo 2000-12-06 22:50:33 +00:00
David Lawrence
869f65bea4 made addlookup() void; its return value was not needed in any context 2000-12-06 22:38:49 +00:00
David Lawrence
e086935752 isc_hex_tobuffer() third argument is unsigned int, not unsigned long 2000-12-06 22:33:39 +00:00
Brian Wellington
6dbf9cbe6a 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
not mutually exclusive.
2000-12-06 22:19:05 +00:00
Andreas Gustafsson
ff74ba926b when printing the view notify value, the traling semicolon
and newline were missing
2000-12-06 20:37:01 +00:00
Andreas Gustafsson
03c106341c PRINT_IF_EQUAL() printed even if not equal 2000-12-06 20:36:26 +00:00
Andreas Gustafsson
21010d8842 missing ISC_LINK_INIT() 2000-12-06 20:36:00 +00:00
David Lawrence
92f9189aee move definition of check_overrun() before its first use 2000-12-06 20:34:34 +00:00
David Lawrence
f616ef2ea9 missing close parenthesis for an isc_msgcat_get() in an
"#if ISC_MEM_TRACKLINES" block.
2000-12-06 20:32:12 +00:00
Andreas Gustafsson
856fa6405e James says this file is not actually used for anything 2000-12-06 20:09:37 +00:00
Brian Wellington
30bc8ee6bc chmod all core files to 0644, to make tests easier to debug 2000-12-06 19:37:19 +00:00
Andreas Gustafsson
ebc8cae2d5 sample sdb drivers are in doc/misc/sdb, not doc/dev/sdb 2000-12-06 06:48:21 +00:00
Brian Wellington
833535ea78 Add an RT # 2000-12-06 01:53:57 +00:00
Brian Wellington
17aac384e0 595. [port] On Linux 2.2, socket() returns EINVAL when it
should return EAFNOSUPPORT.  Work around this.
2000-12-06 01:53:38 +00:00
David Lawrence
68076411d5 DNS_ZONE_FLAG() was used as a boolean macro, so make it really return
ISC_TRUE/ISC_FALSE
2000-12-06 01:45:59 +00:00
David Lawrence
e694d4e201 quiet gcc 2.7.2.3 (specifically, the one on trantor) about a cast discarding
const in dump_order_compare()
2000-12-06 01:36:36 +00:00
Brian Wellington
837e8340ab ignore Makefile 2000-12-06 01:29:53 +00:00
David Lawrence
ee57537f1d missing close parenthesis after an isc_mgscat_get() 2000-12-06 01:28:02 +00:00
David Lawrence
77078ddc9a added msgs.h 2000-12-06 01:24:24 +00:00
David Lawrence
87762baad1 oops, guess you guys need this 2000-12-06 01:21:51 +00:00
David Lawrence
8d5cba6826 In ns_server_togglequerylog(), assign server->log_queries the proper enumerated
type (not an integer)
2000-12-06 01:21:04 +00:00
Brian Wellington
23f64ea0dc 594. [func] sdb drivers are now assumed to not be thread-safe
unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
(also make the dirdb.c driver specify DNS_SDBFLAG_THREADSAFE)
2000-12-06 01:08:41 +00:00
Brian Wellington
5686f209b7 the example #include for sdb drivers should be "xxdb.h", not <xxdb.h> 2000-12-06 01:04:45 +00:00
Brian Wellington
76905f7fee remove extraneous spaces 2000-12-06 01:04:09 +00:00
Brian Wellington
5f3e104347 the drivers should include their own header files 2000-12-06 00:59:08 +00:00
Brian Wellington
dd380f3dca removed cruft that caused a memory leak 2000-12-06 00:38:12 +00:00
David Lawrence
d7f98c32d3 line > 79 columns 2000-12-06 00:35:44 +00:00
David Lawrence
9cd6d409b7 first pass at using isc_msgcat_get for message strings in libisc 2000-12-06 00:30:32 +00:00
Brian Wellington
5f515f43b0 spacing 2000-12-05 23:28:30 +00:00
Brian Wellington
a1d41dd820 quote more tokens in token_to_text, and don't quote the result from
token_to_text in the caller.
2000-12-05 23:27:38 +00:00