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

kdc s4u2proxy fixes for Windows (Samba AD) clients #1156

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2024

  1. kdc: fix memory leak when decryption AuthorizationData

    BUG: https://bugzilla.samba.org/show_bug.cgi?id=13131
    
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    metze-samba committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d2a356d View commit details
    Browse the repository at this point in the history
  2. kdc: decrypt b->enc_authorization_data in tgs_build_reply()

    We need to do this after checking for constraint delegation (S4U2Proxy).
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=13131
    
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    metze-samba committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ca96dcc View commit details
    Browse the repository at this point in the history
  3. kdc: if we don't have an authenticator subkey for S4U2Proxy we need t…

    …o use the keys from evidence_tkt
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=13131
    
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    metze-samba committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f5d57b8 View commit details
    Browse the repository at this point in the history
  4. kdc: use the correct authtime from addtitional ticket for S4U2Proxy t…

    …ickets
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=13137
    
    Signed-off-by: Stefan Metzmacher <metze@samba.org>
    metze-samba committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    66a5c02 View commit details
    Browse the repository at this point in the history