aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2015-06-08 14:06:18 -0400
committerGreg Hudson <ghudson@mit.edu>2015-06-29 23:01:34 -0400
commit9f095e1aab582e5a94c93d587f6d09e9d8f7479e (patch)
treedf1d44266afd67c4ddced178eb3f7b868df133c5 /.gitignore
parent27e6ab7e5b6a0538f529f440aeb967822eff8f57 (diff)
downloadkrb5-9f095e1aab582e5a94c93d587f6d09e9d8f7479e.zip
krb5-9f095e1aab582e5a94c93d587f6d09e9d8f7479e.tar.gz
krb5-9f095e1aab582e5a94c93d587f6d09e9d8f7479e.tar.bz2
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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