summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
2023-11-30s4:libcli: Call correct function to get HMAC output lengthJoseph Sutton1-2/+2
2023-11-30s4:libcli: Remove trailing whitespaceJoseph Sutton1-8/+8
2023-08-14s4:libcli: Fix code spellingAndreas Schneider3-4/+4
2023-08-08s4:torture/smb2: make it possible to pass existing_conn to smb2_connect_ext()Stefan Metzmacher1-1/+3
2022-08-26smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recvVolker Lendecke1-2/+3
2022-08-23s4/libcli/smb2: avoid using smb2_composite_setpathinfo() in smb2_util_setatr()Ralph Boehme1-7/+30
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-1/+1
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2020-10-02libcli: Use GUID_to_ndr_buf() in smb2_create_send()Volker Lendecke1-13/+9
2020-08-19s4:libcli: Require signing for SMB encryptionAndreas Schneider1-1/+8
2020-08-19s4:libcli: Add smb2_connect_enc_start()Andreas Schneider1-0/+38
2020-08-19s3:libcli: Split out smb2_connect_tcon_start()Andreas Schneider1-1/+12
2020-07-08s4:libcli/smb2: add const to struct smbcli_options *options for smb2_connect()Stefan Metzmacher1-1/+1
2020-07-08s4:libcli/smb2: allow smb2_connect*() to fake session and tconStefan Metzmacher1-0/+9
2020-06-22source4/libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt1-1/+1
2020-04-28Implement alt name query for smb2David Mulder1-0/+53
2020-04-28Add SMB2 lsa helper routinesDavid Mulder1-0/+11
2019-12-20Convert samba4.base.*attr tests to smb2David Mulder1-0/+46
2019-09-25s4/libcli/smb2: clang: Fix 'value stored to 'status' is never read'Noel Power1-3/+3
2019-09-25s4/libcli/smb2: clang: Fix Passed-by-value arg contains uninitialized dataNoel Power1-1/+3
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2-2/+2
2019-06-24s4:libcli: Use gnutls_error_to_ntstatus() or singingAndreas Schneider1-2/+3
2019-04-30s4:libcli:smb2: Use GnuTLS SHA256 HMAC for signingAndreas Schneider1-17/+32
2019-04-01libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2-5/+8
2019-03-28s4:libcli/smb2: calculate the correct credit charge in smb2_notify_send()Stefan Metzmacher1-0/+2
2019-03-28s4:libcli/smb2: calculate the correct credit charge in smb2_ioctl_send()Stefan Metzmacher1-0/+11
2019-03-28s4:libcli/smb2: align struct smb_ioctl.smb2 to [MS-SMB2] namesStefan Metzmacher1-5/+5
2019-03-28s4:libcli/smb2: calculate the correct credit charge in smb2_getinfo_send()Stefan Metzmacher1-0/+4
2019-03-28s4:libcli/smb2: fix smb2_getinfo_send() marshallingStefan Metzmacher2-9/+20
2019-03-28s4:libcli/smb2: don't schedule idle handlers on a dead connectionStefan Metzmacher1-0/+17
2019-02-28s4:libcli: remember return code from maximum accessRalph Boehme1-2/+2
2018-11-02s4:libcli/smb2: reapply request endtimeRalph Boehme1-0/+17
2018-07-25s4: libcli/smb2: calculate correct credit charge for findsRalph Boehme1-0/+1
2018-07-24s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher1-5/+30
2018-07-24s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher1-0/+32
2018-07-24s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher1-0/+21
2018-07-24s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher1-4/+12
2018-07-24s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher1-0/+35
2018-04-24tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke1-1/+0
2017-12-21s4:torture: add smb2.session.expire2 testStefan Metzmacher1-2/+5
2017-05-21s4:libcli/smb2: make smb2_session_setup_spnego_* completely asyncStefan Metzmacher1-93/+160
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme1-4/+2
2016-04-19s4:libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider1-1/+1
2016-04-12CVE-2016-2115: s4:libcli/smb2: use the configured min_protocolStefan Metzmacher1-1/+6
2016-01-13Make libcli-smb-raw private, for now.Jelmer Vernooij1-1/+1
2015-03-27Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe1-1/+1
2014-11-27s4:libcli/smb2: initialize ls->lease_versionStefan Metzmacher1-0/+2
2014-11-27s4:libcli/smb2: add new_epoch to struct smb2_lease_breakStefan Metzmacher1-0/+1
2014-11-27s4:libcli/smb2: allow the caller to specify a specific value for max_protocol.Stefan Metzmacher2-1/+10
2014-09-30s4:libcli/tcon: remove unused smb2_tree_connect*()Stefan Metzmacher1-67/+0