summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2023-10-12s4:kdc: Pass Kerberos context into samba_kdc_get_device_info_blob()Joseph Sutton1-0/+2
2023-10-12s4:kdc: Rename samba_kdc_entry::user_info_dc to samba_kdc_entry::info_from_dbJoseph Sutton2-4/+4
2023-10-12s4:kdc: Rename samba_kdc_get_user_info_dc() to samba_kdc_get_user_info_from_db()Joseph Sutton5-44/+44
2023-10-12s4:kdc: Inline samba_kdc_get_user_info_from_db() into its only callerJoseph Sutton2-43/+19
2023-10-12s4:kdc: Replace calls to samba_kdc_get_user_info_from_db() with calls to samb...Joseph Sutton3-11/+16
2023-10-12s4:kdc: Add ‘msg’ parameter to samba_kdc_get_user_info_dc()Joseph Sutton4-1/+8
2023-10-12s4:kdc: Rename ‘user_info_dc_out’ parameter of samba_kdc_get_user_info_dc...Joseph Sutton2-3/+3
2023-10-12s4:kdc: Rename ‘skdc_entry’ parameter of samba_kdc_get_user_info_dc() to ...Joseph Sutton2-3/+3
2023-10-12s4:kdc: Rename ‘user_info_dc’ parameter of samba_kdc_get_user_info_from_d...Joseph Sutton2-3/+3
2023-10-12s4:kdc: Rename ‘skdc_entry’ parameter of samba_kdc_get_user_info_from_db(...Joseph Sutton2-9/+9
2023-10-11s4:torture/smb2: fix typo in acls.cRalph Boehme1-1/+1
2023-10-10rpc_netlogon4: Simplify dcesrv_netr_ServerAuthenticate3_helper()Volker Lendecke1-11/+31
2023-10-10dsdb: Slightly simplify dsdb_trust_get_incoming_passwords()Volker Lendecke1-4/+3
2023-10-10lsa_srv4: Fix a typoVolker Lendecke1-1/+1
2023-10-10s4-echo: Remove the "echo" server (port 7, RFC 862) in production buildsAndrew Bartlett1-1/+1
2023-10-10CVE-2023-42669 s4-rpc_server: Disable rpcecho server by defaultAndrew Bartlett1-1/+2
2023-10-10CVE-2023-4154: Unimplement the original DirSync behaviour without LDAP_DIRSYN...Andrew Bartlett1-11/+11
2023-10-10CVE-2023-4154 dsdb/tests: Extend attribute read DirSync testsAndrew Bartlett1-56/+400
2023-10-10CVE-2023-4154 dsdb/tests: Add test for SEARCH_FLAG_RODC_ATTRIBUTE behaviourAndrew Bartlett1-5/+40
2023-10-10CVE-2023-4154 dsdb/tests: Speed up DirSync test by only checking positive mat...Andrew Bartlett1-1/+7
2023-10-10CVE-2023-4154 dsdb/tests: Check that secret attributes are not visible with D...Andrew Bartlett1-0/+12
2023-10-10CVE-2023-4154 dsdb/tests: Force the test attribute to be not-confidential at ...Andrew Bartlett1-4/+6
2023-10-10CVE-2023-4154 dsdb/tests: Use self.addCleanup() and delete_force()Andrew Bartlett2-9/+3
2023-10-10CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twiceAndrew Bartlett1-5/+2
2023-10-10CVE-2023-4091: smbtorture: test overwrite dispositions on read-only fileRalph Boehme1-0/+143
2023-10-04idl: Add smb3posix.idlVolker Lendecke1-0/+7
2023-10-01s4:kdc: Make use of ‘samba_kdc_entry_pac’ wrapper typeJoseph Sutton4-173/+113
2023-10-01s4:kdc: Add function to get device PAC entry from Heimdal request structureJoseph Sutton2-0/+27
2023-10-01s4:kdc: Add function to determine whether a KDC entry represents a trustJoseph Sutton2-0/+7
2023-10-01s4:kdc: Fix indentationJoseph Sutton1-2/+2
2023-10-01s4:kdc: Remove unused declarationJoseph Sutton1-10/+0
2023-10-01s4:kdc: Add ‘samba_kdc_entry_pac’ wrapper typeJoseph Sutton2-0/+72
2023-10-01s4:kdc: Remove unused parameters from samba_kdc_verify_pac()Joseph Sutton4-28/+0
2023-10-01s4:kdc: Remove device PAC validationJoseph Sutton1-15/+0
2023-10-01s4:kdc: Remove ‘asserted_identity’ parameter from samba_kdc_get_user_info...Joseph Sutton4-16/+0
2023-10-01s4:kdc: Have callers of samba_kdc_get_user_info_dc() themselves add an Assert...Joseph Sutton3-5/+51
2023-10-01s4:kdc: Remove ‘claims_valid’ parameter from samba_kdc_get_user_info_dc()Joseph Sutton4-15/+0
2023-10-01s4:kdc: Have callers of samba_kdc_get_user_info_dc() themselves add the Claim...Joseph Sutton3-4/+41
2023-10-01s4:kdc: Remove ‘compounded_auth’ parameter from samba_kdc_get_user_info_dc()Joseph Sutton4-15/+0
2023-10-01s4:kdc: Remove unused memory context from samba_kdc_lookup_realm()Joseph Sutton1-2/+1
2023-10-01s4:kdc: Add parameters for claims and device info to authn_policy_authenticat...Joseph Sutton4-3/+15
2023-10-01s4:kdc: Add claims parameter to authn_policy_authenticate_from_device()Joseph Sutton3-1/+5
2023-10-01s4:kdc: Add parameters for claims and device info to authn_policy_access_check()Joseph Sutton2-2/+26
2023-10-01s4:auth: Add parameters for claims and device info to auth_generate_security_...Joseph Sutton4-3/+25
2023-10-01s4:kdc: Reformat function callJoseph Sutton1-5/+5
2023-10-01s4:auth: Reformat function callsJoseph Sutton3-12/+31
2023-10-01s4:auth: Rename parameter to match function implementationJoseph Sutton1-1/+1
2023-10-01s4:dsdb: Add session info flag to indicate authentication with a deviceJoseph Sutton1-1/+1
2023-10-01s4:dsdb: Add parameters for claims and device SIDs to security_token_create()Joseph Sutton3-1/+83
2023-10-01s4:kdc: Initialize pointer to NULLJoseph Sutton1-1/+1