openldap/libraries/libldap
Kurt Zeilenga 1bcec8bf6a Add LBER_ and LDAP_ memory allocators/deallocators for internal
library use:
  LBER_ macros expand to system routines.
  LDAP_ macros expand to new ber_ allocators.

Add ber_ and ldap_ memory allocators/deallocator:
  ber_ routines are wrappers of LBER_ macros.
  ldap_ routines are wrappers of ber_ routines.

Removed safe_realloc() macro from various files.  This issue
(if an issue) should be resolved across whole package.

ldapmodify.c now uses ber_ allocators to resolve ber_bvfree()
vs. WIN32 multiple heaps issue.

These changes should facilate implementation of
  ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...)
and
  ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
1999-05-29 01:19:14 +00:00
..
abandon.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
add.c
addentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.c
apitest.dsp
apitest.dsw
bind.c
cache.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
charset.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
cldap.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
compare.c
controls.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
delete.c
disptmpl.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
dsparse.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
error.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
free.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
friendly.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
getattr.c
getdn.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
getdxbyname.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
getentry.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
getfilter.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
getvalues.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
init.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
kbind.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
ldap-int.h Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
ldap.conf
ldapfilter.conf
ldapfriendly
ldapsearchprefs.conf
ldaptemplates.conf
libldap.dsp Changed lc_conn to be a pointer to a BerElement to aid in state management. 1999-05-28 19:33:05 +00:00
libldap.dsw
ltest.dsp
ltest.dsw
Makefile.in
messages.c
modify.c
modrdn.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
open.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
options.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
os-ip.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
print.c
references.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
request.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
result.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
sbind.c Changed lc_conn to be a pointer to a BerElement to aid in state management. 1999-05-28 19:33:05 +00:00
schema.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
search.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
sort.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
srchpref.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
string.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
test.c
tmplout.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
tmpltest.c
ufn.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
unbind.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
url.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
util-int.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00