[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.41 and 1.42

version 1.41, 2007/08/23 02:49:43 version 1.42, 2007/08/23 02:55:51
Line 38 
Line 38 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <login_cap.h>
 #include <pwd.h>  #include <pwd.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
Line 57 
Line 58 
 int sys_auth_passwd(Authctxt *, const char *);  int sys_auth_passwd(Authctxt *, const char *);
   
 extern login_cap_t *lc;  extern login_cap_t *lc;
   
   
 #define DAY             (24L * 60 * 60) /* 1 day in seconds */  #define DAY             (24L * 60 * 60) /* 1 day in seconds */
 #define TWO_WEEKS       (2L * 7 * DAY)  /* 2 weeks in seconds */  #define TWO_WEEKS       (2L * 7 * DAY)  /* 2 weeks in seconds */

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42