]> git.sur5r.net Git - openldap/history - libraries
ITS#6934 fix typo
[openldap] / libraries /
2010-06-02 Howard ChuITS#6569 return server's error code on Disconnect
2010-06-02 Howard ChuITS#6568 plug cldap memleaks
2010-05-13 Howard ChuSupport option SASL_GSS_CREDS
2010-05-03 Howard ChuITS#6541 off-by-one, account for 'Z' being replaced...
2010-04-29 Ralf HaferkampDifferent fix for make -j builds. The previous one...
2010-04-23 Ralf HaferkampFix parallel builds (make -j)
2010-04-22 Pierangelo Masaratifix libraries order to build with --enable-dynamic...
2010-04-20 Pierangelo Masaratimore about ITS#6194
2010-04-18 Pierangelo Masarati(blind) fix off-by-one bug (ITS#6223; fixed differently)
2010-04-15 Howard ChuNo longer used
2010-04-14 Pierangelo Masaratiserial can be longer than ber_int_t (ITS#6460)
2010-04-13 Kurt Zeilengahappy belated New Year
2010-04-13 Pierangelo Masaratiunion of operation-specific data in LDIFRecord (ITS...
2010-04-12 Howard ChuCleanup prev commit
2010-04-12 Howard ChuIn tmp_rsa_cb, new API is in 0.9.8 inclusive, not exclusive
2010-04-12 Howard ChuITS#6432 updated MozNSS context and PEM support
2010-04-12 Pierangelo Masarati(ITS#6194) Patch - Enhancement - provide LDIF support...
2010-04-09 Howard ChuITS#6510 ignore referrals on Bind response
2010-03-26 Kurt Zeilengaldap_parse_result should always free result when freeit...
2010-01-29 Kurt ZeilengaSet res parameter to NULL upon ldap_search_ext_s entry...
2010-01-24 Pierangelo Masaratiskip the serial, whatever its length (ITS#6460)
2009-11-30 Howard ChuITS#6405 in ldap_pvt_gettime, also check for microsecs...
2009-11-20 Hallvard FurusethITS#6351,6390: s/memrchr/lutil_memrchr/, but try #defin...
2009-11-18 Howard ChuMore for prev commit - only set if URL was provided.
2009-11-18 Howard ChuITS#6386 Must init conn->lconn_server
2009-11-18 Pierangelo Masaratihonor -1 timeout (ITS#6388)
2009-11-15 Howard ChuITS#6283 add missing env options
2009-11-06 Howard Chupartially revert prev commit
2009-11-06 Howard ChuMinor cleanup in strval2str
2009-11-04 Hallvard FurusethMore ITS#6353 - relent a bit: accept terminating NUL...
2009-10-30 Hallvard FurusethITS#6355: Fix uninitialiezed lso_tmp_rsa_cb() return...
2009-10-28 Hallvard FurusethFor ITS#6353: Catch embedded NULs in BerValues converte...
2009-10-27 Howard ChuFix prev commit, s/errno/err/g
2009-10-26 Howard ChuFor prev commit, check for EINTR/EAGAIN/EWOULDBLOCK
2009-10-26 Howard ChuITS#6327, #6334 take ret=-1/EINTR into account
2009-10-26 Howard ChuCleanup prev commit
2009-10-26 Howard ChuITS#6327 fix sb_sasl_generic_write retval for partial...
2009-10-23 Hallvard FurusethITS#6348: Fix inverted LBER_USE_DER test in ber_put_seq...
2009-10-21 Hallvard FurusethITS#6344: return failure on failure in ber_put_ostring...
2009-10-21 Hallvard FurusethFix comment describing BerElement.ber_usertag
2009-10-21 Hallvard FurusethCleanup - macroize magic constant (ITS#5909)
2009-09-30 Ralf HaferkampIn case of certificate verification failures include...
2009-09-25 Howard ChuOn OpenSSL 0.9.8 and newer, use RSA_generate_key_ex...
2009-09-08 Pierangelo Masaratikeep compatibility with slapd's gmtime_mutex (ITS#6262)
2009-08-29 Howard ChuTweak MozNSS include path
2009-08-29 Howard ChuITS#6278 PEM support for MozNSS from rmeggins@redhat...
2009-08-21 Pierangelo Masaratisilence warnings
2009-08-19 Pierangelo Masaraticopy username, much like other string-valued options...
2009-08-19 Pierangelo Masaraticleanup previous commit
2009-08-19 Pierangelo Masaratisilence warnings
2009-08-19 Pierangelo Masaratiaddress signedness issue
2009-08-19 Hallvard FurusethMore ITS#6262: Also define ldap_pvt_gmtime_[un]lock...
2009-08-19 Pierangelo Masaratifix previous commit
2009-08-18 Pierangelo Masaratiwrap gmtime for reentrancy (ITS#6262)
2009-08-18 Pierangelo Masaratifix previous commit
2009-08-18 Pierangelo Masaratiexpose SASL_USERNAME when it makes sense (EXTERN needs...
2009-08-14 Howard ChuMore for prev commit
2009-08-13 Howard ChuFix prev commit again, IPPROTO_TCP is the documented...
2009-08-13 Howard ChuFix prev commit, it was not Linux-only as it claimed...
2009-08-12 Hallvard FurusethITS#6215 cleanup: Export ber_skip_element() to compleme...
2009-08-12 Hallvard FurusethTrying again: No need to maintain ber->ber_usertag...
2009-08-07 Hallvard FurusethFix last commit: cast strcasecmp unsigned char* to...
2009-08-07 Hallvard FurusethMore ITS#6215: Catch malformed elements in ber_get_stri...
2009-08-07 Hallvard FurusethMore ITS#6215: Define and use ber_tag_and_rest() and...
2009-08-07 Hallvard FurusethMore ITS#6215: Fix wrong fix in rev 1.121
2009-08-07 Howard ChuIn session_chkhost get the last CN, not the first.
2009-08-04 Hallvard FurusethSimplify struct bgbvr and ber_get_stringbvl(), preservi...
2009-07-31 Howard ChuMinor cleanup
2009-07-31 Howard ChuFix, reqcert == ALLOW should ignore cert verification...
2009-07-31 Howard ChuITS#6239 use our own hostname checking for MozNSS
2009-07-31 Hallvard FurusethMight help ITS#6145: change while to do-while, to make...
2009-07-30 Howard ChuCheck for CN length match as well in chkhost
2009-07-29 Hallvard FurusethMore ITS#6215: Fix va_arg integer types for ber_scanf...
2009-07-29 Hallvard FurusethMore ITS#6215: Fix ber_scanf(,"mMvVW",) cleanup on...
2009-07-29 Hallvard FurusethMore ITS#6215: Free data to the memory context used...
2009-07-29 Hallvard FurusethMore ITS#6215:
2009-07-29 Hallvard FurusethFor ITS#6215: No need to maintain ber->ber_usertag...
2009-07-29 Hallvard FurusethFor ITS#6215: Do not expose obsolete Seqorset. Note...
2009-07-29 Hallvard FurusethMore ITS#6215 -
2009-07-29 Hallvard FurusethRemove useless asserts that will be re-assert()ed befor...
2009-07-29 Hallvard FurusethITS#6215: Fix buffer overrun and write through NULL...
2009-07-22 Howard ChuITS#4643 never use native getpass(), it's deprecated...
2009-07-13 Howard ChuAdd VLV Error
2009-07-07 Howard ChuITS#5892 return -1 from ldif_read_record on error
2009-07-07 Hallvard FurusethITS#6197 - normalize & speed up ldap_err2string/ldap_pe...
2009-07-03 Howard ChuITS#5696 des_set_key -> des_set_key_and_parity
2009-07-03 Howard ChuCleanup ciphernum
2009-07-02 Howard ChuAcknowledge richm
2009-07-02 Howard ChuITS#5696 Additional MozNSS support from rmeggins@redhat.com
2009-07-01 Howard ChuITS#6192 add all digests. Also stop using SSLeay-compat...
2009-06-25 Howard ChuITS#6188 add stub for ldap_pvt_thread_pool_retract()
2009-06-12 Hallvard FurusethCleanup & slight speedup (no real change):
2009-06-12 Hallvard FurusethUpdate last commit: avoid LDAP_STAILQ_REMOVE in ldap_pv...
2009-06-11 Hallvard FurusethCast getpeername() arg from struct sockaddr_un* to...
2009-06-11 Howard ChuFix prev commit, note *task* not *thread* ...
2009-06-11 Howard ChuAdd ldap_pvt_thread_pool_retract() to cancel pending...
2009-05-06 Ralf HaferkampIntroduce options to configure tcp-keepalive settings...
2009-05-01 Hallvard FurusethITS#6080 again: simplify ber_strnlen, don't use strnlen...
2009-05-01 Hallvard FurusethFix previous fix: Don't #ifdef HAVE_STRNLEN before...
2009-05-01 Hallvard FurusethUpdate previous commit: #define _GNU_SOURCE if needed...
next