Commit Graph
70 Commits
Author SHA1 Message Date
Mark Andrews bd3946db29 reviewed marka/bwelling
1263.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
2002-08-22 23:57:47 +00:00
Mark Andrews 0ae34c3f62 1353. [contrib] sdb/ldap to version 0.9. 2002-08-05 04:23:13 +00:00
Mark Andrews e2cf0e8ff9 1253. [contrib] queryperf now reports a summary of returned
rcodes (-c), rcodes are printed in neumonic form (-v).
2002-07-22 02:47:24 +00:00
Mark Andrews 88aa68f478 1292. [contrib] Berkeley DB 4.0 sdb implementation from
Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2002-05-16 04:25:22 +00:00
Mark Andrews 8ac1acc30d 1276. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support. 2002-04-30 00:11:55 +00:00
Mark Andrews c6b78d91a1 silence compiler 2002-03-19 15:57:23 +00:00
Mark Andrews b597abd9cc 1234. [bug] contrib/sdb: 'zonetodb' failed to call
dns_result_register().  DNS_R_SEENINCLUDE should not
                        be fatal.
2002-03-19 03:32:08 +00:00
Andreas Gustafsson 81e805888b Added command line option -v (verbose), which makes
queryperf report the query name, type, and RCODE of each response on stdout.
This is useful for testing recursive servers, and in particular for comparing
the the percentage of SERVFAIL and timeout responses between multiple
recursive server implementations.
2002-03-11 19:00:01 +00:00
Mark Andrews 8e17fc6ef9 leftover from previous version 2002-02-12 00:19:21 +00:00
Mark Andrews caa8797a00 1196. [contrib] update mdnkit to 2.2.3. 2002-02-08 05:42:24 +00:00
Mark Andrews 13ba983cc8 1167. [contrib] nslint-2.1a3 (from author). 2001-12-21 04:12:05 +00:00
Andreas Gustafsson f8aa552edb Split contrib/sdb into a subdirectory per driver 2001-11-15 23:15:34 +00:00
Andreas Gustafsson f642eb7b9f look for socklen_t in <sys/types.h>, too 2001-09-26 22:37:31 +00:00
Andreas Gustafsson 1123872a47 SunOS 5.6 portability 2001-09-26 22:35:06 +00:00
Andreas Gustafsson 68a8db1efb ISC-style copyright 2001-07-18 23:33:04 +00:00
Stephen Jacob 623aa30301 Remove dubious hostname from sample.1. 2001-07-12 18:19:52 +00:00
Andreas Gustafsson 499072b46b Reimported with corrected vendor tags 2001-07-12 02:02:27 +00:00
Andreas Gustafsson 4848fe4ad2 Reimported with corrected tags 2001-07-12 02:02:09 +00:00
David Lawrence 99c9a71675 update from author 2001-06-10 22:36:38 +00:00
David Lawrence 401538f8dd JPNIC mDNkit 2.1 update 2001-06-09 00:30:55 +00:00
Brian Wellington a6f360bb94 update from the author 2001-06-08 18:40:35 +00:00
Brian Wellington adf16bbdb6 update to newer version 2001-05-30 22:02:09 +00:00
Brian Wellington 80b3f47796 Empty database nodes caused the program to fail. 2001-03-17 01:53:01 +00:00
Brian Wellington bf49a52178 Added the contributed LDAP sdb driver and program to convert a zone into an
LDAP schema.
2001-03-14 20:22:32 +00:00
David Lawrence 47aac1da4b documentation for mdnkit 2001-03-05 12:58:09 +00:00
Brian Wellington 1ff970120a Add support for reconnection and allow user, passwd, and host to be specified. 2001-02-28 23:42:37 +00:00
David Lawrence 42312b0fcc updated for clean application to current mainline 2001-01-24 06:26:59 +00:00
David Lawrence 6f9ad07670 new mdnkit release from jpnic 2001-01-24 01:18:00 +00:00
Brian Wellington 499b34cea0 copyright update 2001-01-09 22:01:04 +00:00
David Lawrence 09de3a0f0b updated for release 2000-12-21 17:37:39 +00:00
Mark Andrews 88a6fef494 init dns_rdata_t's 2000-12-11 23:09:47 +00:00
Brian Wellington b48ada653e Added a FAQ about multithreaded core dumps on linux and the kernel patch. 2000-12-11 18:55:49 +00:00
Andreas Gustafsson b28c61df9a moved driver description comments closer to top of file and edited some of them 2000-12-10 07:53:12 +00:00
Andreas Gustafsson 740af672b4 commented 2000-12-10 07:47:43 +00:00
David Lawrence e194ad59ee unsupported bind9 platforms, removed per yoneya's suggestion 2000-12-08 17:47:34 +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 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 5f3e104347 the drivers should include their own header files 2000-12-06 00:59:08 +00:00
Brian Wellington db237e5475 note that the \ is special for PostgreSQL, not standard SQL. 2000-11-22 21:18:12 +00:00
Brian Wellington 8d69143c07 use ' to quote ', not \ 2000-11-20 19:56:12 +00:00
Brian Wellington 94b6d69d94 If dns_sdb_register() fails, don't call dns_sdb_unregister(). 2000-11-20 19:50:02 +00:00
Brian Wellington 8befe9e546 canonicalize -> quotestring 2000-11-20 19:34:13 +00:00
Andreas Gustafsson 2e9fc52267 comment formatting; spacing 2000-11-20 18:25:14 +00:00
Andreas Gustafsson 2fbc38f7b9 if driver initialization failed, memory was leaked and
dns_sdb_unregister() caught an assertion failure
2000-11-20 18:24:41 +00:00
Mark Andrews 25a66b4e41 #include <isc/print.h> 2000-11-20 13:02:18 +00:00
Brian Wellington 055934c9dd keep lines under 80 columns 2000-11-18 01:39:20 +00:00
Andreas Gustafsson 3c0454fe25 make SOA MNAME and NS records consistent; keep
lines under 80 columns
2000-11-18 01:35:05 +00:00
Brian Wellington c0003bfcaf Added header files; fixed copyrights. 2000-11-18 01:29:14 +00:00
Andreas Gustafsson 89beab7594 some comments were holdovers from dirdb 2000-11-18 00:32:14 +00:00
Andreas Gustafsson facb8fc8c6 removed debugging printf 2000-11-18 00:29:28 +00:00