1. c773c4f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  2. df09b6f CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  3. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 8 years ago
  4. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 8 years ago
  5. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 8 years ago
  6. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 8 years ago
  7. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 8 years ago
  8. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 8 years ago
  9. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 8 years ago
  10. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  11. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 9 years ago
  12. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 9 years ago
  13. ee9bbf4 Set UID in sess_auth_rawntlmssp_authenticate too by Sachin Prabhu · 9 years ago
  14. 116ae5e cifs: remove dead code by Arnd Bergmann · 10 years ago
  15. 27b7edc cifs: fix a possible null pointer deref in decode_ascii_ssetup by Namjae Jeon · 10 years ago
  16. 2792407 Remove sparse build warning by Steve French · 10 years ago
  17. cc87c47 cifs: Separate rawntlmssp auth from CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  18. ee03c64 cifs: Split Kerberos authentication off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  19. 583cf7a cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  20. 80a0e63 cifs: Split lanman auth from CIFS_SessSetup() by Sachin Prabhu · 10 years ago
  21. dde2356 cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods by Sachin Prabhu · 11 years ago
  22. 9ae6cf6 cifs: stop trying to use virtual circuits by Jeff Layton · 11 years ago
  23. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  24. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  25. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  26. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  27. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  28. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  29. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  30. 3534b85 cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers by Jeff Layton · 11 years ago
  31. 7d06645 cifs: make decode_ascii_ssetup void return by Jeff Layton · 11 years ago
  32. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  33. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 11 years ago
  34. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  35. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 12 years ago
  36. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  37. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  38. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  39. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 12 years ago
  40. 4991a5f cifs: check offset in decode_ntlmssp_challenge() by Dan Carpenter · 12 years ago
  41. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 12 years ago
  42. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  43. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  44. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 13 years ago
  45. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  46. 62411ab cifs: Fix signing failure when server mandates signing for NTLMSSP by Shirish Pargaonkar · 13 years ago
  47. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  48. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  49. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  50. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  51. fcda7f4 cifs: check for bytes_remaining going to zero in CIFS_SessSetup by Jeff Layton · 13 years ago
  52. bfacf22 cifs: change bleft in decode_unicode_ssetup back to signed type by Jeff Layton · 13 years ago
  53. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  54. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  55. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 13 years ago
  56. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  57. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  58. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 13 years ago
  59. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 13 years ago
  60. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  61. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  62. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  63. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  64. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  65. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  66. 89f150f Clean up two declarations of blob_len by Shirish Pargaonkar · 14 years ago
  67. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  68. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  69. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  70. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  71. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  72. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  73. 7100ae9 Revert "[CIFS] Eliminate unused variable warning" by Steve French · 14 years ago
  74. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  75. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  76. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  77. 8a224d4 cifs: remove bogus first_time check in NTLMv2 session setup code by Jeff Layton · 14 years ago
  78. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  79. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  80. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  81. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  82. 301a6a3 [CIFS] Maximum username length check in session setup does not match by Steve French · 14 years ago
  83. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 15 years ago
  84. 844823c [CIFS] Fix SMB uid in NTLMSSP authenticate request by Steve French · 15 years ago
  85. 0b3cc858 [CIFS] NTLMSSP reenabled after move from connect.c to sess.c by Steve French · 15 years ago
  86. 051a2a0 [CIFS] Fix endian conversion of vcnum field by Steve French · 15 years ago
  87. d185cda [CIFS] rename cifs_strndup to cifs_strndup_from_ucs by Steve French · 15 years ago
  88. 5914079 cifs: fix session setup unicode string saving to use new unicode helpers by Jeff Layton · 15 years ago
  89. 313fecf cifs: add cFYI messages with some of the saved strings from ssetup/tcon by Jeff Layton · 15 years ago
  90. 27b87fe cifs: fix unicode string area word alignment in session setup by Jeff Layton · 15 years ago
  91. eca6acf [CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts by Steve French · 15 years ago
  92. 69765529 [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS by Steve French · 15 years ago
  93. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 15 years ago
  94. dfd15c46 cifs: explicitly revoke SPNEGO key after session setup by Jeff Layton · 16 years ago
  95. c76da9d [CIFS] Turn off Unicode during session establishment for plaintext authentication by Steve French · 16 years ago
  96. 6ce5eec [CIFS] check version in spnego upcall response by Steve French · 16 years ago
  97. c16fefa [CIFS] distinguish between Kerberos and MSKerberos in upcall by Steve French · 16 years ago
  98. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  99. 28c5a02 [CIFS] fix unicode string alignment in SPNEGO setup by Jeff Layton · 16 years ago
  100. 1a67570 [CIFS] use krb5 session key from first SMB session after a NegProt by Jeff Layton · 16 years ago