index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smb2pdu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
CIFS: Fix SMB3 mount without specifying a security mechanism
Pavel Shilovsky
2017-04-13
1
-1
/
+3
*
CIFS: remove bad_network_name flag
Germano Percossi
2017-04-10
1
-5
/
+0
*
CIFS: reconnect thread reschedule itself
Germano Percossi
2017-04-10
1
-1
/
+9
*
Reset TreeId to zero on SMB2 TREE_CONNECT
Jan-Marek Glogowski
2017-04-07
1
-0
/
+4
*
smb2: Enforce sec= mount option
Sachin Prabhu
2017-03-02
1
-4
/
+33
*
CIFS: use DFS pathnames in SMB2+ Create requests
Aurelien Aptel
2017-03-02
1
-16
/
+80
*
CIFS: set signing flag in SMB2+ TreeConnect if needed
Aurelien Aptel
2017-03-01
1
-2
/
+2
*
CIFS: add use_ipc flag to SMB2_ioctl()
Aurelien Aptel
2017-03-01
1
-2
/
+15
*
CIFS: Allow to switch on encryption with seal mount option
Pavel Shilovsky
2017-02-01
1
-18
/
+15
*
CIFS: Decrypt and process small encrypted packets
Pavel Shilovsky
2017-02-01
1
-2
/
+2
*
CIFS: Add mid handle callback
Pavel Shilovsky
2017-02-01
1
-5
/
+5
*
CIFS: Enable encryption during session setup phase
Pavel Shilovsky
2017-02-01
1
-10
/
+2
*
CIFS: Add capability to transform requests before sending
Pavel Shilovsky
2017-02-01
1
-25
/
+104
*
CIFS: Separate RFC1001 length processing for SMB2 read
Pavel Shilovsky
2017-02-01
1
-22
/
+67
*
CIFS: Separate SMB2 sync header processing
Pavel Shilovsky
2017-02-01
1
-20
/
+30
*
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
2017-02-01
1
-25
/
+39
*
CIFS: Make SendReceive2() takes resp iov
Pavel Shilovsky
2017-02-01
1
-47
/
+81
*
CIFS: Separate SMB2 header structure
Pavel Shilovsky
2017-02-01
1
-61
/
+71
*
CIFS: Fix a possible double locking of mutex during reconnect
Pavel Shilovsky
2016-12-05
1
-5
/
+9
*
CIFS: Fix a possible memory corruption during reconnect
Pavel Shilovsky
2016-12-05
1
-24
/
+51
*
CIFS: Fix missing nls unload in smb2_reconnect()
Pavel Shilovsky
2016-12-05
1
-1
/
+1
*
SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
Sachin Prabhu
2016-10-13
1
-199
/
+162
*
SMB2: Separate Kerberos authentication from SMB2_sess_setup
Sachin Prabhu
2016-10-13
1
-46
/
+230
*
SMB3: Add mount parameter to allow user to override max credits
Steve French
2016-10-12
1
-2
/
+2
*
fs/cifs: reopen persistent handles on reconnect
Steve French
2016-10-12
1
-0
/
+5
*
SMB3: GUIDs should be constructed as random but valid uuids
Steve French
2016-10-12
1
-1
/
+1
*
Set previous session id correctly on SMB3 reconnect
Steve French
2016-10-12
1
-0
/
+5
*
cifs: Limit the overall credit acquired
Ross Lagerwall
2016-10-12
1
-1
/
+17
*
Fix reconnect to not defer smb3 session reconnect long after socket reconnect
Steve French
2016-06-24
1
-0
/
+27
*
cifs: dynamic allocation of ntlmssp blob
Jerome Marchand
2016-06-23
1
-8
/
+2
*
remove directory incorrectly tries to set delete on close on non-empty direct...
Steve French
2016-05-17
1
-0
/
+16
*
cifs: fix out-of-bounds access in lease parsing
Justin Maggard
2016-02-29
1
-10
/
+14
*
Prepare for encryption support (first part). Add decryption and encryption ke...
Steve French
2016-01-14
1
-6
/
+4
*
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2015-11-13
1
-2
/
+121
|
\
|
*
[SMB3] Send durable handle v2 contexts when use of persistent handles required
Steve French
2015-11-03
1
-2
/
+121
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-11-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
1
-1
/
+1
*
|
[SMB3] Missing null tcon check
Steve French
2015-09-26
1
-1
/
+1
|
/
*
fix encryption error checks on mount
Steve French
2015-09-24
1
-0
/
+8
*
[SMB3] Fix sec=krb5 on smb3 mounts
Steve French
2015-09-24
1
-15
/
+61
*
cifs: Fix use-after-free on mid_q_entry
Christopher Oo
2015-08-20
1
-0
/
+7
*
Update negotiate protocol for SMB3.11 dialect
Steve French
2015-06-28
1
-2
/
+57
*
Make dialect negotiation warning message easier to read
Steve French
2015-06-27
1
-1
/
+1
*
Add defines and structs for smb3.1 dialect
Steve French
2015-06-27
1
-1
/
+1
*
Allow parsing vers=3.11 on cifs mount
Steve French
2015-06-27
1
-0
/
+4
*
[cifs] fix null pointer check
Steve French
2015-05-20
1
-1
/
+1
*
Fix another dereference before null check warning
Steve French
2015-04-01
1
-1
/
+1
*
Fix dereference before null check warning
Steve French
2015-04-01
1
-5
/
+8
*
Fix warning on uninitialized buftype
Steve French
2015-04-01
1
-1
/
+1
*
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
2014-12-10
1
-1
/
+1
|
\
[next]