openldap/libraries/liblber
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
..
assert.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
bprint.c Changed lc_conn to be a pointer to a BerElement to aid in state management. 1999-05-28 19:33:05 +00:00
decode.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
dtest.c etest/dtest now work correctly. Commented out bogus assert 1999-05-20 22:28:45 +00:00
dtest.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
dtest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
encode.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
etest.c Improving e/d test (until I find the my damn bug) 1999-05-19 20:38:02 +00:00
etest.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
etest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
idtest.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
idtest.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
idtest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
io.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
lber-int.h Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
liblber.dsp Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
liblber.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Provide global assert solution. <ac/assert.h> (new) is now included 1999-03-20 03:13:24 +00:00
memory.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
options.c Changed lc_conn to be a pointer to a BerElement to aid in state management. 1999-05-28 19:33:05 +00:00
sockbuf.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00