]> git.sur5r.net Git - openldap/history - libraries/libldap
Add ber_bvstr and ber_bvstrdup string to berval allocators.
[openldap] / libraries / libldap /
1999-07-22 Kurt ZeilengaFix control parsing and controls free routine.
1999-07-21 Kurt ZeilengaUnhex url extensions.
1999-07-21 Julio Sánchez Fern... Partial support for a new option to help debug TLS...
1999-07-20 Julio Sánchez Fern... Some content for tls_verify_cb where parts of our polic...
1999-07-20 Julio Sánchez Fern... We were freeing lud_dn when when lud_host was meant...
1999-07-19 Kurt ZeilengaImplement RFC2255 URL format.
1999-07-19 Kurt Zeilengas/time(0)/time(NULL)/
1999-07-18 Hallvard Furusethmake ldap.ld_lberoptions unsigned, like berelement...
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-16 Julio Sánchez Fern... We were not remembering the allocated SSL thing in...
1999-07-15 Julio Sánchez Fern... Set ciphers from slapd.conf.
1999-07-15 Kurt ZeilengaAdd missing arg to Debug macro call
1999-07-15 Julio Sánchez Fern... New routine tls_report_error to analyze errors from...
1999-07-14 Kurt ZeilengaNewer versions of OpenSSL install headers in $prefix...
1999-07-13 Julio Sánchez Fern... Get and set TLS options
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Julio Sánchez Fern... First version with TLS. Untested.
1999-07-13 Julio Sánchez Fern... Options for TLS
1999-07-13 Julio Sánchez Fern... Add tls.c
1999-07-13 Julio Sánchez Fern... First version of TLS glue for SSLeay/OpenSSL originally...
1999-07-13 Hallvard FurusethEliminate htonl(unsigned_long_arg), which is wrong...
1999-07-13 Hallvard FurusethFix LDAP_CONST->const in explode_name(), it failed...
1999-07-13 Hallvard FurusethFix LDAP_CONNECTIONLESS code rot
1999-07-13 Hallvard FurusethFix NULLxxx -> NULL
1999-07-13 Hallvard Furusethldap-int.h
1999-07-13 Hallvard Furusethldap-int.h
1999-07-13 Hallvard Furusethconstify use of invalue in <ber/ldap>_set_option()
1999-07-13 Hallvard Furusethconstify ldap_int_put_controls, ldap_control_dup, ldap_...
1999-07-13 Hallvard FurusethFix read_next_searchobj prototype: long*blenp -> ber_le...
1999-07-13 Hallvard FurusethAdd missing newline at EOF
1999-07-07 Kurt ZeilengaAdd charray (from slapd) to -lldap/-lldap_r (not yet...
1999-07-07 Kurt Zeilengarequest value should be optional.
1999-07-07 Kurt ZeilengaMinor editorial change.
1999-07-07 Kurt ZeilengaFix CRITICIAL typo
1999-07-02 Julio Sánchez Fern... Removed numerous memory leaks detected by Mark Meredith.
1999-07-01 Kurt ZeilengaFairly complete slapd SASL bind parsing... and centrali...
1999-06-28 Kurt ZeilengaEXPERIMENTAL: Use sasl bind for simple bind.
1999-06-28 Kurt ZeilengaAllow ctrls argument to be NULL.
1999-06-28 Kurt ZeilengaEXPERIMENTAL ldap_parse_result()
1999-06-28 Kurt ZeilengaProvide build support for sasl.c.
1999-06-28 Kurt ZeilengaValidate outvalue after session param.
1999-06-28 Kurt ZeilengaMinor cleanup of ldap_result().
1999-06-28 Kurt ZeilengaFirst cut at SASL routines.
1999-06-28 Kurt ZeilengaReturn LDAP_BAD_PARAM if res is not EXOP result.
1999-06-21 Kurt ZeilengaAdd LDAP_VALID and other asserts.
1999-06-21 Julio Sánchez Fern... Tokenization is not really well done. This is a tempor...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-17 Kurt Zeilengaldapconfig.h vs ldap_config.h changes
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-16 Kurt ZeilengaRemove misplaced LDAP_P() in declaration of ldap_int_ge...
1999-06-16 Julio Sánchez Fern... Make sure print_numericoid always returns with a value.
1999-06-14 Julio Sánchez Fern... Matching rules.
1999-06-14 Julio Sánchez Fern... Constification.
1999-06-14 Julio Sánchez Fern... Netscape DS quotes the SYNTAX values, we propagate...
1999-06-13 Julio Sánchez Fern... ldap_*_free routines are new and replace the old static...
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-11 Kurt ZeilengaClean up build_result_ber error handling.
1999-06-10 Kurt ZeilengaFix build_result_ber to construct a new ber and to...
1999-06-09 Julio Sánchez Fern... Fixed inconsistent management of white space that was...
1999-06-08 Julio Sánchez Fern... Added whitespace in output in a few places.
1999-06-07 Kurt ZeilengaUse LDAP_VERSION2 instead of LDAP_VERSION.
1999-06-05 Kurt Zeilengas/LDAP_OPT_MATCHED_STRING/LDAP_OPT_MATCHED_DN/
1999-06-04 Kurt ZeilengaEXPERIMENTAL ldap_extended_operation() and ldap_parse_e...
1999-06-03 Kurt ZeilengaUpdate comments to reflect RFC2251 specs.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaFix up s/NULL.*/NULL/ errors
1999-06-02 Kurt ZeilengaAdd ber_strdup(), remove ldap_int_strdup(), add LDAP_ST...
1999-06-02 Kurt ZeilengaMake first argument of *_get_option const (experimental).
1999-06-01 Kurt ZeilengaMinor adjustments to the LBER_VFREE() & LDAP_VFREE...
1999-06-01 Kurt ZeilengaClean up memory handlers. Share vector free routines...
1999-06-01 Kurt ZeilengaClean up namespace
1999-06-01 Kurt ZeilengaAdd extended.c to projects
1999-06-01 Kurt ZeilengaShare errcode lookup code. Modify ld_version condition...
1999-05-31 Kurt ZeilengaAdd skeleton ldap_extended_operation routines.
1999-05-31 Kurt ZeilengaClean up LDAP_BOOL_GET and fetching via ldap_get_option().
1999-05-31 Julio Sánchez Fern... Syntaxes.
1999-05-31 Julio Sánchez Fern... Cosmetic/spelling fixes.
1999-05-31 Kurt ZeilengaFree strings returned by ldap_get_option().
1999-05-31 Kurt ZeilengaUse #error if ctime_r nargs are screwy.
1999-05-30 Kurt ZeilengaInitial round 2 memory allocation changes. THIS IS...
1999-05-30 Julio Sánchez Fern... Relax some rules to survive Netscape DS brokennes,...
1999-05-29 Kurt Zeilengaold_abandon should be int* not long*.
1999-05-29 Kurt Zeilengasafe_free_string() should be static
1999-05-29 Julio Sánchez Fern... Fixed parsing of noidlen
1999-05-29 Kurt ZeilengaAdd LBER_ and LDAP_ memory allocators/deallocators...
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Julio Sánchez Fern... safe_string_free was freeing the string value, so we...
1999-05-28 Julio Sánchez Fern... Add schema support
1999-05-28 Howard ChuIn try_read1msg, clear errno before calling ber_get_nex...
1999-05-28 Kurt ZeilengaDeath to LBER_END_SEQORSET.
1999-05-28 Kurt ZeilengaInitial implementation of ldap_int_get_controls()....
1999-05-27 Kurt ZeilengaUse difftime() to determine cache age.
1999-05-27 Kurt Zeilengastrlen returns size_t not int.
1999-05-27 Kurt Zeilengarename ldap_pvt_init_utils() to ldap_int_utils_init...
1999-05-27 Julio Sánchez Fern... Incorporate #define's per Kurt's suggestion
1999-05-26 Julio Sánchez Fern... Provide human-readable syntax errors.
1999-05-26 Julio Sánchez Fern... Fix namespace contamination, some comments added.
1999-05-26 Howard ChuFor ITS#157: Added LDAP backend for slapd, which also... OPENLDAP_SLAPD_BACK_LDAP
1999-05-24 Julio Sánchez Fern... Untested support for parsing attribute type definitions
next