summaryrefslogtreecommitdiffstats
path: root/modules/aaa (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow building mod_authnz_fcgi with 2.4.x branchJeff Trawick2013-09-261-1/+6
* Change the default value of AuthLDAPMaxSubGroupDepth, so sub-group searchingEric Covener2013-09-241-1/+1
* mod_auth_digest: Be more specific when the realm mismatches because theGraham Leggett2013-09-141-1/+9
* Add "default user id" capability for authorizers that handleJeff Trawick2013-09-111-1/+12
* Don't log AUTHZ_DENIED failures at ERROR level in authz providersEric Covener2013-08-252-2/+2
* mod_authnz_fcgi: New module to enable FastCGI authorizerJeff Trawick2013-08-192-0/+1356
* Add AuthBasicUseDigestAlgorithm directive to allow migration ofChris Darroch2013-08-141-1/+61
* Restore support for the AUTH_HANDLED return code in AUTHN providers,Eric Covener2013-07-032-0/+6
* authnzldap: support "none" as a filter to suppress using a search filter,Eric Covener2013-06-271-3/+23
* revert r1496183, leave at DEBUG. This not a subgroup message.Eric Covener2013-06-241-1/+1
* attribute and error reason reversedEric Covener2013-06-241-1/+1
* Drop severity from DEBUG to trace4: "... didn't match with attr DN failed gro...Eric Covener2013-06-241-1/+1
* Fix "unused variable" warning.Rainer Jung2013-06-191-1/+1
* Correct typo in error messageChristophe Jaillet2013-06-151-1/+1
* Move initialization of the secret to the pre_config hook. UseStefan Fritsch2013-06-141-53/+20
* Actually use the secret when generating nonces.Stefan Fritsch2013-06-121-12/+47
* Fix PR 54463 by removing an optional 'standard' parameter.Christophe Jaillet2013-05-202-27/+7
* mod_auth_basic: Allow AuthBasicFake to be switched off for an URL space.Graham Leggett2013-04-161-17/+39
* Use apr_psprintf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-021-4/+2
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-7/+3
* Remove partial non-working implementation of MD5-sess and qop=auth-int.Stefan Fritsch2013-03-311-160/+19
* if shm initialization fails, reset client_list to avoid crashesStefan Fritsch2013-03-311-0/+2
* Remove some useless declarations that were shadowing other localStefan Fritsch2013-03-311-1/+1
* ap_log_error already logs the error string, no need to log it twiceStefan Fritsch2013-03-311-3/+1
* use apr_array for an arrayStefan Fritsch2013-03-311-33/+20
* * Inherit providers during mergingRuediger Pluem2013-03-281-0/+2
* more simplification with ap_bin2hex()Stefan Fritsch2013-03-181-8/+1
* Remove the Authorization header should either the username or the passwordGraham Leggett2013-03-171-0/+6
* mod_auth_basic: Add a generic mechanism to fake basic authenticationGraham Leggett2013-03-171-6/+118
* Add helper function to execute command w args and get one line of output. All...Daniel Ruggeri2013-01-151-2/+38
* Add some caching for password hash validation.Stefan Fritsch2013-01-014-7/+4
* remove unneeded include statementsStefan Fritsch2013-01-012-2/+0
* Fix various clone/edit and search/replace errorsGregg Lewis Smith2012-12-124-8/+8
* * modules/aaa/mod_authz_owner.h: Add header file with optional hookJoe Orton2012-12-114-11/+43
* Add mod_allowhandlers to Windows buildGregg Lewis Smith2012-12-091-0/+111
* mod_auth_form: Make sure 500 Internal Server Error is returned should an errorGraham Leggett2012-12-081-5/+10
* cppCheck: kill a unread variable warningChristophe Jaillet2012-12-041-2/+1
* Use apr_is_empty_table() instead of getting a table and checking the value of...Christophe Jaillet2012-11-201-2/+2
* cppCheck: Suspicious condition.Christophe Jaillet2012-11-101-1/+1
* Added mod_allowhandlers to NetWare build.Guenter Knauf2012-11-082-0/+249
* mod_allowhandlers: New module to forbid specific handlers for specificStefan Fritsch2012-11-072-0/+144
* mod_auth_form: Make sure that get_notes_auth() sets the user as doesGraham Leggett2012-10-021-10/+16
* mod_auth_form: Support the expr parser in theGraham Leggett2012-09-211-11/+82
* mod_auth_digest now respects DefaultRuntimeDirJeff Trawick2012-08-091-11/+2
* NetWare build tweaks.Guenter Knauf2012-08-0915-16/+16
* Correctly log the error returned by apr_dbd_pvselect()Stefan Fritsch2012-07-222-8/+13
* Various code clean upStefan Fritsch2012-07-151-6/+3
* Log the actual problem if parsing of 'Require expr' failsStefan Fritsch2012-06-171-1/+3
* If an expression in "Require expr" returns denied andStefan Fritsch2012-06-171-18/+47
* Log error if 'Require expr' failsStefan Fritsch2012-06-171-3/+10