]> git.sur5r.net Git - openldap/history - libraries/libldap
Howard convinced me that this version is slightly better.
[openldap] / libraries / libldap /
1999-09-24 Kurt ZeilengaHoward convinced me that this version is slightly better.
1999-09-23 Kurt ZeilengaI believe ldap_result2error should return the value...
1999-09-23 Howard ChuUpdate ld->ld_errno if LDAP_DECODING_ERROR...
1999-09-23 Howard ChuFix ldap_parse_result and ldap_result2error to return...
1999-09-23 Kurt Zeilengaexperimental ITS#109 fix: make kbind open default conne...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-17 Kurt ZeilengaFix typo in last commit.
1999-09-17 Kurt ZeilengaApply y2k fix based upon Howard Young's (ITS#294) sugge...
1999-09-09 Kurt ZeilengaAdd OpenLDAP RCSid to conf files
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethRemove lint
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-09-02 Hallvard FurusethCleanup:
1999-09-01 Kurt ZeilengaFix last commit. Should not have deleted assignment...
1999-08-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
1999-08-30 Kurt ZeilengaDo not overwrite charray argument if charray_add reallo...
1999-08-28 Hallvard FurusethCatch \ at end of filter
1999-08-28 Hallvard FurusethRemove 'cast away const'
1999-08-28 Hallvard FurusethFix typo in filter_value_unescape()
1999-08-25 Kurt ZeilengaDefer addition until we have some basic UTF-8 routines
1999-08-25 Kurt ZeilengaAdd dn.c
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-24 Gary WilliamsLDAP_P is only for prototypes, remove from function def
1999-08-24 Kurt ZeilengaRename filter entry's strcpy_special() to strcpy_regex...
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-17 Hallvard FurusethFix printf formats: print msgtype as %lu, remove spurio...
1999-08-17 Hallvard FurusethAdd const, to fix "cast away from const" warnings
1999-08-16 Hallvard FurusethAdd ldap_*2name() in <include,libldap>/schema, use...
1999-08-16 Hallvard FurusethAdd missing newline and EOF
1999-08-07 Kurt ZeilengaAdd extensible filter support to -lldap. Need to imple...
1999-08-07 Kurt ZeilengaFix filter escapes. ITS#247
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-04 Kurt ZeilengaUse -llber set_nonblock implementation.
1999-08-04 Kurt Zeilenganon-blocking connect needs special handling under Winsock.
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Kurt Zeilengaldap_perror: don't print matched DN or error text if...
1999-08-02 Kurt ZeilengaAdd -dn as a synonym for -dnt.
1999-08-02 Kurt ZeilengaFix --enable-dns compilation problems.
1999-08-02 Hallvard FurusethChange unsigned long cast of offset to size_t in ldap_b...
1999-08-02 Hallvard FurusethFinish s/lber_bprint/ber_bprint/ renaming
1999-08-01 Hallvard FurusethInclude <ac/stdlib.h> instead of <stdlib.h>
1999-08-01 Hallvard FurusethUse ber_set_option() instead of setting lber_debug
1999-07-27 Kurt ZeilengaRemove lint, remove YEAR_PEDANTIC macro, update comment.
1999-07-23 Kurt ZeilengaFix leak of default filter.
1999-07-23 Kurt ZeilengaUpdate RFC comments
1999-07-23 Kurt ZeilengaAccept ldap://foo:port (ie: no trailing '/')
1999-07-23 Julio Sánchez Fern... ldap_url_parse was fundamentally broken. It would...
1999-07-23 Randy KunkeeRemove extra code (non-functional change, just produces...
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
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
next