]> git.sur5r.net Git - openldap/history - libraries/libldap
More ITS#6215 -
[openldap] / libraries / libldap /
2009-07-13 Howard ChuAdd VLV Error
2009-07-07 Hallvard FurusethITS#6197 - normalize & speed up ldap_err2string/ldap_pe...
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-11 Hallvard FurusethCast getpeername() arg from struct sockaddr_un* to...
2009-05-06 Ralf HaferkampIntroduce options to configure tcp-keepalive settings...
2009-04-29 Pierangelo Masarati(nearly blind) fix for NULL in TLS error message (ITS...
2009-04-24 Ralf Haferkampmore warning fixes
2009-04-11 Howard ChuITS#6053 must use gnutls_x509_privkey_init()
2009-03-05 Howard ChuMore cleanup
2009-03-05 Howard ChuTweak prev commit
2009-03-05 Howard ChuITS#5991 build cert chain, GnuTLS doesn't do it for us
2009-03-05 Howard ChuITS#5992 trust X509v1 CA certs
2009-03-03 Howard ChuITS#5980 clear res_matched after successfully chasing...
2009-03-03 Howard ChuITS#5980 - find_connection should match URLs with empty...
2009-03-02 Howard ChuITS#5849 patch was wrong, don't X509_free session cert
2009-03-02 Howard ChuITS#5981 fix GnuTLS TLSVerifyClient try
2009-02-25 Howard ChuITS#5976 check for cert/DN
2009-02-25 Howard ChuDon't call NSS_Shutdown if someone else init'd the...
2009-02-24 Pierangelo Masaratifix ldap namespace (part of ITS#5974)
2009-02-20 Pierangelo Masaratire-fix ITS#5916
2009-02-17 Quanah Gibson-MountRevert part of last commit
2009-02-17 Quanah Gibson-MountMore for ITS#5955
2009-02-17 Quanah Gibson-MountITS#5955
2009-02-15 Pierangelo Masaratifix misc warnings
2009-02-11 Howard ChuAdd comments about ITS#3134, #5938, RFC4513 for posteri...
2009-02-10 Howard ChuITS#5937 fix ancient IPv6 typo
2009-02-10 Howard ChuITS#5853 restructure wait4msg / try_read1msg again...
2009-02-09 Howard ChuITS#5934 fix NULL pointer deref
2009-02-08 Howard ChuITS#5928 hide all ldap_pvt_tls APIs when !HAVE_TLS
2009-02-04 Howard ChuITS#5920 restore old HAS_TLS test
2009-02-02 Howard ChuITS#5916 - externally callable functions are ldap_pvt...
2009-01-31 Pierangelo MasaratiAllow alias dereferencing in search C API; use new...
2009-01-26 Howard ChuITS#5789 again
2009-01-26 Howard ChuITS#5462 add randfile support for gcrypt 1.4
2009-01-26 Howard ChuITS#5887 add native support for cipher suites for GnuTL...
2009-01-26 Howard ChuITS#5655 for new structure
2009-01-26 Howard ChuSwitch to using modular TLS code, single-implementation...
2009-01-24 Howard ChuITS#5896 don't return immediately on Intermediate responses
2009-01-24 Howard ChuITS#5655 TLS_PROTOCOL_MIN from Philip Guenther
2009-01-22 Kurt ZeilengaUpdate copyright notices
2008-12-12 Ralf HaferkampFixed typo
2008-12-05 Howard ChuITS#5849 free peer cert after retrieving DN
2008-11-21 Howard ChuFix prev commit
2008-11-21 Howard ChuITS#5812 add SASL_NOCANON / -N option
2008-11-21 Howard ChuITS#4750 only read LDAP_CONF_FILE if geteuid() != getuid()
2008-11-18 Pierangelo Masaraticheck for bogus params to an LDAP routine (ITS#5817)
2008-11-16 Hallvard FurusethITS#5815: Fix typo "#elif defined( MAXHOSTNAMELEN".
2008-11-04 Howard ChuITS#5789 GNUtls - allow CN matches against IP addresses
2008-11-03 Howard ChuITS#5739 fix for ITS#4879 was too eager about IPv6...
2008-10-24 Hallvard FurusethITS#4467: Fix ptr += snprintf buffer overflow tests...
2008-10-22 Pierangelo Masaratitag optional stuff
2008-10-22 Pierangelo Masaratiadd support for (experimental) dereference control...
2008-10-22 Pierangelo Masaratimissing $OpenLDAP$ header
2008-10-21 Ralf Haferkampreset ld->ld_errno to avoid returning error codes of...
2008-10-17 Hallvard FurusethWarning cleanup: signed meets unsigned, remove assert...
2008-10-17 Hallvard FurusethFix Debug(%d, scred->bv_len or -1) -> Debug(%ld, (long...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_flatten2...
2008-10-09 Howard ChuCleanup unused defs
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-10-09 Howard ChuAdd SASL_MECHLIST option to retrieve list of known...
2008-10-07 Howard ChuAccept X-starttls for prev commit
2008-10-07 Howard ChuHandle StartTLS in URL extensions
2008-09-30 Howard ChuFix prev commit
2008-09-30 Howard ChuITS#5720 fix ldap_utf8_strchr arguments
2008-09-19 Ralf HaferkampAvoid "label at end of compound statement" error of...
2008-09-16 Pierangelo Masaratisilence warnings
2008-09-02 Howard ChuITS#5677 s/TLS_CRL/TLS_CRLFILE/
2008-08-15 Howard ChuPass LDAPURLDescs to connect functions instead of host...
2008-08-15 Howard ChuFix prev commit
2008-08-15 Howard ChuConnect callbacks need error recovery checks
2008-08-14 Howard ChuAdd LDAP_OPT_CONNECT_CB connection callbacks
2008-08-13 Howard ChuModular TLS support, proof of concept. tls2.c would...
2008-07-02 Howard ChuProtect errno values from Debug
2008-06-30 Howard ChuITS#5585 GnuTLS key strength is in bytes, we expected...
2008-06-24 Howard ChuITS#5577 GnuTLS CRL result >0 is success
2008-06-14 Pierangelo Masaratiadd client API for assertion control (ITS#5560)
2008-05-30 Howard ChuITS#5542 fix loop iterator
2008-05-28 Howard ChuITS#5318 drop invalid msgids, cleanup msgid logging
2008-05-23 Howard ChuITS#5518,#5525 cleanup ld_defconn if it was freed
2008-05-15 Hallvard FurusethITS#5507: Set FD_CLOEXEC (close on exec) flag on LDAP...
2008-04-10 Howard ChuITS#5458 fix error message for missing closing paren
2008-03-18 Hallvard FurusethITS#5436: make htons() port number unsigned
2008-02-10 Howard ChuITS#5341 GnuTLS ciphersuite parsing
2008-01-25 Pierangelo MasaratiITS#5338
2008-01-11 Howard ChuITS#5324 don't use %n
2008-01-10 Hallvard Furusethldap_int_bisect_find(): Silence harmless "may be used...
2008-01-09 Ralf HaferkampCorrected memory allocation for cookie (ITS#5315)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-03 Howard ChuFix prev commit
2008-01-02 Pierangelo Masaratifix to ITS#5304
2007-12-29 Howard ChuITS#5300, reject substring filters with empty values
2007-12-20 Howard ChuCleanup spaces
2007-12-20 Howard ChuITS#5291, more for rev 1.79 search timeouts
2007-12-17 Howard ChuBetter fix to prev commit
2007-12-15 Hallvard FurusethDeclare enough buffer space for out-of-range URL port...
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
next