Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ authorize_user
Function
authorize_user
modules/aaa/mod_authz_core.c:919–922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
917
}
918
919
static int authorize_user(request_rec *r)
920
{
921
return authorize_user_core(r, 1);
922
}
923
924
static int authz_some_auth_required(request_rec *r)
925
{
Callers
nothing calls this directly
Calls
1
authorize_user_core
Function · 0.85
Tested by
no test coverage detected