1. 8c3a2b4 cifs: Move string length definitions to uapi by Scott Lovenberg · 11 years ago
  2. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  3. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  4. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  5. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  6. 3534b85 cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers by Jeff Layton · 11 years ago
  7. 7d06645 cifs: make decode_ascii_ssetup void return by Jeff Layton · 11 years ago
  8. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  9. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 11 years ago
  10. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  11. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 12 years ago
  12. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  13. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  14. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  15. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 12 years ago
  16. 4991a5f cifs: check offset in decode_ntlmssp_challenge() by Dan Carpenter · 12 years ago
  17. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 12 years ago
  18. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  19. c974bef cifs: untangle server->maxBuf and CIFSMaxBufSize by Jeff Layton · 13 years ago
  20. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 13 years ago
  21. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  22. 62411ab cifs: Fix signing failure when server mandates signing for NTLMSSP by Shirish Pargaonkar · 13 years ago
  23. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  24. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  25. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  26. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  27. fcda7f4 cifs: check for bytes_remaining going to zero in CIFS_SessSetup by Jeff Layton · 13 years ago
  28. bfacf22 cifs: change bleft in decode_unicode_ssetup back to signed type by Jeff Layton · 13 years ago
  29. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  30. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  31. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 13 years ago
  32. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  33. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  34. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 13 years ago
  35. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 14 years ago
  36. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  37. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  38. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  39. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  40. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  41. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  42. 89f150f Clean up two declarations of blob_len by Shirish Pargaonkar · 14 years ago
  43. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  44. c9928f7 ntlm authentication and signing - Correct response length for ntlmv2 authentication without extended security by Shirish Pargaonkar · 14 years ago
  45. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  46. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  47. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  48. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  49. 7100ae9 Revert "[CIFS] Eliminate unused variable warning" by Steve French · 14 years ago
  50. c89e519 [CIFS] Eliminate unused variable warning by Steve French · 14 years ago
  51. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  52. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  53. 8a224d4 cifs: remove bogus first_time check in NTLMv2 session setup code by Jeff Layton · 14 years ago
  54. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  55. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  56. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  57. 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
  58. 301a6a3 [CIFS] Maximum username length check in session setup does not match by Steve French · 14 years ago
  59. f46c723 [CIFS] cleanup asn handling for ntlmssp by Steve French · 15 years ago
  60. 844823c [CIFS] Fix SMB uid in NTLMSSP authenticate request by Steve French · 15 years ago
  61. 0b3cc858 [CIFS] NTLMSSP reenabled after move from connect.c to sess.c by Steve French · 15 years ago
  62. 051a2a0 [CIFS] Fix endian conversion of vcnum field by Steve French · 15 years ago
  63. d185cda [CIFS] rename cifs_strndup to cifs_strndup_from_ucs by Steve French · 15 years ago
  64. 5914079 cifs: fix session setup unicode string saving to use new unicode helpers by Jeff Layton · 15 years ago
  65. 313fecf cifs: add cFYI messages with some of the saved strings from ssetup/tcon by Jeff Layton · 15 years ago
  66. 27b87fe cifs: fix unicode string area word alignment in session setup by Jeff Layton · 15 years ago
  67. eca6acf [CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts by Steve French · 15 years ago
  68. 69765529 [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS by Steve French · 15 years ago
  69. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  70. dfd15c46 cifs: explicitly revoke SPNEGO key after session setup by Jeff Layton · 16 years ago
  71. c76da9d [CIFS] Turn off Unicode during session establishment for plaintext authentication by Steve French · 16 years ago
  72. 6ce5eec [CIFS] check version in spnego upcall response by Steve French · 16 years ago
  73. c16fefa [CIFS] distinguish between Kerberos and MSKerberos in upcall by Steve French · 16 years ago
  74. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  75. 28c5a02 [CIFS] fix unicode string alignment in SPNEGO setup by Jeff Layton · 16 years ago
  76. 1a67570 [CIFS] use krb5 session key from first SMB session after a NegProt by Jeff Layton · 16 years ago
  77. 2442421 [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request by Steve French · 17 years ago
  78. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  79. a761ac5 [CIFS] log better errors on failed mounts by Steve French · 17 years ago
  80. 0d3a01f [CIFS] Break up unicode_sessetup string functions by Jeff Layton · 17 years ago
  81. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  82. 5e6e623 [CIFS] Check return code on failed alloc by Cyrill Gorcunov · 17 years ago
  83. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  84. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  85. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  86. 3870253 [CIFS] more whitespace fixes by Steve French · 17 years ago
  87. 790fe57 [CIFS] more whitespace cleanup by Steve French · 17 years ago
  88. 8e6f195 [CIFS] Fix oops when Windows server sent bad domain name null terminator by Steve French · 17 years ago
  89. 6e659c6 [CIFS] Fix mount failure when domain not specified by Steve French · 18 years ago
  90. 12e36b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  91. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  92. 9ac00b7 [CIFS] Do not send newer QFSInfo to legacy servers which can not support it by Steve French · 18 years ago
  93. 5ddaa68 [CIFS] endian errors in lanman protocol support by Steve French · 18 years ago
  94. f40c562 [CIFS] Fix authentication choice so we do not force NTLMv2 unless the by Steve French · 18 years ago
  95. 0223cf0 [CIFS] Fix alignment of unicode strings in previous patch by Steve French · 18 years ago
  96. 750d115 [CIFS] Fix allocation of buffers for new session setup routine to allow by Steve French · 18 years ago
  97. 189acaa [CIFS] Enable sec flags on mount for cifs (part one) by Steve French · 18 years ago
  98. 1717ffc [CIFS] NTLMv2 support part 5 by Steve French · 18 years ago
  99. 6d027cf [CIFS] NTLMv2 support part 3 by Steve French · 18 years ago
  100. f64b23a [CIFS] NTLMv2 support part 2 by Steve French · 18 years ago