Announcing sqldjbdns version 0.70

From: "Bruce Guenter" <bruceg(at)em(dot)ca>
To: <bgware(at)lists(dot)em(dot)ca>
Subject: Announcing sqldjbdns version 0.70
Date: 2000-11-16 18:37:24
Message-ID: 20001116183724.25200.qmail@bruce-guenter.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Version 0.70 of sqldjbdns is now available at:
http://em.ca/~bruceg/sqldjbdns/

See the documentation there for more details,
or join the mailing list by sending an email to:
bgware-subscribe(at)lists(dot)em(dot)ca

A web-browsable archive of the mailing list is available at:
http://lists.em.ca/ezmlm.cgi?3

Development versions of sqldjbdns are available via anonymous CVS.
Set your CVSROOT to ":pserver:cvs(at)bruce-guenter(dot)dyndns(dot)org:/CVS",
login with an empty password, and check out the "sqldjbdns" module.

-------------------------------------------------------------------------------
Changes in version 0.70

- Majorly revised the SQL schema. See sqldns-schema.html for details.

- Added support for TXT records.

- Changed default TTL for NS records to three days.

- Added a pgsqldns-conf program.

- Improved the random ordering functionality to remove ordering bias.
-------------------------------------------------------------------------------

sqldjbdns
SQL DNS server based on djbdns
Bruce Guenter <bruceg(at)em(dot)ca>
Version 0.70
2000-11-16

Sqldjbdns is an authoritative DNS server that pulls its data directly
from a set of SQL tables. It supports fully dynamic A, MX, TXT, and PTR
records, and run-time configurable static NS and SOA records. It also
supports schedule expiry and introduction of records.

At the moment, only PostgreSQL is supported, but support for other SQL
standard databases and different table schemas should be fairly easy to
add. The RPM does not install in a ready-to-run form.

To build the package, you need to unpack and build the djbdns-1.02
package inside the build directory of sqldjbdns by downloading the
djbdns-1.02.tar.gz package and running:
gzip -dc djbdns-1.02.tar.gz | tar -xf -
make -C djbdns-1.02
Then run "make" in the build directory of sqldjbdns.

A mailing list has been set up to discuss this package. To subscribe,
send an email to:
bgware-subscribe(at)lists(dot)em(dot)ca

Development versions of sqldjbdns are available via anonymous CVS.
Set your CVSROOT to ":pserver:cvs(at)bruce-guenter(dot)dyndns(dot)org:/CVS",
login with an empty password, and check out the sqldjbdns module.

This program is Copyright(C) 2000 Bruce Guenter, and may be copied
according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later
version. A copy of this license is included with this package. This
package comes with no warranty of any kind.

Browse pgsql-announce by date

  From Date Subject
Next Message Hannu Krosing 2000-11-17 10:26:41 Re: [ANNOUNCE] pgAdmin v7.0.3 Released
Previous Message Dave Page 2000-11-16 10:02:02 pgAdmin v7.0.3 Released