| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This will now compile and work fairly well on a RHEL5 system with
the newest BIND (9.3.6-2.P1, some stuff is back-ported here). We added
a compat.h header file which contains a replacement for two functions.
We also did some ifdef-ing in acl.c.
|
|
|
|
|
|
|
| |
We failed to delete the cache after a remove operation.
This made a DNS Update against a cached entry fail (we would remove
the attributes from ldap but never readd them back if they were
unchanged).
|
| |
|
| |
|
|
|
|
|
|
| |
Only unregister the implementation if it was registered by us. This
prevents errors if we are using the same DB implementation multiple
times.
|
| |
|
| |
|
|
All source files are now moved to src/ and the old Makefile is removed.
|