]> git.sur5r.net Git - openldap/history - libraries
ITS#5360 move tls option setup
[openldap] / libraries /
2007-05-18 Hallvard FurusethOnly define x509_cert_get_dn() when HAVE_GNUTLS. Remov...
2007-05-14 Howard ChuFix GNUtls acknowledgement, initial work by Matt Backes...
2007-05-14 Ralf Haferkampmake openssl builds working again
2007-05-13 Howard ChuGNUtls - ignore free of NULL ctx
2007-05-13 Howard ChuDon't NUL-terminate bervals during DN parsing
2007-05-13 Howard ChuMerged GNUtls support into main tls.c
2007-05-12 Pierangelo Masaratifix read off by one (spotted by valgrind)
2007-05-11 Hallvard FurusethComment fixes.
2007-05-10 Howard ChuAdded ciphersuite support
2007-05-10 Howard ChuAdd LDAP_OPT_X_TLS_CRLFILE, peer cert verification...
2007-05-09 Hallvard FurusethSince we only have LDAP_MAXTHR thread_keys, allow max...
2007-05-09 Hallvard FurusethMake ldap_int_thread_userctx_t.ltu_key[] a proper NULL...
2007-05-09 Hallvard Furuseththread_keys is a (poor) open-addessed hash table, but...
2007-05-09 Hallvard FurusethProtect thread_keys[] with ldap_pvt_thread_pool_mutex...
2007-05-09 Hallvard FurusethReplace state LDAP_INT_THREAD_POOL_PAUSING with member...
2007-05-09 Hallvard FurusethITS#4943:
2007-05-09 Hallvard FurusethDon't complain if detached threads exit after ldap_debu...
2007-05-09 Hallvard FurusethCast Debug(%p) pointer argument to void*
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-05-08 Howard Chucoverity error, u->lud_scheme is mandatory
2007-04-23 Howard ChuRevert prev commit, unnecessary
2007-04-23 Howard ChuITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1
2007-04-11 Pierangelo Masaratidon't assert(0); apparently, other responses may result...
2007-04-05 Howard ChuITS#4912 fix typo in prev commit
2007-04-04 Hallvard Furusethber_decode_oid(), ber_encode_oid(): cast bv_val to...
2007-04-03 Howard ChuITS#4879 fixes for url parse/unparse
2007-04-03 Howard ChuITS#4875 ignore zero-length st_size
2007-04-01 Howard ChuITS#4899 fix for keys not getting cleared
2007-03-26 Howard ChuITS#4893 back to pipes...
2007-03-25 Howard ChuITS#4893 just send the client socket, not a pipe descri...
2007-03-25 Howard ChuITS#4893 fix prev commit
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-25 Howard ChuUse AC_MEMCPY
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-03-23 Howard ChuAdd options for ber_get_stringbv() to omit NUL-terminat...
2007-03-23 Howard ChuFix TLS default for clients
2007-03-23 Howard ChuITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/
2007-03-20 Howard ChuAdd DER OID encoder/decoder
2007-03-20 Howard ChuAdd ber_skip_data() to help positioning in structured...
2007-03-12 Pierangelo Masaratiapparently, time_t is unsigned in some systems
2007-03-02 Kurt ZeilengaAdd support for uuid_generate/uuid_unparse
2007-02-21 Pierangelo Masaratidon't play with URL list if connect(2) is asynchronous
2007-02-19 Kurt ZeilengaRemove extrananous space in DN (in comment)
2007-02-15 Kurt ZeilengaCleanup last commit
2007-02-15 Kurt ZeilengaNeeds <ac/time.h>
2007-02-13 Howard ChuCoverity error, uninit'd rc
2007-02-12 Howard ChuITS#4707 added new ldap_init_fd() API
2007-02-11 Howard ChuNote mutex protection requirements
2007-02-11 Howard ChuMove duplicate timestamp detection into lutil_gettime()
2007-02-11 Howard ChuCleanup extraneous debug
2007-02-06 Howard ChuRevert to original ldap_get_option( TIMEOUT ) behavior
2007-02-06 Howard ChuDon't let timestamps go backward
2007-02-05 Howard ChuRequire non-NULL input for timeout options
2007-02-05 Howard ChuTimeouts should not be malloc'd
2007-02-05 Howard ChuHandle timeouts from ldap_result()
2007-02-05 Howard ChuFairly sure this is what the TIMEOUT option should...
2007-02-05 Howard ChuAdded ber_bvarray_dup_x()
2007-02-02 Howard ChuAdd lutil_gettime() returning structured time with...
2007-02-02 Pierangelo Masaratiremove unused code
2007-02-02 Howard ChuKeep HAVE_POLL functionality inside its #ifdefs
2007-01-28 Howard ChuFix prev commit again
2007-01-27 Howard ChuITS#4821 partially revert prev patch
2007-01-25 Howard ChuCalling setkey() with NULL data and kfree should erase...
2007-01-25 Howard ChuFree thread keys in reverse order of allocation
2007-01-24 Howard ChuITS#4815 get_option for TLS Cipher Suite was not implem...
2007-01-12 Howard ChuFramework for loadable mapper implementations
2007-01-11 Hallvard Furusethavoid nonconst* = const* assignment in ldif_open_url().
2007-01-11 Hallvard FurusethDelete unused variables.
2007-01-10 Howard ChuITS#4648, alternate fix
2007-01-10 Pierangelo Masaratimore on ITS#4799
2007-01-10 Howard ChuITS#4799 remove kerberos / kbind references
2007-01-09 Howard ChuITS#4799 remove all references to kbind
2007-01-07 Pierangelo Masaratihonor network timeout even when doing full async
2007-01-07 Pierangelo MasaratiFirst cut to truly async connect:
2007-01-06 Pierangelo Masaratiimport of LDAP Sync client API
2007-01-06 Pierangelo Masaratiminor cleanup
2007-01-05 Pierangelo Masaratiunsolicited responses shouldn't necessarily end the...
2007-01-04 Pierangelo Masaratifix previous commit
2007-01-04 Pierangelo Masaratifix \& improve previous commit
2007-01-04 Pierangelo Masaratiimplement client-side handling of RFC 4511 unsolicited...
2007-01-02 Kurt Zeilengahappy new year
2006-12-17 Pierangelo Masaratidon't leave dependencies on liblutil in libldap :)
2006-12-14 Howard ChuEliminate redundant checks in try_read1msg
2006-12-14 Howard ChuITS#4545 better fix. this code still needs cleaning up.
2006-12-13 Howard ChuITS#4545 when referral chasing is off, complete the...
2006-12-04 Pierangelo Masaratifix warnings after previous commit
2006-12-03 Pierangelo Masaratifix request/result abandon
2006-11-30 Howard ChuITS#4723 add CRYPTO_set_id_callback
2006-11-27 Howard ChuURL with authority spec must use absolute path
2006-11-27 Howard Chuallow file: URLs without authority spec.
2006-11-27 Howard Chudefine LDIF_MAXLINE instead of using BUFSIZ
2006-11-13 Pierangelo Masaratirevert previous commit; disable RESTART from ldap.conf
2006-11-12 Pierangelo Masaratifix endless loop in canceling child requests; cleanup
2006-11-10 Howard ChuSilence warning in prev commit
2006-11-10 Howard ChuITS#3755 silence strict-aliasing warnings
2006-11-09 Howard ChuITS#4726 call ldap_pvt_tls_init() in init_ctx() to...
2006-11-08 Howard ChuFix strval2strlen end-of-string check. Otherwise passin...
2006-11-05 Pierangelo Masaratifix build with thread debugging
2006-11-02 Pierangelo Masaraticleanup prvious commit; log number of abandoned request...
2006-10-30 Howard ChuITS#4724 revert prev commit, better fix.
next