- May 31, 1999
-
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga 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.
-
Kurt Zeilenga authored
-
Julio Sánchez Fernández authored
Some definition reordering to satisfy dependencies.
-
Julio Sánchez Fernández authored
Oops, fp_parse_line tokenizes in place, so we need to take a copy of input before letting fp_parse_line ruin it.
-
Julio Sánchez Fernández authored
Lose previously commented out old code. Robustness fixes. Fixed error reporting of non-existing attribute superior.
-
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
-
-
Julio Sánchez Fernández authored
New error code for null string input.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Check for ldap_set_option() error using LDAP_OPT_ERROR, not -1. (probably should check != LDAP_OPT_SUCCESS instead). Added additional usage errors. Used return(EXIT_FAILURE) instead of exit(1). Used DIRSEP instead of '/' && '\\' Moved verbose output to stderr.
-
Kurt Zeilenga authored
myrealloc is pointer to a realloc() wrapper. Must be first library call or else.
-
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
-