Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't inquire about incomplete security contexts #70

Merged
merged 1 commit into from
Jun 9, 2015

Conversation

DirectXMan12
Copy link
Member

This commit changes SecurityContext to handle a couple of cases where
we called _inquire when the context was not fully established. A bug
in MIT krb5 prevents this from working properly.

In the case of complete, we simply cache the result of the last
step call.

Fixes #69

This commit changes `SecurityContext` to handle a couple of cases where
we called `_inquire` when the context was not fully established.  A bug
in MIT krb5 prevents this from working properly.

In the case of `complete`, we simply cache the result of the last
`step` call.

Fixes #69
@DirectXMan12 DirectXMan12 added this to the 1.1.2 milestone Jun 5, 2015
@frozencemetery
Copy link
Member

Any chance you could specify what versions of MIT are affected (e.g., "MIT Kerberos up to version X.YY is affected...")?

When the fix is landed in MIT, we'll probably want to note it as well.

@DirectXMan12
Copy link
Member Author

Any chance you could specify what versions of MIT are affected (e.g., "MIT Kerberos up to version X.YY is affected...")?

I figured I'd do that there's a version in which it does work

@frozencemetery frozencemetery merged commit 2fe3c19 into master Jun 9, 2015
@frozencemetery
Copy link
Member

Open pull request: krb5/krb5#285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants