Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f289d990450cfa16869b9ff670e611e5df51f1d9
/
fs
/
cifs
/
smb2transport.c
45a4546
cifs: Adjust key sizes and key generation routines for AES256 encryption
by Shyam Prasad N
· 3 years, 10 months ago
63ca565
smb3.1.1: set gcm256 when requested
by Steve French
· 4 years, 3 months ago
9692ea9
smb3: remove overly noisy debug line in signing errors
by Steve French
· 4 years, 9 months ago
eda1c54
cifs: Allocate crypto structures on the fly for calculating signatures of incoming packets
by Long Li
· 4 years, 9 months ago
f460c50
cifs: update internal module version number
by Steve French
· 4 years, 9 months ago
edad734
smb3: use SMB2_SIGNATURE_SIZE define
by Steve French
· 4 years, 9 months ago
cc95b67
cifs: fix channel signing
by Aurelien Aptel
· 5 years ago
f1f27ad
CIFS: Fix task struct use-after-free on reconnect
by Vincent Whitchurch
· 5 years ago
ff6b6f3
cifs: Always update signing key of first channel
by Paulo Alcantara (SUSE)
· 5 years ago
d70e9fa
cifs: try opening channels after mounting
by Aurelien Aptel
· 5 years ago
f780bd3
cifs: add server param
by Aurelien Aptel
· 5 years ago
4f5c10f
smb3: allow skipping signature verification for perf sensitive configurations
by Steve French
· 5 years ago
afe6f65
cifs: add new debugging macro cifs_server_dbg
by Ronnie Sahlberg
· 5 years ago
2b2f754
SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions
by Steve French
· 6 years ago
2084ed5
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
by Pavel Shilovsky
· 6 years ago
53a3e0d
smb3: add dynamic trace point for smb3_cmd_enter
by Steve French
· 6 years ago
c781af7
CIFS: Do not skip SMB2 message IDs on send failures
by Pavel Shilovsky
· 6 years ago
a5c62f4
CIFS: fix uninitialized ptr deref in smb2 signing
by Aurelien Aptel
· 6 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
8de8c46
cifs: Fix validation of signed data in smb2
by Paulo Alcantara
· 7 years ago
27c32b4
cifs: Fix validation of signed data in smb3+
by Paulo Alcantara
· 7 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 7 years ago
c713c87
cifs: push rfc1002 generation down the stack
by Ronnie Sahlberg
· 7 years ago
57f933c
CIFS: Fix signing for SMB2/3
by Aurelien Aptel
· 7 years ago
977b617
cifs: remove rfc1002 header from all SMB2 response structures
by Ronnie Sahlberg
· 7 years ago
e19b2bc
cifs: add resp_buf_size to the mid_q_entry structure
by Ronnie Sahlberg
· 7 years ago
5fcd7f3
CIFS: add sha512 secmech
by Aurelien Aptel
· 7 years ago
82fb82b
CIFS: refactor crypto shash/sdesc allocation&free
by Aurelien Aptel
· 7 years ago
06e2290
Fix encryption labels and lengths for SMB3.1.1
by Steve French
· 7 years ago
d38de3c6
CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keys
by Aurélien Aptel
· 8 years ago
a6f74e8
cifs: don't check for failure from mempool_alloc()
by NeilBrown
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
4326ed2
CIFS: Decrypt and process small encrypted packets
by Pavel Shilovsky
· 8 years ago
026e93d
CIFS: Encrypt SMB3 requests before sending
by Pavel Shilovsky
· 8 years ago
738f9de
CIFS: Send RFC1001 length in a separate iov
by Pavel Shilovsky
· 8 years ago
31473fc
CIFS: Separate SMB2 header structure
by Pavel Shilovsky
· 8 years ago
16c568e
cifs: merge the hash calculation helpers
by Al Viro
· 9 years ago
373512e
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
by Steve French
· 9 years ago
9235d09
Convert MessageID in smb2_hdr to LE
by Sachin Prabhu
· 10 years ago
cb7e9ea
CIFS: Use multicredits for SMB 2.1/3 writes
by Pavel Shilovsky
· 11 years ago
7f48558
cifs: Send a logoff request before removing a smb session
by Shirish Pargaonkar
· 11 years ago
3d378d3
cifs: Make big endian multiplex ID sequences monotonic on the wire
by Tim Gardner
· 11 years ago
32811d2
cifs: Start using per session key for smb2/3 for signature generation
by Shirish Pargaonkar
· 11 years ago
ba48202
cifs: fix bad error handling in crypto code
by Jeff Layton
· 11 years ago
95dc8dd
Limit allocation of crypto mechanisms to dialect which requires
by Steve French
· 12 years ago
e65a5cb
[CIFS] Fix build warning
by Steve French
· 12 years ago
429b46f
[CIFS] SMB3 Signing enablement
by Steve French
· 12 years ago
38d77c5
cifs: track the enablement of signing in the TCP_Server_Info
by Jeff Layton
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
38107d4
Do not send SMB2 signatures for SMB3 frames
by Steve French
· 12 years ago
fec344e
cifs: change cifs_call_async to use smb_rqst structs
by Jeff Layton
· 12 years ago
fb308a6
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
by Jeff Layton
· 12 years ago
0b688cf
cifs: change smb2 signing routines to use smb_rqst structs
by Jeff Layton
· 12 years ago
3c1bf7e
CIFS: Enable signing in SMB2
by Pavel Shilovsky
· 12 years ago
c95b8ee
CIFS: Add SMB2 support for async requests
by Pavel Shilovsky
· 12 years ago
2dc7e1c
CIFS: Make transport routines work with SMB2
by Pavel Shilovsky
· 13 years ago