openldap: properly free allocated resources on transient errors
[collectd.git] / src / openldap.c
2014-09-01 Marc Fournieropenldap: properly free allocated resources on transien...
2014-09-01 Marc Fournieropenldap: remove unused element from ldap_s struct
2014-09-01 Marc Fournieropenldap: Remove custom string/bool/int config functions.
2014-08-29 Marc Fournieropenldap: initialize StartTLS option to it's default...
2014-08-29 Marc Fournieropenldap: coding style consistency
2014-08-29 Marc Fournieropenldap: prefer using ldap_err2string() over sstrerror()
2014-08-29 Marc Fournieropenldap: add missing support for "Timeout" config...
2014-08-29 Marc Fournieropenldap: initialize LDAP library before collectd goes...
2014-08-29 Marc Fournieropenldap: terminate attrs array with NULL
2014-08-29 Marc Fournieropenldap: use ldap_unbind_ext_s() to avoid memory leak
2014-08-29 Marc Fournieropenldap: revert change leading to use of uninitialised...
2014-08-29 Marc Fournieropenldap: move config-handling functions after ldap_rea...
2014-08-29 Marc Fournieropenldap: coding style consistency
2014-08-29 Marc Fournieropenldap: fix double-free error on shutdown
2014-08-29 Marc Fournieropenldap: prepend function names with ldap_ to avoid...
2014-08-29 Marc Fournieropenldap: monitor every BDB-based database's cache
2014-08-29 Marc Fournieropenldap: add threads monitoring
2014-08-29 Marc Fournieropenldap: fix leak when reading from server fails
2014-08-29 Marc Fournieropenldap: fix typo preventing PDU stats from getting...
2014-08-29 Kimo Rosenbaumnew plugin: openldap