[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.19 and 1.19.2.2

version 1.19, 2000/10/03 18:03:02 version 1.19.2.2, 2001/02/19 17:18:33
Line 23 
Line 23 
  */   */
   
 #include "includes.h"  #include "includes.h"
   RCSID("$OpenBSD$");
   
   #include "ssh.h"
   #include "ssh1.h"
 #include "packet.h"  #include "packet.h"
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  #include "log.h"
 #include "servconf.h"  #include "servconf.h"
   #include "auth.h"
   
 RCSID("$OpenBSD$");  #ifdef AFS
   #include "radix.h"
   #endif
   
 #ifdef KRB4  #ifdef KRB4
 char *ticket = NULL;  char *ticket = NULL;
Line 46 
Line 53 
         AUTH_DAT adata;          AUTH_DAT adata;
         KTEXT_ST tkt;          KTEXT_ST tkt;
         struct hostent *hp;          struct hostent *hp;
         unsigned long faddr;          u_long faddr;
         char localhost[MAXHOSTNAMELEN];          char localhost[MAXHOSTNAMELEN];
         char phost[INST_SZ];          char phost[INST_SZ];
         char realm[REALM_SZ];          char realm[REALM_SZ];

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.2.2