Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable SASL for now, it doesn't work properly. | Martin Nagy | 2009-04-23 | 1 | -0/+7 |
| | |||||
* | Remove unneeded log functions. | Martin Nagy | 2009-04-23 | 2 | -24/+9 |
| | |||||
* | Forgotten NULL check. | Martin Nagy | 2009-04-22 | 1 | -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 Nagy | 2009-04-21 | 1 | -3/+9 |
| | |||||
* | Use -version-number instead of -version-info as libtool parameter. | Adam Tkac | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | Some backward compatibility #ifdefs. | Martin Nagy | 2009-03-30 | 1 | -3/+35 |
| | |||||
* | Add configure.ac and Makefile.am. | Adam Tkac | 2009-03-30 | 1 | -0/+15 |
| | |||||
* | Prepare the tree for conversion to autoconf. | Martin Nagy | 2009-03-30 | 20 | -0/+5217 |
All source files are now moved to src/ and the old Makefile is removed. |