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

Diff for /src/usr.bin/ssh/auth-rhosts.c between version 1.23 and 1.23.2.1

version 1.23, 2001/04/12 19:15:24 version 1.23.2.1, 2001/09/27 19:03:54
Line 34 
Line 34 
  * based on the file, and returns zero otherwise.   * based on the file, and returns zero otherwise.
  */   */
   
 int  static int
 check_rhosts_file(const char *filename, const char *hostname,  check_rhosts_file(const char *filename, const char *hostname,
                   const char *ipaddr, const char *client_user,                    const char *ipaddr, const char *client_user,
                   const char *server_user)                    const char *server_user)

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.23.2.1