[812] in Kerberos_V5_Development
integration of Harry's encoders mostly done
daemon@ATHENA.MIT.EDU (Tom Yu)
Wed Jun 29 02:50:17 1994
Date: Wed, 29 Jun 1994 02:50:08 -0400
To: krbdev@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
I have completed the majority of the integration of hftsai's code. It
builds cleanly under autoconf. In theory, "configure --enable-isode"
will force the old isode code to compile properly, but I have yet to
test it. I have yet to frob the Imakefile's to do the right thing,
but that shouldn't really matter because we're moving away from imake
anyway. In the process of doing so I discovered a lot of explicit
calls to error table initializers, which I had to fix in order to keep
linker errors about not finding initialiaze_isod_error_table or
something like that from popping up. I was able to kinit successfully
with this last build, which BTW takes under an hour on a maxine now
that isode is gone. yay!
---Tom