Commit Graph
7928 Commits
Author SHA1 Message Date
Mark Andrews bd5f2ac188 630. [bug] locking failure in zone code. [RT #582] 2000-12-22 02:43:42 +00:00
Andreas Gustafsson 24c5978e0b thinko 2000-12-22 01:38:53 +00:00
Andreas Gustafsson a06df85974 typo 2000-12-22 01:38:39 +00:00
Andreas Gustafsson f0f61db621 629. [bug] 9.1.0b1 derferenced a null pointer and crashed
when responding to a UDP IXFR response.
2000-12-22 01:38:16 +00:00
Brian Wellington 48540261f1 replace (isc_mem_debugging > 1) with (MEM_RECORD) 2000-12-22 00:26:33 +00:00
Andreas Gustafsson 87e15b393c avoid the file name extension '.orig' so as not to conflict with 'patch' 2000-12-21 23:44:51 +00:00
Andreas Gustafsson bbb71c1c07 terminate output with newline, not newline+space 2000-12-21 22:11:03 +00:00
Andreas Gustafsson 3518c2023a put contrib/idn back in the release 2000-12-21 19:42:53 +00:00
Andreas Gustafsson 709fa2054f oops, it's <dst/dst.h>, not <dst/key.h> 2000-12-21 18:11:00 +00:00
David Lawrence 1ae59f0202 Added important "sanitize_all" step at start of the checking of mdnkit.
Added instructions on generating a fresh verion of the mdnkit patch.
2000-12-21 17:39:17 +00:00
David Lawrence 09de3a0f0b updated for release 2000-12-21 17:37:39 +00:00
Andreas Gustafsson c663d46e47 need #include <dst/key.h> 2000-12-21 16:27:22 +00:00
Andreas Gustafsson 359082766e diff.h was not installed 2000-12-21 16:17:41 +00:00
Andreas Gustafsson 2207599e64 condition.h was not installed 2000-12-21 16:14:49 +00:00
Andreas Gustafsson 32bb863ea9 typo 2000-12-21 03:00:11 +00:00
Andreas Gustafsson 9224b1c0b6 do test builds with -DISC_LIST_CHECKINIT 2000-12-21 02:58:49 +00:00
Andreas Gustafsson 59dc41f536 omit contrib/idn from this release 2000-12-21 02:55:18 +00:00
Andreas Gustafsson 09671f9551 added '--- 9.1.0b2 released ---' line; tabified 2000-12-21 02:54:10 +00:00
Andreas Gustafsson 49df2ea987 eliminated compiler warning 2000-12-21 02:50:43 +00:00
Brian Wellington 5d85bf183f missing 'static' 2000-12-21 01:58:37 +00:00
Andreas Gustafsson 3ef9f0f716 regenerated 2000-12-21 01:57:40 +00:00
Andreas Gustafsson bb01a40e65 clean, distclean, and install targets were missing 2000-12-21 01:56:12 +00:00
Brian Wellington e3d6866002 usage() -> usage(void) 2000-12-21 01:54:30 +00:00
Brian Wellington 1200b06785 removed LWRDATA_AUTHORITATIVE and RRSET_AUTHORITATIVE 2000-12-21 00:27:56 +00:00
Brian Wellington 63612a0fe1 628. [bug] If the root hints contained only AAAA addresses,
named would be unable to perform resolution.
2000-12-20 23:43:27 +00:00
Brian Wellington 58cbc05eb0 Fix memory leak in dns_view_find; return DNS_R_HINTNXRRSET instead of
DNS_R_NOTFOUND when correct to do so.
2000-12-20 23:31:11 +00:00
Andreas Gustafsson 24dc90eff0 incorrect cross reference, missing RT reference 2000-12-20 23:20:25 +00:00
Andreas Gustafsson 7d33e89969 627. [bug] The EDNS0 blackhole detection code of 327. waited
for three retransmissions to each server, which
                        takes much too long when a domain has many name
                        and all of them drop EDNS0 queries.  Now we retry
                        without EDNS0 after three consecutive timeouts,
                        even if they are all from different servers.
2000-12-20 23:18:37 +00:00
Brian Wellington 86c3cd20dd fix a race condition. 2000-12-20 20:42:08 +00:00
Andreas Gustafsson 0bca614506 don't shout 2000-12-20 19:46:37 +00:00
Andreas Gustafsson 00843be81a mention the 'version' option before going into obscure view hacks for
doing a variant of the same thing
2000-12-20 05:52:28 +00:00
Mark Andrews 0884c57e7a Q: How do I restrict / prevent lookups of the version string remotely. 2000-12-20 04:30:39 +00:00
Brian Wellington 732f883c12 grammar 2000-12-20 03:43:53 +00:00
Brian Wellington c867239326 updated 2000-12-20 03:42:49 +00:00
Brian Wellington 039c8eda34 test a few more things about getrrsetbyname() 2000-12-20 03:42:01 +00:00
Brian Wellington 736aab3076 626. [bug] The lightweight resolver daemon no longer crashes
when asked for a SIG rrset. [RT #558]
2000-12-20 03:40:20 +00:00
Brian Wellington 13090db2b1 dns_view_find can now do ANY queries; it takes additional db and node
parameters used for return values.
2000-12-20 03:38:46 +00:00
Mark Andrews 2a80a4e120 625. [func] Zone's now inherit their class from the enclosing view. 2000-12-20 03:36:19 +00:00
Andreas Gustafsson 7cb10f7789 624. [bug] The zone object could get timer events after it had
been destroyed, causing a server crash. [RT #571]
2000-12-20 01:57:14 +00:00
Andreas Gustafsson 91b4560baa zone timer was using the wrong task [RT #571] 2000-12-20 01:27:50 +00:00
Brian Wellington a644e87df7 Move the msgcat stuff into socket_log(), to avoid unnecessary calls to
isc_msgcat_get() and speed things up.
2000-12-19 20:35:37 +00:00
Andreas Gustafsson 5502121bd0 eliminated compiler warning 2000-12-19 19:54:29 +00:00
Andreas Gustafsson 6ed87838fe spacing 2000-12-19 19:53:58 +00:00
Andreas Gustafsson 75d927bd72 renamed check-zone to named-checkzone and check-conf to named-checkzone
to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them
2000-12-19 19:51:08 +00:00
Andreas Gustafsson bb1cf189bb renamed check-zone to named-checkzone and check-conf to named-checkzone
to reduce /usr/local/bin namespace pollution; added a CHANGES entry for them
2000-12-19 19:48:09 +00:00
Andreas Gustafsson 70c91849c3 eliminated compiler warning 2000-12-19 19:29:13 +00:00
Andreas Gustafsson 9de6daa628 use ISC_SOCKADDR_FORMATSIZE 2000-12-19 19:21:39 +00:00
Andreas Gustafsson 1928be262c edited 2000-12-19 19:21:06 +00:00
Andreas Gustafsson ab0bc7bd36 spelling 2000-12-19 19:20:15 +00:00
Andreas Gustafsson 0833ef954a when code is duplicated (which it shouldn't be), it should at
least be duplicated consistently
2000-12-19 19:19:45 +00:00