Searched refs:MON_ALOG (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c217 #define MON_ALOG 0x0020 /* Log auth attempt without authenticating */ macro
285 {MONITOR_REQ_RSAKEYALLOWED, MON_ISAUTH|MON_ALOG, mm_answer_rsa_keyallowed},
286 {MONITOR_REQ_KEYALLOWED, MON_ISAUTH|MON_ALOG, mm_answer_keyallowed},
424 if (ent->flags & (MON_AUTHDECIDE|MON_ALOG)) {

Completed in 63 milliseconds