summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2025-04-18docs-xml/smbdotconf: add 'client smb transports' optionStefan Metzmacher1-75/+0
2025-04-18libcli/smb: add struct smb_transports infrastructureStefan Metzmacher2-0/+150
2025-04-17libcli/smb: make smb2_lease_{pull,push} endian safeStefan Metzmacher1-4/+8
2025-04-17libcli/smb: convert smb2_lease_push() to PUSH_LE_U*Stefan Metzmacher1-5/+5
2025-04-17libcli/smb: make the last 2 reserved bytes explicit in smb2_lease_push()Stefan Metzmacher1-1/+2
2025-04-17libcli/smb: convert smb2_lease_pull() to PULL_LE_U*Stefan Metzmacher1-4/+4
2025-04-03libcli/security: split trust_forest_info_* functions into samba-security-trustsStefan Metzmacher6-982/+1043
2025-03-27libcli: Fix whitespaceVolker Lendecke1-1/+1
2025-03-05libsmb: Save lines with a direct variable initializationVolker Lendecke1-7/+3
2025-03-05libsmb: Simplify smbXcli_req_unset_pending()Volker Lendecke1-6/+1
2025-03-05smbclient3: Replacing Echos in the cli status check with TCP status check.Felix Bussmann1-0/+7
2025-02-27libcli: avoid work in security token debug no-opVolker Lendecke1-2/+7
2025-02-22libcli/lsarpc: add trust_forest_info_match_tln_namespace()Stefan Metzmacher2-0/+23
2025-02-22libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() check RODC callers c...Stefan Metzmacher1-2/+10
2025-02-22libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() return the computer_...Stefan Metzmacher2-2/+29
2025-02-22libcli/auth: add NTLMv2_RESPONSE_verify_trust() checkingStefan Metzmacher1-5/+419
2025-02-22libcli/auth: pass trust_forest_domain_info array to NTLMv2_RESPONSE_verify_ne...Stefan Metzmacher2-2/+14
2025-02-22libcli/auth: split out NTLMv2_RESPONSE_verify_workstation()Stefan Metzmacher1-73/+125
2025-02-22libcli/lsarpc: let trust_forest_info_from_lsa2() handle BINARY and SCANNER re...Stefan Metzmacher1-1/+68
2025-02-22libcli/lsarpc: add trust_forest_info_lsa_2to2()Stefan Metzmacher2-0/+31
2025-02-22libcli/lsarpc: let trust_forest_{record_lsa_2to1,info_to_lsa}() handle SCANNE...Stefan Metzmacher1-2/+33
2025-02-22libcli/lsarpc: let trust_forest_{record_lsa_1to2,info_from_lsa}() handle BINA...Stefan Metzmacher1-8/+126
2025-02-22libcli/lsarpc: let trust_forest_record_to_lsa() handle BINARY and SCANNER rec...Stefan Metzmacher1-2/+45
2025-02-22libcli/lsarpc: let trust_forest_record_from_lsa() handle BINARY and SCANNER r...Stefan Metzmacher1-2/+43
2025-02-22s4:dsdb/util_trusts: convert most functions from lsa_ForestTrustInformation t...Stefan Metzmacher2-6/+6
2025-02-22libcli/lsarpc: add trust_forest_info_lsa_{1to2,2to1}()Stefan Metzmacher2-0/+62
2025-02-22libcli/lsarpc: add trust_forest_info_{from,to}_lsa2()Stefan Metzmacher2-0/+101
2025-02-22libcli/lsarpc: change trust_forest_record_to_lsa to lsa_ForestTrustRecord2Stefan Metzmacher1-2/+58
2025-02-22libcli/lsarpc: change trust_forest_record_from_lsa to lsa_ForestTrustRecord2Stefan Metzmacher1-2/+64
2025-02-22libcli/lsarpc: don't allocate in trust_forest_record_to_lsa()Stefan Metzmacher1-23/+14
2025-02-22libcli/lsarpc: change logic in trust_forest_record_to_lsa() to avoid default:Stefan Metzmacher1-12/+21
2025-02-22libcli/lsarpc: split out trust_forest_record_from_lsaStefan Metzmacher1-67/+83
2025-02-22libcli/lsarpc: add trust_forest_info_tln[_ex]_match()Stefan Metzmacher2-0/+92
2025-02-22libcli/lsarpc: fix talloc hierarchy in trust_forest_info_from_lsa()Stefan Metzmacher1-5/+5
2025-02-22libcli/lsarpc: fix talloc hierarchy in trust_forest_record_to_lsa()Stefan Metzmacher1-4/+4
2025-02-22libcli/lsarpc: add trust_forest_info_{from,to}_lsa()Stefan Metzmacher3-1/+240
2025-02-22libcli/lsarpc: add missing forward declarations for lsa_TrustDomainInfo{AuthI...Stefan Metzmacher1-0/+2
2025-02-22libcli/security: add dom_sid_match_prefix() helperStefan Metzmacher2-9/+28
2025-02-14libcli/security: simplify logic in add_sid_to_array_attrs()Stefan Metzmacher1-2/+8
2025-02-14libcli/security: add some more global_sid_ values required for SID filteringStefan Metzmacher2-0/+38
2025-02-14libcli/security: add py_claims_tf_policy_{parse_rules,wrap_xml}()Stefan Metzmacher2-1/+126
2025-02-14libcli/security: add claims_tf_policy_[un]wrap_xml() for msDS-TransformationR...Stefan Metzmacher2-0/+78
2025-02-14libcli/security: add claims_tf_rule_set_parse_blob() for MS-CTA rulesStefan Metzmacher4-1/+1581
2025-02-05libsmb: Save some bytes in .text codeVolker Lendecke1-1/+1
2025-01-29libcli:smb: Implement smb2cli_notify_set_notify_async()Andreas Schneider2-1/+30
2025-01-29libcli:smb: Implement smb2cli_read_cancel()Andreas Schneider1-0/+13
2025-01-29libcli:smb: Implement smb2cli_read_set_notify_async()Stefan Metzmacher2-0/+32
2025-01-29libcli/security: let dom_sid_lookup_predefined_sid() behave like Windows 2008R2Stefan Metzmacher1-4/+1
2025-01-21lib:replace: Don't use deprecated readline CPPFunction castAndreas Schneider1-3/+5
2025-01-13libcli/auth: add support for ServerAuthenticateKerberos()Stefan Metzmacher1-3/+198