]> granicus.if.org Git - apache/history - modules/ldap
Remove some spaces between some return statements and ';' + fix a strange formating...
[apache] / modules / ldap /
2014-10-20 Christophe JailletFix strange indent.
2014-07-26 Eric CovenerIn 2.4.10, AuthLDAPBindDN might not be used for some...
2014-07-05 Eric Covenermake LDAPConnectionPoolTTL more conservative, use r...
2013-10-01 Eric CovenerDon't use a hardcoded cn=* in case the subgroup has...
2013-09-26 Jean-Frederic Clerearrange previous fix.
2013-09-26 Jeff TrawickFollow-up to r1526436: Fix compilation error
2013-09-26 Jean-Frederic ClereFix for PR 54626.
2013-09-11 Eric Covenerrevert comments in r1521973, may be more misleadin...
2013-09-11 Eric Covenercomments only, before I task switch.
2013-08-25 Eric Covener"LDAPReferrals off" does not disable LDAPReferrals...
2013-08-04 Eric Covenerremove nested retry loop, uldap_connection_open retries.
2013-08-04 Eric Coveneradd TRACE5 messages around each LDAP retry
2013-08-04 Eric Covenerretry during a timeout in uldap_cache_checkuserid(...
2013-08-04 Eric Covenerdon't retry if uldap_connection_open() fails, because...
2013-07-17 Christophe JailletUnlikely potential memory leak.
2013-06-24 Eric Covenerre-try LDAP connections in a few authz paths.
2013-06-24 Eric CovenerDrop severity of "LDAP: Setting referrals to ON" from...
2013-06-24 Eric Coveneruldap_simple_bind was subsequently rewritten to use...
2013-06-24 Eric Covenerprevent excessive delays retrying new connections that...
2013-03-04 Eric CovenerPR54587: LDAP connections used for authn were not respe...
2012-12-10 Christophe JailletNo need to clear memory that is fully initialized just...
2012-12-08 Stefan FritschCVE-2012-3499
2012-10-14 Christophe JailletNo need it apr_pcalloc here, the memory is fully initia...
2012-08-10 Jeff Trawickmake LDAPSharedCacheFile relative to DefaultRuntimeDir
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-05 Jeff Trawickbytes is not a unit of filename
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Stefan FritschFix segfault with Solaris LDAP SDK when enabling ldaps.
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-08 Eric Covenerno termination of the loop in 1166823.
2011-09-08 Eric Covenermod_ldap: Optional function uldap_ssl_supported(r)...
2011-09-08 Eric CovenerThe default timeout value of 10s lives in two places...
2011-08-14 Eric Coveners/lderrno/uldap_ld_errno, but keep it internal.
2011-08-14 Eric Coveneradd a static method to retrieve the LDAP errno, and...
2011-08-13 Stefan FritschCompare value instead of string pointer
2011-08-12 Eric CovenerAccept LDAP_OPT_CONNECT_TIMEOUT as an alternative to...
2011-08-11 Eric Covenermod_ldap: remove hard-coded loops of 10 retries w/o...
2011-08-10 Eric CovenerTry to obtain the specific LDAP error code returned...
2011-08-05 Stefan FritschEnable ldap modules in 'all' and 'most' selections...
2011-07-23 Rainer JungBring part some parts of r1142938 which were removed
2011-07-23 Stefan FritschMerge branch revert-ap-ldap:
2011-07-23 Stefan FritschRevert r1129808:
2011-07-23 Stefan FritschRevert r1129886:
2011-07-23 Stefan FritschRevert r1129891:
2011-07-23 Stefan FritschRevert r1129956:
2011-07-23 Stefan FritschRevert r1130186:
2011-07-23 Stefan FritschRevert r1131393:
2011-07-23 Stefan FritschRevert r1140069:
2011-07-23 Stefan FritschRevert r1141201:
2011-07-05 Rainer JungAllow to specify module specific custom linker flags
2011-07-04 Rainer JungSilence compiler warnings.
2011-06-29 Stefan FritschFix compilation error due to missing LDAP_DECLARE defin...
2011-06-27 Joe OrtonFix load order dependencies in LDAP code by switching...
2011-06-24 Stefan FritschFix "statement not reached" warnings with sun cc
2011-06-04 Stefan FritschSeveral fixes for the ap_ldap build logic. This should...
2011-06-01 Eric CovenerPR51307: Fix ldap_rebind build error when ldap is enabl...
2011-05-31 William A. Rowe JrFix include path relative to modules/ldap/
2011-05-31 William A. Rowe JrLDAP_DECLARE Header adjustment for nw/win32
2011-05-31 William A. Rowe JrShift declaration logic of LDAP_DECLARE to ap_ldap...
2011-05-31 William A. Rowe JrIncorporate the ap_ldap incomplete API, as there is...
2011-04-26 Stefan FritschFix double free in out-of-mem situation
2011-04-25 Stefan Fritschmod_ldap: Make LDAPSharedCacheSize 0 create a non-share...
2011-03-29 William A. Rowe JrNote util_ldap.h for convenience
2011-03-28 Eric Coveneralways use (via break) the LDAP connection we're lookin...
2011-03-28 Eric Covenerfix incorrect type of LDAP connection pool member,...
2011-03-18 Guenter KnaufUse a var INSTALLBASE to simplify NetWare installation...
2011-03-18 Guenter KnaufUse var for prelude so its possible to change it at...
2011-03-13 Eric Covenerchange all the negative values for LDAPConnPoolTTL...
2011-03-12 Eric Covener *) mod_ldap: Add LDAPConnectionPoolTTL to give control...
2011-03-12 Eric Covenerifdef 0-out uldap_connection_remove(), which is not...
2011-03-12 Eric CovenerLay some groundwork for improvements to the connection...
2011-03-12 Eric Covenerwhitespace-only: re-indent the blocks I wrapped in...
2011-03-12 Eric Coveneravoid apr_ldap_rebind_{add,remove} when referral chasin...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-03-08 Guenter KnaufNetWare build overhaul in order to compile on Linux.
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-10-19 Graham LeggettAvoid unnecessariy initialisation before we test ldap...
2010-08-18 Stefan FritschProperly check the result returned by apr_ldap_init...
2010-08-03 Stefan Fritschset free()d pointers to NULL to avoid potential use...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-11 Eric Covenerwhitespace only
2010-06-20 Stefan Fritschwhitespace/indent fixes
2010-06-20 Stefan Fritsch- add some trace logging
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-04 Eric CovenerThe rest of this cache display method just writes its...
2010-06-04 Eric Covenerwhen we actually get a per-server config in a vhost...
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-04-05 Stefan Fritschfix more errors found by cppcheck
2010-02-24 Eric Covenermake some sense of the difference between "Client"...
2010-02-23 Eric Covenermod_ldap: Eliminate a potential crash with multiple...
2010-01-24 Stefan FritschMove the ldap_simple_bind() + ldap_result() code implem...
2010-01-13 Ruediger Pluem* Fix compiler warning about wrong format
2010-01-11 Stefan FritschIntroduce new config option LDAPTimeout to set the...
2009-11-29 Guenter Knaufblock setting debug level if AP_LDAP_OPT_DEBUG is not...
2009-11-24 Jeff Trawicktweaks to r883540:
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-10-31 Eric Covenerrequire LDAPReferralHopLimit > 0
next