summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_authz_groupfile.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+2
* PR64172: drop severity of AH01666Eric Covener2020-02-231-1/+1
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* as in r1517366, drop the severity in authz_groupfile when a requireEric Covener2015-01-231-1/+1
* 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_groupfile: Support the expression parser within the require direct...Graham Leggett2013-12-301-2/+34
* Don't log AUTHZ_DENIED failures at ERROR level in authz providersEric Covener2013-08-251-1/+1
* Fix PR 54463 by removing an optional 'standard' parameter.Christophe Jaillet2013-05-201-14/+4
* * modules/aaa/mod_authz_owner.h: Add header file with optional hookJoe Orton2012-12-111-4/+8
* Use apr_is_empty_table() instead of getting a table and checking the value of...Christophe Jaillet2012-11-201-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-8/+8
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-4/+9
* Allow authz providers to check args while reading the config and allowStefan Fritsch2010-09-191-2/+6
* The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch2010-07-141-6/+2
* 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/+12
* Convert common provider version strings ("0") toChris Darroch2008-05-191-2/+4
* Avoid calling access control hooks for internal requests withChris Darroch2008-04-031-4/+6
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Authz refactoringBradley Nicholes2006-01-111-104/+104
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-11/+11
* Changed cmpstri to strcasecmp as per Justin's note.Rich Bowen2005-07-211-2/+2
* The arguments to require are case-sensitive, so that "Require User" andRich Bowen2005-07-201-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-071-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* strip trailing spaces of groupnames.André Malo2003-07-141-1/+9
* finished that boring job:André Malo2003-02-031-1/+1
* add support for "require file-group"André Malo2003-01-151-36/+80
* cleanup.André Malo2003-01-061-13/+10
* there is some confusion with "yes" and "no" and "on" and "off"... ;-)Wilfredo Sanchez2002-12-081-2/+2
* Revert the examples to use AuthGroupFileJustin Erenkrantz2002-09-131-3/+3
* Upon further review, it seems silly to add z the here when we didn't addJustin Erenkrantz2002-09-131-1/+1
* fix a bad parameter to ap_log_rerror()Jeff Trawick2002-09-101-1/+1
* Stage #1 of the aaa rewrite - refactoring modules.Justin Erenkrantz2002-09-101-0/+277