summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/transport.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-18s4:libcli: let struct smbcli_socket hold struct smbXcli_transport instead of ...Stefan Metzmacher1-13/+2
2025-06-18libcli/smb: pass smbXcli_transport to smbXcli_conn_create()Stefan Metzmacher1-4/+14
2025-04-18s4:libcli: simplify struct smbcli_socketStefan Metzmacher1-5/+2
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2020-06-22source4/libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt1-1/+1
2019-03-28s4:libcli/smb2: don't schedule idle handlers on a dead connectionStefan Metzmacher1-0/+17
2018-11-02s4:libcli/smb2: reapply request endtimeRalph Boehme1-0/+17
2018-07-24s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher1-0/+35
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 Metzmacher1-0/+8
2013-10-13libcli4: Remove an unused variableVolker Lendecke1-1/+0
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-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher1-3/+6
2012-08-17s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...Stefan Metzmacher1-0/+1
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-04-16s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher1-1/+0
2012-03-03s4:libcli:smb2: set SMB2_CAP_ALL in the negprotMichael Adam1-1/+5
2012-03-03smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam1-1/+2
2012-02-23s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...Michael Adam1-1/+5
2011-12-09s4:libcli/smb2: mark a request as error if we can't ship itStefan Metzmacher1-0/+2
2011-11-29s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher1-9/+16
2011-11-24s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher1-428/+287
2011-10-19s4:libcli/smb2: make use of _smb_setlen_tcp()Stefan Metzmacher1-2/+2
2011-09-28s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher1-0/+10
2011-09-28s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher1-1/+2
2011-08-13s4:libcli: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-7/+7
2010-09-22s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman1-1/+1
2009-07-15s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...Stefan Metzmacher1-0/+7
2009-06-09s4:libcli/smb2: add smb2_transport_credits_ask_num()Stefan Metzmacher1-0/+7
2009-06-09s4:libcli/smb2: add support sending compounded requestsStefan Metzmacher1-15/+141
2009-04-01s4:smb2: Add lease break support for SMB2.1Zach Loafman1-8/+47
2009-02-02s4:smb2: s/private/private_dataStefan Metzmacher1-2/+2
2009-02-02s4:libcli/smb2: s/private/private_dataStefan Metzmacher1-13/+13
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-08-14libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher1-13/+11
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher1-4/+2
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell1-6/+6
2008-06-06added server side SMB2 signingAndrew Tridgell1-11/+21
2008-05-30implemented client side SMB2 signingAndrew Tridgell1-18/+31
2008-04-19libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher1-0/+43
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+2
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1