diff --git a/ChangeLog b/ChangeLog index 81ba2c0..d3b6864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Version ?.?.? (next) in a record. Version 0.3.6 (latest) ++ New maintainer: Ben Klang + Fixed bug with duplicate OIDs in dns.schema from partially applied patch + Renamed schema file to ldap2dns.schema + Updated RPM specfile @@ -18,6 +19,7 @@ Version 0.3.6 (latest) + Modified ldap2dns-conf to behave more like tinydns-conf + Altered default behavior (via ldap2dns-conf) to run ldap2dns as non-root + Updated FAQ ++ Deprecated askldap.c and askldap.h Version 0.3.5 - 2005/11/30 + Added support for DNS SRV records diff --git a/FAQ b/FAQ index 5693fb4..8c4d283 100644 --- a/FAQ +++ b/FAQ @@ -12,6 +12,21 @@ own. You might also contact the author, Jacob Rief (jacob.rief@tiscover.com) for more information but he is no longer interested in maintaing this work so do not depend on him. +2) Why have you deprecated all that code? + +2005-12-07 bklang +This is partially answered above, but to fully answer the question it's not +any comment or criticism of the original author. Really it is just code that +appears to me to be somewhat extraneous to what I consider to be the core +functionality of ldap2dns. That combined with my desire to focus on the core +functionality and not maintain this other work leads me to note the status of +that code to others who may use this package. The code may or may not work; +you are entirely on your own. If demand is sufficient some parts may come back +into the main tarball. However for now I leave it there in case anyone out +there wants it. It is unmaintained (at least by me) and should not be +considered stable or even working unless you audit it yourself. +You have been warned. Caveat emptor. + -- Old FAQ entry below (meaning is unclear to me -- 2005/12/07 bklang -- diff --git a/INSTALL b/INSTALL index 9049649..000911f 100644 --- a/INSTALL +++ b/INSTALL @@ -13,7 +13,7 @@ sudo make DISTRIBUTION=suse rpm if you are running Red Hat or SuSE respectively. -For updates and changes see http://projects.alkaloid.net +For updates, changes and some documentation, see http://projects.alkaloid.net Please send any problem or success reports to the maintainer. diff --git a/askldap.c b/deprecated/askldap.c similarity index 100% rename from askldap.c rename to deprecated/askldap.c diff --git a/askldap.h b/deprecated/askldap.h similarity index 100% rename from askldap.h rename to deprecated/askldap.h