]> git.sur5r.net Git - openldap/history - libraries
Cleanup HAVE_TLS dependencies, cleanup username with embedded realm handling
[openldap] / libraries /
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...
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-29 Pierangelo MasaratiFirst commit of Hallvard's backend documentation effort
2002-04-19 Stig VenaasAdding support for compatibility decomposition to ucdat...
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-16 Howard ChuITS#1720 chk_sasl for Cyrus SASL 2
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-15 Kurt ZeilengaPatch: ucdata 2.4 bugs (ITS#1751)
2002-04-15 Kurt ZeilengaPatch: Escape character troubles (ITS#1753)
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-06 Pierangelo Masaratifix ambiguous use of && and || (please check :)
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-04-04 Stig VenaasChanged to use lower case for case folding
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
2002-04-01 Julius EnarusaiAdded LDAP_LOG messages
2002-04-01 Julius EnarusaiAdded LDAP_LOG messages
2002-04-01 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-01 Julius EnarusaiAdded LDAP_LOG messages
2002-03-30 Kurt Zeilengamove ldap_int_put_filter to ldap_pvt_put_filter
2002-03-29 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-27 Julius EnarusaiAdded LDAP_LOG messages
2002-03-24 Kurt Zeilengas/getdat/gendat/
2002-03-23 Kurt ZeilengaNeed a bigger buffer
2002-03-23 Pierangelo Masaratildap_int_thread_pool_wrapper was called with wrong...
2002-03-11 Kurt ZeilengaCopyright 2001, Adrian Thurston, All rights reserved.
2002-02-27 Stig VenaasUsing new UTF8bv* all over, getting rid of UTF8normaliz...
2002-02-26 Stig VenaasAdded code for approximate matching in UTF8bvnormalize...
2002-02-25 Stig VenaasOptimizing UTF8bvnormcmp() by adding flags that tells...
2002-02-23 Kurt ZeilengaC translator portability changes (ITS#1609)
2002-02-23 Kurt ZeilengaSilence a warning
2002-02-21 Kurt ZeilengaIf port is zero, use default.
2002-02-20 Stig VenaasAdded UTF8bvnormcmp(), should replace UTF8normcmp()
2002-02-14 Pierangelo Masaratiuse memchr in ber_bvchr
2002-02-14 Pierangelo Masaratisubstrings match works with NULs in UTF8 strings
2002-02-14 Pierangelo Masaratinot-so-easy-to-spot bug in filter writing
2002-02-14 Stig VenaasAdded UTF8bvnormalize which is like UTF8normalize but...
2002-02-14 Howard ChuFor ITS#1601, add ber_init2() using given buffer in...
2002-02-13 Pierangelo Masaratidisallow unescaped NULs in UTF-8 string values
2002-02-13 Kurt ZeilengaFix for Linux on zSeries.
2002-02-13 Pierangelo Masaratimake UTF8STringNormalize handle NUL
2002-02-13 Kurt ZeilengaUse memchr, not strlen, to look for embedded NULs.
2002-02-13 Kurt ZeilengaAdd embedded NUL check. This is one case where we...
2002-02-13 Kurt ZeilengaCheck for NULs in DNs.
2002-02-13 Pierangelo Masaratiminor cleanup
2002-02-13 Pierangelo Masaratihonor the ber_len field to allow to exploit ldap_bv2...
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-13 Howard ChuFix previous commit, need to detect very short packets.
2002-02-13 Pierangelo Masaratiprepare for ldap_bv2dn()
2002-02-13 Howard Chuber_get_next: return error if decoded ber_len is smalle...
2002-02-13 Kurt Zeilenga#if 0 RDN debugging
2002-02-13 Kurt ZeilengaMisc. DN fixes and cleanups, namely don't muck with...
2002-02-11 Kurt ZeilengaAdd uuid_to_str() detection.
2002-02-11 Kurt ZeilengaFix typo
2002-02-11 Howard ChuFix #include of sasl.h
2002-02-11 Kurt ZeilengaDon't use 'shtool mkln' as ln(1) replacement.
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-02-10 Kurt ZeilengaUpdate Cyrus SASL detection to always look for <sasl...
2002-02-10 Howard ChuSupport for Cyrus SASLv2. Untested.
2002-02-09 Howard ChuSlightly better fix for library cleanup. Requires GCC.
2002-02-08 Howard ChuFix flag initialization
2002-02-01 Howard ChuAdded conversion from UTF-8 to T.61.
2002-01-31 Howard ChuFirst pass at T.61 <-> UTF-8 translation. Only does...
2002-01-27 Howard ChuSend a warning to the client if we try to use a bad...
next