Commit Graph
2773 Commits
Author SHA1 Message Date
Brian Wellington b9df530c81 There is no ${srcdir}/include, so don't tell make to look there. 2001-01-05 23:54:00 +00:00
Mark Andrews 0deebcd15a dns_master_load*() age_ttl -> options word 2001-01-05 03:12:45 +00:00
Andreas Gustafsson b9e8ad0f49 include <isc/plaform.h> so that ISC_PLATFORM_USETHREADS gets defined 2001-01-05 01:58:28 +00:00
Michael Sawyer 3b5102fc01 654. [bug] Origin was being forgotten in TCP retries in dig.
[RT574]

 653.   [bug]           +defname option in dig was reversed in sense.  [RT549]
2001-01-04 18:19:18 +00:00
Andreas Gustafsson b298d83ae0 skip tests that requires threads when threads are not available 2001-01-04 00:43:33 +00:00
Andreas Gustafsson d6f30a87f8 skip tests that requires threads when threads are not available 2001-01-04 00:27:03 +00:00
Brian Wellington ec772e873b 651. [func] The AD bit in responses now has the meaning
specified in <draft-ietf-dnsext-ad-is-secure>.
2001-01-04 00:24:26 +00:00
Brian Wellington 6d5032f9a2 Micro-optimizations:
- use the DNS_NAME_INIT macro in name.c
	- create dns_name_copy() and use it instead of dns_name_concatenate()
	  when doing a copy.
2001-01-03 00:05:15 +00:00
Brian Wellington 51cccc493a If running in single-threaded mode, set ns_g_cpus to 1 explicitly. 2000-12-29 22:31:04 +00:00
Brian Wellington a0eb4941ff Remove #if ISC_MUTEX_PROFILE ; it should work now. 2000-12-29 18:25:33 +00:00
Andreas Gustafsson f1fb5d1b0b compilation failed due to call to nonexistent function isc_mutex_stats();
made call conditional on ISC_MUTEX_PROFILE to make it compile but the issue of
the function being undefined even when ISC_MUTEX_PROFILE is set must still be
resolved
2000-12-29 18:09:31 +00:00
Brian Wellington 3f160155da ISC_MUTEX_PROFILE can be set to enable basic mutex profiling. Running named
with -s prints the results.
2000-12-29 01:29:56 +00:00
Brian Wellington 4efa04801e Remove DNS_COMPRESS_GLOBAL, since the only type of global compression
is GLOBAL14.
2000-12-29 00:54:36 +00:00
Mark Andrews de154f65f6 Ensure that ns_client_*() are only called from the client's task. 2000-12-28 01:29:09 +00:00
Brian Wellington d780c35e54 remove all vestiges of 16 bit global compression 2000-12-28 00:43:12 +00:00
Mark Andrews af5dc286ff 640. [bug] Memory leak in error path could cause
"mpctx->allocated == 0" failure. [RT #584]
2000-12-27 23:01:25 +00:00
Brian Wellington ee303f481d 639. [bug] Reading entropy from the keyboard would sometimes fail.
[RT #591]

note: the entropy callback conventions should really be documented.
2000-12-27 00:11:26 +00:00
David Lawrence 054e999be3 #include <config.h> 2000-12-23 22:02:49 +00:00
David Lawrence f4ed5931a4 the log config pointer was not initialized to NULL as it should be 2000-12-23 19:24:18 +00:00
Andreas Gustafsson 16093c228e added UNUSED() macro 2000-12-22 21:17:59 +00:00
Andreas Gustafsson f131164c62 incorrect root hint directory 2000-12-22 18:57:18 +00:00
Andreas Gustafsson d1efbb15f9 previous change removed too much code 2000-12-22 18:32:06 +00:00
Andreas Gustafsson 4137fd1295 install checking tools in sbindir, not bindir 2000-12-22 17:25:56 +00:00
Andreas Gustafsson 275c618823 added stress test 2000-12-22 17:03:03 +00:00
Andreas Gustafsson 93ac5ecb55 added shared root.hint file 2000-12-22 17:01:51 +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
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 49df2ea987 eliminated compiler warning 2000-12-21 02:50:43 +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 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
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 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
Mark Andrews 96f66b3396 make views test work 2000-12-19 03:42:36 +00:00
Brian Wellington a53b596c42 reorder the directories so that 'check' is last. 2000-12-19 01:42:15 +00:00
Andreas Gustafsson c877d7db8f use common configuration files 2000-12-18 23:24:24 +00:00
Andreas Gustafsson bfc41f13e7 clenup 2000-12-18 22:39:17 +00:00
Andreas Gustafsson 8351864ef8 added directory bin/tests/system/common for code to be shared by
multiple system tests
2000-12-18 21:04:27 +00:00
Brian Wellington c8fc692fa1 618. [bug] Queries to a signed zone could sometimes cause
an assertion failure.
2000-12-16 02:30:58 +00:00
Andreas Gustafsson d06083ba21 superseded by tests/system/nsupdate/update_test.pl 2000-12-16 00:58:40 +00:00
Andreas Gustafsson f19771c55d 617. [bug] When using dynamic update to add a new RR to an
existing RRset with a different TTL, the journal
                        entries generated from the update did not include
                        explicit deletions and re-additions of the existing
                        RRs to update their TTL to the new value.
2000-12-16 00:58:03 +00:00
Andreas Gustafsson 113b8ef973 renamed dns_view_dumpcachetostream() to dns_view_dumpdbtostream()
and changed header comments to make it clear that it is for debugging/analysis purposes and may
dump other stuff in addition to the cache in the future.  Also changed the dump style to the
'explict TTL' one, which makes more sense than usin  when dumping cache files since the TTLs
tend to be different in each rrset, and added a comment banner at the top of each cache dump
containing the view name.
2000-12-15 21:11:38 +00:00
Andreas Gustafsson 9719cb1205 clarified usage message 2000-12-15 19:39:58 +00:00