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