index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifsencrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-19
CIFS: Rename *UCS* functions to *UTF16*
Steve French
1
-6
/
+6
2012-01-18
cifs: sanitize username handling
Jeff Layton
1
-3
/
+8
2011-10-30
cifs: Assume passwords are encoded according to iocharset (try #2)
Shirish Pargaonkar
1
-4
/
+4
2011-10-13
cifs: consolidate signature generating code
Jeff Layton
1
-82
/
+21
2011-10-13
cifs: use memcpy for magic string in cifs signature generation BSRSPYL
Jeff Layton
1
-2
/
+2
2011-09-20
cifs: Fix broken sec=ntlmv2/i sec option (try #2)
Shirish Pargaonkar
1
-43
/
+11
2011-08-01
cifs: don't start signing too early
Jeff Layton
1
-2
/
+14
2011-07-26
cifs: Cleanup: check return codes of crypto api calls
Shirish Pargaonkar
1
-21
/
+89
2011-06-07
cifs: silence printk when establishing first session on socket
Jeff Layton
1
-1
/
+1
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-7
/
+7
2011-05-19
consistently use smb_buf_length as be32 for cifs (try 3)
Steve French
1
-1
/
+1
2011-05-19
[CIFS] Use ecb des kernel crypto APIs instead of
Steve French
1
-5
/
+5
2011-04-12
cifs: wrap received signature check in srv_mutex
Jeff Layton
1
-6
/
+9
2011-04-12
Allow user names longer than 32 bytes
Steve French
1
-3
/
+3
2011-01-31
cifs: No need to check crypto blockcipher allocation
Shirish Pargaonkar
1
-2
/
+3
2011-01-27
cifs: More crypto cleanup (try #2)
Shirish Pargaonkar
1
-12
/
+20
2011-01-25
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
Steve French
1
-1
/
+0
2011-01-10
cifs: remove unnecessary locking around sequence_number
Jeff Layton
1
-4
/
+2
2010-10-29
cifs: Cleanup and thus reduce smb session structure and fields used during au...
Shirish Pargaonkar
1
-24
/
+29
2010-10-29
NTLM auth and sign - Use appropriate server challenge
Shirish Pargaonkar
1
-3
/
+7
2010-10-27
NTLM auth and sign - minor error corrections and cleanup
Shirish Pargaonkar
1
-9
/
+6
2010-10-26
NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...
Shirish Pargaonkar
1
-59
/
+136
2010-10-26
NTLM auth and sign - Define crypto hash functions and create and send keys ne...
Shirish Pargaonkar
1
-0
/
+113
2010-10-26
NTLM auth and sign - Allocate session key/client response dynamically
Shirish Pargaonkar
1
-48
/
+65
2010-10-14
NTLM authentication and signing - Calculate auth response per smb session
Shirish Pargaonkar
1
-8
/
+8
2010-10-12
CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntl...
Shirish Pargaonkar
1
-11
/
+69
2010-10-08
cifs: fix module refcount leak in find_domain_name
Jeff Layton
1
-1
/
+4
2010-09-29
cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
Shirish Pargaonkar
1
-6
/
+115
2010-09-29
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...
Shirish Pargaonkar
1
-11
/
+11
2010-09-09
[CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key
Steve French
1
-57
/
+0
2010-09-09
Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"
Steve French
1
-294
/
+122
2010-09-09
Revert "missing changes during ntlmv2/ntlmssp auth and sign"
Steve French
1
-2
/
+0
2010-09-09
Revert "Eliminate sparse warning - bad constant expression"
Steve French
1
-121
/
+72
2010-08-24
Eliminate sparse warning - bad constant expression
shirishpargaonkar@gmail.com
1
-72
/
+121
2010-08-23
missing changes during ntlmv2/ntlmssp auth and sign
Shirish Pargaonkar
1
-0
/
+2
2010-08-21
[CIFS] Fix ntlmv2 auth with ntlmssp
Steve French
1
-122
/
+294
2010-04-26
cifs: rename "extended_security" to "global_secflags"
Jeff Layton
1
-1
/
+1
2010-04-21
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
1
-4
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-01
[CIFS] Memory leak in ntlmv2 hash calculation
Alexander Strakh
1
-0
/
+1
2009-01-29
[CIFS] Rename md5 functions to avoid collision with new rt modules
Steve French
1
-9
/
+9
2008-12-26
cifs: have calc_lanman_hash take more granular args
Jeff Layton
1
-16
/
+14
2008-08-28
[CIFS] Fix plaintext authentication
Steve French
1
-0
/
+1
2008-07-24
[CIFS] Fix warnings from checkpatch
Shirish Pargaonkar
1
-2
/
+1
2007-11-06
[CIFS] Fix walking out end of cifs dacl
Steve French
1
-2
/
+2
2007-11-03
[CIFS] allow cifs_calc_signature2 to deal with a zero length iovec
Jeff Layton
1
-2
/
+3
2007-10-14
[CIFS] Fix endian conversion problem in posix mkdir
Cyril Gorcunov
1
-2
/
+3
2007-07-17
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Steve French
1
-1
/
+2
2007-07-13
[CIFS] whitespace/formatting fixes
Steve French
1
-58
/
+64
2007-07-09
[CIFS] Fix packet signatures for NTLMv2 case
Steve French
1
-23
/
+40
[next]