summaryrefslogtreecommitdiff
path: root/source4/kdc/mit_samba.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03s4:kdc: samba_kdc_update_pac() doesn't need explicit delegated_proxy_principalStefan Metzmacher1-1/+0
2025-04-03s4:kdc: pass pac_princ to samba_kdc_entry_pac_from_trusted()Stefan Metzmacher1-0/+11
2025-04-03s4:kdc: let mit_samba_check_allowed_to_delegate_from() fetch krbtgt_entryStefan Metzmacher1-1/+46
2025-02-22s4:kdc: pass samba_kdc_entry_pac to samba_kdc_check_s4u2proxy_rbcd()Stefan Metzmacher1-23/+19
2025-02-22s4:kdc: let mit_samba_get_pac() use samba_kdc_get_pac()Stefan Metzmacher1-160/+21
2025-02-14s4:kdc: pass the full samba_kdc_db_context to most helper functionsStefan Metzmacher1-5/+4
2025-02-14s4:kdc: let struct samba_kdc_entry_pac remember the krbtgt samba_kdc_entryStefan Metzmacher1-1/+1
2024-06-10kdc: Use a consistent, stable time throughout the Heimdal KDCAndrew Bartlett1-0/+54
2024-05-22s4:libnet: Pass SDB_F_ADMIN_DATA flag through to samba_kdc_message2entry()Jo Sutton1-2/+2
2024-03-14libnet: Prepare to allow "samba-tool domain exportkeytab to support -HAndrew Bartlett1-1/+1
2023-10-25s4:kdc: Fix code spellingJoseph Sutton1-1/+1
2023-10-12s4:kdc: Pass claims and device info into samba_kdc_check_s4u2proxy_rbcd()Joseph Sutton1-0/+2
2023-10-12s4:kdc: Add comment regarding RODC‐issued evidence tickets for constrained ...Joseph Sutton1-0/+6
2023-10-12s4:kdc: Factor creation of user_info_dc out of samba_kdc_check_s4u2proxy_rbcd...Joseph Sutton1-2/+22
2023-10-12s4:kdc: Remove ‘claims_valid’ parameter from samba_kdc_add_claims_valid()Joseph Sutton1-2/+1
2023-10-12s4-kdc: Do not modify the returned user_info_dc from samba_kdc_get_user_info_...Andrew Bartlett1-4/+22
2023-10-12s4:kdc: Pass ‘samdb’ into samba_kdc_get_user_info_from_db()Joseph Sutton1-0/+2
2023-10-12s4:kdc: Add ‘samdb’ parameter to samba_kdc_verify_pac()Joseph Sutton1-0/+1
2023-10-12s4:kdc: Modify samba_kdc_get_user_info_from_db() to return a Kerberos error codeJoseph Sutton1-17/+15
2023-10-12s4:kdc: Rename samba_kdc_get_user_info_dc() to samba_kdc_get_user_info_from_db()Joseph Sutton1-9/+9
2023-10-12s4:kdc: Replace calls to samba_kdc_get_user_info_from_db() with calls to samb...Joseph Sutton1-5/+6
2023-10-12s4:kdc: Add ‘msg’ parameter to samba_kdc_get_user_info_dc()Joseph Sutton1-0/+1
2023-10-01s4:kdc: Make use of ‘samba_kdc_entry_pac’ wrapper typeJoseph Sutton1-15/+11
2023-10-01s4:kdc: Remove unused parameters from samba_kdc_verify_pac()Joseph Sutton1-2/+0
2023-10-01s4:kdc: Remove ‘asserted_identity’ parameter from samba_kdc_get_user_info...Joseph Sutton1-1/+0
2023-10-01s4:kdc: Have callers of samba_kdc_get_user_info_dc() themselves add an Assert...Joseph Sutton1-1/+10
2023-10-01s4:kdc: Remove ‘claims_valid’ parameter from samba_kdc_get_user_info_dc()Joseph Sutton1-1/+0
2023-10-01s4:kdc: Have callers of samba_kdc_get_user_info_dc() themselves add the Claim...Joseph Sutton1-1/+10
2023-10-01s4:kdc: Remove ‘compounded_auth’ parameter from samba_kdc_get_user_info_dc()Joseph Sutton1-1/+0
2023-09-14s4:kdc: Don’t prepend useless colon to MIT KDC logging messagesJoseph Sutton1-1/+1
2023-09-14s4:kdc: Remove ks_is_tgs_principal()Joseph Sutton1-17/+8
2023-09-14s4:kdc: Remove unused flagsJoseph Sutton1-6/+1
2023-09-11s4:kdc: Fix code spellingJoseph Sutton1-1/+1
2023-08-21s4:kdc: Use smb_krb5_make_data()Joseph Sutton1-4/+7
2023-08-21s4:kdc: Use ‘krb5_error_code’ for return typesJoseph Sutton1-34/+34
2023-08-21s4:kdc: Set SAMBA_KDC_FLAG_PROTOCOL_TRANSITION flag for MIT KerberosJoseph Sutton1-0/+4
2023-08-21s4:kdc: Remove support code for older versions of MIT KerberosJoseph Sutton1-173/+0
2023-08-14s4:kdc: Use common out path in mit_samba_kpasswd_change_password()Joseph Sutton1-6/+6
2023-08-14s4:kdc: Correct comments mentioning HeimdalJoseph Sutton1-2/+2
2023-08-08s4:kdc: Inline some variablesJoseph Sutton1-4/+2
2023-08-08s4:kdc: Use newer debugging macrosJoseph Sutton1-8/+8
2023-08-08s4:kdc: Check that client and server are not NULL (CID 1534695)Joseph Sutton1-1/+12
2023-08-03s4:kdc: Fix code spellingAndreas Schneider1-1/+1
2023-06-26s4:kdc: Make [client,device]_claims_blob const pointersJoseph Sutton1-1/+1
2023-06-26s4:kdc: pass krbtgt skdc_entries to samba_kdc_update_pac()Stefan Metzmacher1-0/+4
2023-06-26s4:kdc: Check authentication policy server restrictionsJoseph Sutton1-0/+8
2023-06-25s4:kdc: Return NTSTATUS and auditing information from samba_kdc_update_pac() ...Joseph Sutton1-2/+6
2023-05-24s4:kdc: Move parameter comments adjacent to parametersJoseph Sutton1-12/+12
2023-05-24s4:kdc: Note correct constantJoseph Sutton1-1/+1
2023-05-18s4:kdc: Make a proper shallow copy of the auth_user_info_dc structureJoseph Sutton1-4/+4