Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bcf0265384ded8c89264202faf59fb538c6b25c4
/
fs
/
cifs
/
sess.c
b6da007
Merge branch 'akpm' (patchbomb from Andrew)
by Linus Torvalds
· 10 years ago
bc09d14
fs/cifs: remove obsolete __constant
by Fabian Frederick
· 10 years ago
ee9bbf4
Set UID in sess_auth_rawntlmssp_authenticate too
by Sachin Prabhu
· 10 years ago
116ae5e
cifs: remove dead code
by Arnd Bergmann
· 10 years ago
27b7edc
cifs: fix a possible null pointer deref in decode_ascii_ssetup
by Namjae Jeon
· 10 years ago
2792407
Remove sparse build warning
by Steve French
· 10 years ago
cc87c47
cifs: Separate rawntlmssp auth from CIFS_SessSetup()
by Sachin Prabhu
· 10 years ago
ee03c64
cifs: Split Kerberos authentication off CIFS_SessSetup()
by Sachin Prabhu
· 10 years ago
583cf7a
cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup()
by Sachin Prabhu
· 10 years ago
80a0e63
cifs: Split lanman auth from CIFS_SessSetup()
by Sachin Prabhu
· 10 years ago
dde2356
cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods
by Sachin Prabhu
· 11 years ago
9ae6cf6
cifs: stop trying to use virtual circuits
by Jeff Layton
· 11 years ago
5c234aa
cifs: Add a variable specific to NTLMSSP for key exchange.
by Shirish Pargaonkar
· 11 years ago
d4e63bd
cifs: Process post session setup code in respective dialect functions.
by Shirish Pargaonkar
· 11 years ago
8c3a2b4
cifs: Move string length definitions to uapi
by Scott Lovenberg
· 11 years ago
057d633
cifs: extend the buffer length enought for sprintf() using
by Chen Gang
· 11 years ago
3f61822
move sectype to the cifs_ses instead of TCP_Server_Info
by Jeff Layton
· 11 years ago
38d77c5
cifs: track the enablement of signing in the TCP_Server_Info
by Jeff Layton
· 11 years ago
281e2e7
cifs: remove the cifs_ses->flags field
by Jeff Layton
· 11 years ago
3534b85
cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers
by Jeff Layton
· 11 years ago
7d06645
cifs: make decode_ascii_ssetup void return
by Jeff Layton
· 11 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
f7f7c18
fs: cifs: use kmemdup instead of kmalloc + memcpy
by Silviu-Mihai Popescu
· 12 years ago
f065fd0
CIFS: Fix possible freed pointer dereference in CIFS_SessSetup
by Pavel Shilovsky
· 12 years ago
5478f9b
CIFS: Add session setup/logoff capability for SMB2
by Pavel Shilovsky
· 13 years ago
58c45c5
CIFS: Move protocol specific session setup/logoff code to ops struct
by Pavel Shilovsky
· 12 years ago
286170a
CIFS: Move protocol specific negotiate code to ops struct
by Pavel Shilovsky
· 12 years ago
00401ff
cifs: after upcalling for krb5 creds, invalidate key rather than revoking it
by Jeff Layton
· 12 years ago
de47a41
cifs: Fix oops in session setup code for null user mounts
by Shirish Pargaonkar
· 13 years ago
4991a5f
cifs: check offset in decode_ntlmssp_challenge()
by Dan Carpenter
· 13 years ago
acbbb76
CIFS: Rename *UCS* functions to *UTF16*
by Steve French
· 13 years ago
9ef5992
cifs: Assume passwords are encoded according to iocharset (try #2)
by Shirish Pargaonkar
· 13 years ago
c974bef
cifs: untangle server->maxBuf and CIFSMaxBufSize
by Jeff Layton
· 13 years ago
fc05a78
Revert "cifs: advertise the right receive buffer size to the server"
by Steve French
· 13 years ago
c4d3396
cifs: advertise the right receive buffer size to the server
by Jeff Layton
· 13 years ago
62411ab
cifs: Fix signing failure when server mandates signing for NTLMSSP
by Shirish Pargaonkar
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 13 years ago
820a803
cifs: keep BCC in little-endian format
by Jeff Layton
· 14 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
fcda7f4
cifs: check for bytes_remaining going to zero in CIFS_SessSetup
by Jeff Layton
· 14 years ago
bfacf22
cifs: change bleft in decode_unicode_ssetup back to signed type
by Jeff Layton
· 14 years ago
5443d13
various endian fixes to cifs
by Steve French
· 14 years ago
8727c8a
Allow user names longer than 32 bytes
by Steve French
· 14 years ago
5e64092
cifs: Fix regression in LANMAN (LM) auth code
by Shirish Pargaonkar
· 14 years ago
690c522
cifs: use get/put_unaligned functions to access ByteCount
by Jeff Layton
· 14 years ago
7749981
cifs: remove code for setting timeouts on requests
by Jeff Layton
· 14 years ago
b4d6fcf
cifs: move "ntlmssp" and "local_leases" options out of experimental code
by Jeff Layton
· 14 years ago
df8fbc24
cifs: Support NTLM2 session security during NTLMSSP authentication [try #5]
by Shirish Pargaonkar
· 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
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
3f9bcca
cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock
by Suresh Jayaraman
· 14 years ago
89f150f
Clean up two declarations of blob_len
by Shirish Pargaonkar
· 14 years ago
5d0d288
NTLM authentication and signing - Calculate auth response per smb session
by Shirish Pargaonkar
· 14 years ago
c9928f7
ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security
by Shirish Pargaonkar
· 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
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
7100ae9
Revert "[CIFS] Eliminate unused variable warning"
by Steve French
· 14 years ago
c89e519
[CIFS] Eliminate unused variable warning
by Steve French
· 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
8a224d4
cifs: remove bogus first_time check in NTLMv2 session setup code
by Jeff Layton
· 14 years ago
26efa0b
cifs: have decode_negTokenInit set flags in server struct
by Jeff Layton
· 15 years ago
ebe6aa5
cifs: eliminate "first_time" parm to CIFS_SessSetup
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
301a6a3
[CIFS] Maximum username length check in session setup does not match
by Steve French
· 15 years ago
f46c723
[CIFS] cleanup asn handling for ntlmssp
by Steve French
· 15 years ago
844823c
[CIFS] Fix SMB uid in NTLMSSP authenticate request
by Steve French
· 16 years ago
0b3cc858
[CIFS] NTLMSSP reenabled after move from connect.c to sess.c
by Steve French
· 16 years ago
051a2a0
[CIFS] Fix endian conversion of vcnum field
by Steve French
· 16 years ago
d185cda
[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
by Steve French
· 16 years ago
5914079
cifs: fix session setup unicode string saving to use new unicode helpers
by Jeff Layton
· 16 years ago
313fecf
cifs: add cFYI messages with some of the saved strings from ssetup/tcon
by Jeff Layton
· 16 years ago
27b87fe
cifs: fix unicode string area word alignment in session setup
by Jeff Layton
· 16 years ago
eca6acf
[CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts
by Steve French
· 16 years ago
69765529
[CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS
by Steve French
· 16 years ago
4e53a3f
cifs: have calc_lanman_hash take more granular args
by Jeff Layton
· 16 years ago
dfd15c46
cifs: explicitly revoke SPNEGO key after session setup
by Jeff Layton
· 16 years ago
c76da9d
[CIFS] Turn off Unicode during session establishment for plaintext authentication
by Steve French
· 16 years ago
6ce5eec
[CIFS] check version in spnego upcall response
by Steve French
· 16 years ago
c16fefa
[CIFS] distinguish between Kerberos and MSKerberos in upcall
by Steve French
· 16 years ago
90c81e0
[CIFS] clean up some hard to read ifdefs
by Steve French
· 17 years ago
28c5a02
[CIFS] fix unicode string alignment in SPNEGO setup
by Jeff Layton
· 17 years ago
1a67570
[CIFS] use krb5 session key from first SMB session after a NegProt
by Jeff Layton
· 17 years ago
2442421
[CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request
by Steve French
· 17 years ago
133672e
[CIFS] Fix buffer overflow if server sends corrupt response to small request
by Steve French
· 17 years ago
a761ac5
[CIFS] log better errors on failed mounts
by Steve French
· 17 years ago
0d3a01f
[CIFS] Break up unicode_sessetup string functions
by Jeff Layton
· 17 years ago
26f5736
[CIFS] formatting cleanup found by checkpatch
by Steve French
· 17 years ago
5e6e623
[CIFS] Check return code on failed alloc
by Cyrill 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
3870253
[CIFS] more whitespace fixes
by Steve French
· 17 years ago
Next »