1. 2f58967 cifs: multichannel: try to rebind when reconnecting a channel by Aurelien Aptel · 4 years, 8 months ago
  2. 8eec795 cifs: multichannel: use pointer for binding channel by Aurelien Aptel · 4 years, 8 months ago
  3. bbbf9ea cifs: fix minor typos in comments and log messages by Steve French · 4 years, 7 months ago
  4. a0a3036 cifs: Standardize logging output by Joe Perches · 4 years, 9 months ago
  5. 343a1b7 cifs: make multichannel warning more visible by Aurelien Aptel · 5 years ago
  6. 9a7d5a9 cifs: fix possible uninitialized access and race on iface_list by Aurelien Aptel · 5 years ago
  7. 3345bb4 cifs: Fix lookup of SMB connections on multichannel by Paulo Alcantara (SUSE) · 5 years ago
  8. 65a37a3 cifs: try harder to open new channels by Aurelien Aptel · 5 years ago
  9. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  10. f6a6bf7 cifs: switch servers depending on binding state by Aurelien Aptel · 5 years ago
  11. 8559ad8 fs/cifs/sess.c: Remove set but not used variable 'capabilities' by zhengbin · 5 years ago
  12. 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
  13. 0f57451 cifs: remove set but not used variable 'smb_buf' by YueHaibing · 6 years ago
  14. 07fa601 cifs: suppress some implicit-fallthrough warnings by Gustavo A. R. Silva · 6 years ago
  15. 126c97f cifs: check kmalloc before use by Nicholas Mc Guire · 6 years ago
  16. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  17. cabfb36 CIFS: Enable encryption during session setup phase by Pavel Shilovsky · 8 years ago
  18. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  19. a6b6bef cifs: check hash calculating succeeded by Luis de Bethencourt · 9 years ago
  20. b8da344 cifs: dynamic allocation of ntlmssp blob by Jerome Marchand · 9 years ago
  21. 202d772 cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain name by Jerome Marchand · 9 years ago
  22. 1a967d6 fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication by Stefan Metzmacher · 9 years ago
  23. 777f69b fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication by Stefan Metzmacher · 9 years ago
  24. fa8f3a3 fs/cifs: correctly to anonymous authentication for the LANMAN authentication by Stefan Metzmacher · 9 years ago
  25. cfda35d fs/cifs: correctly to anonymous authentication via NTLMSSP by Stefan Metzmacher · 9 years ago
  26. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  27. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  28. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  29. ee9bbf4 Set UID in sess_auth_rawntlmssp_authenticate too by Sachin Prabhu · 10 years ago
  30. 116ae5e cifs: remove dead code by Arnd Bergmann · 10 years ago
  31. 27b7edc cifs: fix a possible null pointer deref in decode_ascii_ssetup by Namjae Jeon · 10 years ago
  32. 2792407 Remove sparse build warning by Steve French · 10 years ago
  33. cc87c47 cifs: Separate rawntlmssp auth from CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  34. ee03c64 cifs: Split Kerberos authentication off CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  35. 583cf7a cifs: Split ntlm and ntlmv2 authentication methods off CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  36. 80a0e63 cifs: Split lanman auth from CIFS_SessSetup() by Sachin Prabhu · 11 years ago
  37. dde2356 cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods by Sachin Prabhu · 11 years ago
  38. 9ae6cf6 cifs: stop trying to use virtual circuits by Jeff Layton · 11 years ago
  39. 5c234aa cifs: Add a variable specific to NTLMSSP for key exchange. by Shirish Pargaonkar · 11 years ago
  40. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  41. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  42. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  43. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 12 years ago
  44. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 12 years ago
  45. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 12 years ago
  46. 3534b85 cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers by Jeff Layton · 12 years ago
  47. 7d06645 cifs: make decode_ascii_ssetup void return by Jeff Layton · 12 years ago
  48. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  49. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 12 years ago
  50. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  51. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 13 years ago
  52. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 13 years ago
  53. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 13 years ago
  54. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  55. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 13 years ago
  56. 4991a5f cifs: check offset in decode_ntlmssp_challenge() by Dan Carpenter · 13 years ago
  57. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 13 years ago
  58. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  59. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  60. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 13 years ago
  61. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  62. 62411ab cifs: Fix signing failure when server mandates signing for NTLMSSP by Shirish Pargaonkar · 13 years ago
  63. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
  64. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 14 years ago
  65. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 14 years ago
  66. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 14 years ago
  67. fcda7f4 cifs: check for bytes_remaining going to zero in CIFS_SessSetup by Jeff Layton · 14 years ago
  68. bfacf22 cifs: change bleft in decode_unicode_ssetup back to signed type by Jeff Layton · 14 years ago
  69. 5443d13 various endian fixes to cifs by Steve French · 14 years ago
  70. 8727c8a Allow user names longer than 32 bytes by Steve French · 14 years ago
  71. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 14 years ago
  72. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 14 years ago
  73. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  74. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  75. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 14 years ago
  76. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  77. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  78. f7c5445a NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  79. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  80. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  81. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  82. 89f150f Clean up two declarations of blob_len by Shirish Pargaonkar · 14 years ago
  83. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  84. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  85. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  86. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  87. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  88. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  89. 7100ae9 Revert "[CIFS] Eliminate unused variable warning" by Steve French · 14 years ago
  90. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  91. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  92. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  93. 8a224d4 cifs: remove bogus first_time check in NTLMv2 session setup code by Jeff Layton · 15 years ago
  94. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 15 years ago
  95. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 15 years ago
  96. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 15 years ago
  97. 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
  98. 301a6a3 [CIFS] Maximum username length check in session setup does not match by Steve French · 15 years ago
  99. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 16 years ago
  100. 844823c [CIFS] Fix SMB uid in NTLMSSP authenticate request by Steve French · 16 years ago