Home
last modified time | relevance | path

Searched refs:bsdauth_approval (Results 1 – 3 of 3) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/auth/
H A Dbsdauth.c172 bsdauth_approval(struct passwd *pw, sudo_auth *auth, bool exempt) in bsdauth_approval() function
175 debug_decl(bsdauth_approval, SUDOERS_DEBUG_AUTH); in bsdauth_approval()
H A Dsudo_auth.h61 int bsdauth_approval(struct passwd *pw, sudo_auth *auth, bool exempt);
H A Dsudo_auth.c66 …AUTH_ENTRY("bsdauth", FLAG_STANDALONE, bsdauth_init, NULL, bsdauth_verify, bsdauth_approval, bsdau…