summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-30s4:libcli/smb2: make use of smb2cli_tcon*() in connect.cStefan Metzmacher1-30/+25
2014-09-30s3:libsmb: remove unused smb2cli.hStefan Metzmacher1-1/+0
2014-07-24s4:libcli/smb2: add smb2_session_channel()Stefan Metzmacher2-10/+74
2014-07-24s4:libcli/smb2: remove unused 'primary' argument of smb2_session_init()Stefan Metzmacher2-7/+3
2014-03-27s4:libcli: make use of gensec_update_ev()Stefan Metzmacher1-2/+2
2013-12-06s4-libcli: Add smb2_util_handle_empty().Andreas Schneider1-0/+9
2013-10-13libcli4: Remove an unused variableVolker Lendecke1-1/+0
2013-10-05s4:libcli:smb2: make smbcli_options argument to smb2_connect_(send|ext) constMichael Adam1-2/+2
2013-10-05s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam1-4/+1
2013-10-05s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam1-4/+1
2013-08-23libsmb2: Fix opening the rootdirectory, part 1Volker Lendecke1-0/+15
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher1-3/+6
2013-04-30libsmb: Use sizeof instead of explicit numbersVolker Lendecke1-6/+6
2013-04-30libsmb: Use smb2_lease_push in smb2_create_sendVolker Lendecke1-12/+10
2013-04-18s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher1-1/+1
2013-04-18s4:libcli/smb2: add support for SMB2 LEASES v2Stefan Metzmacher1-5/+43
2013-01-16smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp1-3/+34
2012-09-19s4:libci: add a SMB2_CREATE_APP_INSTANCE_ID blob to the request if the in.app...Michael Adam1-0/+25
2012-08-17s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...Stefan Metzmacher1-0/+1
2012-08-06s4:libcli/smb2/write correct error checkingChristian Ambach1-1/+1
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+1
2012-07-25s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher3-4/+0
2012-07-25s4:libcli/smb2: remove unused variableStefan Metzmacher1-2/+0
2012-07-25libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher1-4/+0
2012-07-25libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher1-4/+8
2012-07-25s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher3-6/+0
2012-07-24s4:libcli/smb2: setup a smbXcli_tcon for each smb2_treeStefan Metzmacher3-0/+16
2012-05-06s4:libcli/smb2: use PROTOCOL_LATESTStefan Metzmacher1-1/+1
2012-04-16s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2-1/+16
2012-04-16s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2-2/+1