2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 13:08:06 +00:00

58 Commits

Author SHA1 Message Date
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
Andreas Gustafsson
ef491b68cd added copyright notices 2000-11-18 00:18:27 +00:00
Andreas Gustafsson
22aa1c0bc2 added sample sdb driver where the zone data is specified
algorithmically in Tcl code
2000-11-18 00:14:34 +00:00
Brian Wellington
5aee7a4da4 store and retrieve TTLs 2000-11-17 23:57:33 +00:00
Brian Wellington
dfd5809a58 properly quote \ and ' before reading from or writing to the database. 2000-11-17 23:12:11 +00:00
Brian Wellington
d6bbcc9fd5 gratuitous enhancements. 2000-11-17 22:30:20 +00:00
Brian Wellington
e6f82b9dbb copyrights 2000-11-17 22:01:45 +00:00
Brian Wellington
18cd5a8e59 The "pgsql" simple database driver and the associated table generator 2000-11-17 21:54:02 +00:00
Brian Wellington
2721a25ba3 The "directory" simple database driver. 2000-11-17 21:17:43 +00:00
Brian Wellington
32f2764f4c A comment was incorrect. 2000-11-17 21:09:33 +00:00
Brian Wellington
a19f3422d3 The "time" simple database driver. 2000-11-17 19:33:16 +00:00
David Lawrence
40f53fa8d9 Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
own CVS tree will help minimize CVS conflicts.  Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541 word wrap copyright notice at column 70 2000-07-27 09:55:03 +00:00