summaryrefslogtreecommitdiffstats
path: root/ldap_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-1707/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* 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
| | | | | We now don't need the root DN in order to make the conversion. Instead, we only look for RDNs with objectClass "idnsName".
* 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 ↵Adam Tkac2009-03-021-1/+2
| | | | allocated.
* 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
| | | | | We use kind of a hack really. We overwrite each created rdataset's methods by our own that will free the resources.
* 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
| | | | | | Zone manager will take care of periodical checks for new zones and will add them when they appear. For now, zones are only added at start time, no periodical checks yet.
* Add helper functions for LDAP attributes.Martin Nagy2009-01-191-29/+117
|
* Added ldapdb_rdatalist_* functions.Adam Tkac2009-01-191-0/+221
| | | | | | | | First function (ldapdb_rdatalist_get) is the core of search functions. It returns all RRs with specified name. Second function (ldapdb_rdatalist_destroy) is "helper" function and is used to destroy returned ldapdb_rdatalist_t. Third function is the ldapdb_rdatalist_findrdatatype function which returns rdatalist with specified rdtype.
* Add LDAP helper routines.Martin Nagy2009-01-141-0/+419