Jeffrey Altman
Jeffrey Altman
I can confirm that these test failures are due to the rc4 cipher having been removed from the OpenSSL libcrypto build. The only work around at present is to configure...
@kartiksubbarao I for one would like to see the MIT Keytab initiation feature implemented.
@lhoward The MIT keytab based initiator is not a credential caching mechanism. Instead, its a mechanism that permits configuring separate keytabs to local machine users. Whereas /etc/krb5.keytab stores the host...
That is why I couldn't find the feature request. @kartiksubbarao please try master and confirm that it does what you require.
We have to be careful with use of %zd because Windows compilers before VS2015 do not support it. Must use %Id instead. Also, we don't want to cast times to...
I'm in favor of the change for Heimdal 8.0 but not for back port to 7.x.
@nicowilliams I've updated the changes to build successfully on Windows.
@nicowilliams The most recent push corrects a mismatch of the prototype and declaration of heim_time2generalizetime that caused the macOS build to fail.
A decision needs to be made regarding the time format for the hdb functions. I think it should be KerberosTime. In addition, we need to handle the restriction of the...
Please rebase on top of current master