[192] in Zephyr Mailing List
Re: zephyr at MIT using Kerb5
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Dec 19 02:04:19 1995
To: eichin@MIT.EDU
Cc: warlord@MIT.EDU, tamm@MIT.EDU, zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 18 Dec 1995 23:10:54 EST."
<9512190410.AA02419@tito.cygnus.com>
Date: Tue, 19 Dec 1995 02:02:14 EST
From: Marc Horowitz <marc@MIT.EDU>
Yeah, that's what we did at OpenVision. Basically, we kludged
ZMakeAscii so that it would use a 7bytes->8bytes encoding (instead of
the current 4bytes->11bytes!) for buffers larger than 16 bytes. This
means that an old server, zhm, or client can handle all the fields but
the authenticator. ZReadAscii() was changed to deal with both
formats.
Unfortunately, nobody who cares is at OV anymore, although the code
may be world-readable in AFS.
Marc