Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ auth_hostok
Function
auth_hostok
tools/libutil/login_ok.c:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
*/
205
206
int
207
auth_hostok(login_cap_t *lc, const char *host, const char *ip)
208
{
209
return login_hostok(lc, host, ip,
"host.allow"
,
"host.deny"
);
210
}
211
212
213
/*
Callers
nothing calls this directly
Calls
1
login_hostok
Function · 0.85
Tested by
no test coverage detected