summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authz_dbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix select-groups example, bz 66010Giovanni Bechis2022-04-201-2/+2
* Fix a segmentation fault if AuthzDBDQuery is not set.Christophe Jaillet2017-09-211-2/+8
* Use ap_array_str_contains to simplify codeChristophe Jaillet2016-03-051-17/+15
* mod_authz_dbd: Avoid a crash when lacking correct DB access permissions. PR 5...Yann Ylavic2015-07-011-0/+13
* mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetimeYann Ylavic2015-05-131-4/+6
* follow-up to r1554161, r1554168, r1554170, r1554175, r1554188, and r1554195:Jeff Trawick2014-01-151-1/+1
* Pass the correct pointer that made it past the test suite.Graham Leggett2013-12-301-1/+1
* mod_authnz_dbd: Support the expression parser within the require directives.Graham Leggett2013-12-301-2/+34
* cppCheck: Suspicious condition.Christophe Jaillet2012-11-101-1/+1
* Correctly log the error returned by apr_dbd_pvselect()Stefan Fritsch2012-07-221-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-11/+11
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-0/+3
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-3/+9
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-9/+3
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Prior to authn/z refactoring in r368027, if authorization RequireChris Darroch2008-10-161-0/+18
* Convert common provider version strings ("0") toChris Darroch2008-05-201-3/+6
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-6/+9
* Return AUTHZ_GRANTED not AUTHZ_DENIED when redirecting afterChris Darroch2008-03-251-10/+7
* You can't borrow AP_ namespace for imports/exports.William A. Rowe Jr2007-08-241-1/+5
* update license header textRoy T. Fielding2006-07-111-6/+6
* Authz refactoringBradley Nicholes2006-01-111-50/+64
* mod_authz_dbd: SQL authz with Login/Session supportNick Kew2005-11-181-0/+316