summaryrefslogtreecommitdiff
path: root/libcli/smb
AgeCommit message (Expand)AuthorFilesLines
2018-04-20libsmb: Handle long-running smb2cli_notifyVolker Lendecke1-9/+45
2018-04-20libsmb: Add smb2cli_notify()Volker Lendecke3-0/+205
2018-03-08smbXcli: Add "force_channel_sequence"Volker Lendecke2-1/+18
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-28libcli/smb: debug an error if smb1cli_req_writev_submit() is called for SMB2/3Stefan Metzmacher1-0/+3
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
2016-11-15libcli/smb: add smb1cli_session_setup_nt1_send/recv()Stefan Metzmacher2-0/+332
2016-11-15libcli/smb: add smb1cli_session_setup_lm21_send/recv()Andreas Schneider3-0/+280
2016-11-15libcli/smb: reformat wscriptStefan Metzmacher1-43/+48
2016-11-15libcli/smb: Add smb_bytes_pull_str() helper functionStefan Metzmacher2-0/+63
2016-11-15libcli/smb: move {smb,trans2}_bytes_push_{str,bytes}() to common codeStefan Metzmacher3-71/+151
2016-10-26libcli/smb: handle a talloc_free() on an unsent smb1 requestStefan Metzmacher1-3/+136
2016-10-11s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme1-1/+2
2016-09-22libcli: add FILE_SUPPORTS_BLOCK_REFCOUNTINGDavid Disseldorp1-0/+1
2016-08-22s3: libsmb: Correctly align create contexts in a create call.Jeremy Allison1-0/+1
2016-08-19s3: SMB1: Add missing FLAGS2 definitions from MS-SMB.Jeremy Allison1-0/+2
2016-07-07CVE-2016-2019: libcli/smb: don't allow guest sessions if we require signingStefan Metzmacher1-2/+17
2016-06-16libcli/smb: Fix compiler errors when building with --address-sanitizerAndrew Bartlett1-2/+2
2016-04-28libcli/smb: add smbXcli_session_is_guest() helper functionStefan Metzmacher2-0/+25
2016-04-28libcli/smb: add SMB1 session setup action flagsStefan Metzmacher1-0/+6
2016-04-28libcli/smb: add smb1cli_session_set_action() helper functionStefan Metzmacher2-0/+9
2016-04-28libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().Günther Deschner1-0/+4
2016-04-19libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider1-1/+1
2016-04-12CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_n...Stefan Metzmacher1-0/+4
2016-04-12CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2-0/+2
2016-04-12CVE-2016-2114: libcli/smb: let mandatory signing imply allowed signingRalph Boehme1-0/+4
2016-03-22libcli:smb:smbXcli_base: add smb2cli_session_current_channel_sequence() call.Günther Deschner2-0/+6
2016-03-03s3:smbd: rework negprot remote arch detectionJustin Maggard1-1/+0
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-3/+3
2016-01-22libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme1-1/+1
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13libcli: Make headers for private libraries private.Jelmer Vernooij1-2/+2