summaryrefslogtreecommitdiffstats
path: root/src/ldap_convert.h
Commit message (Collapse)AuthorAgeFilesLines
* Change license: GPLv2 or laterMartin Nagy2009-08-041-2/+3
| | | | | Allow publishing the code under GPL version 2 or later. Before that, we only allowed to use version 2.
* Use the zone register for internal storage of zonesMartin Nagy2009-08-041-2/+2
| | | | | | | | | | | Moving the zone registration into a separate file will make the code more modular and easier to read and change. Also, we are preparing the refresh_zones_from_ldap() function for it's intended purpose of being able to add zones and later modify them if something has changed. Unfortunately, we will only be able to change some of the zone attributes (for now the update policy). We will not be able to create new zones as they are added to LDAP because that requires a reload of the name server.
* Rename ldap_record_to_rdatatype to ldap_attribute_to_rdatatypeMartin Nagy2009-08-041-1/+1
|
* Rename ldap_db_t to ldap_instance_tMartin Nagy2009-08-041-1/+1
| | | | | | | | | Equivalent to: s/new_ldap_db/new_ldap_instance/ s/destroy_ldap_db/destroy_ldap_instance/ s/manager_get_ldap_db_and_cache/manager_get_ldap_instance_and_cache/ s/ldap_db_t/ldap_instance_t/ s/ldap_db/ldap_db/
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+45
All source files are now moved to src/ and the old Makefile is removed.