openldap/libraries
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
..
libavl Version.c deprecated in favor of mkversion. 1999-05-20 19:38:03 +00:00
liblber Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
libldap Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
libldap_r Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
libldbm Do not set db_cachesize under BerkeleyDB 2.4. 1999-05-24 21:21:09 +00:00
libldif Version.c deprecated in favor of mkversion. 1999-05-20 19:38:03 +00:00
liblutil Use memcmp not strncmp for non-string comparisons. 1999-05-24 22:51:13 +00:00
Makefile.in Use -lldap_r instead of -lldap -lthread. 1999-01-28 04:34:55 +00:00