- May 29, 1999
-
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
Fixed parsing of noidlen
-
Julio Sánchez Fernández authored
Install ldap_schema.h
-
Kurt Zeilenga authored
-
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().
-
Julio Sánchez Fernández authored
Provide (and use) #define shortcuts Really kill global_oc & global_at Publish schema through LDAP (really, it's there at last :-)
-
Julio Sánchez Fernández authored
safe_string_free was freeing the string value, so we have to save it.
-
Julio Sánchez Fernández authored
First step in new schema support.
-
Julio Sánchez Fernández authored
Add schema support
-
Julio Sánchez Fernández authored
Change to be in line with libldap, i.e. add schema
-
Howard Chu authored
values will obscure EOF condition on closed sockets.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
This will facilate version.c generation on non-UNIX systems.
-
- May 27, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
prototype in ldap-int.h.
-
Julio Sánchez Fernández authored
Incorporate #define's per Kurt's suggestion
-
Kurt Zeilenga authored
to avoid accessing c_conn_state after close.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
AM_INIT_AUTOMAKE.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
locking requires and possibly restructure locking.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
part fails if it does.
-
Juan Gomez authored
-
- May 26, 1999
-
-
Juan Gomez authored
-
Juan Gomez authored
-
Juan Gomez authored
-