Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sudo/auth/
Dsudo_auth.h42 #define FLAG_ONEANDONLY 0x04 /* one and only auth method */ macro
47 #define IS_ONEANDONLY(x) ((x)->flags & FLAG_ONEANDONLY)
DAPI42 FLAG_ONEANDONLY If set, this indicates that the method is the
127 auth routines check the FLAG_ONEANDONLY flag to see if
Dsudo_auth.c121 SET(auth_switch[0].flags, FLAG_ONEANDONLY);