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

Use responder in non-preauth AS reqs #504

Merged
merged 2 commits into from Aug 18, 2016

Commits on Aug 18, 2016

  1. Use responder for non-preauth AS requests

    If no AS reply key is computed during pre-authentication (typically
    because no pre-authentication was required by the KDC), ask for the
    password using the responder before calling gak_fct for the key, and
    supply any resulting responder items to gak_fct.
    
    ticket: 8454
    target_version: 1.14-next
    target_version: 1.13-next
    tags: pullup
    greghudson committed Aug 18, 2016
    Copy the full SHA
    0639adc View commit details
    Browse the repository at this point in the history
  2. Refactor AS reply decryption code in get_in_tkt.c

    Expand the contract of decrypt_as_reply() to encompass more of the
    logic in init_creds_step_reply(), and clarify comments.
    greghudson committed Aug 18, 2016
    Copy the full SHA
    b9bb73e View commit details
    Browse the repository at this point in the history