#defines for version available?
Chris Hecker
checker at d6.com
Tue Jul 26 17:59:28 EDT 2011
Yeah, this is one I built out of the main 1.9.1 tree myself. I don't
have Kerberos for Windows installed.
Here is the culprit in klist.c:
if (print_version) {
#ifdef _WIN32 /* No access to autoconf vars; fix
somehow. */
printf("Kerberos for Windows\n");
#else
printf("%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
#endif
exit(0);
}
Seems slightly less than informational for the WIN32 branch. :)
Chris
On 2011/07/26 10:06, Jeffrey Altman wrote:
> On 7/26/2011 8:28 AM, Chris Hecker wrote:
>>
>>> Yes, klist -V, added in 1.7. (Which appears to be undocumented. I'll
>>> fix that.)
>>
>> Hmm, on windows it just returns "Kerberos for Windows", while on linux
>> it returns "Kerberos 5 version 1.9.1". This is with my static linked
>> windows build, so not sure if that's messing things up (like if it looks
>> for a version resource), I'll have to check that.
>
> The klist.exe distributed in Kerberos for Windows 3.x is not the version
> from the krb5 tree.
>
>
>
>
>
>
>
>
>
> ________________________________________________
> Kerberos mailing list Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
More information about the Kerberos
mailing list