summaryrefslogtreecommitdiffstats
path: root/src/ldap_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Don't loop if the connection fails at startMartin Nagy2010-03-231-0/+2
* Fail over to passwordless login if other method failsMartin Nagy2010-03-231-1/+14
* Add a fake_mname optionMartin Nagy2010-03-231-4/+15
* Remove duplicate get_soa_record() callMartin Nagy2009-09-161-2/+0
* Fix a typo in previous commitMartin Nagy2009-09-041-1/+1
* Fix the reconnection codeMartin Nagy2009-09-041-5/+5
* Fix a memory leak in ldap instance creationMartin Nagy2009-09-041-0/+1
* Use uppercase LDAP booleans according to RFC 2252Martin Nagy2009-08-311-1/+1
* Change license: GPLv2 or laterMartin Nagy2009-08-041-2/+3
* Consolidate the SASL authenticationMartin Nagy2009-08-041-8/+15
* Cleanup of authentication codeMartin Nagy2009-08-041-29/+18
* Gracefully fail if no zones are found in the initial lookupMartin Nagy2009-08-041-4/+11
* Periodically refresh zone settingsMartin Nagy2009-08-041-21/+22
* Use the zone register for internal storage of zonesMartin Nagy2009-08-041-170/+124
* Allow updating of the SOA recordMartin Nagy2009-08-041-11/+49
* Cosmetic changes to ldap_rdttl_to_ldapmod()Martin Nagy2009-08-041-6/+4
* Fix memory leak in ldap_rdttl_to_ldapmod()Martin Nagy2009-08-041-2/+1
* Improve addition operation by using ldap_add_ext_s()Martin Nagy2009-08-041-12/+46
* Add annotations to printf-like functionsMartin Nagy2009-08-041-1/+1
* Remove unneeded castsMartin Nagy2009-08-041-4/+4
* Rename ldap_record_to_rdatatype to ldap_attribute_to_rdatatypeMartin Nagy2009-08-041-1/+1
* Rename ldap_db_t to ldap_instance_tMartin Nagy2009-08-041-154/+154
* Rename ldap_instance_t to ldap_connection_tMartin Nagy2009-08-041-171/+172
* Add basic support to get a tgt autonomouslySimo Sorce2009-05-251-0/+36
* Let DNS Updates set the TTLSimo Sorce2009-05-251-4/+60
* Enable reading TTL for ldap entrySimo Sorce2009-05-251-14/+17
* Re-enable SASL/GSSAPI with fixes to make it work.Simo Sorce2009-05-221-11/+18
* ldap_helper.c: Shut up gcc warningsMartin Nagy2009-04-281-2/+3
* Add reconnection logic.Martin Nagy2009-04-271-54/+142
* Make ldap_rdata_to_char_array() static.Martin Nagy2009-04-241-1/+3
* Add update ACL capabilities.Martin Nagy2009-04-241-24/+69
* Fix rdata parsing.Martin Nagy2009-04-231-8/+8
* Change the setting name 'host' to 'uri'.Martin Nagy2009-04-231-8/+8
* Disable SASL for now, it doesn't work properly.Martin Nagy2009-04-231-0/+7
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+1707