]> git.sur5r.net Git - openldap/history - libraries
fix -h option example for multi-URI handling (as suggested by Roland Bauerschmidt...
[openldap] / libraries /
2002-11-10 Pierangelo Masaratisilence warnings
2002-10-30 Howard ChuDefine DB_VERSION_X to make life easier when checking...
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-17 Kurt ZeilengaFix ITS#2142
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-12 Howard ChuPrefer thr_yield over sched_yield for Solaris
2002-10-11 Howard ChuIn sb_tls_bio_read/write, check for EAGAIN in addition...
2002-10-11 Kurt Zeilengabetter check of snprintf result
2002-10-10 Luke HowardFix crasher in ldap_domain2dn()
2002-10-09 Kurt ZeilengaAdd ditContentRule routines
2002-10-08 Kurt ZeilengaBump EXBUFSIZ up a bit
2002-10-08 Kurt ZeilengaFix realloc() bugs
2002-10-08 Kurt ZeilengaPlug memory leak (ITS#2126)
2002-10-07 Howard ChuFix ldap_int_get_controls for optional values
2002-10-02 Kurt ZeilengaInclude <ac/bytes.h> after <ac/stdlib.h> to avoid problems
2002-10-02 Kurt ZeilengaMacOS 10.1 pthread_kill() workaround
2002-10-02 Kurt ZeilengaITS #2121 submitted by Dave Steck <dsteck@novell.com...
2002-09-24 Kurt ZeilengaITS#1502: fix NS-MTA-MD5 typo
2002-09-24 Kurt ZeilengaFix handling of non-critical controls for backends...
2002-09-21 Howard ChuFix return values, set stack size. (Default is only...
2002-09-12 Howard ChuPOSIX threads tweaks for Draft 4 vs Draft 5
2002-09-11 Howard ChuFine-tuning pthreads revision dependencies
2002-09-10 Howard ChuMoved stdio replacements from liblutil lutil_* to liblb...
2002-09-07 Kurt ZeilengaShould resolve ITS#2071
2002-09-07 Howard ChuNew POSIX threads version support. Detects Draft 4...
2002-09-07 Kurt ZeilengaAdd NT-MTA-MD5 Support.
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 Masaratisilence warnings
2002-08-31 Pierangelo Masaratidefine macros for appropriate sizing of lutil buffers
2002-08-31 Pierangelo Masaraticleanup comments
2002-08-31 Pierangelo Masaratisilence debug check
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 Kurt ZeilengaAdd manageDsaIt/NOOP control support to every tool.
2002-08-29 Pierangelo Masaratireworking of threads in session handling
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
next