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

Diff for /src/usr.bin/ssh/auth-passwd.c between version 1.32 and 1.33

version 1.32, 2005/01/21 08:32:02 version 1.33, 2005/01/24 11:47:13
Line 101 
Line 101 
   
         pwtimeleft = auth_check_change(as);          pwtimeleft = auth_check_change(as);
         actimeleft = auth_check_expire(as);          actimeleft = auth_check_expire(as);
 #if HAVE_LOGIN_CAP  #ifdef HAVE_LOGIN_CAP
         if (authctxt->valid) {          if (authctxt->valid) {
                 pwwarntime = login_getcaptime(lc, "password-warn", TWO_WEEKS,                  pwwarntime = login_getcaptime(lc, "password-warn", TWO_WEEKS,
                     TWO_WEEKS);                      TWO_WEEKS);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33