[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.83 and 1.84

version 1.83, 2015/05/01 03:23:51 version 1.84, 2015/05/08 06:41:56
Line 51 
Line 51 
         int              valid;         /* user exists and is allowed to login */          int              valid;         /* user exists and is allowed to login */
         int              attempt;          int              attempt;
         int              failures;          int              failures;
         int              server_caused_failure;          int              server_caused_failure;
         int              force_pwchange;          int              force_pwchange;
         char            *user;          /* username sent by the client */          char            *user;          /* username sent by the client */
         char            *service;          char            *service;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84