[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.52 and 1.53

version 1.52, 2006/03/25 22:22:42 version 1.53, 2006/04/20 09:27:09
Line 47 
Line 47 
 typedef struct KbdintDevice KbdintDevice;  typedef struct KbdintDevice KbdintDevice;
   
 struct Authctxt {  struct Authctxt {
         int              success;          sig_atomic_t     success;
         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.52  
changed lines
  Added in v.1.53