[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.15 and 1.16

version 1.15, 1999/10/28 08:43:10 version 1.16, 1999/11/02 19:10:15
Line 574 
Line 574 
   
 /* Accept passed Kerberos v4 ticket-granting ticket and AFS tokens. */  /* Accept passed Kerberos v4 ticket-granting ticket and AFS tokens. */
 int auth_kerberos_tgt(struct passwd *pw, const char *string);  int auth_kerberos_tgt(struct passwd *pw, const char *string);
 int auth_afs_token(char *server_user, uid_t uid, const char *string);  int auth_afs_token(struct passwd *pw, const char *token_string);
   
 int creds_to_radix(CREDENTIALS *creds, unsigned char *buf);  int creds_to_radix(CREDENTIALS *creds, unsigned char *buf);
 int radix_to_creds(const char *buf, CREDENTIALS *creds);  int radix_to_creds(const char *buf, CREDENTIALS *creds);

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