summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of some compiler warningsMartin Nagy2009-06-021-1/+1
| | | | | Don't use the -pedantic flags and include forgotten string.h header file needed in zone_manager.c for strcmp().
* More compatibility fixesMartin Nagy2009-06-021-0/+1
| | | | | | | 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.
* Add basic support to get a tgt autonomouslySimo Sorce2009-05-251-0/+2
| | | | | Use mutex to serialize kinit. Reuse existing valid creedentials if any.
* Remove -Werror from CFLAGSMartin Nagy2009-04-301-1/+1
|
* Add -Werror and -O2 to CFLAGSMartin Nagy2009-04-281-1/+1
|
* Rename the project to bind-dyndb-ldap.Martin Nagy2009-04-281-4/+4
| | | | Also, rename libdnsldap.so to ldap.so.
* Install plugin into $libdir/bind subdirectory and omit SOname version number.Adam Tkac2009-04-271-5/+3
|
* Add update ACL capabilities.Martin Nagy2009-04-241-4/+24
|
* Use -version-number instead of -version-info as libtool parameter.Adam Tkac2009-03-301-1/+1
|
* Add configure.ac and Makefile.am.Adam Tkac2009-03-301-0/+15