summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2025-08-31dsdb: Align an integer typeVolker Lendecke1-1/+1
2025-08-31dsdb: Fix CID 1665142, Null pointer dereferences (FORWARD_NULL)Volker Lendecke1-6/+9
2025-08-27s4:dsdb:tests: Add tests for msDS-KeyCredentialLink attributeJennifer Sutton1-0/+474
2025-08-27s4:dsdb: Implement msDS-KeyCredentialLink attributeJennifer Sutton2-0/+245
2025-08-27s4:dsdb:tests: Add get_creds() methodJennifer Sutton1-1/+5
2025-08-27s4:dsdb: Remove outdated commentsJennifer Sutton2-4/+0
2025-08-27s4:dsdb:tests: Remove outdated commentJennifer Sutton1-2/+0
2025-08-27s4:dsdb:acl: Fix LDB flags comparisonJennifer Sutton1-2/+2
2025-08-27s4:dsdb: Allow an SPN value to match the original dNSHostName with Validated ...Jennifer Sutton1-2/+14
2025-08-27s4:dsdb:tests: Correct unprefixed f‐stringJennifer Sutton1-5/+2
2025-08-27s4:dsdb:tests: Correct test nameJennifer Sutton1-1/+1
2025-08-27s4:dsdb:tests: Reformat ACEs to be more readableJennifer Sutton1-50/+25
2025-08-27s4:dsdb:tests: Use sAMAccountName GUID constantJennifer Sutton2-2/+3
2025-08-26dsdb:password_hash.c: restrict crypt hash to proper formsDouglas Bagnall1-0/+24
2025-07-30dsdb: fix bug 15872, use-after-freeDouglas Bagnall1-6/+10
2025-05-26s4:dsdb: Check dsdb_module_search() return valueJennifer Sutton1-0/+4
2025-05-26s4:dsdb: Remove trailing whitespaceJennifer Sutton1-10/+10
2025-05-26s4:dsdb: Fix code spellingJennifer Sutton1-1/+1
2025-05-26s4:dsdb: Remove unused codeJennifer Sutton2-98/+0
2025-05-26s4:dsdb: Remove trailing whitespaceJennifer Sutton1-6/+6
2025-05-26s4:dsdb: Use PyLong_FromUnsignedLong() for unsigned valuesJennifer Sutton1-5/+5
2025-05-26python:samdb: Add get_searchFlags_from_lDAPDisplayName() methodJennifer Sutton1-0/+34
2025-05-26python:samdb: Add get_must_contain_from_lDAPDisplayName() methodJennifer Sutton1-0/+89
2025-05-26python:samdb: Add get_lDAPDisplayName_by_governsID_id() methodJennifer Sutton1-0/+35
2025-04-03libcli/security: split trust_forest_info_* functions into samba-security-trustsStefan Metzmacher1-1/+1
2025-03-29dsdb:group_audit: log_membership_changes: match doxygen to codeDouglas Bagnall1-2/+3
2025-03-06s4:dsdb/tests: let the token_group.py test work against Windows 2025Stefan Metzmacher1-2/+11
2025-02-22s4:dsdb/common: add dsdb_trust_get_claims_tf_policy()Stefan Metzmacher2-0/+111
2025-02-22s4:dsdb: add forest trust scanner serviceStefan Metzmacher5-0/+1679
2025-02-22s4:dsdb/common: let dsdb_trust_merge_forest_info() handle SCANNER and BINARY ...Stefan Metzmacher1-0/+50
2025-02-22s4:dsdb/common: let dsdb_trust_normalize_forest_info_step2() handle SCANNER a...Stefan Metzmacher1-0/+93
2025-02-22s4:dsdb/common: let dsdb_trust_normalize_forest_info_step1() handle BINARY an...Stefan Metzmacher1-0/+27
2025-02-22s4:dsdb/common: let dsdb_trust_forest_info_add_record() handle BINARY and SCA...Stefan Metzmacher1-7/+38
2025-02-22s4:dsdb/util_trusts: convert most functions from lsa_ForestTrustInformation t...Stefan Metzmacher1-68/+67
2025-02-22s4:dsdb/common: add dsdb_trust_default_forest_info()Stefan Metzmacher1-0/+58
2025-02-22dsdb:util_trusts: replace dsdb_trust_find_tln[_ex]_match() with trust_forest_...Stefan Metzmacher1-90/+8
2025-02-22dsdb:util_trusts: remove unused dsdb_trust_forest_info_{from,to}_lsa()Stefan Metzmacher1-229/+0
2025-02-22dsdb:util_trusts: make use of trust_forest_info_to_lsa()Stefan Metzmacher1-1/+2
2025-02-14s4:dsdb/common: simplify the logic in dsdb_expand_nested_groups()Stefan Metzmacher1-2/+4
2025-02-14s4:dsdb/common: use talloc_zero() in samdb_result_dom_sid_attrs()Stefan Metzmacher1-1/+1
2025-02-08s4:dsdb/common: check for valid netbios name length for trustsStefan Metzmacher1-0/+8
2025-02-08s4:dsdb/ldb_modules: add trust_notify moduleStefan Metzmacher3-5/+304
2025-02-04s3,s4: Make case spelling of sAMAccountName consistentPavel Filipenský5-7/+7
2025-01-29dsdb:util_trusts: remove unused copy of dns_cmp()Stefan Metzmacher1-174/+1
2025-01-23dsdb: Avoid a tallocVolker Lendecke1-6/+8
2025-01-23dsdb: Align an integer typeVolker Lendecke1-1/+1
2025-01-23dsdb: Simplification with generate_random_str_list_buf()Volker Lendecke1-8/+4
2025-01-08s4:dsdb: fix logic of dsdb_trust_routing_by_name()Stefan Metzmacher1-13/+13
2025-01-02specify some deps on private libs actually used directlyMichael Tokarev1-2/+2
2024-12-20util: add a crypt strerror helperDouglas Bagnall1-15/+1