]> git.sur5r.net Git - openldap/shortlog
openldap
2007-05-13 Howard ChuDon't NUL-terminate bervals during DN parsing
2007-05-13 Howard ChuDon't use strdup on bervals
2007-05-13 Howard ChuTest no longer depends on --with-tls
2007-05-13 Howard ChuAdded GNUtls notes
2007-05-13 Howard ChuAdd CRLfile option for GNUtls
2007-05-13 Howard ChuUse liblber for certificate Validation, Normalization
2007-05-13 Howard ChuMerged GNUtls support into main tls.c
2007-05-12 Howard ChuNo more dependency on OpenSSL
2007-05-12 Hallvard FurusethAdd back-monitor (and its OID arc) to Backend/Database...
2007-05-12 Pierangelo... if no database can be looked up, don't send result...
2007-05-12 Pierangelo... don't try to lookup a database when there's no request DN
2007-05-12 Pierangelo... fix read off by one (spotted by valgrind)
2007-05-11 Hallvard FurusethFix for !(LDAP_DEBUG && LDAP_SYSLOG)
2007-05-11 Hallvard FurusethComment fixes.
2007-05-10 Howard ChuAdded ciphersuite support
2007-05-10 Howard ChuRegenerate with GNUtls additions
2007-05-10 Howard ChuAdd GNUtls detection
2007-05-10 Howard ChuFix typo in prev commit
2007-05-10 Howard ChuAdd LDAP_OPT_X_TLS_CRLFILE, peer cert verification...
2007-05-10 Howard ChuITS#4954 clear c_sasl_dn after error
2007-05-10 Howard ChuITS#4952 use memcmp to compare CSN values
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 FurusethRemove unused variables
2007-05-09 Hallvard Furusethassert(pointer) -> assert(pointer != NULL)
2007-05-09 Hallvard FurusethStruct/array initializers must be constant expressions...
2007-05-09 Hallvard FurusethCast Debug(%p) pointer argument to void*
2007-05-09 Hallvard FurusethRebuild
2007-05-09 Hallvard FurusethITS#4948: '#if <undefined macro>' -> '#ifdef' warning...
2007-05-08 Howard Chucoverity scan, e is non-NULL
2007-05-08 Howard Chucoverity error, u->lud_scheme is mandatory
2007-05-08 Howard Chucoverity scan, fix typo
2007-05-08 Howard Chucoverity error, memory leak in file2anlist
2007-05-08 Howard Chucoverity scan, ch_realloc won't return NULL
2007-05-08 Howard Chucoverity fix, slapd_rw_apply NULL filter
2007-05-07 Ralf Haferkampfix comparison with string literal
2007-05-05 Howard ChuITS#4949 make config_syslog accumulate across multiple...
2007-04-29 Howard ChuITS#4939 fix typo
2007-04-24 Howard ChuITS#4917 preserve old sat_ad_mutex
2007-04-24 Howard ChuDisallow runtime delete of modload values
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-20 Kurt ZeilengaDistinguish absent control value from empty control...
2007-04-20 Quanah Gibson... alphabetize options listing correctly. (relocate -g...
2007-04-20 Quanah Gibson... add -s option to top list of arguments
2007-04-12 Pierangelo... fix ';binary' certificate transport (ITS#4868); add...
2007-04-11 Pierangelo... fix no-op crasher (ITS#4925)
2007-04-11 Pierangelo... don't assert(0); apparently, other responses may result...
2007-04-10 Howard ChuFix prev commit, filter construction with URI filters
2007-04-09 Hallvard FurusethAdd missing return from void *bdb_tool_trickle_task()
2007-04-07 Howard ChuAdd trickle-sync for quick mode
2007-04-06 Quanah Gibson... More attr= to attrs= fixes
2007-04-06 Quanah Gibson... s/attr=/attrs=/
2007-04-06 Howard ChuITS#4915 log failure retry status
2007-04-06 Howard ChuFix prev commit, config_obsolete
2007-04-06 Howard ChuAxe slurpd / replog support
2007-04-05 Howard ChuRegenerate without slurpd
2007-04-05 Howard Chuslurpd is strongly deprecated
2007-04-05 Howard Chuslurpd is strongly deprecated
2007-04-05 Howard Chuslurpd is strongly deprecated
2007-04-05 Ralf HaferkampolcDatabase=config always gets index 0,
2007-04-05 Howard ChuITS#4911 move slap_op_init/destroy to slap_init/destroy
2007-04-05 Howard ChuITS#4897 source/destination confusion
2007-04-05 Howard ChuITS#4877 document -s newsuperior option
2007-04-05 Howard ChuAdditional fix for prev commit
2007-04-05 Howard ChuITS#4863 s/access to attr/access to attrs/
2007-04-05 Howard ChuFix uninit'd serverID field
2007-04-05 Howard ChuFix typo in prev commit
2007-04-05 Howard ChuITS#4910 note that mirrormode now requires serverID
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-04 Hallvard Furusethprintf %p expects void*
2007-04-04 Hallvard FurusethFix char* = const char* (text = sr->sr_text)
2007-04-04 Ralf HaferkampMoved the check for existing monitor database to the...
2007-04-03 Howard ChuITS#4879 fixes for url parse/unparse
2007-04-03 Howard ChuITS#4875 ignore zero-length st_size
2007-04-02 Howard ChuNote overlay config ordering
2007-04-02 Howard ChuITS#4904 fix delta-sync modlist free
2007-04-02 Quanah Gibson... Use correct memory free function (ITS#4901)
2007-04-01 Quanah Gibson... Fix typo
2007-04-01 Howard ChuITS#4899 fix for keys not getting cleared
2007-03-31 Howard ChuCleanup conditional arg in prev commit
2007-03-30 Ralf Haferkampuse slap_add_opattrs as discussed on -devel.
2007-03-29 Ralf HaferkampAdd operational Attributes when creating frontend and...
2007-03-29 Ralf HaferkampCreate frontend and config database entries automatical...
2007-03-26 Hallvard FurusethDo not end a potentially last line of a Makefile statem...
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 ChuMore struct cleanup
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-25 Howard ChuUse AC_MEMCPY
2007-03-25 Howard ChuRevert prev commits, didn't belong here
2007-03-25 Howard ChuFix typo in prev commit
2007-03-25 Howard ChuAdd LDAP_PF_LOCAL_SENDMSG flag
next