s4:kdc: Create the Requester SID blob only if we actually need it
[samba.git] / source4 / kdc / pac-glue.c
2023-10-12 Joseph Suttons4:kdc: Create the Requester SID blob only if we actual...
2023-10-12 Joseph Suttons4:kdc: Modify samba_kdc_get_claims_blob() to use claim...
2023-10-12 Joseph Suttons4:kdc: Add functions to fetch claims from the DB or...
2023-10-12 Joseph Suttons4:kdc: Declare ‘auth_entry’ to be of type ‘samba_kdc_e...
2023-10-12 Joseph Suttons4:kdc: Rename samba_kdc_obtain_user_info_dc() to samba...
2023-10-12 Joseph Suttons4:kdc: Cache user info and resource groups from PACs
2023-10-12 Andrew Bartletts4-kdc: Do not modify the returned user_info_dc from...
2023-10-12 Joseph Suttons4:kdc: Always fetch resource groups
2023-10-12 Joseph Suttons4:kdc: Label ‘resource_groups_out’ parameter
2023-10-12 Joseph Suttons4:kdc: Remove ‘group_inclusion’ parameter from samba_k...
2023-10-12 Joseph Suttons4:kdc: Pass AUTH_EXCLUDE_RESOURCE_GROUPS into samba_kd...
2023-10-12 Joseph Suttons4:kdc: Pass resource groups parameter only if we are...
2023-10-12 Joseph Suttons4:kdc: Make ‘resource_groups_out’ parameter const
2023-10-12 Joseph Suttons4:kdc: Check parameters of samba_kdc_get_user_info_fro...
2023-10-12 Joseph Suttons4:kdc: Simplify memory management with talloc stackframe
2023-10-12 Joseph Suttons4:kdc: Remove common out path from samba_kdc_obtain_us...
2023-10-12 Joseph Suttons4:kdc: Split samba_kdc_get_user_info_from_pac() out...
2023-10-12 Joseph Suttons4:kdc: Rename variable ‘user_info_dc’ to ‘info’
2023-10-12 Joseph Suttons4:kdc: Rename parameter ‘user_info_dc_out’ to ‘info_out’
2023-10-12 Joseph Suttons4:kdc: Fix leak
2023-10-12 Joseph Suttons4:kdc: Introduce intermediate variable ‘resource_groups’
2023-10-12 Joseph Suttons4:kdc: Initialize out parameter of samba_kdc_get_user_...
2023-10-12 Joseph Suttons4:kdc: Check parameters of samba_kdc_get_user_info_fro...
2023-10-12 Joseph Suttons4:kdc: Rename local variable ‘user_info_dc’ to ‘info’
2023-10-12 Joseph Suttons4:kdc: Pass ‘samdb’ into samba_kdc_get_user_info_from_db()
2023-10-12 Joseph Suttons4:kdc: Add ‘samdb’ parameter to samba_kdc_get_device_i...
2023-10-12 Joseph Suttons4:kdc: Add ‘samdb’ parameter to samba_kdc_verify_pac()
2023-10-12 Joseph Suttons4:kdc: Modify samba_kdc_get_user_info_from_db() to...
2023-10-12 Joseph Suttons4:kdc: Pass Kerberos context into samba_kdc_get_device...
2023-10-12 Joseph Suttons4:kdc: Rename samba_kdc_entry::user_info_dc to samba_k...
2023-10-12 Joseph Suttons4:kdc: Rename samba_kdc_get_user_info_dc() to samba_kd...
2023-10-12 Joseph Suttons4:kdc: Inline samba_kdc_get_user_info_from_db() into...
2023-10-12 Joseph Suttons4:kdc: Replace calls to samba_kdc_get_user_info_from_d...
2023-10-12 Joseph Suttons4:kdc: Add ‘msg’ parameter to samba_kdc_get_user_info_dc()
2023-10-12 Joseph Suttons4:kdc: Rename ‘user_info_dc_out’ parameter of samba_kd...
2023-10-12 Joseph Suttons4:kdc: Rename ‘skdc_entry’ parameter of samba_kdc_get_...
2023-10-12 Joseph Suttons4:kdc: Rename ‘user_info_dc’ parameter of samba_kdc_ge...
2023-10-12 Joseph Suttons4:kdc: Rename ‘skdc_entry’ parameter of samba_kdc_get_...
2023-10-01 Joseph Suttons4:kdc: Make use of ‘samba_kdc_entry_pac’ wrapper type
2023-10-01 Joseph Suttons4:kdc: Add function to determine whether a KDC entry...
2023-10-01 Joseph Suttons4:kdc: Fix indentation
2023-10-01 Joseph Suttons4:kdc: Add ‘samba_kdc_entry_pac’ wrapper type
2023-10-01 Joseph Suttons4:kdc: Remove unused parameters from samba_kdc_verify_...
2023-10-01 Joseph Suttons4:kdc: Remove device PAC validation
2023-10-01 Joseph Suttons4:kdc: Remove ‘asserted_identity’ parameter from samba...
2023-10-01 Joseph Suttons4:kdc: Have callers of samba_kdc_get_user_info_dc...
2023-10-01 Joseph Suttons4:kdc: Remove ‘claims_valid’ parameter from samba_kdc_...
2023-10-01 Joseph Suttons4:kdc: Have callers of samba_kdc_get_user_info_dc...
2023-10-01 Joseph Suttons4:kdc: Remove ‘compounded_auth’ parameter from samba_k...
2023-10-01 Joseph Suttons4:kdc: Add parameters for claims and device info to...
2023-10-01 Joseph Suttons4:kdc: Add claims parameter to authn_policy_authentica...
2023-09-27 Joseph Suttons4:kdc: Use Compounded Authentication and Claims Valid...
2023-09-27 Joseph Suttons4:kdc: Use Asserted Identity SID constants
2023-09-14 Joseph Suttons4:kdc: Have samba_krbtgt_is_in_db() take a const KDC...
2023-09-14 Joseph Suttons4:kdc: Have samba_krbtgt_is_in_db() return a krb5_erro...
2023-09-14 Joseph Suttons4:kdc: Make pac_blobs_remove_blob() never fail
2023-09-14 Joseph Suttons4:kdc: Make ‘struct pac_blobs’ memory handling safer...
2023-09-14 Joseph Suttons4:kdc: Introduce a temporary talloc context in samba_k...
2023-09-14 Joseph Suttons4:kdc: Use temporary memory context in samba_kdc_verif...
2023-09-14 Joseph Suttons4:kdc: Fix leak
2023-09-14 Joseph Suttons4:kdc: Allocate variables on to more suitable memory...
2023-09-14 Joseph Suttons4:kdc: Increment PAC_DEVICE_INFO::domain_group_count...
2023-09-14 Joseph Suttons4:kdc: Directly zero‐initialize PAC_DOMAIN_GROUP_MEMBE...
2023-09-14 Joseph Suttons4:kdc: Assign RID and attribute together
2023-09-14 Joseph Suttons4:kdc: Don’t corrupt domain groups structure if talloc...
2023-09-14 Joseph Suttons4:kdc: Check for overflow when adding a domain group SID
2023-09-14 Joseph Suttons4:kdc: Avoid potential use‐after‐free
2023-09-14 Joseph Suttons4:kdc: Fix leak
2023-09-14 Joseph Suttons4:kdc: Use common exit point for functions
2023-09-14 Joseph Suttons4:kdc: Fix leaks
2023-09-14 Joseph Suttons4:kdc: Inline samba_get_pac_attrs_blob()
2023-09-14 Joseph Suttons4:kdc: Fix leaks
2023-09-14 Joseph Suttons4:kdc: Don’t operate directly on caller‐owned pointer
2023-09-14 Joseph Suttons4:kdc: Allocate contents of PAC blobs on blob talloc...
2023-09-14 Joseph Suttons4:kdc: Inline samba_get_requester_sid_pac_blob()
2023-09-14 Joseph Suttons4:kdc: Fix error message
2023-09-14 Joseph Suttons4:kdc: Remove unused talloc context
2023-09-14 Joseph Suttons4:kdc: Check return value of samdb_result_dom_sid()
2023-09-14 Joseph Suttons4:kdc: Make functions to add special SIDs non‐static
2023-09-14 Joseph Suttons4:kdc: Check result of talloc_realloc()
2023-09-14 Joseph Suttons4:kdc: Handle invalid enum values
2023-09-14 Joseph Suttons4:kdc: Check result of dom_sid_parse()
2023-09-14 Joseph Suttons4:kdc: Use smb_krb5_data_from_blob()
2023-09-14 Joseph Suttons4:kdc: Remove duplicate function signature
2023-09-14 Joseph Suttons4:kdc: Prefer explicit initialization to ZERO_STRUCT()
2023-08-14 Joseph Suttons4:kdc: Rename get_claims_for_principal() to get_claims...
2023-08-14 Joseph Suttons4:kdc: Inline samba_get_claims_blob()
2023-08-14 Joseph Suttons4:kdc: Don’t enforce a server authentication policy...
2023-08-14 Joseph Suttons4:kdc: Switch to using samdb_result_dom_sid_buf()
2023-08-14 Joseph Suttons4:kdc: Return krb5_error_code
2023-08-14 Joseph Suttons4:kdc: Make some functions static
2023-08-14 Joseph Suttons4:kdc: Return (possibly) more appropriate error codes
2023-08-14 Joseph Suttons4:kdc: Use type bool for ‘is_tgs’
2023-08-08 Joseph Suttons4:kdc: Inline some variables
2023-08-08 Joseph Suttons4:kdc: Use newer debugging macros
2023-08-08 Joseph Suttons4:kdc: Use portable format specifiers
2023-08-08 Joseph Suttons4:kdc: Remove unused variable
2023-08-08 Joseph Suttons4:kdc: Fix code spelling
2023-07-19 Joseph Suttons4:kdc: Fix wrong debug message
2023-06-26 Joseph Suttons4:kdc: Add comment to clarify that we fetch the client...
next