summaryrefslogtreecommitdiff
path: root/libcli/smb
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: add smbXcli_session_is_guest() helper functionStefan Metzmacher2016-04-282-0/+25
* libcli/smb: add SMB1 session setup action flagsStefan Metzmacher2016-04-281-0/+6
* libcli/smb: add smb1cli_session_set_action() helper functionStefan Metzmacher2016-04-282-0/+9
* libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().Günther Deschner2016-04-281-0/+4
* libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider2016-04-191-1/+1
* CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_n...Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-04-122-0/+2
* CVE-2016-2114: libcli/smb: let mandatory signing imply allowed signingRalph Boehme2016-04-121-0/+4
* libcli:smb:smbXcli_base: add smb2cli_session_current_channel_sequence() call.Günther Deschner2016-03-222-0/+6
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-031-1/+0
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-3/+3
* libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme2016-01-221-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* libcli: Make headers for private libraries private.Jelmer Vernooij2016-01-131-2/+2
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-161-0/+11
* libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher2015-12-011-3/+10
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher2015-12-011-18/+35
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher2015-12-011-5/+19
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher2015-12-011-5/+21
* libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher2015-12-011-37/+47
* libcli/smb: Use helper function for finding sessionChristof Schmitt2015-11-181-19/+18
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-142-0/+6
* libcli/smb: prefer AES128_CCMStefan Metzmacher2015-08-171-2/+6
* libcli: Use iov_buflen in smb2_signing.cVolker Lendecke2015-08-141-6/+11
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-072-0/+7
* libcli/smb: let tstream_smbXcli_np report connection errors as EPIPE instead ...Stefan Metzmacher2015-07-031-4/+4
* libsmb: Streamline smb1cli_trans a bitVolker Lendecke2015-06-261-3/+1
* libcli/smb: make sure we remove the writev_send() request when a request is d...Stefan Metzmacher2015-06-121-0/+14
* libcli/smb: add smb1 requests to the pending array before writev_send()Stefan Metzmacher2015-06-121-12/+6
* libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is remo...Stefan Metzmacher2015-06-121-0/+53
* libcli/smb: remove unused split of read_fd and write_fdStefan Metzmacher2015-06-121-26/+12
* libcli/smb: close the socket fd at the end of smbXcli_conn_disconnect()Stefan Metzmacher2015-06-121-6/+9
* libcli/smb: use tevent_req_received(req) in read_smb_recv()Stefan Metzmacher2015-06-121-0/+2
* libcli/smb: In CCM and GCM mode we can't reuse noncesStefan Metzmacher2015-05-292-11/+65
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-293-4/+85
* libcli/smb: SMB 3.0.2: define SVHDX_OPEN_DEVICE_CONTEXTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define FSCTL_SVHDX_SYNC_TUNNEL_REQUESTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define SMB2_WRITEFLAG_WRITE_UNBUFFEREDMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define SMB2_READFLAG_READ_UNBUFFEREDMichael Adam2015-05-081-0/+2
* libcli/smb: add support for SMB >= 3.1.1 io prioritiesMichael Adam2015-05-082-0/+25
* libcli/smb: add define for SMB 3.1.1 SMB2_HDR_FLAG_PRIORITY_MASK and helper m...Stefan Metzmacher2015-05-081-0/+4
* libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher2015-05-083-2/+5
* libcli/smb: don't alter state->smb2.hdr when getting STATUS_PENDINGMichael Adam2015-05-081-20/+14
* Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2015-03-272-20/+20
* s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails...Jeremy Allison2015-03-201-0/+1
* idl: define FSCTL_DUPLICATE_EXTENTS_TO_FILEDavid Disseldorp2015-03-111-0/+1
* Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture an...Richard Sharpe2015-03-081-0/+2
* libsmb: Use tevent_req_poll_ntstatusVolker Lendecke2015-02-262-6/+3
* lib: Use iov_buflen in smb1cli_req_chain_submitVolker Lendecke2015-02-241-3/+3