Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c0e8a139a5bb8add02b4111e9e1957d810d7285e
/
fs
/
cifs
/
cifsencrypt.c
fb308a6
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
by Jeff Layton
· 12 years ago
bf5ea0e
cifs: change signing routines to deal with smb_rqst structs
by Jeff Layton
· 12 years ago
3c1bf7e
CIFS: Enable signing in SMB2
by Pavel Shilovsky
· 12 years ago
762a420
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
by Jeff Layton
· 12 years ago
ac3aa2f
cifs: remove extraneous newlines from cERROR and cFYI calls
by Jeff Layton
· 12 years ago
acbbb76
CIFS: Rename *UCS* functions to *UTF16*
by Steve French
· 13 years ago
04febab
cifs: sanitize username handling
by Jeff Layton
· 13 years ago
9ef5992
cifs: Assume passwords are encoded according to iocharset (try #2)
by Shirish Pargaonkar
· 13 years ago
826a95e
cifs: consolidate signature generating code
by Jeff Layton
· 13 years ago
b4dacbc
cifs: use memcpy for magic string in cifs signature generation BSRSPYL
by Jeff Layton
· 13 years ago
cfbd6f8
cifs: Fix broken sec=ntlmv2/i sec option (try #2)
by Shirish Pargaonkar
· 13 years ago
998d6fc
cifs: don't start signing too early
by Jeff Layton
· 13 years ago
14cae32
cifs: Cleanup: check return codes of crypto api calls
by Shirish Pargaonkar
· 13 years ago
9c4843e
cifs: silence printk when establishing first session on socket
by Jeff Layton
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
be8e3b0
consistently use smb_buf_length as be32 for cifs (try 3)
by Steve French
· 14 years ago
43988d7
[CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost)
by Steve French
· 14 years ago
157c249
cifs: wrap received signature check in srv_mutex
by Jeff Layton
· 14 years ago
8727c8a
Allow user names longer than 32 bytes
by Steve French
· 14 years ago
7a8587e
cifs: No need to check crypto blockcipher allocation
by Shirish Pargaonkar
· 14 years ago
ee2c925
cifs: More crypto cleanup (try #2)
by Shirish Pargaonkar
· 14 years ago
93c100c
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
by Steve French
· 14 years ago
a0f8b4f
cifs: remove unnecessary locking around sequence_number
by Jeff Layton
· 14 years ago
d3686d5
cifs: Cleanup and thus reduce smb session structure and fields used during authentication
by Shirish Pargaonkar
· 14 years ago
d3ba50b
NTLM auth and sign - Use appropriate server challenge
by Shirish Pargaonkar
· 14 years ago
f7c5445
NTLM auth and sign - minor error corrections and cleanup
by Shirish Pargaonkar
· 14 years ago
307fbd3
NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures
by Shirish Pargaonkar
· 14 years ago
d2b9152
NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange
by Shirish Pargaonkar
· 14 years ago
21e7339
NTLM auth and sign - Allocate session key/client response dynamically
by Shirish Pargaonkar
· 14 years ago
5d0d288
NTLM authentication and signing - Calculate auth response per smb session
by Shirish Pargaonkar
· 14 years ago
9daa42e
CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication
by Shirish Pargaonkar
· 14 years ago
ccc46a74
cifs: fix module refcount leak in find_domain_name
by Jeff Layton
· 14 years ago
2b149f1
cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
by Shirish Pargaonkar
· 14 years ago
5f98ca9
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
by Shirish Pargaonkar
· 14 years ago
4266d91
[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key
by Steve French
· 14 years ago
c8e56f1
Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"
by Steve French
· 14 years ago
745e507
Revert "missing changes during ntlmv2/ntlmssp auth and sign"
by Steve French
· 14 years ago
56234e2
Revert "Eliminate sparse warning - bad constant expression"
by Steve French
· 14 years ago
2d20ca8
Eliminate sparse warning - bad constant expression
by shirishpargaonkar@gmail.com
· 14 years ago
3ec6bbc
missing changes during ntlmv2/ntlmssp auth and sign
by Shirish Pargaonkar
· 14 years ago
9fbc590
[CIFS] Fix ntlmv2 auth with ntlmssp
by Steve French
· 14 years ago
04912d6
cifs: rename "extended_security" to "global_secflags"
by Jeff Layton
· 15 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1b3859b
[CIFS] Memory leak in ntlmv2 hash calculation
by Alexander Strakh
· 15 years ago
6a7f8d3
[CIFS] Rename md5 functions to avoid collision with new rt modules
by Steve French
· 16 years ago
4e53a3f
cifs: have calc_lanman_hash take more granular args
by Jeff Layton
· 16 years ago
bcc55c6
[CIFS] Fix plaintext authentication
by Steve French
· 16 years ago
ef571ca
[CIFS] Fix warnings from checkpatch
by Shirish Pargaonkar
· 16 years ago
63d2583
[CIFS] Fix walking out end of cifs dacl
by Steve French
· 17 years ago
745542e
[CIFS] allow cifs_calc_signature2 to deal with a zero length iovec
by Jeff Layton
· 17 years ago
8f2376a
[CIFS] Fix endian conversion problem in posix mkdir
by Cyril Gorcunov
· 17 years ago
63135e0
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
b609f06
[CIFS] Fix packet signatures for NTLMv2 case
by Steve French
· 17 years ago
ffdd6e4
[CIFS] fix whitespace
by Steve French
· 17 years ago
33ec32f
[CIFS] Fix NTLMv2 mounts to Windows servers
by Steve French
· 18 years ago
66abda5e
[CIFS] Fix oops when negotiating lanman and no password specified
by Steve French
· 18 years ago
1717ffc
[CIFS] NTLMv2 support part 5
by Steve French
· 18 years ago
a8ee034
[CIFS] NTLMv2 support part 4
by Steve French
· 18 years ago
6d027cf
[CIFS] NTLMv2 support part 3
by Steve French
· 18 years ago
f64b23a
[CIFS] NTLMv2 support part 2
by Steve French
· 18 years ago
bdc4bf6e
[CIFS] Support for older servers which require plaintext passwords
by Steve French
· 18 years ago
7c7b25b
[CIFS] Support for setting up SMB sessions to legacy lanman servers part 2
by Steve French
· 18 years ago
3979877
[CIFS] Support for setting up SMB sessions to legacy lanman servers
by Steve French
· 18 years ago
e9917a0
[CIFS] Incorrect signature sent on SMB Read
by Steve French
· 19 years ago
5815449d
[CIFS] SessionSetup cleanup part 2
by Steve French
· 19 years ago
12b3b8f
[CIFS] Cleanup NTLMSSP session setup handling
by Steve French
· 19 years ago
84afc29
[CIFS] Readpages and readir performance improvements - eliminate extra
by Steve French
· 19 years ago
e89dc92
[CIFS] Cleanup sparse warnings for unicode little endian casts
by Steve French
· 19 years ago
ad009ac
[PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago