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

Diff for /src/usr.bin/ssh/Attic/auth-krb4.c between version 1.13 and 1.14

version 1.13, 2000/03/21 23:11:10 version 1.14, 2000/04/14 10:30:29
Line 19 
Line 19 
  * return 1 on success, 0 on failure, -1 if krb4 is not available   * return 1 on success, 0 on failure, -1 if krb4 is not available
  */   */
   
 int  int
 auth_krb4_password(struct passwd * pw, const char *password)  auth_krb4_password(struct passwd * pw, const char *password)
 {  {
         AUTH_DAT adata;          AUTH_DAT adata;
Line 135 
Line 135 
         }          }
 }  }
   
 int  int
 krb4_init(uid_t uid)  krb4_init(uid_t uid)
 {  {
         static int cleanup_registered = 0;          static int cleanup_registered = 0;
Line 179 
Line 179 
         return 0;          return 0;
 }  }
   
 int  int
 auth_krb4(const char *server_user, KTEXT auth, char **client)  auth_krb4(const char *server_user, KTEXT auth, char **client)
 {  {
         AUTH_DAT adat = {0};          AUTH_DAT adat = {0};
Line 252 
Line 252 
 #endif /* KRB4 */  #endif /* KRB4 */
   
 #ifdef AFS  #ifdef AFS
 int  int
 auth_kerberos_tgt(struct passwd *pw, const char *string)  auth_kerberos_tgt(struct passwd *pw, const char *string)
 {  {
         CREDENTIALS creds;          CREDENTIALS creds;
Line 307 
Line 307 
         return 0;          return 0;
 }  }
   
 int  int
 auth_afs_token(struct passwd *pw, const char *token_string)  auth_afs_token(struct passwd *pw, const char *token_string)
 {  {
         CREDENTIALS creds;          CREDENTIALS creds;

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