Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the zone register for internal storage of zones | Martin Nagy | 2009-08-04 | 1 | -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_rdatatype | Martin Nagy | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Rename ldap_db_t to ldap_instance_t | Martin Nagy | 2009-08-04 | 1 | -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 Nagy | 2009-03-30 | 1 | -0/+45 |
All source files are now moved to src/ and the old Makefile is removed. |