summaryrefslogtreecommitdiffstats
path: root/src/cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash bug in findnode()Martin Nagy2009-08-041-0/+2
| | | | | | | | | | If the create argument was set to ISC_TRUE and nothing was found by cached_ldap_rdatalist_get(), the rdatalist variable was left uninitialized. This later caused crash in ldapdb_rdatalist_findrdatatype(), when trying to access memory that rdatalist pointed to. Resolves ticket #18
* Remove unneeded castsMartin Nagy2009-08-041-1/+1
|
* 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/
* Fix rdata parsing.Martin Nagy2009-04-231-3/+5
|
* Don't cache empty records for now.Martin Nagy2009-04-231-1/+2
|
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+249
All source files are now moved to src/ and the old Makefile is removed.