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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
smb2
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli/smb2: reset trsnport->compound.related when a compound chain is fin...
Stefan Metzmacher
2012-08-17
1
-0
/
+1
*
s4:libcli/smb2: remove unused variable
Stefan Metzmacher
2012-07-25
1
-2
/
+0
*
libcli/smb: there's no PID field in the SMB2/3 header anymore
Stefan Metzmacher
2012-07-25
1
-4
/
+0
*
libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()
Stefan Metzmacher
2012-07-25
1
-4
/
+8
*
s4:libcli/smb2: remove unused dependency to LIBPACKET
Stefan Metzmacher
2012-04-16
1
-1
/
+0
*
s4:libcli:smb2: set SMB2_CAP_ALL in the negprot
Michael Adam
2012-03-03
1
-1
/
+5
*
smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2
Michael Adam
2012-03-03
1
-1
/
+2
*
s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...
Michael Adam
2012-02-23
1
-1
/
+5
*
s4:libcli/smb2: mark a request as error if we can't ship it
Stefan Metzmacher
2011-12-09
1
-0
/
+2
*
s4:libcli/smb2: make sure only one idle event runs at a time
Stefan Metzmacher
2011-11-29
1
-9
/
+16
*
s4:libcli/smb2: implement on top of smbXcli_conn/req
Stefan Metzmacher
2011-11-24
1
-428
/
+287
*
s4:libcli/smb2: make use of _smb_setlen_tcp()
Stefan Metzmacher
2011-10-19
1
-2
/
+2
*
s4:libcli/smb2: ignore SMB2_OP_CANCEL responses
Stefan Metzmacher
2011-09-28
1
-0
/
+10
*
s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...
Stefan Metzmacher
2011-09-28
1
-1
/
+2
*
s4:libcli: use tevent_ fn names instead of legacy event_ ones
Simo Sorce
2011-08-13
1
-7
/
+7
*
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Steven Danneman
2010-09-22
1
-1
/
+1
*
s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...
Stefan Metzmacher
2009-07-15
1
-0
/
+7
*
s4:libcli/smb2: add smb2_transport_credits_ask_num()
Stefan Metzmacher
2009-06-09
1
-0
/
+7
*
s4:libcli/smb2: add support sending compounded requests
Stefan Metzmacher
2009-06-09
1
-15
/
+141
*
s4:smb2: Add lease break support for SMB2.1
Zach Loafman
2009-04-01
1
-8
/
+47
*
s4:smb2: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-2
/
+2
*
s4:libcli/smb2: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-13
/
+13
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-5
/
+5
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
libcli/smb2: async replies with STATUS_PENDING are not signed
Stefan Metzmacher
2008-08-14
1
-13
/
+11
*
libcli/smb2: fix per session signing state
Stefan Metzmacher
2008-07-28
1
-4
/
+2
*
make signing per session in the SMB2 client library
Andrew Tridgell
2008-06-07
1
-6
/
+6
*
added server side SMB2 signing
Andrew Tridgell
2008-06-06
1
-11
/
+21
*
implemented client side SMB2 signing
Andrew Tridgell
2008-05-30
1
-18
/
+31
*
libcli/smb2: make it possible to handle incoming oplock requests
Stefan Metzmacher
2008-04-19
1
-0
/
+43
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-0
/
+1
*
Convert SMB and SMB2 code to use a common buffer handling structure
Andrew Tridgell
2008-02-14
1
-0
/
+2
*
updated SMB2 header defines to match WSPP docs
Andrew Tridgell
2008-02-12
1
-1
/
+1
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17083: - implement SMB2 Cancel in the client
Stefan Metzmacher
2007-10-10
1
-3
/
+11
*
r17081: add idle handler support to the smb2 client lib too
Stefan Metzmacher
2007-10-10
1
-0
/
+36
*
r17020: pass the real error to the failing requests
Stefan Metzmacher
2007-10-10
1
-4
/
+8
*
r16705: fix a bug found by valgrind...
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
2007-10-10
1
-4
/
+2
*
r12725: some minor updates
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r11967: Fix more 64-bit warnings.
Tim Potter
2007-10-10
1
-3
/
+3
*
r11891: - added pipe_flags field in smb2_trans
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r11752: setup the dynamic pointer for incoming packets too
Andrew Tridgell
2007-10-10
1
-0
/
+14
*
r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r11737: use _smb_setlen2() to allow for 24 bit lengths in SMB2 packets
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11713: separate out the setting of the fde in the packet context from the
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r11697: - added a generic SMB2 getinfo call
Andrew Tridgell
2007-10-10
1
-3
/
+3
[next]