openldap/libraries/liblber
Kurt Zeilenga 2e5a52414a 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.
1999-05-30 23:00:52 +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 First cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN, myrealloc) where 1999-05-29 05:16:31 +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 First cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN, myrealloc) where 1999-05-29 05:16:31 +00:00
lber-int.h Initial round 2 memory allocation changes. THIS IS A WORK IN PROGRESS. 1999-05-30 23:00:52 +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 Add memory.c to -llber 1999-05-29 01:35:34 +00:00
memory.c Initial round 2 memory allocation changes. THIS IS A WORK IN PROGRESS. 1999-05-30 23:00:52 +00:00
options.c Initial round 2 memory allocation changes. THIS IS A WORK IN PROGRESS. 1999-05-30 23:00:52 +00:00
sockbuf.c First cut at ber_set_option(NULL,LBER_OPT_MEMORY_FN, myrealloc) where 1999-05-29 05:16:31 +00:00