From 9f095e1aab582e5a94c93d587f6d09e9d8f7479e Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Mon, 8 Jun 2015 14:06:18 -0400 Subject: Allow gss_inquire_context on partial krb5 contexts RFC 2743 states that gss_inquire_context() must always return flags, locally_initiated, and open even if a context is not yet fully established. Additionally, a partially established context may also return mech_type. Previously, the krb5 mech raised an error for inquire_context on partially completed contexts. It now follows the rules layed out in RFC 2743. Add a new test program to verify that gss_inquire_context() works correctly on both in-progress and established contexts. [ghudson@mit.edu: minor style changes and commit message edits] ticket: 8025 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c70cc29..d9ceb21 100644 --- a/.gitignore +++ b/.gitignore @@ -307,6 +307,7 @@ testlog /src/tests/gssapi/t_s4u2proxy_krb5 /src/tests/gssapi/t_saslname /src/tests/gssapi/t_spnego +/src/tests/gssapi/t_inq_ctx /src/tests/hammer/kdc5_hammer -- cgit v1.1