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

Diff for /src/usr.bin/ssh/Attic/auth-rh-rsa.c between version 1.33 and 1.34

version 1.33, 2002/03/19 10:49:35 version 1.34, 2002/03/25 09:25:06
Line 30 
Line 30 
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
   
 /*  
  * Tries to authenticate the user using the .rhosts file and the host using  
  * its host key.  Returns true if authentication succeeds.  
  */  
   
 int  int
 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,  auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,
     Key *client_host_key)      Key *client_host_key)

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