Commit Graph
2287 Commits
Author SHA1 Message Date
Brian Wellington b266f8fc42 Use isc_app_run() and isc_app_block() instead of condition variables. 2000-09-01 23:43:55 +00:00
Brian Wellington 5f01e77fc2 A blank line shouldn't quit the program. Also print a meaningful
message when unimplemented (from bind 8) commands are run, rather than
looking them up.
2000-09-01 22:45:16 +00:00
Brian Wellington 798e2f30d6 A mutex was being destroyed while held. 2000-09-01 22:17:53 +00:00
Brian Wellington 6e3a8e17fd The "exit" command was not implemented. 2000-09-01 22:14:32 +00:00
Brian Wellington cc48bb397f typo and whitespace fixes 2000-09-01 21:54:23 +00:00
Brian Wellington 9e72582b8e Use isc_app_run() and isc_app_block() instead of a condition variable. 2000-09-01 21:34:12 +00:00
Andreas Gustafsson 321a6df4ff removed redundant "directory ." option 2000-09-01 19:36:05 +00:00
Andreas Gustafsson c5926943a7 don't try to cd into nsupdate.core (sic) 2000-08-31 23:51:54 +00:00
Brian Wellington 5c86531118 A lock was destroyed while held. 2000-08-31 22:33:43 +00:00
Mark Andrews 3a34b87c87 Add cache cleaning support (disabled). 2000-08-31 12:15:17 +00:00
Brian Wellington 2310b7964d test getipnodebyname/getipnodebyaddr/freehostent 2000-08-30 23:35:34 +00:00
Brian Wellington a437acf787 Add -v 2000-08-30 20:43:28 +00:00
Brian Wellington 5b02858d4e named -v prints the version number. 2000-08-30 20:40:04 +00:00
Andreas Gustafsson 0d1dc10cc8 added brief copyright message 2000-08-30 19:18:12 +00:00
Andreas Gustafsson f5b503abb8 update copyrights 2000-08-30 19:17:46 +00:00
Andreas Gustafsson d0c7293bc8 added copyright message 2000-08-30 19:13:30 +00:00
Brian Wellington bf7c02293f use DESTROYLOCK() 2000-08-30 01:35:42 +00:00
Andreas Gustafsson e389838d7a isc_buffer_used() does *not* return the beginning of the used
region - it returns the *end*
2000-08-29 19:07:11 +00:00
Brian Wellington 51e0ad287f Hopefully make the linux-specific stuff work when threads are not used. 2000-08-29 17:54:23 +00:00
Mark Andrews 5afa531442 Alphabetize #include <dns/???>. 2000-08-29 03:48:00 +00:00
Brian Wellington 367ac5bfc5 The named.run files were not being ignored. 2000-08-28 21:23:32 +00:00
Mark Andrews 6f4b088695 Unbalanced lock/unlock. 2000-08-28 05:06:18 +00:00
Michael Graff 1865d559b0 Fix the database error, I think... Need to look at this better. 2000-08-26 23:22:36 +00:00
Michael Graff 306a935305 add find->result_v[46] 2000-08-26 02:21:45 +00:00
Brian Wellington 6f710fce2d #include <time.h> 2000-08-26 01:51:37 +00:00
Andreas Gustafsson 7d8d82cee0 409. [bug] If named was shut down early in the startup
process, ns_omapi_shutdown() would attempt to lock
                        an unintialized mutex. [RT #262]
2000-08-26 01:46:42 +00:00
Brian Wellington fa9a407180 Last set of DESTROYLOCK changes 2000-08-26 01:42:34 +00:00
Brian Wellington 8f7cae3d7b #include <isc/result.h> 2000-08-25 01:08:20 +00:00
Brian Wellington 504b5167f3 #include <isc/mutex.h> 2000-08-25 01:08:07 +00:00
Brian Wellington dcc6bde0a3 Added a system test for selective forwarding. 2000-08-24 22:23:46 +00:00
Brian Wellington 30e6ea9ded 405. [func] Add support for selective forwarding (forward zones) 2000-08-24 22:15:40 +00:00
Brian Wellington 21f710a09f Changes to the rdata text format in a few cases (removal of parens) to
match the dig output.
2000-08-24 22:01:12 +00:00
Andreas Gustafsson 6c046c19a3 log a debug message at the end of server configuration 2000-08-24 19:02:06 +00:00
Brian Wellington 32de824866 dns_rdataset_current was being called on an rdataset without earlier calling
dns_rdataset_first.
2000-08-23 17:40:53 +00:00
Andreas Gustafsson 17a28c1f02 403. [bug] host did not use the search list. 2000-08-22 17:02:49 +00:00
Andreas Gustafsson 5b7f324879 removed unused extern variable declarations 2000-08-22 16:44:46 +00:00
Mark Andrews 8249eee42a notify-any to allow-notify conversion.
notify-relay to notify-forward conversion.
2000-08-22 05:14:59 +00:00
Brian Wellington 98254c9545 ignore sig0_test 2000-08-22 01:12:40 +00:00
Brian Wellington ca22760047 Add a lame SIG(0) test program, since apparently there is someone else trying
to use it.
2000-08-22 01:11:53 +00:00
Brian Wellington 29ae20604d 'make clean' should delete the generated randomness file 2000-08-22 00:57:46 +00:00
Brian Wellington 2c1a16dc25 Remove multiple question support, since edns1 is dead. 2000-08-21 23:45:41 +00:00
Brian Wellington 83180b8337 If the message class is unset (for example, if the query has no question
section), return FORMERR, not REFUSED.
2000-08-21 23:45:05 +00:00
Andreas Gustafsson 413d5565ba document the named command line options in named.8, not README 2000-08-21 20:40:05 +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 a14613fce9 --with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random. 2000-08-17 18:56:49 +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 10a6b854f5 initial gdib notify relay tests 2000-08-17 09:18:03 +00:00
Brian Wellington df08ae001a Add @DNS_GSSAPI_LIBS@ to DNSLIBS 2000-08-17 02:11:50 +00:00
Andreas Gustafsson 12a5fa5d0a say 'due to assertion failure', not 'due assertion failure' 2000-08-17 01:30:31 +00:00