[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.12 and 1.13

version 1.12, 2000/04/12 09:39:09 version 1.13, 2000/04/14 10:30:29
Line 1 
Line 1 
 /*  /*
  *   *
  * auth-rh-rsa.c   * auth-rh-rsa.c
  *   *
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  *   *
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved   *                    All rights reserved
  *   *
  * Created: Sun May  7 03:08:06 1995 ylo   * Created: Sun May  7 03:08:06 1995 ylo
  *   *
  * Rhosts or /etc/hosts.equiv authentication combined with RSA host   * Rhosts or /etc/hosts.equiv authentication combined with RSA host
  * authentication.   * authentication.
  *   *
Line 33 
Line 33 
  * its host key.  Returns true if authentication succeeds.   * its host key.  Returns true if authentication succeeds.
  */   */
   
 int  int
 auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key)  auth_rhosts_rsa(struct passwd *pw, const char *client_user, RSA *client_host_key)
 {  {
         extern ServerOptions options;          extern ServerOptions options;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13