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

Diff for /src/usr.bin/ssh/ssh.h between version 1.8 and 1.9

version 1.8, 1999/10/05 22:18:52 version 1.9, 1999/10/07 21:45:02
Line 260 
Line 260 
   
 /* Tries to authenticate the user using password.  Returns true if  /* Tries to authenticate the user using password.  Returns true if
    authentication succeeds. */     authentication succeeds. */
 int auth_password(const char *server_user, const char *password);  int auth_password(struct passwd *pw, const char *password);
   
 /* Performs the RSA authentication dialog with the client.  This returns  /* Performs the RSA authentication dialog with the client.  This returns
    0 if the client could not be authenticated, and 1 if authentication was     0 if the client could not be authenticated, and 1 if authentication was
Line 582 
Line 582 
 #endif /* AFS */  #endif /* AFS */
   
 #endif /* KRB4 */  #endif /* KRB4 */
   
   #ifdef SKEY
   #include <skey.h>
   char *skey_fake_keyinfo(char *username);
   #endif /* SKEY */
   
 #endif /* SSH_H */  #endif /* SSH_H */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9