]> git.sur5r.net Git - openldap/history - libraries
getURLString() is const now to avoid uneeded copying when using UrlLists
[openldap] / libraries /
2007-11-27 Quanah Gibson-MountFix dec to bin negative number handling
2007-11-20 Quanah Gibson-MountFix typo in dec to bin conversion
2007-11-15 Quanah Gibson-MountITS#5224
2007-11-07 Quanah Gibson-MountUse per-thread slap_counters to eliminate lock contention
2007-10-23 Quanah Gibson-MountITS#5197
2007-10-19 Howard Chusync with HEAD
2007-10-19 Howard ChuITS#5194 from HEAD
2007-10-18 Howard Chupool_resume fix from HEAD
2007-10-18 Quanah Gibson-MountCleanup debug calls
2007-10-18 Quanah Gibson-MountITS#4188
2007-10-17 Quanah Gibson-Mountsync with head
2007-10-17 Quanah Gibson-MountITS#5100 ldap_control_dup - OID must be non-NULL
2007-10-17 Quanah Gibson-Mountminor cleanup
2007-10-08 Howard ChuITS#3864 from HEAD
2007-10-01 Howard ChuMore for ITS#5070 from HEAD
2007-09-03 Quanah Gibson-Mountdon't leak file descriptors (coverity)
2007-09-03 Pierangelo Masaratidon't leak file descriptors (coverity)
2007-09-02 Howard ChuSync with HEAD - only use libfetch for non-FILE URLs
2007-09-02 Howard ChuMore for ITS#5117 - only use libfetch for non-file...
2007-09-02 Howard ChuITS#5117 from HEAD - log error message on include:...
2007-09-02 Howard ChuITS#5117 try to log a message if chasing an include...
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-24 Howard ChuITS#5105 from Alexey Melnikov @ isode
2007-08-24 Pierangelo Masaratildap_control*_dup() is no longer private; add ldap_pvt_...
2007-08-22 Pierangelo Masaratirework controls API
2007-08-22 Pierangelo Masaratifix and cleanup
2007-08-22 Kurt ZeilengaFix last commit.
2007-08-22 Kurt ZeilengaPassword policy request control should have no control...
2007-08-21 Pierangelo Masaraticlient side of draft-wahl-ldap-session
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-17 Pierangelo Masaratimake lutil_uuidstr_from_normalized() return the length...
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-08-17 Pierangelo Masaratidon't leak in case of error
2007-08-16 Pierangelo Masaraticleanup tools
2007-07-24 Hallvard FurusethMake LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_D...
2007-07-23 Hallvard FurusethITS#5010: OID encode/decode fixes and paranoia. #define...
2007-07-20 Howard ChuITS#5056 fix chain_tail processing
2007-07-13 Ralf HaferkampAllow utf-8 in AD-Canonical Names
2007-07-04 Hallvard FurusethITS#4990: Fix LDAP_MEMORY_DEBUG and LDAP_MEMORY_DEBUG...
2007-07-03 Hallvard FurusethEnsure ltp_max_pending >= 0; negative values confused...
2007-07-01 Hallvard FurusethRemove bogus pause wait near end of pool_wrapper()...
2007-06-19 Pierangelo Masaraticleanup
2007-06-14 Pierangelo Masaratiadd sub-second result timeout accuracy (for which is...
2007-06-12 Hallvard FurusethITS#4983: Partly revert tls_thread_self() paranoia...
2007-06-10 Hallvard FurusethRename thread contexts to tasks, leaving user contexts...
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockname()
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockopt()
2007-06-09 Hallvard FurusethITS#5007: Wrap code using MSG_WAITALL in #ifdef MSG_WAI...
2007-06-09 Hallvard FurusethITS#5007: Remove void* pointer arithmetic, that's a...
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-06-08 Howard ChuITS#4992 fix cldap
2007-06-08 Howard ChuITS#4955 fix typo in referral chasing
2007-06-04 Hallvard FurusethRemove ltp_active_list. It became unneeded when rev...
2007-06-01 Hallvard FurusethSimplify: Remove tid_zero, thread_keys[].id and ldap_in...
2007-05-31 Hallvard FurusethAdd comments. Constify tid_zero. Shut up gcc -Wswitch...
2007-05-31 Hallvard FurusethAdd variable ldap_int_has_thread_pool, assert(at most...
2007-05-31 Hallvard FurusethShut up gcc -Wformat
2007-05-31 Hallvard FurusethIn pool_submit():
2007-05-31 Hallvard FurusethPreserve key order when deleting, so context_reset...
2007-05-30 Hallvard FurusethMake get_thread_info() static. Handle ldap_pvt_thread_...
2007-05-20 Hallvard FurusethFix --without-tls (ITS#4975). Enable certificate matching.
2007-05-20 Hallvard Furusethlibldap/tls.c calls CRYPTO_set_id_callback(ldap_pvt_thr...
2007-05-18 Hallvard FurusethITS#4972: $LDAP_THREAD_DEBUG, detached threads, debug_a...
2007-05-18 Hallvard FurusethReadability patch: ERRVAL() macro for pthreads < 7...
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...
next