Commit Graph

79 Commits

Author SHA1 Message Date
Mark Andrews
93168b5719 1292. [contrib] Berkeley DB 4.0 sdb implementation from
Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2002-07-02 04:46:01 +00:00
Mark Andrews
2213d80e03 1276. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support. 2002-07-02 04:17:18 +00:00
cvs2git
86a55923e2 This commit was manufactured by cvs2git to create branch 'v9_2'. 2002-07-01 23:45:48 +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
b45ba90e7f update for 9.2.1 2002-04-23 05:15:01 +00:00
Mark Andrews
e88346ed0f regen for 9.2.1_rc2 2002-03-26 04:54:08 +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
eb176d660e update 2002-02-12 06:38:36 +00:00
Mark Andrews
7b373263b7 leftover from previous version 2002-02-12 00:20:07 +00:00
Mark Andrews
8e17fc6ef9 leftover from previous version 2002-02-12 00:19:21 +00:00
Mark Andrews
1f179c6edd update for 9.2.1rc1 2002-02-08 13:25:16 +00:00
Mark Andrews
ee9dbfb7cd pullup:
1196.   [contrib]       update mdnkit to 2.2.3.
2002-02-08 12:16:32 +00:00
cvs2git
a51c70decc This commit was manufactured by cvs2git to create branch 'v9_2'. 2002-02-08 05:42:25 +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
Mark Andrews
3f4c95eb98 SunOS 5.6 portability 2001-09-27 00:44:26 +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
cvs2git
02da396800 This commit was manufactured by cvs2git to create branch 'v9_2'. 2001-08-30 04:33:21 +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