summaryrefslogtreecommitdiff
path: root/libcli/smb
AgeCommit message (Expand)AuthorFilesLines
2019-03-18libsmb: Use a direct struct initializerVolker Lendecke1-1/+1
2019-03-18libcli: Align integer typesVolker Lendecke1-1/+1
2019-02-27libcli:smb: Zero sensitive memory after useAndreas Schneider1-0/+4
2019-02-25libcli: Pass buf/len to smb2_negotiate_context_addVolker Lendecke3-17/+19
2019-02-09libcli: add getters for smb2 {signing,encryption,decryption} keysAurelien Aptel2-0/+88
2019-01-28libcli:smb: Use C99 initializer for derivation in smbXcli_baseAndreas Schneider1-2/+6
2019-01-09libcli: Add error log if insufficient SMB2 creditsTim Beale1-0/+3
2018-12-20libcli:smb: Avoid explicit ZERO_STRUCTAndreas Schneider1-4/+2
2018-11-28libcli:smb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-1/+1
2018-11-21libcli: Make smb2cli_notify_send cancellableVolker Lendecke1-6/+25
2018-11-13libcli/smb: don't overwrite status codeRalph Boehme1-5/+7
2018-11-13libcli/smb: use require_signed_response in smb2cli_conn_dispatch_incoming()Ralph Boehme1-1/+16
2018-11-13libcli/smb: defer singing check a little bitRalph Boehme1-6/+6
2018-11-13libcli/smb: maintain require_signed_response in smbXcli_req_stateRalph Boehme1-0/+3
2018-11-13libcli/smb: add smb2cli_session_require_signed_response()Ralph Boehme2-0/+9
2018-11-02libcli: fill endtime if smbXcli_req_create() timeout is non-zeroRalph Boehme1-8/+4
2018-11-02libcli: add smbXcli_req_endtimeRalph Boehme2-0/+11
2018-09-28libcli: Add debug message if fail to negoatiate SMB protocolTim Beale1-0/+1
2018-08-24Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls1-0/+1
2018-05-16libcli: Fix coverity warning in smb2cli_notify_send()Andreas Schneider1-1/+4
2018-04-16tstream: Fix CID 1167981 Unchecked return valueVolker Lendecke1-1/+1
2018-04-16tstream: Fix CID 1167982 Unchecked return valueVolker Lendecke1-1/+1
2018-04-05libsmb: Handle long-running smb2cli_notifyVolker Lendecke1-9/+45
2018-04-04libcli: Fix CID 710748 Resource leakVolker Lendecke1-2/+2
2018-03-20libcli:smb: Fix size typesAndreas Schneider1-3/+4
2018-01-14smbXcli: Add "force_channel_sequence"Volker Lendecke2-1/+18
2017-11-10libcli: Fix a typoVolker Lendecke1-1/+1
2017-10-04vfs_fruit: Add Time Machine supportKevin Anderson1-0/+1
2017-09-20CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2-0/+6
2017-09-14libcli: SMB2: NetApps negotiate SMB3_11 but also set the SMB2_CAP_ENCRYPTION ...Jeremy Allison1-3/+12
2017-08-18libcli/smb: debug an error if smb1cli_req_writev_submit() is called for SMB2/3Stefan Metzmacher1-0/+3
2017-07-25libsmb: Add smb2cli_notify()Volker Lendecke3-0/+205
2017-06-22libcli/smb: add smb_protocol_types_string()Stefan Metzmacher3-0/+40
2017-06-17libcli: smb: Add smb2cli_tcon_set_id().Jeremy Allison2-0/+6
2017-06-17libcli: smb: Add smbXcli_tcon_copy().Jeremy Allison2-0/+34
2017-06-15libcli:smb2: Gracefully handle not supported for FSCTL_VALIDATE_NEGOTIATE_INFOAndreas Schneider1-0/+15
2017-06-09libcli:smb: Add unit test for smb_bytes_pull_str()Andreas Schneider2-0/+219
2017-06-09libcli/smb: Fix alignment problems of smb_bytes_pull_str()Stefan Metzmacher3-31/+47
2017-06-09Revert "libcli:smb: Fix pulling strings from the wire"Andreas Schneider1-1/+1
2017-06-07libcli:smb: Fix pulling strings from the wireAndreas Schneider1-1/+1
2017-04-18lib/util: add and use iov_concatRalph Boehme1-24/+2
2017-03-28libcli: introduce smbXcli_conn_support_passthrough()Uri Simchoni2-0/+18
2017-03-03libcli/smb: add smb2cli_conn_get_mid and smb2cli_conn_set_midRalph Boehme2-0/+12
2017-03-03libcli/smb: add smb2cli_conn_get_cur_creditsRalph Boehme2-0/+6
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2-13/+10
2017-02-22Correct "intialise" typos.Chris Lamb1-1/+1
2017-01-31libcli/smb: outbuf length is a IVAL ie a uint32_tRalph Boehme1-1/+1
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2017-01-03libcli: Use "all_zero" where appropriateVolker Lendecke1-7/+3
2016-11-15libcli/smb: add smb1cli_session_setup_ext_send/recv()Stefan Metzmacher2-0/+277