openldap/libraries/libldap_r
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
..
apitest_r.dsp Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
apitest_r.dsw Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
apitest.dsp Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
apitest.dsw Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
libldap_r.dsp Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
libldap_r.dsw Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
ltest_r.dsp Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
ltest_r.dsw Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
ltest.dsp Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
ltest.dsw Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
Makefile.in Change to be in line with libldap, i.e. add schema 1999-05-28 14:25:14 +00:00
rdwr.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
thr_cthreads.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
thr_lwp.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
thr_nt.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
thr_posix.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
thr_sleep.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
thr_stub.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00
thr_thr.c Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize(). 1999-04-06 21:57:16 +00:00