Home
last modified time | relevance | path

Searched refs:AUTH_ALLOW (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/lib/libc/gen/
Dauthenticate.c265 auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW)); in auth_approval()
276 auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW)); in auth_approval()
292 return (auth_getstate(as) & AUTH_ALLOW); in auth_approval()
450 if (auth_getstate(as) & AUTH_ALLOW) in auth_userresponse()
454 return (auth_getstate(as) & AUTH_ALLOW); in auth_userresponse()
Dauth_subr.c239 s = as->state & AUTH_ALLOW; in auth_close()
720 as->state &= ~AUTH_ALLOW; in auth_check_expire()
732 as->state &= ~AUTH_ALLOW; in auth_check_expire()
746 as->state &= ~AUTH_ALLOW; in auth_check_change()
758 as->state &= ~AUTH_ALLOW; in auth_check_change()
946 as->state &= ~AUTH_ALLOW; in auth_call()
948 okay = as->state & AUTH_ALLOW; in auth_call()
/mirbsd/src/include/
Dlogin_cap.h83 #define AUTH_ALLOW (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE) macro
/mirbsd/src/usr.bin/login/
Dlogin.c368 if (!(auth_getstate(as) & AUTH_ALLOW)) in main()
507 if ((authok & AUTH_ALLOW) == 0) in main()
/mirbsd/src/usr.bin/su/
Dsu.c359 if ((authok & AUTH_ALLOW) == 0) { in verify_user()