This patch properly implements handling continuations. This is now possible because MIT kerberos allows exporting partially established contexts.
However it does not (yet ?) allow inquiring a partially established context, so we need to handle the case where inquiring fails.
Also make sure GSS_S_CONTINUE_NEEDED is not lost both in the init and accept cases.
Found by testing libssh, tested and working.
Simo.
These look fine as well, reviewed and pushed to master.
Guenther
On 15/11/13 20:06, Simo Sorce wrote:
This patch properly implements handling continuations. This is now possible because MIT kerberos allows exporting partially established contexts.
However it does not (yet ?) allow inquiring a partially established context, so we need to handle the case where inquiring fails.
Also make sure GSS_S_CONTINUE_NEEDED is not lost both in the init and accept cases.
Found by testing libssh, tested and working.
Simo.
gss-proxy mailing list gss-proxy@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/gss-proxy
gss-proxy@lists.fedorahosted.org