Skip Menu |
 

From: austinj@mit.edu
Subject: SVN Commit
Applying Apple patch:
SC-stash.patch

Conditionalized; only affects Kerberos on Mac OS X.

Commit By: austinj



Revision: 19842
Changed Files:
U users/austinj/kdc_stash_endian_independence/src/lib/kdb/kdb_default.c
We're probably going to be replacing the stash file with a keytab in the not too distant future.

If you're already deploying this code, our conversion code will need to cope with it.

If we want to move stash files between architectures of different byte orders and then convert,
we should have non-conditionalized code that figures out the stash file's byte order and
converts as necessary.
Date: Tue, 28 Aug 2007 22:14:22 -0700
From: Austin Jennings <austin.jennings@apple.com>
Subject: Re: [krbdev.mit.edu #5662] KDC stash endian independence
To: rt-comment@krbdev.mit.edu
RT-Send-Cc:
This is already deployed as of Tiger on Intel.

On Aug 24, 2007, at 1:36 PM, Ken Raeburn via RT wrote:

Show quoted text
> We're probably going to be replacing the stash file with a keytab in
> the not too distant future.
>
> If you're already deploying this code, our conversion code will need
> to cope with it.
>
> If we want to move stash files between architectures of different
> byte orders and then convert,
> we should have non-conditionalized code that figures out the stash
> file's byte order and
> converts as necessary.
From: lxs@mit.edu
Subject: SVN Commit

Added support for stash files with a consistent endianness (big endian)
so that one can migrate a KDC from a machine with one endianess to
a machine with the other endianess. Used by Kerberos for Macintosh.

Commit By: lxs



Revision: 20489
Changed Files:
U trunk/src/lib/kdb/kdb_default.c
From: lxs@mit.edu
Subject: SVN Commit

Added type checking for 64-bit platforms.

Commit By: lxs



Revision: 20495
Changed Files:
U trunk/src/lib/kdb/kdb_default.c
Resolved by 6001 (see referred to section)