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

Diff for /src/usr.bin/ssh/auth2.c between version 1.42 and 1.43

version 1.42, 2001/02/13 22:49:40 version 1.43, 2001/02/22 21:59:44
Line 47 
Line 47 
 #include "pathnames.h"  #include "pathnames.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "auth-options.h"  #include "auth-options.h"
   #include "misc.h"
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
Line 71 
Line 72 
   
 /* helper */  /* helper */
 Authmethod      *authmethod_lookup(const char *name);  Authmethod      *authmethod_lookup(const char *name);
 struct passwd   *pwcopy(struct passwd *pw);  
 int     user_key_allowed(struct passwd *pw, Key *key);  int     user_key_allowed(struct passwd *pw, Key *key);
 char    *authmethods_get(void);  char    *authmethods_get(void);
   

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