[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.h between version 1.57 and 1.58

version 1.57, 2006/08/03 03:34:41 version 1.58, 2006/08/18 09:15:20
Line 48 
Line 48 
   
 struct Authctxt {  struct Authctxt {
         sig_atomic_t     success;          sig_atomic_t     success;
           int              authenticated; /* authenticated and alarms cancelled */
         int              postponed;     /* authentication needs another step */          int              postponed;     /* authentication needs another step */
         int              valid;         /* user exists and is allowed to login */          int              valid;         /* user exists and is allowed to login */
         int              attempt;          int              attempt;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58