summaryrefslogtreecommitdiff
path: root/modules/aaa
Commit message (Expand)AuthorAgeFilesLines
* Change <RequireAll><RequireOne> to <SatisfyAll><SatisfyOne>. The keyword 'Sa...authz-devBradley Nicholes2006-01-101-6/+6
* Fix a few minor compiler errors in the merge of mod_authn_alias into mod_auth...Bradley Nicholes2006-01-072-6/+6
* Merge mod_authn_alias into mod_authn_coreBradley Nicholes2006-01-062-6/+167
* Clean up and remove dead codeBradley Nicholes2005-12-318-1167/+0
* update the todo listBradley Nicholes2005-12-311-2/+6
* Add 'granted' and 'denied' arguments to the authz 'all' provider to try to mi...Bradley Nicholes2005-12-301-3/+9
* If there aren't any providers configured, then just decline allowing other ho...Bradley Nicholes2005-12-301-4/+5
* If there isn't any authentication configured for the location, then do nothin...Bradley Nicholes2005-12-301-1/+3
* After further review, it is determined that mod_authz_default needs to remain...Bradley Nicholes2005-12-291-13/+29
* First cut at converting the host based access control directives (allow, deny...Bradley Nicholes2005-12-292-10/+184
* Implement the 'Reject' directive into authz. The 'Reject' directive acts jus...Bradley Nicholes2005-12-272-0/+13
* Remove the calls to ap_some_auth_required() from the request handling to allo...Bradley Nicholes2005-12-271-1/+1
* debugged the require_one and require_all linked list set up to make sure that...Bradley Nicholes2005-12-272-195/+284
* added the directives <RequireAll>, <RequireOne> and <RequireAlias>Bradley Nicholes2005-12-212-63/+331
* Make the authz provider changes build on NetWareBradley Nicholes2005-12-127-3/+507
* initial conversion of mod_authz_default to the provider basedBradley Nicholes2005-12-102-55/+13
* Remove the ap_requires API since it no longer fits with the new providerBradley Nicholes2005-12-101-17/+3
* Remove the AuthzXXXAuthoritative directives from all of the authzBradley Nicholes2005-12-107-66/+7
* Initial conversion of mod_authz_dbd to provider based authorizationBradley Nicholes2005-12-091-1/+81
* Initial conversion of mod_authnz_ldap to provider based authorizationBradley Nicholes2005-12-091-3/+675
* Replace the wrong get_word function with the right one.Bradley Nicholes2005-12-091-1/+1
* initial conversion of mod_authz_dbm to provider based authorizationBradley Nicholes2005-12-091-2/+149
* clean up a few loose endsBradley Nicholes2005-12-091-4/+19
* Initial conversion of mod_authz_groupfile to be provider basedBradley Nicholes2005-12-081-2/+120
* Finish initial conversion of mod_authz_ownerBradley Nicholes2005-12-082-23/+90
* start conversion of mod_authz_ownerBradley Nicholes2005-12-071-0/+66
* Split the authz type from the arguments when theBradley Nicholes2005-12-073-33/+22
* switch the internal names from authn to authn_core and authz to authz_coreBradley Nicholes2005-12-073-45/+45
* Add some to-do items to the listBradley Nicholes2005-12-062-0/+43
* Rename mod_authn -> mod_authn_core & mod_authz -> mod_authz_core perJustin Erenkrantz2005-12-062-0/+0
* Add general authn and authz modules to hold non-authxxx specific directives s...Bradley Nicholes2005-12-065-279/+432
* Still need AUTHZ_DECLINED for now, The converted mod_authz_user isBradley Nicholes2005-12-051-0/+1
* Take a quick pass through the refactored authz code. No real big changes here.Justin Erenkrantz2005-12-033-77/+57
* work out a few more bugs and now it works. Still needs some clean up and the...Bradley Nicholes2005-12-023-17/+25
* Reimplement ap_some_auth_required as an optional function since the data has ...Bradley Nicholes2005-12-021-0/+41
* convert mod_authz_user to register its require providersBradley Nicholes2005-12-013-5/+67
* first cut at moving the require directive out of mod_core and implementing it...Bradley Nicholes2005-11-302-1/+276
* First stab at a build environment for mod_authn_dbdColm MacCarthaigh2005-11-291-0/+132
* mod_authz_dbd: SQL authz with Login/Session supportNick Kew2005-11-183-0/+340
* Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProviderJustin Erenkrantz2005-11-162-30/+4
* Replace dodgy cast with ap_set_string_slotNick Kew2005-11-151-2/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-1013-156/+156
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-4/+4
* Change directives from OR_AUTHCFG to ACCESS_CONFNick Kew2005-10-301-5/+5
* Faffing about with colon-delimiters (originally copied from mod_authn_dbm)Nick Kew2005-10-181-13/+0
* get properties rightAndré Malo2005-10-171-250/+250
* Add mod_authn_dbd to the NetWare buildBradley Nicholes2005-10-172-0/+251
* Add mod_authn_dbd to buildNick Kew2005-10-141-0/+1
* Add mod_authn_dbdNick Kew2005-10-141-0/+230
* Start of getpid()/%d confusion fix...Jim Jagielski2005-08-311-41/+44