index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-18
s4:libcli: let struct smbcli_socket hold struct smbXcli_transport instead of ...
Stefan Metzmacher
1
-13
/
+2
2025-06-18
libcli/smb: pass smbXcli_transport to smbXcli_conn_create()
Stefan Metzmacher
1
-4
/
+14
2025-04-18
s4:libcli: simplify struct smbcli_socket
Stefan Metzmacher
1
-5
/
+2
2021-03-17
libcli/smb: pass smb3_capabilities to smbXcli_conn_create()
Stefan Metzmacher
1
-1
/
+2
2020-06-22
source4/libcli: Use NT_STATUS_PENDING instead of STATUS_PENDING
Christof Schmitt
1
-1
/
+1
2019-03-28
s4:libcli/smb2: don't schedule idle handlers on a dead connection
Stefan Metzmacher
1
-0
/
+17
2018-11-02
s4:libcli/smb2: reapply request endtime
Ralph Boehme
1
-0
/
+17
2018-07-24
s4:libcli: add smb2_transport_raw_init()
Stefan Metzmacher
1
-0
/
+35
2014-11-27
s4:libcli/smb2: add new_epoch to struct smb2_lease_break
Stefan Metzmacher
1
-0
/
+1
2014-11-27
s4:libcli/smb2: allow the caller to specify a specific value for max_protocol.
Stefan Metzmacher
1
-0
/
+8
2013-10-13
libcli4: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2013-10-05
s4:libcli:smb2: add the smb2_capabilities to the smbcli_options
Michael Adam
1
-4
/
+1
2013-10-05
s4:libcli:smb2: add the client_guid to the smbcli_options
Michael Adam
1
-4
/
+1
2013-08-15
libcli/smb: pass max_dyn_len to smb2cli_req_send()
Stefan Metzmacher
1
-3
/
+6
2012-08-17
s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...
Stefan Metzmacher
1
-0
/
+1
2012-07-25
s4:libcli/smb2: remove unused variable
Stefan Metzmacher
1
-2
/
+0
2012-07-25
libcli/smb: there's no PID field in the SMB2/3 header anymore
Stefan Metzmacher
1
-4
/
+0
2012-07-25
libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()
Stefan Metzmacher
1
-4
/
+8
2012-04-16
s4:libcli/smb2: remove unused dependency to LIBPACKET
Stefan Metzmacher
1
-1
/
+0
2012-03-03
s4:libcli:smb2: set SMB2_CAP_ALL in the negprot
Michael Adam
1
-1
/
+5
2012-03-03
smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2
Michael Adam
1
-1
/
+2
2012-02-23
s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...
Michael Adam
1
-1
/
+5
2011-12-09
s4:libcli/smb2: mark a request as error if we can't ship it
Stefan Metzmacher
1
-0
/
+2
2011-11-29
s4:libcli/smb2: make sure only one idle event runs at a time
Stefan Metzmacher
1
-9
/
+16
2011-11-24
s4:libcli/smb2: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-428
/
+287
2011-10-19
s4:libcli/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
1
-2
/
+2
2011-09-28
s4:libcli/smb2: ignore SMB2_OP_CANCEL responses
Stefan Metzmacher
1
-0
/
+10
2011-09-28
s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...
Stefan Metzmacher
1
-1
/
+2
2011-08-13
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
1
-7
/
+7
2010-09-22
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Steven Danneman
1
-1
/
+1
2009-07-15
s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...
Stefan Metzmacher
1
-0
/
+7
2009-06-09
s4:libcli/smb2: add smb2_transport_credits_ask_num()
Stefan Metzmacher
1
-0
/
+7
2009-06-09
s4:libcli/smb2: add support sending compounded requests
Stefan Metzmacher
1
-15
/
+141
2009-04-01
s4:smb2: Add lease break support for SMB2.1
Zach Loafman
1
-8
/
+47
2009-02-02
s4:smb2: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2009-02-02
s4:libcli/smb2: s/private/private_data
Stefan Metzmacher
1
-13
/
+13
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-5
/
+5
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-08-14
libcli/smb2: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
1
-13
/
+11
2008-07-28
libcli/smb2: fix per session signing state
Stefan Metzmacher
1
-4
/
+2
2008-06-07
make signing per session in the SMB2 client library
Andrew Tridgell
1
-6
/
+6
2008-06-06
added server side SMB2 signing
Andrew Tridgell
1
-11
/
+21
2008-05-30
implemented client side SMB2 signing
Andrew Tridgell
1
-18
/
+31
2008-04-19
libcli/smb2: make it possible to handle incoming oplock requests
Stefan Metzmacher
1
-0
/
+43
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-14
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
1
-0
/
+2
2008-02-12
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
1
-1
/
+1
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
[next]