summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2023-10-01s4:kdc: Remove unnecessary assignmentsJoseph Sutton1-21/+0
2023-10-01s4:kdc: Check that principal being copied is not NULLJoseph Sutton1-5/+7
2023-10-01s4:kdc: Prefer explicit initialization to ZERO_STRUCTP()Joseph Sutton1-5/+5
2023-10-01s4:auth: Ensure that some parameters are not NULLJoseph Sutton1-0/+12
2023-10-01s4:torture: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-2/+2
2023-10-01s4:ntvfs: Fix building with FORTIFY_SOURCE=2Joseph Sutton1-1/+1
2023-09-29netcmd: tests: bugfix: argument -U was already in creds so listed twiceRob van der Linde1-3/+3
2023-09-28tests/krb5: Add samba.tests.krb5.conditional_ace_testsJoseph Sutton1-0/+4
2023-09-27s4:auth: Add functions to convert between different claims formatsJoseph Sutton2-0/+292
2023-09-27s4:auth: Include missing headersJoseph Sutton1-0/+4
2023-09-27s4:kdc: Move encode_claims_set() into the auth_session subsystemJoseph Sutton3-59/+63
2023-09-27s4:auth: Fix ‘user_info_dc_out’ leakJoseph Sutton1-2/+2
2023-09-27s4:auth: Return a talloc‐allocated resource groups structureJoseph Sutton1-7/+19
2023-09-27s4:auth: Introduce helper variable ‘resource_groups_in’Joseph Sutton1-4/+4
2023-09-27s4:auth: Make returning resource groups the last thing we doJoseph Sutton1-10/+10
2023-09-27s4:torture: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-09-27s4:kdc: Fix ldb_msg_find_krb5time_ldap_time()Joseph Sutton1-10/+7
2023-09-27s4:kdc: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-09-27s4:auth: Correct error messageJoseph Sutton1-1/+1
2023-09-27s4:torture: Use SID constantsJoseph Sutton2-5/+5
2023-09-27s4:rpc_server: Use Builtin SID constantJoseph Sutton1-1/+1
2023-09-27s4:ntvfs: Use World and System SID constantsJoseph Sutton1-2/+2
2023-09-27s4:dsdb: Use Builtin SID constantJoseph Sutton2-4/+4
2023-09-27s4:auth: Use Anonymous and System SID constantsJoseph Sutton1-16/+2
2023-09-27s4:kdc: Use Compounded Authentication and Claims Valid SID constantsJoseph Sutton1-14/+2
2023-09-27s4:kdc: Use Asserted Identity SID constantsJoseph Sutton1-9/+4
2023-09-27s4:dsdb: Use NULL SID constantJoseph Sutton1-1/+1
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett2-3/+37
2023-09-26s4-auth: pass lp_ctx to auth_generate_session_info() where possibleAndrew Bartlett2-4/+4
2023-09-26pytest: sddl tests with conditional ACEsDouglas Bagnall1-0/+9
2023-09-26s4/librpc: build conditional ace Python bindingsDouglas Bagnall1-0/+8
2023-09-14s4:dsdb: Fix commentJoseph Sutton1-1/+1
2023-09-14s4:kdc: Don’t prepend useless colon to MIT KDC logging messagesJoseph Sutton1-1/+1
2023-09-14s4:wrepl_server: Correctly read ‘type’ elementJoseph Sutton1-1/+39
2023-09-14s4:kdc: Remove ks_is_tgs_principal()Joseph Sutton1-17/+8
2023-09-14s4:setup: Fix script usage lineJoseph Sutton1-1/+1
2023-09-14s4:selftest: Fix script usage linesJoseph Sutton4-4/+4
2023-09-14lib:krb5_wrap: Remove Heimdal‐only krb5_princ_component() implementationJoseph Sutton1-4/+0
2023-09-14s4:rpc_server: Switch to using smb_krb5_princ_component()Joseph Sutton1-3/+9
2023-09-14s4:kdc: Switch to using smb_krb5_princ_component()Joseph Sutton1-6/+7
2023-09-14s4:dsdb: Switch to using smb_krb5_princ_component()Joseph Sutton1-22/+40
2023-09-14lib:krb5_wrap: Add Heimdal‐specific smb_krb5_princ_component() implementationJoseph Sutton1-1/+1
2023-09-14lib:krb5_wrap: Add smb_krb5_princ_component()Joseph Sutton1-0/+5
2023-09-14s4:kdc: Fix leaksJoseph Sutton1-16/+31
2023-09-14s4:kdc: Be sure not to pass a NULL pointer into strcmp()Joseph Sutton1-1/+3
2023-09-14s4:kdc: Prefer explicit initialization to ZERO_STRUCTP()Joseph Sutton1-1/+1
2023-09-14s4:kdc: Make RODC ID checks easier to understand with more clearly‐named va...Joseph Sutton1-10/+8
2023-09-14s4:kdc: Rename ‘status’ variables to ‘reply_status’Joseph Sutton1-8/+8
2023-09-14s4:kdc: Have samba_krbtgt_is_in_db() take a const KDC entryJoseph Sutton2-2/+2
2023-09-14s4:kdc: Have samba_krbtgt_is_in_db() return a krb5_error_codeJoseph Sutton2-6/+6