svn rev #18076: trunk/src/lib/krb4/

hartmans@MIT.EDU hartmans at MIT.EDU
Fri Jun 2 17:14:36 EDT 2006


Commit By: hartmans
Log Message: 
ticket: 1288

Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 to
read 32-bit and 64-bit ticket files on 32-bit and 64-bit systems.
Previously the ticket file format depended on the ABI.  Significant
backward compatibility is maintained; the patch works by writing
alignment records that are valid (but meaningless) ticket file entries
but that allow systems to get realigned.  As a consequence an old
library will see additional meaningless ticket file entries when it
reads a ticket file produced by the new code.  These entries are
harmless and will be ignored.



Changed Files:
U   trunk/src/lib/krb4/krb4int.h
U   trunk/src/lib/krb4/memcache.c
U   trunk/src/lib/krb4/save_creds.c
U   trunk/src/lib/krb4/tf_util.c



More information about the cvs-krb5 mailing list