]> git.sur5r.net Git - openldap/history - libraries
Handle IPv6 localhost address
[openldap] / libraries /
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...
2009-04-29 Pierangelo Masaratidefine and use ber_strnlen() (ITS#6080); please regener...
2009-04-29 Pierangelo Masarati(nearly blind) fix for NULL in TLS error message (ITS...
2009-04-24 Ralf Haferkampmore warning fixes
2009-04-16 Hallvard FurusethITS#5464, #5666 Update last change: Conflicted with...
2009-04-15 Howard ChuITS#5464, #5666 define _GNU_SOURCE
2009-04-11 Howard ChuITS#6041 Windows opendir/closedir issues (from ITS...
2009-04-11 Howard ChuITS#6053 must use gnutls_x509_privkey_init()
2009-03-27 Howard ChuITS#6038 revert prev commits, ITS rejected
2009-03-26 Rein TollevikITS#6038: Write slapadd progress meter to stdout.
2009-03-13 Howard ChuSkip redundant PACKETS logging
2009-03-09 Howard ChuITS#6005 crypt salt_format must use ber_memfree
2009-03-08 Howard ChuITS#6005 strings returned to slapd must use ber_mem*
2009-03-07 Howard ChuITS#6005 librewrite must use the same mem allocators...
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 ChuRevert prev commit
2009-02-10 Howard ChuITS#5937 fix ancient IPv6 typo
2009-02-10 Pierangelo Masaratipartially addresses an issue with ITS#5931
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-05 Howard ChuFix spinner in prev commit
2009-02-05 Howard ChuITS#5922 with namespace changes
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-30 Hallvard FurusethCleanup - macroize magic constant (ITS#5909)
2009-01-27 Howard ChuModular TLS
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-11 Pierangelo Masaratifix LDAP deref control response; fix tool response...
2008-12-09 Ralf HaferkampAvoid locking up slapd when paused during shutdown...
2008-12-05 Howard ChuITS#5849 free peer cert after retrieving DN
2008-11-25 Howard ChuITS#5768 - add deref.
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-22 Hallvard FurusethITS#5748: tavl_find3(NULL,,,) returned undefined data
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-13 Hallvard FurusethWarning cleanup: signed meets unsigned.
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-13 Pierangelo Masaratifix '<hex>'H conversion issue; did not look at decimal...
2008-09-11 Howard ChuITS#5668 avoid overflows in Windows microsecond computation
2008-09-09 Pierangelo Masaraticleanup round of memory handling (either check results...
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
next