summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton2-2/+2
2023-12-08s4:dsdb: Fix code spellingJoseph Sutton3-4/+4
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton2-9/+9
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-5/+5
2023-12-08s4:dsdb: Use portable integer constant INT64_MAXJoseph Sutton1-10/+10
2023-12-08s4:dsdb: Use portable integer constant INT64_MINJoseph Sutton1-3/+3
2023-12-08s4:dsdb: Remove unused includesJoseph Sutton1-3/+0
2023-12-08s4:dsdb: Remove trailing whitespaceJoseph Sutton1-6/+6
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde2-5/+2
2023-11-30python: tests: make HRES_SEC_E_* constant an intRob van der Linde1-2/+2
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-6/+6
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-11-01libcli/security: Rename sids_contains_sid() to sids_contains_sid_attrs()Joseph Sutton1-2/+2
2023-11-01s4:dsdb: Make sids_contains_sid() usable by other Samba modulesJoseph Sutton2-22/+1
2023-11-01s4:dsdb: Align integer typeJoseph Sutton1-1/+1
2023-10-26s4:kdc: Have smb_krb5_principal_get_comp_string() properly indicate an errorJoseph Sutton1-7/+16
2023-10-26s4:dsdb: Initialize pointers to NULLJoseph Sutton1-6/+4
2023-10-26s4/dsdb: try not to leak on access check failureDouglas Bagnall1-0/+5
2023-10-25s4:dsdb: Fix code spellingJoseph Sutton3-3/+3
2023-10-25s4:dsdb:tests: Remove unnecessary f‐stringsJoseph Sutton1-6/+6
2023-10-19s4:dsdb: Remove reference to non‐existent codeJoseph Sutton1-3/+1
2023-10-17s4:dsdb: Check return value of ldb_msg_add_empty() (CID 1449667)Joseph Sutton1-2/+5
2023-10-16CVE-2018-14628: s4:dsdb: remove unused code in dirsync_filter_entry()Stefan Metzmacher1-48/+5
2023-10-13s4:dsdb:tests: Use loadTestsFromTestCase() instead of makeSuite()Joseph Sutton8-8/+16
2023-10-13s4:dsdb:tests: Fix assertion messagesJoseph Sutton2-9/+8
2023-10-13s4:dsdb:tests: Remove unused variablesJoseph Sutton2-16/+0
2023-10-13s4:dsdb:tests: Remove unused importsJoseph Sutton3-10/+6
2023-10-13s4:dsdb: Don’t overwrite existing error code (CID 1445263)Joseph Sutton1-1/+1
2023-10-13s4:dsdb: Log correct ldb errorJoseph Sutton1-1/+1
2023-10-13s4:dsdb: Replace early ‘continue’ with ‘if’ statement (CID 1414738)Joseph Sutton1-7/+3
2023-10-13s4:dsdb: Check return value of ldb_msg_add_empty() (CID 1272827)Joseph Sutton1-1/+4
2023-10-13s4:dsdb: Fix unreachable code (CID 1435967)Joseph Sutton1-1/+1
2023-10-13s4:dsdb: Remove unreachable code (CID 1034686)Joseph Sutton1-2/+0
2023-10-13s4:dsdb: Check return code (CID 1444824/1444844)Joseph Sutton1-0/+4
2023-10-13s4:dsdb: Permit forward link to be missing in linked_attributes_fix_forward_l...Joseph Sutton1-6/+8
2023-10-13s4:dsdb: Check whether ‘p’ is NULL before dereferencing it (CID 240875)Joseph Sutton1-2/+2
2023-10-12s4:dsdb: Skip allocation of empty device SIDs arrayJoseph Sutton1-1/+1
2023-10-10dsdb: Slightly simplify dsdb_trust_get_incoming_passwords()Volker Lendecke1-4/+3
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-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 Sutton2-1/+80
2023-09-27s4:dsdb: Use Builtin SID constantJoseph Sutton2-4/+4
2023-09-27s4:dsdb: Use NULL SID constantJoseph Sutton1-1/+1