openldap/clients/tools
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
..
ldapdelete.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
ldapdelete.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ldapdelete.dsw
ldapmodify.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
ldapmodify.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ldapmodify.dsw Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ldapmodrdn.c Add LBER_ and LDAP_ memory allocators/deallocators for internal 1999-05-29 01:19:14 +00:00
ldapmodrdn.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ldapmodrdn.dsw
ldappasswd.c s/NULLMSG/NULL/ 1999-05-19 07:14:27 +00:00
ldappasswd.dsp Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
ldappasswd.dsw Add missing MSVC5 workspace/projects. 1999-05-26 19:49:10 +00:00
ldapsearch.c ITS#159 fix. ldaphost may be NULL when used as printf "%s" argument. 1999-05-24 20:08:32 +00:00
ldapsearch.dsp fix url vs url_in typo. 1999-05-21 22:20:28 +00:00
ldapsearch.dsw
Makefile.in Add mkversion script to generate version.c files. mkversion generates 1999-04-28 05:40:17 +00:00