- Jun 04, 1999
-
-
Kurt Zeilenga authored
-
- Jun 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Toy with dllimport/dllexport stuff (think I'll leave the real dll work to somebody else). Added ldap_strdup() wrapper of ber_strdup().
-
Kurt Zeilenga authored
-
- Jun 02, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
and ripple change through -lldap.
-
Kurt Zeilenga authored
Make _MOD_SOFTADD 0x1000 to minimize chance of conflict with legit changes to API spec. Fix memory leak in ldap_mods_free() and minor memory allocator issues.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 01, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add ber_memvfree(void** vector)
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
remove bogus libldap_r/apitest.ds[pw] files.
-
Kurt Zeilenga authored
Add asserts and additional param checks.
-
Kurt Zeilenga authored
-
- May 31, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Only testavl uses this interface.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Use LDAP_MALLOC instead of ch_malloc
-
Kurt Zeilenga authored
Modify apitest to test for non-zero instead of LDAP_OPT_ON.
-
Julio Sánchez Fernández authored
Accept X- experimental clauses.
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 30, 1999
-
-
Kurt Zeilenga authored
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.
-
Julio Sánchez Fernández authored
Relax some rules to survive Netscape DS brokennes, more to come. A few parse_whsp were missing. Detect and survive null input.
-
- May 29, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
myrealloc is pointer to a realloc() wrapper. Must be first library call or else.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
Fixed parsing of noidlen
-
Kurt Zeilenga authored
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, ...).
-
- May 28, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Added validation to exposed opaque data structures (BerElement, Sockbuf, and LDAP). Added macros BER_VALID, SOCKBUF_VALID, LDAP_VALID. Added ber_pvt_ber_bytes() and ber_pvt_ber_remaining() macros to hide some ber internals. These really should be handled by ber_get_option().
-