Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ldap_db_t to ldap_instance_t | Martin Nagy | 2009-08-04 | 1 | -10/+10 |
| | | | | | | | | | 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/ | ||||
* | Get rid of some compiler warnings | Martin Nagy | 2009-06-02 | 1 | -0/+2 |
| | | | | | Don't use the -pedantic flags and include forgotten string.h header file needed in zone_manager.c for strcmp(). | ||||
* | Prepare the tree for conversion to autoconf. | Martin Nagy | 2009-03-30 | 1 | -0/+209 |
All source files are now moved to src/ and the old Makefile is removed. |