summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make ldap_rdata_to_char_array() static.Martin Nagy2009-04-242-3/+3
|
* Add update ACL capabilities.Martin Nagy2009-04-244-28/+505
|
* Fix a nasty va_list bug.Martin Nagy2009-04-241-2/+7
| | | | | We were using the same va_list twice, which caused a nasty segfault inside the C library.
* Fix rdata parsing.Martin Nagy2009-04-235-15/+19
|
* Don't cache empty records for now.Martin Nagy2009-04-231-1/+2
|
* Change the setting name 'host' to 'uri'.Martin Nagy2009-04-231-8/+8
|
* Disable SASL for now, it doesn't work properly.Martin Nagy2009-04-231-0/+7
|
* Remove unneeded log functions.Martin Nagy2009-04-232-24/+9
|
* Forgotten NULL check.Martin Nagy2009-04-221-1/+4
| | | | | | Only unregister the implementation if it was registered by us. This prevents errors if we are using the same DB implementation multiple times.
* Use dns_dyndb_arguments_t to get pointers.Martin Nagy2009-04-211-3/+9
|
* Use -version-number instead of -version-info as libtool parameter.Adam Tkac2009-03-301-1/+1
|
* Some backward compatibility #ifdefs.Martin Nagy2009-03-301-3/+35
|
* Add configure.ac and Makefile.am.Adam Tkac2009-03-301-0/+15
|
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-3020-0/+5217
All source files are now moved to src/ and the old Makefile is removed.