summaryrefslogtreecommitdiffstats
path: root/ldap_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-1707/+0
* Add a convenience macro for isc_mem_allocate().Martin Nagy2009-03-251-11/+2
* Refactoring related to isc_buffer_t.Martin Nagy2009-03-251-3/+2
* Fix problems with dnsname_to_dn() (rewrite).Martin Nagy2009-03-251-11/+107
* Better conversion of DN to dnsname.Martin Nagy2009-03-231-1/+1
* Discard entries from cache after updating in LDAP.Martin Nagy2009-03-161-2/+0
* Fix memory leak.Adam Tkac2009-03-161-0/+1
* Some cosmetic changes in ldap_helper.cMartin Nagy2009-03-161-11/+6
* Use isc_mem_allocate when we call isc_mem_free.Adam Tkac2009-03-161-3/+16
* Modify functions - rdatalist is always exactly one item (not list).Adam Tkac2009-03-161-60/+40
* Add write-back support.Martin Nagy2009-03-161-1/+239
* Add support for SASL and simple authentication.Martin Nagy2009-03-161-23/+156
* Integrate the caching support.Martin Nagy2009-03-141-0/+5
* Get rid of useless debugging output.Martin Nagy2009-03-141-15/+0
* Check return value from dns_name_fromtext. Free zone name only if it was allo...Adam Tkac2009-03-021-1/+2
* Set update ACLs for zones to "any" by default.Adam Tkac2009-03-021-0/+7
* Fix memory leaks resulted from creating rdatasets.Martin Nagy2009-02-181-9/+18
* Enable reading from LDAP.Martin Nagy2009-02-181-275/+449
* Add another LDAP helper functions.Martin Nagy2009-02-131-0/+242
* Add zone manager.Martin Nagy2009-02-121-44/+156
* Add helper functions for LDAP attributes.Martin Nagy2009-01-191-29/+117
* Added ldapdb_rdatalist_* functions.Adam Tkac2009-01-191-0/+221
* Add LDAP helper routines.Martin Nagy2009-01-141-0/+419