]> git.sur5r.net Git - openldap/history - libraries/libldap
ITS#2184 maxbuf tweaks from Larry Greenfield @ CMU
[openldap] / libraries / libldap /
2002-11-27 Howard ChuITS#2184 maxbuf tweaks from Larry Greenfield @ CMU
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-24 Howard ChuPlug memleak in previous commit
2002-10-24 Howard ChuForced commit, undo previous accidental checkin.
2002-10-24 Howard ChuITS#2153, make sure sockbuf buffer is empty before...
2002-10-23 Howard ChuFix comment garbled in 2.1.6. (Very weird, how did...
2002-10-15 Kurt ZeilengaAdd copy of OPL 2.0.1 and note in files which specifica...
2002-10-13 Kurt Zeilengafirst cut at ditStructureRule and nameForm routines
2002-10-11 Howard ChuIn sb_tls_bio_read/write, check for EAGAIN in addition...
2002-10-10 Luke HowardFix crasher in ldap_domain2dn()
2002-10-09 Kurt ZeilengaAdd ditContentRule routines
2002-10-08 Kurt ZeilengaFix realloc() bugs
2002-10-07 Howard ChuFix ldap_int_get_controls for optional values
2002-10-02 Kurt ZeilengaITS #2121 submitted by Dave Steck <dsteck@novell.com...
2002-09-24 Kurt ZeilengaFix handling of non-critical controls for backends...
2002-09-06 Howard ChuRemove dependencies on HAVE_VSNPRINTF, use replacement...
2002-09-06 Howard ChuMerged ldap_get_values_ber into ldap_get_attribute_ber.
2002-09-05 Howard ChuAdded new ldap_get_{dn,attribute,values}_ber functions...
2002-09-04 Howard ChuSet SSL session cache context ID
2002-09-04 Howard ChuFix previous commit - still need X509_free for peer...
2002-09-04 Kurt ZeilengaMove ldap_control_dup() to ldap_pvt.h
2002-09-04 Howard ChuDon't call X509_free after SSL_get_certificate, it...
2002-09-02 Howard ChuDon't use sasl_set_alloc on Cyrus 2, it manages all...
2002-09-02 Howard ChuFix ldap_X509dn2bv, OpenSSL gives us DN attributeTypes...
2002-08-31 Pierangelo Masaraticleanup comments
2002-08-31 Howard ChuFix previous commit
2002-08-31 Howard ChuOS/390 EBCDIC support
2002-08-30 Howard ChuFix large SASL reads. Use EAGAIN instead of EWOULDBLOCK...
2002-08-29 Pierangelo Masaratiallow different solutions to debug sasl shutdown
2002-08-29 Pierangelo Masaratiwhen shutting down a server with open connections ...
2002-08-29 Howard ChuFix previous commit - use EWOULDBLOCK instead of EAGAIN
2002-08-29 Howard ChuFix ITS#1983, handle writing of large requests. Only...
2002-08-29 Pierangelo Masaraticleanup logging
2002-08-29 Howard ChuFix ITS#1983, in sb_sasl_write, set errno = EAGAIN...
2002-08-28 Howard ChuAdded no-op for SASL_VERSION_MAJOR < 2
2002-08-28 Howard ChuAdded check for Cyrus SASL sasl_version()
2002-08-24 Kurt ZeilengaIncrease res_query buffers to 64k
2002-08-23 Pierangelo Masaratiadd upper/lower funcs that also compute the length...
2002-08-17 Kurt Zeilengamake dc const
2002-08-17 Kurt ZeilengaUpdate dn2domain() to use str2dn() instead of explode_dn()
2002-08-10 Howard ChuITS#2019 Initialize utils properly
2002-08-10 Kurt ZeilengaSome more sockaddr_in v sockaddr_storage cleanup
2002-08-09 Kurt ZeilengaITS#2018: use sockaddr_storage
2002-08-08 Kurt ZeilengaZap LDAPv2-only stuff
2002-08-05 Kurt ZeilengaSet O_EXCL
2002-08-01 Howard ChuITS#1995 return error text when ldap_pvt_tls_check_host...
2002-07-28 Kurt ZeilengaFix up restart code for EINTR
2002-07-26 Kurt ZeilengaClarify error messages
2002-07-26 Howard ChuMoved <stdio.h> before <ac/stdlib.h>
2002-07-24 Howard ChuWrap get_ca_list opendir code with #if HAVE_DIRENT_H...
2002-07-23 Kurt ZeilengaMisc sprintf/snprintf cleanup
2002-07-16 Stig VenaasFixes ITS#1935
2002-07-12 Stig VenaasUse AF_INET instead of AF_UNSPEC when IPv6 disabled
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-08 Kurt ZeilengaFix possible under allocation of buffer
2002-07-05 Howard ChuITS#1924 use GENERAL_NAMES_free instead of ext_free.
2002-06-21 Kurt ZeilengaCut back on the logging...
2002-06-21 Kurt ZeilengaITS#1898: ldap_controls_dup() writes beyond allocated...
2002-06-19 Kurt ZeilengaAdd monitorContext rootDSE attribute
2002-06-14 Howard ChuFinish implementation of get_ca_list()
2002-06-13 Howard ChuIn ldap_extended_operation_s, check for NULL retoidp...
2002-06-09 Kurt ZeilengaVLV clean OPENLDAP_REL_ENG_2_MP
2002-06-07 Howard ChuFix ITS#1843, don't deref NULL string in ldap_pvt_str2upper
2002-06-07 Howard ChuBetter SASL_MAXBUF fix
2002-06-06 Howard ChuEliminate SASL client session_callbacks. Since proc...
2002-06-06 Kurt ZeilengaMore argument handling updates
2002-06-05 Kurt ZeilengaFix typo in last commit
2002-06-05 Kurt ZeilengaAdd error handling cleanup
2002-06-05 Kurt ZeilengaConsistently don't check for NULL session handle and...
2002-05-17 Howard ChuFix NT_LINK_LIBS, UNIX_LINK_LIBS
2002-05-06 Howard ChuITS#1806, Cyrus 1 doesn't give back our callbacks point...
2002-05-05 Howard ChuFix in 1.50 applies to Cyrus 1 as well as Cyrus 2.
2002-05-04 Howard ChuITS#1797 silence uninit'd var warnings
2002-05-04 Howard ChuInitialize authid in case ldap_pvt_tls_get_my_dn fails
2002-05-04 Howard ChuChanged default tls_opt_require_cert value to LDAP_OPT_...
2002-05-03 Howard ChuFix previous commit, wrong if condition
2002-05-03 Howard ChuBreak up large SASL writes into units of SASL maxoutbuf...
2002-05-03 Howard ChuFor Cyrus 2, cannot free session_callbacks in ldap_int_...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-05-02 Howard ChuFix previous commit, only zero out v3 refer_cnt if...
2002-05-01 Kurt Zeilengaadd an RFC 2849 check... but behind #if 0 as I'm now...
2002-05-01 Kurt Zeilengacleanup before working on changes
2002-04-30 Howard ChuFix previous commit - must fully init newAVA
2002-04-30 Howard ChuAdded ldap_ucs_to_utf8s to convert ASN.1 T61STRING...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-19 Howard ChuIn ldap_int_tls_start, authid is very temporary, not...
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-18 Howard ChuFix warnings from sasl_errdetail
2002-04-18 Howard ChuAdditional error reporting for Cyrus SASL 2. Attempt...
2002-04-16 Howard ChuITS#818, ITS#980, ITS#1234 ldapsearch/referral hang...
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-11 Howard ChuITS#1732 signed/unsigned fixes
2002-04-08 Pierangelo MasaratiITS#1730
2002-04-08 Pierangelo MasaratiITS#1730 and completion of ITS#1701
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-04-02 Kurt ZeilengaPatch: More format bugs (ITS#1702)
2002-04-02 Kurt ZeilengaITS#1701. Fix ber_scanf() return tag handling.
2002-04-02 Julius EnarusaiAdded LDAP_LOG Messages
next