]> git.sur5r.net Git - openldap/history - libraries
More fixes, add test script
[openldap] / libraries /
2011-06-10 Howard ChuAdd LDAP_OPT_X_TLS_PACKAGE
2011-06-09 Howard ChuITS#6828 fix TLS setup with async connect
2011-05-05 Hallvard FurusethITS#6932: Clean up strange asserts & nearby code.
2011-05-05 Hallvard FurusethITS#6931 Catch NULL ld for LDAP_OPT_SESSION_REFCNT.
2011-05-05 Hallvard FurusethITS#6930 Plug ldapi://too-long-path socket leak.
2011-05-05 Hallvard FurusethITS#6929 fclose(password file) on failure.
2011-04-09 Howard ChuITS#6898 fix regression from ITS#6625
2011-04-04 Hallvard FurusethMerge missing files from cvs repo
2011-03-30 Hallvard FurusethITS#6885: Fix lutil_get_now for !HAVE_GETTIMEOFDAY
2011-03-24 Howard ChuITS#6870 move ldif.c and fetch.c from liblutil to libldap
2011-03-22 Ralf HaferkampITS#6870 Revert r1.49 commit to make HEAD build again
2011-03-18 Ralf HaferkampITS#6870 Reverted last commit
2011-03-18 Ralf HaferkampMore for ITS#6870
2011-03-17 Howard ChuITS#6870 fix Makefile breakage due to ITS#6194
2011-03-16 Howard ChuITS#6863, fix crashes in ITS#6714 patch. From Jan Vcela...
2011-03-01 Howard ChuITS#6848 Add -w option to wait for DB startup before...
2011-02-17 Howard ChuITS#6832 #elif cleanup
2011-02-07 Howard ChuExport pw_string64 as lutil_passwd_string64
2011-01-29 Howard ChuITS#6811, more for #6802 PKCS11 fork() handling from...
2011-01-29 Pierangelo Masaratido not hijack loop counter (ITS#6813; blind fix)
2011-01-27 Howard ChuCleanup version checking
2011-01-27 Howard ChuITS#6802 restart modules for fork() - from Rich Meggins...
2011-01-27 Howard ChuITS#6791 fix cert usage types/values - from Rich Meggin...
2011-01-27 Howard ChuITS#6790 fix default cipher suites - from Rich Megginso...
2011-01-20 Hallvard FurusethITS#5421 comment ldapoptions vs ldapoptions_prefix
2011-01-19 Howard ChuITS#5421 export ldap_debug define in <ldap_log.h>
2011-01-18 Pierangelo Masaratiincrement lconn_refcnt so connection does not get close...
2011-01-17 Hallvard FurusethCatch ber errors in vc (Verify Credentials)
2011-01-17 Hallvard FurusethITS#6738 Catch ber errors in libldap/ldap_sync.c.
2011-01-12 Hallvard FurusethFix ITS#6672: Do not return LDAP_MUTEX_LOCK().
2011-01-12 Hallvard Furusethvc.c: ber_printf/flatten rc==LBER_ERROR -> rc<0
2011-01-11 Howard ChuSilence stupid MUTEX_FIRSTCREATE warnings
2011-01-08 Pierangelo Masaratidon't leak reqdata
2011-01-06 Kurt ZeilengaOutline SASL interactive API (no meat)
2011-01-05 Hallvard FurusethRe-fix ITS#6764 (check for ber == NULL _before_ using...
2011-01-05 Kurt ZeilengaHappy New Year
2011-01-04 Kurt ZeilengaVC adjust controls tag
2011-01-04 Pierangelo Masaratifix previous commit
2011-01-03 Pierangelo Masaratifix error handling/arg checking
2011-01-03 Kurt ZeilengaRemove authzid parameter from verify credential response.
2011-01-03 Kurt ZeilengaExtend Verify Credentials encode/decode per -devel...
2011-01-03 Kurt ZeilengaRemove version from encoding
2011-01-01 Pierangelo Masaratimore about ITS#6645
2011-01-01 Pierangelo Masaratiber_flatten must return -1 on unmatched "{" "}" (ITS...
2010-12-30 Hallvard FurusethITS#6759: assert;Debug -> Debug;assert
2010-12-30 Howard ChuITS#6741 support Bitstring in ldap_X509dn2bv()
2010-12-30 Kurt ZeilengaRemove dead code.
2010-12-30 Pierangelo Masaratis/0/O/
2010-12-30 Pierangelo Masaratifix perror; removed extra sequence opening (is it neede...
2010-12-30 Pierangelo Masaratis/VCRequest/VCResponse/
2010-12-24 Howard ChuITS#6742 from Rich Megginson @ Red Hat
2010-12-23 Howard ChuITS#6453 cleanup on LDAP_TIMEOUT
2010-12-15 Kurt ZeilengaMisc vc updates
2010-12-14 Kurt ZeilengaAdd comment regarding ASN.1 syntax
2010-12-14 Kurt Zeilengacleanup
2010-12-14 Kurt ZeilengaLDAP "Verify Credentials" operation
2010-12-14 Hallvard FurusethITS#6747 Fix LDAP_CONNECTIONLESS Debug(), warnings
2010-12-11 Howard ChuITS#6714 non-blocking support from Richard Megginson...
2010-12-11 Howard ChuCleanup prev commit
2010-12-11 Howard ChuITS#6744 - plug leak
2010-12-10 Howard ChuPartial fix for non-string types in cert DNs. (Need...
2010-12-07 Pierangelo Masaratiallow to set LDIF max line width (ITS#6645)
2010-12-07 Pierangelo Masaratitypo in comment
2010-12-06 Hallvard FurusethITS#6625 Remove some LDAP_R_COMPILEs
2010-12-06 Hallvard FurusethFix ITS#6625: mutex-protect ldap_free_connection()
2010-12-06 Hallvard FurusethITS#6625 concurrency patch cleanup
2010-12-06 Hallvard FurusethSilence valgrind's ptrcheck (no real change).
2010-12-03 Hallvard FurusethITS#6733: Fix LDAP_MEMORY_DEBUG issues.
2010-12-02 Hallvard FurusethITS#6732: Clean up ber_errno handling.
2010-11-24 Pierangelo Masaratiremove #ifdef EAGAIN, EWOULDBLOCK (ITS#6603)
2010-11-23 Hallvard FurusethFor ITS#5421: Remove unnecessary #include "ldap_log.h"
2010-11-23 Hallvard FurusethITS#6723: Handle EOF in test programs
2010-11-22 Hallvard FurusethFix last commit (ITS#6622): Remove non-C90 // comment
2010-11-19 Hallvard FurusethFix cyrus.c rev 1.159 for --without-cyrus-sasl:
2010-11-15 Howard ChuITS#6706 from Rich Megginson @ Red Hat - improve diagno...
2010-11-15 Howard ChuITS#6705 from Rich Megginson @ Red Hat - only use ...
2010-11-15 Howard ChuITS#6704 from Rich Megginson @ Red Hat - use both cacer...
2010-11-15 Howard ChuITS#6703 from Rich Megginson @ Red Hat - reject non...
2010-11-12 Howard ChuITS#6702 prompts should be on stderr
2010-10-29 Howard ChuITS#6689 from Rich Megginson @ Red Hat
2010-10-22 Howard ChuITS#6625 concurrency patch from Doug Leavitt @ Oracle...
2010-10-16 Howard ChuITS#6673 GnuTLS hangs if you tell it to shut the read...
2010-10-15 Howard ChuFix prev commit
2010-10-14 Howard ChuCleanup prev commit
2010-10-14 Howard ChuMore for prev commit. What about ldap_pvt_sasl_getmechs() ?
2010-10-14 Howard ChuAdd ldap_sasl_interactive_bind()
2010-10-13 Howard ChuITS#6672 mutex cleanup
2010-10-12 Howard ChuITS#6669 remove obsolete SunOS4 LWP support
2010-10-12 Howard ChuITS#6669 remove obsolete SunOS4 LWP support
2010-09-21 Pierangelo Masaratido not use lutil_atoix() (ITS#6654)
2010-09-21 Pierangelo Masaratidon't use lud_host when NULL (ITS#6653, fixed differently)
2010-09-12 Howard ChuITS#6639 set sock err to EAGAIN on partial write
2010-09-09 Pierangelo Masaratifix format specifier (ITS#6644)
2010-08-12 Pierangelo Masaratiadd parsing support for [unsigned] long long (ITS#6622)
2010-07-27 Pierangelo Masaratido not alter ld_nextref_proc (ITS#6602)
2010-07-26 Pierangelo Masaratifix previous commit
2010-07-26 Pierangelo Masaraticheck mutex ownership
2010-07-21 Howard ChuITS#6585 don't close invalid sockets
2010-07-21 Howard ChuITS#6595 remove unneeded token init code. From Rich...
2010-07-14 Howard ChuITS#6589 allow self-signed server certs, from Rich...
next