]> git.sur5r.net Git - openldap/history - libraries/libldap
Intermediate Response
[openldap] / libraries / libldap /
2003-02-03 Jong Hyuk ChoiIntermediate Response
2003-01-30 Howard ChuFix ITS#2161, the check is meaningless anyway.
2003-01-27 Jong Hyuk ChoiLDAP cancel misc patch
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-21 Kurt ZeilengaITS#2267: SASL empty cred fix
2003-01-20 Kurt Zeilenga#ifdef LDAP_PF_LOCAL needed.
2003-01-19 Hallvard FurusethFix printf format errors.
2003-01-19 Hallvard FurusethCast ctype.h arguments to unsigned char.
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard Furuseth'static' must come before 'const'.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-31 Kurt Zeilengacleanup
2002-12-23 Pierangelo Masaratisilence warnings
2002-12-18 Howard ChuAdded subjectAltName:IPADDR tests to ldap_pvt_tls_check...
2002-12-18 Howard ChuUse ber_flatten2 to avoid excess mallocs
2002-12-18 Howard ChuRemove unneeded sasl_ssf param from ldap_int_sasl_open(),
2002-12-16 Howard ChuFix typo in UDP logmsg
2002-12-11 Hallvard FurusethFix const errors.
2002-12-08 Kurt Zeilengaexpand authid buffer
2002-12-07 Kurt ZeilengaInclude <ac/unistd.h> not <sys/types.h> and <unistd.h>
2002-12-07 Pierangelo Masaration my system need headers to define geteuid() and so
2002-12-07 Howard ChuFor LDAP_PROTO_IPC set the SASL EXTERNAL authid to...
2002-12-04 Howard ChuAdded check for sendmsg(). Added hack to use BSD sendms...
2002-12-04 Kurt Zeilengacleanup
2002-12-04 Kurt ZeilengaRework libldap to not attempt to set LDAP_API_FEATURE_X...
2002-12-03 Kurt ZeilengaFirst-cut proxy authorization support.
2002-12-03 Kurt ZeilengaITS#2221: getaddrinfo(3) not thread-safe on some platfo...
2002-11-28 Howard ChuFix ITS#2200, must send non-NULL cred even if it's...
2002-11-28 Kurt ZeilengaFix error handling
2002-11-28 Kurt ZeilengaAdd whoami.c and passwd.c and other minor tweaks to...
2002-11-28 Kurt Zeilengaproxy authz control (client only)
2002-11-27 Howard ChuFix ITS#2187, recursively free all requests
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
next