[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.6 and 1.7

version 1.6, 1999/11/10 22:24:01 version 1.7, 1999/11/14 22:58:44
Line 110 
Line 110 
     packet_send_debug("Kerberos V4 .klogin authorization failed!");      packet_send_debug("Kerberos V4 .klogin authorization failed!");
     log("Kerberos V4 .klogin authorization failed for %s to account %s",      log("Kerberos V4 .klogin authorization failed for %s to account %s",
         *client, server_user);          *client, server_user);
       xfree(*client);
     return 0;      return 0;
   }    }
   /* Increment the checksum, and return it encrypted with the session key. */    /* Increment the checksum, and return it encrypted with the session key. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7