Displaying 1 result from an estimated 1 matches for "verify_init_cr".
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
....
Thanks for these. Unfortunately, your vrs patches seem to be based on
an earlier version of my patch than the one you're bundling. In particular,
your patch adds back in the incorrect replay cache code (it uses the wrong
cache name), and takes out the use_uid calls that are necessary to make
verify_init_creds() work correctly. It also adds back in the xfree() calls
in auth1.c that I removed - these have to be removed to make it work reliably.
Finally there are a couple of patches to the rijandel code that don't seem
related?
I am right in thinking that the basic change that is required is to
con...