]> git.sur5r.net Git - openldap/commit
Initial round 2 memory allocation changes. THIS IS A WORK IN PROGRESS.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 30 May 1999 23:00:52 +0000 (23:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 30 May 1999 23:00:52 +0000 (23:00 +0000)
commit2e5a52414a0d29382b971bce0450dfd6a8ff6b54
treeef76005bbdd9d833ac5b384d443766005e05385e
parent4bba4a48ddb82613bc948ccda88ae676791bb7a9
Initial round 2 memory allocation changes.  THIS IS A WORK IN PROGRESS.
includes single to multiple hooks changes.
ber_mem* reimplementation.
namespace glue (finally naming has not be decided upon nor implemented).
Added ldap_int_strdup to handle "internal" strdup'ing, this version uses hooks.
ldap_pvt_strdup still available for when strdup() is missing, this version
directly uses system allocators.
Updated -lldif to use ber allocators.  Items returned by ldif routines
should be ber_memfree()d as needed.
clients/tools/ldapsearch.c
include/lber.h
include/portable.h.nt
libraries/liblber/lber-int.h
libraries/liblber/memory.c
libraries/liblber/options.c
libraries/libldap/ldap-int.h
libraries/libldap/string.c
libraries/libldif/line64.c