Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: hartmans@mit.edu Subject: CVS Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 760 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. Commit By: hartmans Revision: 18076 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