[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.14 and 1.15

version 1.14, 2001/03/28 22:43:31 version 1.15, 2001/04/12 19:15:24
Line 58 
Line 58 
  */   */
 int     auth_rhosts(struct passwd * pw, const char *client_user);  int     auth_rhosts(struct passwd * pw, const char *client_user);
   
   /* extended interface similar to auth_rhosts() */
   int
   auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname,
       const char *ipaddr);
   
 /*  /*
  * Tries to authenticate the user using the .rhosts file and the host using   * Tries to authenticate the user using the .rhosts file and the host using
  * its host key.  Returns true if authentication succeeds.   * its host key.  Returns true if authentication succeeds.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15