]> granicus.if.org Git - apache/history - modules/aaa/mod_authnz_ldap.c
move a temporary table from r->pool to a temporary
[apache] / modules / aaa / mod_authnz_ldap.c
2014-01-15 Jeff Trawickfollow-up to r1554161, r1554168, r1554170, r1554175...
2013-12-30 Graham Leggettmod_authnz_ldap: Support the expression parser within...
2013-12-26 Eric Covenerupdate comments for two r->user related directives.
2013-12-17 Eric CovenerLog a warning when the LDAP authn provider is configure...
2013-12-01 Christophe JailletFix missing spaces in messages
2013-09-24 Eric CovenerChange the default value of AuthLDAPMaxSubGroupDepth...
2013-06-27 Eric Covenerauthnzldap: support "none" as a filter to suppress...
2013-06-24 Eric Covenerrevert r1496183, leave at DEBUG. This not a subgroup...
2013-06-24 Eric Covenerattribute and error reason reversed
2013-06-24 Eric CovenerDrop severity from DEBUG to trace4: "... didn't match...
2013-06-15 Christophe JailletCorrect typo in error message
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2012-01-13 Eric Covenerwhitespace only: shift a block refactored in r1231255...
2012-01-13 Eric Covener *) mod_authnz_ldap: Don't try a potentially expensive...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-13 Stefan FritschCompare value instead of string pointer
2011-08-10 Eric Covenerremove (the only) retry logic in mod_authnz_ldap's...
2011-07-23 Stefan FritschMerge branch revert-ap-ldap:
2011-07-23 Stefan FritschRevert r1129808:
2011-07-23 Stefan FritschRevert r1140069:
2011-06-27 Joe OrtonFix load order dependencies in LDAP code by switching...
2011-06-22 Stefan FritschVarious code cleanup
2011-05-31 William A. Rowe JrIncorporate the ap_ldap incomplete API, as there is...
2011-05-21 Stefan FritschSome LDAP servers (wrongly) return LDAP_CONSTRAINT_VIOL...
2011-05-08 Eric CovenerPR51163: Resolve crashes when LDAP is used for authoriz...
2011-04-04 Eric Covener* add the constructed filter at TRACE1 to authn, and...
2010-09-19 Stefan FritschAllow authz providers to check args while reading the...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-06-20 Stefan Fritschmore pid logging cleanup
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-01 Eric CovenerWhen checking direct group membership, interpret LDAP_N...
2010-06-01 Eric Covenermod_authnz_ldap: Search or Comparison during authorizat...
2010-05-31 Ruediger Pluem* Fix compiler warning
2010-05-29 Eric Covenermod_authnz_ldap: Allow the initial DN lookup to bind...
2010-05-29 Eric CovenerAllow mod_authnz_ldap to set environment variables...
2010-01-24 Stefan Fritschmod_authnz_ldap: If AuthLDAPCharsetConfig is set, also...
2010-01-24 Eric CovenerChange LDAP authentication failures (user->DN or passwo...
2009-11-18 Eric CovenerAdd AuthLDAPBindAuthoritative to allow other authentica...
2009-02-17 Jeff Trawickfix the name of this module in an error log message
2009-01-09 Paul J. Reder mod_authnz_ldap: Reduce number of initialization debug...
2008-10-22 Chris DarrochImplement checks for NULL r->user as per r705361.
2008-09-09 Nick Kewmod_authnz_ldap: avoid returning NULL env vars
2008-07-22 Eric Covenerrevert r672639 which lacked a necessary major bump...
2008-06-29 Eric Covenercaught by Ruediger
2008-06-29 Eric Covenermod_auth_digest: Detect during startup when AuthDigestP...
2008-05-19 Chris DarrochConvert common provider version strings ("0") to
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-03-04 Eric Covenerreturn AUTHZ_GRANTED instead of OK from the LDAP nested...
2007-12-31 Eric CovenerWhen using the MS SDK, re-establish LDAP backend connec...
2007-11-30 Paul J. RederOoops. Not sure why this didn't get deleted in the...
2007-11-30 Paul J. RederRemove code that was both memory intensive and unnecess...
2007-11-30 Paul J. RederImprove logged information and fix broken doc.
2007-09-01 Graham Leggettmod_authnz_ldap, mod_authn_dbd: Tidy up the code to...
2007-08-06 Jim Jagielskidetabify
2007-07-27 Paul J. Reder mod_ldap, mod_authnzldap: Add support for nested group...
2007-07-19 Eric Covenerrevert revision 555470
2007-07-12 Eric CovenerThis data is passed in an unsafe way to the LDAP SDK...
2006-10-22 Graham Leggettmod_authn_dbd: Export any additional columns queried...
2006-10-12 Graham Leggettmod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-12 Jeff Trawickspellcheck
2006-06-02 Bradley NicholesFix a problem with invalid auth error detection for...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-16 Jeff TrawickClean up some string manipulation.
2006-01-11 Bradley NicholesAuthz refactoring
2005-12-20 William A. Rowe Jr This shift was treated in 32 bit scope, then masked...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-31 Jim JagielskiStart of getpid()/%d confusion fix...
2005-08-08 Jim JagielskiEnsure that req->dn is valid for the util_ldap_cache_co...
2005-07-28 Joe Orton* modules/ldap/util_ldap.c, modules/aaa/mod_authnz_ldap...
2005-07-27 Joe Orton* modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_...
2005-05-06 Bradley NicholesBacking out the AuthLDAPAllowDNAuth patch from r168016...
2005-05-03 Bradley NicholesAdd the directive AuthLDAPAllowDNAuth to allow a user...
2005-03-31 Bradley NicholesImplement the exported function from mod_ldap(util_ldap...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Bradley NicholesAllow AuthLDAPURL to override the default connection...
2005-01-05 William A. Rowe Jr Correct the order of includes to follow httpd convent...
2004-11-21 William A. Rowe Jr Axe a dead variable
2004-11-05 Bradley NicholesReturn the correct error when the user object is not...
2004-11-05 Bradley NicholesAdded the directive "Requires ldap-filter" that allows...
2004-11-03 Bradley NicholesAdded the directive "Requires ldap-attribute" that...
2004-11-02 Bradley NicholesAllow mod_authnz_ldap authorization functionality to...
2004-10-12 Joe Orton* modules/aaa/mod_authnz_ldap.c: Fix /*-within-comment...
2004-10-04 Graham Leggettmod_auth_ldap: Handle the inconsistent way in which...
2004-08-19 Bradley NicholesClean up some compiler warnings
2004-08-18 Graham LeggettClarify an error message to tell the user what to do...
2004-08-17 Bradley NicholesRe-structure the auth_ldap module to fit the new authen...