[OpenAFS] New Windows AKLOG...
Rodney M Dyer
rmdyer@uncc.edu
Tue, 22 Jul 2003 19:29:38 -0400
Hi again,
Thanks to Doug Engert for pointing me in the right direction. The solution
path...
* Added socklen_t typedef to top of aklog_main.c.
This allows k5-int.h be included and compile correctly.
* Added KRB5_DEPRECATED=1 and KRB5_PRIVATE=1 preprocessor defs.
* Changed preprocessor def WIN32 to WIN32_LEAN_AND_MEAN.
* The krb5_get_host_realm function -is- included in the standard K5 libs.
* Fixed debug assertion failure caused by krb5_xfree(hrealms) by changing
to new krb5_free_host_realm(context, hrealms) function.
The new AKLOG.EXE binary works great and is available to anyone who needs
it. Just drop me a note.
Question... Since this new version is based on modified source code
originally from Ken Hornstein's AFS Migration Kit aklog, and has MIT
copyrights, is it possible for me to make the new modified source available
on my website...as well as the binary?
Thanks for the help Doug... :)
Rodney