summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: libsmbclient: Add a torture test to ensure smbc_stat() returns E...Jeremy Allison2022-10-181-0/+63
* s4/lib/registry: Fix use after free with popt 1.19Noel Power2022-10-141-1/+1
* s4:messaging: let imessaging_client_init() use imessaging_init_discard_incomi...Stefan Metzmacher2022-10-131-1/+1
* s4:messaging: add imessaging_init_discard_incoming()Stefan Metzmacher2022-10-133-1/+85
* s4: smbtorture: Add fsync_resource_fork test to fruit tests.Jeremy Allison2022-10-061-0/+80
* s4:kdc: Don't copy data for empty PAC bufferJoseph Sutton2022-10-051-1/+1
* s4:kdc: Make use of smb_krb5_data_from_blob() helper functionJoseph Sutton2022-10-053-8/+3
* s4:kdc: Refactor samba_make_krb5_pac()Joseph Sutton2022-10-051-102/+6
* lib:krb5_wrap: Add helper functions to make krb5_data structureJoseph Sutton2022-10-053-14/+3
* s4-auth: Add missing newlines to log messagesJoseph Sutton2022-10-051-2/+2
* selftest: Simplify krb5 test environmentsJoseph Sutton2022-10-051-1/+1
* s4-libnet: Add messages to object count mismatch failuresAndrew Bartlett2022-10-041-0/+11
* s4-rpc_server:getncchanges Add "old Samba" mode regarding GET_ANC/GET_TGTAndrew Bartlett2022-10-041-8/+44
* selftest: Add tests for GetNCChanges GET_ANC using samba-tool drs clone-dc-da...Andrew Bartlett2022-10-042-0/+107
* selftest: Prepare for "old Samba" mode regarding getncchanges GET_ANC/GET_TGTAndrew Bartlett2022-10-041-5/+9
* python: whitespace fixesVolker Lendecke2022-10-031-11/+11
* librpc ndr/py_security: Export sddl_encode_ace to pythonChristian Merten2022-09-271-0/+37
* librpc ndr/py_security: Export security_ace_equal as richcmp to pythonChristian Merten2022-09-271-0/+42
* librpc ndr/py_security: Export ACE deletion functions to pythonChristian Merten2022-09-271-1/+51
* pytests:s4/dsdb/passwords: avoid unused importsDouglas Bagnall2022-09-161-4/+2
* pytests:s4/drs/getnc_schema: avoid unused importsDouglas Bagnall2022-09-161-4/+0
* pytests:s4/drs/repl_move: avoid unused and star importsDouglas Bagnall2022-09-161-2/+34
* pytests:s4/drs/repl_rodc: avoid unused importsDouglas Bagnall2022-09-161-2/+0
* pytests:s4/drs/linked_attributes_drs: avoid unused importsDouglas Bagnall2022-09-161-15/+1
* pytests:s4/drs/ridalloc_exop: avoid unused importsDouglas Bagnall2022-09-161-3/+0
* s4/server: stop suggesting ntvfs in error messageDouglas Bagnall2022-09-161-2/+1
* pytest/password_lockout: be less verbose by defaultDouglas Bagnall2022-09-162-21/+27
* CVE-2020-25720 s4:dsdb/descriptor: explain lack of dSHeuristics checkAndrew Bartlett2022-09-161-0/+9
* CVE-2020-25720 s4:dsdb/descriptor: Validate owner SIDs written to security de...Joseph Sutton2022-09-161-1/+92
* CVE-2020-25720 s4-acl: Omit sDRightsEffective for computers unless all rights...Joseph Sutton2022-09-161-0/+11
* CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACLNadezhda Ivanova2022-09-165-44/+118
* CVE-2020-25720 s4:ntvfs: Use se_file_access_check() to check file access rightsJoseph Sutton2022-09-161-1/+1
* CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behaviorNadezhda Ivanova2022-09-163-10/+17
* CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova2022-09-166-62/+426
* CVE-2020-25720: s4-acl: Move definition of acl_check_self_membership()Joseph Sutton2022-09-161-72/+72
* CVE-2020-25720 s4-acl: Test Create Child permission should not allow full wri...Nadezhda Ivanova2022-09-161-6/+2404
* CVE-2020-25720 pydsdb: Add AD schema GUID constantsJoseph Sutton2022-09-161-0/+13
* CVE-2020-25720 pydsdb: Add dsHeuristics constant definitionsJoseph Sutton2022-09-161-0/+30
* CVE-2020-25720 s4/dsdb/util: Add functions for dsHeuristics 28, 29Joseph Sutton2022-09-161-0/+40
* CVE-2020-25720 s4:tests/sec_descriptor: Add missing security descriptor modifyJoseph Sutton2022-09-161-1/+3
* CVE-2021-20251 dsdb/common: Remove transaction logic from samdb_set_password()Joseph Sutton2022-09-121-1/+4
* CVE-2021-20251 s4-rpc_server: Extend scope of transaction for ChangePasswordU...Joseph Sutton2022-09-121-9/+33
* CVE-2021-20251 s4-rpc_server: Use user privileges for SAMR password changeJoseph Sutton2022-09-122-6/+31
* CVE-2021-20251 s4-rpc_server: Use authsam_search_account() to find the userJoseph Sutton2022-09-121-32/+15
* CVE-2021-20251 s4:auth_winbind: Check return status of authsam_logon_success_...Joseph Sutton2022-09-121-1/+4
* CVE-2021-20251 s4-rpc_server: Check badPwdCount update return statusJoseph Sutton2022-09-121-1/+5
* CVE-2021-20251 s4:kdc: Check badPwdCount update return statusJoseph Sutton2022-09-121-2/+7
* CVE-2021-20251 s4:kdc: Check return status of authsam_logon_success_accounting()Joseph Sutton2022-09-121-4/+11
* CVE-2021-20251 s4:kdc: Move logon success accounting code into existing branchJoseph Sutton2022-09-121-20/+13
* CVE-2021-20251 s4:dsdb: Make badPwdCount update atomicJoseph Sutton2022-09-121-3/+24