summaryrefslogtreecommitdiff
path: root/libcli/smb
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: outbuf length is a IVAL ie a uint32_tRalph Boehme2017-01-311-1/+1
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* libcli: Use "all_zero" where appropriateVolker Lendecke2017-01-031-7/+3
* libcli/smb: add smb1cli_session_setup_ext_send/recv()Stefan Metzmacher2016-11-152-0/+277
* libcli/smb: add smb1cli_session_setup_nt1_send/recv()Stefan Metzmacher2016-11-152-0/+332
* libcli/smb: add smb1cli_session_setup_lm21_send/recv()Andreas Schneider2016-11-153-0/+280
* libcli/smb: reformat wscriptStefan Metzmacher2016-11-151-43/+48
* libcli/smb: Add smb_bytes_pull_str() helper functionStefan Metzmacher2016-11-152-0/+63
* libcli/smb: move {smb,trans2}_bytes_push_{str,bytes}() to common codeStefan Metzmacher2016-11-153-71/+151
* libcli/smb: handle a talloc_free() on an unsent smb1 requestStefan Metzmacher2016-10-261-3/+136
* s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme2016-10-111-1/+2
* libcli: add FILE_SUPPORTS_BLOCK_REFCOUNTINGDavid Disseldorp2016-09-221-0/+1
* s3: libsmb: Correctly align create contexts in a create call.Jeremy Allison2016-08-221-0/+1
* s3: SMB1: Add missing FLAGS2 definitions from MS-SMB.Jeremy Allison2016-08-191-0/+2
* CVE-2016-2019: libcli/smb: don't allow guest sessions if we require signingStefan Metzmacher2016-07-071-2/+17
* libcli/smb: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+2
* 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