]> granicus.if.org Git - apache/commit
Perform all per-LDAP-backend related memory allocations in a standalone pool,
authorEric Covener <covener@apache.org>
Wed, 28 Nov 2007 22:19:00 +0000 (22:19 +0000)
committerEric Covener <covener@apache.org>
Wed, 28 Nov 2007 22:19:00 +0000 (22:19 +0000)
commit4c46b08b82b3504ba6a1cbbf82c313feed071747
treebc7b7d4efe925e75e3a4c780194a66ba43e513bb
parent9384f140f72b9b68e4644439501cf870c8aa7f65
Perform all per-LDAP-backend related memory allocations in a standalone pool,
provide a local method to completely remove an LDAP backend connection so
we can someday manage/dispose of extra connections in a reasonable way.

Clarify some commentary around the existing murky close/cleanup API
methods.

Minor bump for new members appended to util_ldap_connection_t, which is not
allocated by consumers of the API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599164 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/util_ldap.h
modules/ldap/util_ldap.c