summaryrefslogtreecommitdiff
path: root/source4/dsdb/common/util_trusts.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-22s4:dsdb/common: add dsdb_trust_get_claims_tf_policy()Stefan Metzmacher1-0/+110
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-08s4:dsdb/common: check for valid netbios name length for trustsStefan Metzmacher1-0/+8
2025-01-29dsdb:util_trusts: remove unused copy of dns_cmp()Stefan Metzmacher1-174/+1
2025-01-08s4:dsdb: fix logic of dsdb_trust_routing_by_name()Stefan Metzmacher1-13/+13
2024-10-30s4:dsdb/common: dsdb_trust_get_incoming_passwords only needs a const ldb_messageStefan Metzmacher1-1/+1
2024-05-07s4:dsdb:util_trusts: simplify the NULL case in dns_cmpDouglas Bagnall1-5/+11
2024-05-07s4:dsdb:util_trusts: describe dns_cmp return valuesDouglas Bagnall1-0/+16
2023-10-10dsdb: Slightly simplify dsdb_trust_get_incoming_passwords()Volker Lendecke1-4/+3
2023-08-03s4:dsdb:common: Fix code spellingAndreas Schneider1-1/+1
2023-07-31dsdb: Use samdb_system_container_dn() in dsdb_trust_*()Andrew Bartlett1-18/+3
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2019-07-11s4/dsdb/common: clang: Fix access results in null pointer deref.Noel Power1-0/+8
2019-04-29s4:dsdb: Use C99 initializer in dsdb util_trustsAndreas Schneider1-11/+29
2019-02-27s4:dsdb: Only use the required md4 header fileAndreas Schneider1-1/+1
2018-09-04dsdb:util_trusts: add dsdb_trust_local_tdo_info() helper functionStefan Metzmacher1-0/+16
2018-09-04dsdb/util_trusts: domain_dn is an input parameter of dsdb_trust_crossref_tdo_...Stefan Metzmacher1-6/+0
2018-02-21s4:dsdb: add dsdb_trust_domain_by_{sid,name}()Stefan Metzmacher1-0/+222
2018-01-13s4:dsdb: add dsdb_trust_search_tdo_by_sid() helper functionStefan Metzmacher1-0/+65
2016-06-22s4-dsdb: Fix a possible NULL pointer dereferenceAndreas Schneider1-1/+3
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-07-15CID 1311772: Fix null pointer checkAndreas Schneider1-1/+1
2015-07-15CID 1311771: Fix a null pointer dereferenceAndreas Schneider1-1/+1
2015-07-15CID 1311767: Cast enum type to avoid compiler warningsAndreas Schneider1-1/+1
2015-07-15CID 1311764: Fix logical compare in if clauseAndreas Schneider1-2/+2
2015-07-08s4:dsdb/common: add dsdb_trust_merge_forest_info() helper functionStefan Metzmacher1-0/+418
2015-07-08s4:dsdb/common: dsdb_trust_normalize_forest_info_step[1,2]() and dsdb_trust_v...Stefan Metzmacher1-0/+752
2015-07-08s4:dsdb/common: add dsdb_trust_xref_tdo_info() helper functionStefan Metzmacher1-0/+20
2015-07-08s4:dsdb/common: add dsdb_trust_forest_info_from_lsa() helper functionStefan Metzmacher1-0/+103
2015-07-08s4:dsdb/common: add dsdb_trust_get_incoming_passwords() helper functionStefan Metzmacher1-0/+116
2015-07-08s4:dsdb/common: add dsdb_trust_search_tdo*() helper functionsStefan Metzmacher1-0/+153
2015-07-08s4:dsdb/common: add helper functions for trusted domain objects (tdo)Stefan Metzmacher1-0/+1570