From b63617379c52b41795ad017801f1a31e7504a839 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 8 Dec 2005 18:39:29 +0000 Subject: [PATCH] Deprecated old export-ldap2dns.pl Created scripts directory moved data2ldap.pl and axfr2ldap.pl into scripts Updated TODO git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@139 06cd67b6-e706-0410-b29e-9de616bca6e9 --- ChangeLog | 8 +++----- TODO | 11 +++++++++++ export-ldap2dns.pl => deprecated/export-ldap2dns.pl | 0 import.pl => scripts/axfr2ldap.pl | 0 data2ldap.pl => scripts/data2ldap.pl | 0 5 files changed, 14 insertions(+), 5 deletions(-) rename export-ldap2dns.pl => deprecated/export-ldap2dns.pl (100%) rename import.pl => scripts/axfr2ldap.pl (100%) rename data2ldap.pl => scripts/data2ldap.pl (100%) diff --git a/ChangeLog b/ChangeLog index 1e474d9..dbf1e77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ -Version ?.?.? (next) -+ Make ldap2dns behave like a secondary nameserver by storing - the serial number, expire, refresh, retry and minimum values - in a record. - Version 0.3.6 (latest) + New maintainer: Ben Klang + Fixed bug with duplicate OIDs in dns.schema from partially applied patch @@ -21,6 +16,9 @@ Version 0.3.6 (latest) + Updated FAQ + Deprecated askldap.c and askldap.h + Created TODO file ++ Added TinyDNS data file import script (scripts/data2ldap.pl) ++ Moved AXFR import script (formerly import.pl) to scripts/axfr2ldap.pl ++ Deprecated export-ldap.pl (Possibly old ldap2dns 0.2->0.3 upgrade script?) Version 0.3.5 - 2005/11/30 + Added support for DNS SRV records diff --git a/TODO b/TODO index f5a4ffd..0e34338 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,14 @@ DNS search base DN, possibly more) (2005/12/07 bklang) * Add possbility to search multiple LDAP hosts (2005/12/07 bklang) + +* Add support for DNS TXT records (2005/12/08 bklang) + +* Document scripts/* functionality (2005/12/08 bklang) + +--- Old TODOs from Jacob --- +Version ?.?.? (next) ++ Make ldap2dns behave like a secondary nameserver by storing + the serial number, expire, refresh, retry and minimum values + in a record. + diff --git a/export-ldap2dns.pl b/deprecated/export-ldap2dns.pl similarity index 100% rename from export-ldap2dns.pl rename to deprecated/export-ldap2dns.pl diff --git a/import.pl b/scripts/axfr2ldap.pl similarity index 100% rename from import.pl rename to scripts/axfr2ldap.pl diff --git a/data2ldap.pl b/scripts/data2ldap.pl similarity index 100% rename from data2ldap.pl rename to scripts/data2ldap.pl