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

Add support for "gssapi-with-mic" authentication (Kerberos) #195

Merged
merged 4 commits into from
Jun 16, 2015

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    49185b0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    d3d019c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Expose GSSManager in AuthGssApiWithMic

    The default implementation only supports Kerberos and encourages
    subclassing, so there should be a way to provide subclasses.
    bluekeyes committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    4adc83b View commit details
    Browse the repository at this point in the history
  2. Add simple test for AuthGssApiWithMic

    Mock enough of the JGSS API to avoid needing a real Kerberos
    environment. I'm not sure how accurate this is, but it should test that
    the client is sending the correct packets in the corect order.
    bluekeyes committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    b9d0a03 View commit details
    Browse the repository at this point in the history