]> git.sur5r.net Git - openldap/history - libraries
cleaner handling of unchecked limit support
[openldap] / libraries /
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-29 Howard ChuFor ITS#1983, in ber_pvt_sb_do_write, partial writes...
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-26 Julius EnarusaiFix compile error when --without-threads configure...
2002-08-24 Kurt ZeilengaIncrease res_query buffers to 64k
2002-08-24 Kurt ZeilengaPatch: 'ldapmodify -y file' reads password from file...
2002-08-24 Howard ChuAdded thread-pool getkey/setkey functions
2002-08-24 Kurt ZeilengaNT port fixes
2002-08-23 Pierangelo Masaratiadd upper/lower funcs that also compute the length...
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-08-21 Jong Hyuk ChoiSlapadd is changed to include Operational Attributes...
2002-08-17 Kurt Zeilengamake dc const
2002-08-17 Kurt ZeilengaUpdate dn2domain() to use str2dn() instead of explode_dn()
2002-08-13 Kurt ZeilengaPatch: lutil_progname() and lutil_strcopy() are not...
2002-08-10 Howard ChuITS#2019 Initialize utils properly
2002-08-10 Kurt ZeilengaSome more sockaddr_in v sockaddr_storage cleanup
2002-08-10 Howard ChuITS#2016 possibly better macro test for this fix
2002-08-10 Howard ChuITS#2016 Don't include <openssl/des.h> if we're also...
2002-08-09 Kurt ZeilengaITS#2018: use sockaddr_storage
2002-08-08 Kurt ZeilengaZap LDAPv2-only stuff
2002-08-07 Howard ChuEliminate an unnecessary malloc/free
2002-08-06 Howard ChuITS#1998 ber_mem2bv should accept 0-length calls, just...
2002-08-05 Kurt ZeilengaSet O_EXCL
2002-08-01 Howard ChuRevert previous commit. Fix needs more design.
2002-08-01 Howard ChuITS#1995 return error text when ldap_pvt_tls_check_host...
2002-08-01 Howard ChuITS#910, ITS#1983 retry partial writes in ber_pvt_sb_do...
2002-07-28 Kurt ZeilengaFix up restart code for EINTR
2002-07-27 Howard ChuIf HAVE_EBCDIC, translate dbname from ASCII to EBCDIC...
2002-07-27 Howard Chutest programs need -llutil
2002-07-27 Howard Chutest programs need -llutil
2002-07-27 Howard ChuFix segfault from ITS#1960 hacks
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-27 Howard ChuAdditional tweak for HAVE_PTHREADS_OS390
2002-07-26 Kurt ZeilengaClarify error messages
2002-07-26 Howard ChuMust include <stdio.h> for prototypes
2002-07-26 Howard ChuMinor uniformity tweaks, use lutil_progname, don't...
2002-07-26 Howard ChuMake liblutil before liblunicde, ucgendat needs liblutil
2002-07-26 Howard ChuMoved <stdio.h> before <ac/stdlib.h>
2002-07-26 Howard ChuSome tweaks for OS/390 pthreads. Func signatures are...
2002-07-26 Howard ChuFix previous commit, "data" disappeared...
2002-07-26 Howard ChuConditionalize use of vsyslog
2002-07-25 Kurt ZeilengaMore 64-bit hacking...
2002-07-24 Howard ChuWrap get_ca_list opendir code with #if HAVE_DIRENT_H...
2002-07-23 Kurt ZeilengaClean up last commit
2002-07-23 Kurt ZeilengaMisc sprintf/snprintf cleanup
2002-07-23 Kurt ZeilengaShort term fix for ITS#1960
2002-07-19 Howard ChuAdded vsnprintf, snprintf implementations.
2002-07-19 Howard Chupw_gecos depends on HAVE_PW_GECOS
2002-07-19 Howard ChuMust include <stdio.h> since <rewrite.h> uses FILE *.
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 Enarusaidebug.c file moved from liblutil to liblber due to...
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-11 Howard ChuFix SEGV on single-byte connection input
2002-07-10 Kurt Zeilengamake sure we don't test against stored values starting...
2002-07-09 Kurt ZeilengaITS#1916: fix fscanf EOF bugs
2002-07-09 Kurt ZeilengaITS#1922: add references.lo
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-18 Howard ChuITS#1891 in ber_flush, no-op if towrite == 0
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-12 Kurt ZeilengaAdd {CLEARTEXT} password-hash support
2002-06-09 Kurt ZeilengaVLV clean OPENLDAP_REL_ENG_2_MP
2002-06-07 Howard ChuFix ITS#1865, (ITS#1764?) cond_broadcast behavior was...
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-06-03 Kurt Zeilenga/dev/urandom re-read(2) loop
2002-05-31 Kurt ZeilengaFix unprotected list modification
2002-05-18 Howard ChuUse LDAP_REWRITE_V, not LDAP_V
2002-05-17 Howard ChuFix NT_LINK_LIBS, UNIX_LINK_LIBS
2002-05-15 Kurt ZeilengaRemove sys/uio.h include
2002-05-11 Howard ChuWin32 fix from Kervin Pierre
2002-05-10 Howard ChuFleshed out debug2syslog
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 Kurt ZeilengaPatch: incomplete 'make clean' in liblunicode (ITS...
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...
next