]> granicus.if.org Git - apache/history - modules/aaa
mod_authn_socache.c: fix creation of default socache_instance.
[apache] / modules / aaa /
2014-03-11 Jan Kalužamod_authn_socache.c: fix creation of default socache_in...
2014-01-15 Jeff Trawickfollow-up to r1554161, r1554168, r1554170, r1554175...
2014-01-03 Eric CovenerProviders defined in <AuthnProviderAlias have not been...
2013-12-30 Graham Leggettmod_authz_user: Support the expression parser within...
2013-12-30 Graham Leggettmod_authnz_host: Support the expression parser within...
2013-12-30 Graham LeggettPass the correct pointer that made it past the test...
2013-12-30 Graham LeggettPass the correct pointer that made it past the test...
2013-12-30 Graham LeggettPass the correct pointer that made it past the test...
2013-12-30 Graham Leggettmod_authnz_groupfile: Support the expression parser...
2013-12-30 Graham Leggettmod_authnz_dbm: Support the expression parser within...
2013-12-30 Graham Leggettmod_authnz_dbd: Support the expression parser within...
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-11 Graham Leggettmod_auth_form: Make the trace logging consistent throug...
2013-12-11 Graham Leggettmod_auth_form: Add a debug message when the fields...
2013-12-01 Christophe JailletFix missing spaces in messages
2013-11-12 Jeff TrawickAt least one authorizer that doesn't use libfcgi directly
2013-11-02 Christophe JailletRemove useless apr_pstrdup as done for other mod_auth...
2013-10-23 Jeff Trawickaxe some useless assignments (clang scan-build)
2013-10-14 Chris DarrochSupport optional initialization arguments for socache...
2013-10-13 Graham Leggettmod_auth_form: Make sure the optional functions are...
2013-09-26 Jeff Trawickallow building mod_authnz_fcgi with 2.4.x branch
2013-09-24 Eric CovenerChange the default value of AuthLDAPMaxSubGroupDepth...
2013-09-14 Graham Leggettmod_auth_digest: Be more specific when the realm mismat...
2013-09-11 Jeff TrawickAdd "default user id" capability for authorizers that...
2013-08-25 Eric CovenerDon't log AUTHZ_DENIED failures at ERROR level in authz...
2013-08-19 Jeff Trawickmod_authnz_fcgi: New module to enable FastCGI authorizer
2013-08-14 Chris DarrochAdd AuthBasicUseDigestAlgorithm directive to allow...
2013-07-03 Eric CovenerRestore support for the AUTH_HANDLED return code in...
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-19 Rainer JungFix "unused variable" warning.
2013-06-15 Christophe JailletCorrect typo in error message
2013-06-14 Stefan FritschMove initialization of the secret to the pre_config...
2013-06-12 Stefan FritschActually use the secret when generating nonces.
2013-05-20 Christophe JailletFix PR 54463 by removing an optional 'standard' parameter.
2013-04-16 Graham Leggettmod_auth_basic: Allow AuthBasicFake to be switched...
2013-04-02 Christophe JailletUse apr_psprintf(... "%pm"...) instead of explicit...
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2013-03-31 Stefan FritschRemove partial non-working implementation of MD5-sess...
2013-03-31 Stefan Fritschif shm initialization fails, reset client_list to avoid...
2013-03-31 Stefan FritschRemove some useless declarations that were shadowing...
2013-03-31 Stefan Fritschap_log_error already logs the error string, no need...
2013-03-31 Stefan Fritschuse apr_array for an array
2013-03-28 Ruediger Pluem* Inherit providers during merging
2013-03-18 Stefan Fritschmore simplification with ap_bin2hex()
2013-03-17 Graham LeggettRemove the Authorization header should either the usern...
2013-03-17 Graham Leggettmod_auth_basic: Add a generic mechanism to fake basic...
2013-01-15 Daniel RuggeriAdd helper function to execute command w args and get...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2013-01-01 Stefan Fritschremove unneeded include statements
2012-12-12 Gregg Lewis SmithFix various clone/edit and search/replace errors
2012-12-11 Joe Orton* modules/aaa/mod_authz_owner.h: Add header file with...
2012-12-09 Gregg Lewis SmithAdd mod_allowhandlers to Windows build
2012-12-08 Graham Leggettmod_auth_form: Make sure 500 Internal Server Error...
2012-12-04 Christophe JailletcppCheck: kill a unread variable warning
2012-11-20 Christophe JailletUse apr_is_empty_table() instead of getting a table...
2012-11-10 Christophe JailletcppCheck: Suspicious condition.
2012-11-08 Guenter KnaufAdded mod_allowhandlers to NetWare build.
2012-11-07 Stefan Fritschmod_allowhandlers: New module to forbid specific handle...
2012-10-02 Graham Leggettmod_auth_form: Make sure that get_notes_auth() sets...
2012-09-21 Graham Leggettmod_auth_form: Support the expr parser in the
2012-08-09 Jeff Trawickmod_auth_digest now respects DefaultRuntimeDir
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-07-22 Stefan FritschCorrectly log the error returned by apr_dbd_pvselect()
2012-07-15 Stefan FritschVarious code clean up
2012-06-17 Stefan FritschLog the actual problem if parsing of 'Require expr...
2012-06-17 Stefan FritschIf an expression in "Require expr" returns denied and
2012-06-17 Stefan FritschLog error if 'Require expr' fails
2012-06-16 Stefan Fritschpass the provider name to parse_require_line as pool...
2012-04-09 Stefan FritschFix parsing of Require arguments in <AuthzProviderAlias>.
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-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-04 Stefan FritschMore pointers to mod_socache*
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-12-02 Graham Leggettmod_auth_form: Use apr_status_t for the mod_session...
2011-11-30 Stefan FritschRemove some more now redundant log prefixes
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-11-12 Rainer JungChange module sets and default activation status:
2011-11-09 Jeff Trawickuse non-'const char *' while building string to avoid...
2011-11-09 Nick Kewmod_authn_socache: tidy up r1199565.
2011-11-09 Nick Kewmod_authn_socache: fix namespacing issue
2011-10-29 Guenter KnaufSome NetWare build tweaks.
2011-10-19 Stefan FritschDon't return a pointer to a stack variable
2011-10-09 Stefan FritschConsistently use base 10 for numbers when parsing confi...
2011-10-08 Nick Kewmod_authn_socache: fix it to enable initialisation...
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-08-13 Stefan FritschCompare value instead of string pointer
2011-08-13 Stefan FritschAdd ap_varbuf API for resizable buffers.
2011-08-10 Eric Covenerremove (the only) retry logic in mod_authnz_ldap's...
2011-08-07 Eric CovenerPR46214: axe some misleading DEBUG messages in mod_auth...
2011-08-05 Stefan FritschEnable ldap modules in 'all' and 'most' selections...
next