diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-03-19 16:27:56 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-03-19 16:27:56 +0000 |
| commit | 302d0dbc3f072bb9d6f8258ec88ba0be90be7a8d (patch) | |
| tree | 0b4a64e0390c5a7c29d59ae62d29fb3ec449a23a /src/lib/krb4/ChangeLog | |
| parent | 8f0547ecae37ba163d93489adce407282a85d2b7 (diff) | |
* tf_util.c (tf_get_cred): Issue date is written out as a long,
read back in as same.
I have kept the size as a long to be compatible with the Cygnus V4
distribution. The problem was introduced when we changed the include/kerberosIV
structures to use 32 bit ints for timestamps. So, under OSF/1, tf_util would
write out a 64 bit issue date, and then try reading back in a 32 bit one. Since
Cygnus uses sizeof(long) we will too.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7667 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb4/ChangeLog')
| -rw-r--r-- | src/lib/krb4/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index 37a4c9b2f..ee8fa0d8d 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 19 11:23:13 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * tf_util.c (tf_get_cred): Issue date is written out as a long, + read back in as same. + Sat Feb 24 09:27:08 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * g_svc_in_tkt.c, put_svc_key.c, rd_req.c, rd_svc_key.c: Declare |
