]> git.ipfire.org Git - thirdparty/krb5.git/commit
Patch from Alejandro R. Sedeno and Jeffrey Hutzelman to allow krb4 to
authorSam Hartman <hartmans@mit.edu>
Fri, 2 Jun 2006 21:14:35 +0000 (21:14 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 2 Jun 2006 21:14:35 +0000 (21:14 +0000)
commit68d7dbe44e70c859b891e9cdedc4bb35291e11c6
treea77e0c079a230f1e585cba4196744073056505d9
parent28fb5902bd8445c7453461102b0f33a6ac15746c
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.

ticket: 1288

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18076 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/krb4int.h
src/lib/krb4/memcache.c
src/lib/krb4/save_creds.c
src/lib/krb4/tf_util.c