auth_getstate
int auth_getstate(auth_session_t *);
DEF_WEAK(auth_getstate);
auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW));
auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW));
return (auth_getstate(as) & AUTH_ALLOW);
if (auth_getstate(as) & AUTH_ALLOW)
return (auth_getstate(as) & AUTH_ALLOW);
PROTO_NORMAL(auth_getstate);
if (!(auth_getstate(as) & AUTH_ALLOW))
authok = auth_getstate(as);
if (auth_getstate(as) & AUTH_EXPIRED)
if (auth_getstate(as) & AUTH_PWEXPIRED) {
authok = auth_getstate(as);