summaryrefslogtreecommitdiffstats
path: root/src/ldap_convert.c
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-4/+4
| | | | | | | | | | | 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.
* Fix cleanup logic in dn_to_dnsname()Martin Nagy2009-08-041-1/+3
|
* Rename ldap_record_to_rdatatype to ldap_attribute_to_rdatatypeMartin Nagy2009-08-041-2/+2
|
* Rename ldap_db_t to ldap_instance_tMartin Nagy2009-08-041-3/+3
| | | | | | | | | 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/
* Remove unneeded log functions.Martin Nagy2009-04-231-3/+1
|
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+278
All source files are now moved to src/ and the old Makefile is removed.