]> granicus.if.org Git - apache/history - modules/ldap
solve getpid() process.h function order
[apache] / 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
2009-10-31 Eric CovenerStop trying to set the referral HOP limit on each conne...
2009-10-30 Eric Coveneradd LDAPLibraryDebug directive to mod_ldap to turn on
2009-10-06 Stefan FritschWork around broken cache management in mod_ldap: If...
2009-09-13 Eric CovenerBring the LDAPCacheEntries and LDAPOpCacheEntries usage...
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-03-28 Ruediger Pluem* Make LDAP working with APR 2.0 again by using apr...
2009-01-25 Jeff Trawickfix spelling in debug log message
2009-01-16 Jeff Trawicktweak the referral/hoplimit ldap option logic to save...
2008-12-16 Paul J. Reder*) mod_ldap: Avoid a segfault when result->rc is checke...
2008-12-02 Ruediger Pluem* Another set of missed renames.
2008-06-05 William A. Rowe JrFor *trunk/* development, presume at least apr-1.3...
2008-04-09 Bradley NicholesMove the initialization of rebind to the post_config...
2008-03-07 Eric Covener* mod_ldap: Correctly return all requested attribute...
2008-02-14 Paul J. RederThe ordering of arguments in the directive desctiptions...
2008-02-08 Tony StevensonAs per PR 41823 - s/apache.exe/httpd.exe
2008-02-06 Ruediger Pluem* Fix a typo (timout -> timeout)
2008-01-24 Paul J. RederReduced the bumpiness (from major to minor) and utilize...
2008-01-23 Paul J. RederThis adds Apache support (taking advantage of the new...
2008-01-01 Eric CovenerReview comments from Ruediger on r607766:
2007-12-31 Eric CovenerWhen using the MS SDK, re-establish LDAP backend connec...
2007-12-24 Ruediger Pluem* Set character set for HTML outputs generated by mod_ldap,
2007-11-30 Paul J. RederFinal stage in this ldap commitathon. This fixes some...
2007-11-30 Paul J. RederClear the reason pointer when the connection is cleaned...
2007-11-30 Paul J. RederDo a better job of checking managing memory during...
2007-11-30 Paul J. RederGet rid of some compiler warnings.
2007-11-29 Guenter Knauffixed var declaration in the middle of code.
2007-11-28 Eric CovenerPerform all per-LDAP-backend related memory allocations...
2007-11-28 Ruediger Pluem* No functional change: Style. Fix linebreaks to make...
2007-11-28 Ruediger Pluem* Remove unused variable and thus remove compiler warning
2007-11-28 Ruediger Pluem* No need for an else block here because we do a return...
2007-11-28 Paul J. RederStage 3 of refactoring. This reverses a couple of if...
2007-11-27 Paul J. RederRefactoring stage 2. This commit moves a large chunk...
2007-11-27 Paul J. RederAltered some comments and minor formatting of log calls...
2007-11-20 Paul J. RederRemove mistaken fix. Just checking if peer review was...
2007-11-16 Paul J. RederA quick fix to avoid potential memory issues.
2007-11-11 Eric Covenerfix to http://svn.apache.org/viewvc?rev=591499&view...
2007-11-08 Eric Covenerwhile technically uldap_connection_cleanup() does leave...
2007-11-07 Eric CovenerStop registering a cleanup on each LDAP connection...
2007-11-02 Eric Covenerspurious 401s with message "DN has not been defined...
2007-11-02 Eric Covenerfix pool misuse around mod_ldap's connection cache...
2007-08-27 Jeff Trawickbetter apr_ctime() usage
2007-08-17 Eric CovenerAFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts...
2007-08-02 Paul J. RederA couple of cleanups to the nested group code based...
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-19 Eric CovenerCopy the enum into an integer before sending off to...
2007-07-19 Eric Covenerrevert revision 555470
2007-07-12 Eric CovenerRemove dead macros for certificate types that are alrea...
2007-07-12 Eric CovenerThis data is passed in an unsafe way to the LDAP SDK...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-03-13 Bradley NicholesRemove the hardcoded size limit parameter for ldap_sear...
2007-02-19 Jeff Trawickmod_ldap: Fix the search limit parameter to ldap_search...
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-09 Jim Jagielskiformat change. no functional change.
2006-11-08 Bradley NicholesBetter detection and clean up of ldap connection that...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
next