Commit Graph
6422 Commits
Author SHA1 Message Date
Andreas Gustafsson a7705f38e9 399. [bug] When reloading the server with a config file
containing a syntax error, it could catch an
                        assertion failure trying to perform zone
                        maintenance on, or sending notifies from,
                        tentatively created zones whose views were
                        never fully configured and lacked an address
                        database and request manager.
2000-08-18 22:51:36 +00:00
Andreas Gustafsson 7acfb3bcd2 previous change did not compile 2000-08-18 22:32:45 +00:00
Andreas Gustafsson 618a5e4923 dns_cache_setcleaninginterval() could try to access
timer after it had been freed
2000-08-18 21:22:26 +00:00
Andreas Gustafsson 735fb4ffa6 398. [bug] dig sometimes caught an assertion failure when
using TSIG, depending on the key length.
(This is a placeholder entry to reserve the CHANGES entry number
for use on the 9.0 release branch; apparently this bug has never
been present in any mainline release)
2000-08-18 19:59:13 +00:00
Andreas Gustafsson 2a0b1b6c6d added draft-ietf-dnsext-dnssec-roadmap-00.txt 2000-08-18 19:37:14 +00:00
Brian Wellington fe12eb4fc2 Add dns_db_ispersistent. This call determines whether a database is
persistent - that is, whether it maintains itself and doesn't require
loading, dumping, and other related things.
2000-08-18 18:25:28 +00:00
Brian Wellington f7fe55549d The error message 'has 0 SOA records' incorrectly failed to pluralize
record.
2000-08-18 02:34:29 +00:00
Andreas Gustafsson 3c0ca050f1 removed comments that duplicated ones in the header file 2000-08-17 23:54:32 +00:00
Andreas Gustafsson 6826f014d6 cleaned up comments and added missing ones 2000-08-17 23:45:12 +00:00
Brian Wellington 4e0c5cba87 Added isc_consttextregion_t 2000-08-17 23:33:04 +00:00
Andreas Gustafsson 6992382575 cut-and-paste-o 2000-08-17 22:08:16 +00:00
Brian Wellington 529ff4b495 HAVE_RANDOMDEV -> PATH_RANDOMDEV 2000-08-17 19:17:57 +00:00
Brian Wellington c528dee35b added lib/dns/sec/dst/gssapi_link.c 2000-08-17 19:03:59 +00:00
Brian Wellington 4e5dfe304c updated copyright 2000-08-17 19:03:27 +00:00
Brian Wellington a14613fce9 --with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random. 2000-08-17 18:56:49 +00:00
Andreas Gustafsson 708c4ac042 stubbed out ISLOCKED() 2000-08-17 18:33:41 +00:00
Andreas Gustafsson f6094e763b minor simplification 2000-08-17 16:15:02 +00:00
Mark Andrews 769dd27de8 add notify-any & notify-relay
added missing / corrected comment spelling of NOMINUM_PUBLIC
added REQUIRE(ISLOCKED(????)); to zone.c
2000-08-17 13:13:37 +00:00
Mark Andrews 2910719100 Add ISLOCKED macro. 2000-08-17 09:25:38 +00:00
Mark Andrews 10a6b854f5 initial gdib notify relay tests 2000-08-17 09:18:03 +00:00
Brian Wellington 15e513925f add sec/dst/gssapi_link.o 2000-08-17 02:13:18 +00:00
Brian Wellington df08ae001a Add @DNS_GSSAPI_LIBS@ to DNSLIBS 2000-08-17 02:11:50 +00:00
Brian Wellington acba1142b4 The region passed to isc_buffer_copyregion() should be const. 2000-08-17 02:09:12 +00:00
Brian Wellington a00c5e2151 gss-tsig support 2000-08-17 02:08:27 +00:00
Brian Wellington 3ec6b563d7 --with-gssapi=PATH support. 2000-08-17 02:05:19 +00:00
Brian Wellington c9e998ea51 A bit of gss-tsig code. Don't expect this to work. 2000-08-17 02:04:22 +00:00
Andreas Gustafsson 12a5fa5d0a say 'due to assertion failure', not 'due assertion failure' 2000-08-17 01:30:31 +00:00
Andreas Gustafsson 771b2ddd8a suppress compiler warning on Alpha 2000-08-17 01:23:42 +00:00
Andreas Gustafsson 91ab5ca629 <isc/print.h> needed for snprintf() 2000-08-17 01:22:10 +00:00
Andreas Gustafsson e1368a7770 397. [func] Added utility functions dns_view_gettsig() and
dns_view_getpeertsig().
2000-08-17 00:18:12 +00:00
Brian Wellington 90c917523e entropy.h was missing from HEADERS, so it wasn't being installed. 2000-08-17 00:18:00 +00:00
Andreas Gustafsson 593cb00bd1 rewrote 383. to reduce code duplication and increase functionality:
now all records are printed in a sorted order, not just the SOA and NS and
their SIGS
2000-08-16 22:33:32 +00:00
Andreas Gustafsson 771714e6ad eliminated the function address_to_ptr_name 2000-08-16 22:21:17 +00:00
Andreas Gustafsson 39f029558d in dns_name_totext(), check that the target buffer is
valid, and make use of the new isc_buffer_* macros
2000-08-16 22:18:20 +00:00
Andreas Gustafsson d2148c2170 sig-validity-interval and update-policy were missing 2000-08-16 17:56:32 +00:00
Andreas Gustafsson c587363052 also removed the new item 397, 'result was not being set
in notify_send_toaddr', because that bug was never in any released
version, either
2000-08-16 17:15:14 +00:00
David Lawrence 7d40337ffa Removed 397, "result was not being set in notify_send_toaddr()." The
description was a little confusing, but also irrelevant since the bug never
appeared in any shipped code.
2000-08-16 02:42:22 +00:00
David Lawrence b41fa90be0 tabify 2000-08-16 02:41:08 +00:00
Mark Andrews c05eb51a1b 388. [cleanup] dns_zone_setdbtype now has const char **dbargv.
397.   [bug]           result was not being set in notify_send_toaddr().
                        RT#238
2000-08-16 02:16:49 +00:00
Brian Wellington 5b148f96cc An error in a .private file could lead to an assertion. 2000-08-16 00:30:56 +00:00
David Lawrence beea173d49 Rewrote the INSIST in dns_tsigkey_create() so that dstalg was guaranteed to
be set, even when INSISTS() are turned off.
2000-08-16 00:18:30 +00:00
Andreas Gustafsson 997e3113b7 built and tested successfully on Solaris 2.8 2000-08-16 00:17:05 +00:00
Mary Stahl 36ab189cc9 deleted text regarding nslookup per Brian's msg of Aug 8 2000-08-16 00:01:51 +00:00
David Lawrence cd5a526372 ISC_R_NRESULTS was not bumped when ISC_R_FAMILYNOSUPPORT was added. 2000-08-15 23:30:22 +00:00
Andreas Gustafsson a3365e361f 396. [doc] There is now a man page for nsupdate
in doc/man/bin/nsupdate.8.
2000-08-15 20:21:44 +00:00
Andreas Gustafsson 868c96e17f removed references to nonexistent
named.conf(5) and zonefile(5) man pages
2000-08-15 20:19:36 +00:00
Andreas Gustafsson c45fa347b4 more editing 2000-08-15 20:15:49 +00:00
Andreas Gustafsson 49964c290c reviewed and edited; note that IPv6 reverse lookups are now
supported
2000-08-15 20:11:54 +00:00
Andreas Gustafsson 1f880b5451 DNS Extensions to Support IPv6 Address Aggregation and Renumbering is now an RFC 2000-08-15 20:05:52 +00:00
Brian Wellington f93d9c5a58 modify the keyfile description 2000-08-15 19:47:06 +00:00