Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: krb5 gss_inquire_context doesn't work with partially established context X-RT-Original-Encoding: iso-8859-1 Content-Length: 315 RFC 2744 section 5.20 states "The caller must already have obtained a handle that refers to the context, although the context need not be fully established." But krb5_gss_inquire_context errors out with GSS_S_NO_CONTEXT/KG_CTX_INCOMPLETE if the context is not established. It shouldn't have this restriction.