[211] in Zephyr Mailing List
Re: Zephyr 2.0.3 released
daemon@ATHENA.MIT.EDU (Greg Wohletz)
Wed Apr 10 18:27:06 1996
To: Greg Hudson <ghudson@w-a-thornhump-iii.mit.edu>
Cc: zephyr@MIT.EDU
In-Reply-To: Your message of "Wed, 03 Apr 1996 22:58:06 -0400."
<9604040258.AA26572@dandelion-patch.MIT.EDU>
Date: Wed, 10 Apr 1996 15:16:15 -0700
From: Greg Wohletz <greg@duke.CS.UNLV.EDU>
>Zephyr 2.0.3 is now available as
>
> athena-dist.mit.edu:pub/ATHENA/zephyr/dist/zepyr-2.0.3.tar.gz
>
> * Little-endian clients couldn't authenticate properly.
How was this really fixed? I fixed this by commenting out the line:
checksum = htonl(checksum);
In lib/zephyr/ZMkAuth.c which i believed was incorrect since ZMakeAscii32
does this already. Anyway in the diffs I can't find anything that would
like it would take care of this problem. Is my change still needed, or
should i clobber it?
--Greg