1. 7e68916 CIFS: zero sensitive data when freeing by Aurelien Aptel · 6 years ago
  2. 5f4b556 CIFS: Fix BUG() in calc_seckey() by Sachin Prabhu · 8 years ago
  3. bd975d1 cifs: fix crash due to race in hmac(md5) handling by Rabin Vincent · 8 years ago
  4. 16c568e cifs: merge the hash calculation helpers by Al Viro · 8 years ago
  5. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  6. 4b550af cifs: fix erroneous return value by Anton Protopopov · 8 years ago
  7. 9651ddb cifs: Use skcipher by Herbert Xu · 8 years ago
  8. 98ce94c cifs: use server timestamp for ntlmv2 authentication by Peter Seiderer · 9 years ago
  9. 8b7a454 CIFS: session servername can't be null by Steve French · 9 years ago
  10. b693855 Allow conversion of characters in Mac remap range. Part 1 by Steve French · 10 years ago
  11. 2c957dd cifs: Use data structures to compute NTLMv2 response offsets by Tim Gardner · 11 years ago
  12. ba48202 cifs: fix bad error handling in crypto code by Jeff Layton · 11 years ago
  13. 057d633 cifs: extend the buffer length enought for sprintf() using by Chen Gang · 11 years ago
  14. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 11 years ago
  15. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  16. fdf96a9 Handle big endianness in NTLM (ntlmv2) authentication by Steve French · 11 years ago
  17. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  18. ffa598a cifs: remove useless memset in LANMAN auth code by Jeff Layton · 11 years ago
  19. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 11 years ago
  20. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  21. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
  22. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  23. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  24. 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
  25. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  26. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 12 years ago
  27. 04febab cifs: sanitize username handling by Jeff Layton · 12 years ago
  28. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  29. 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
  30. b4dacbc cifs: use memcpy for magic string in cifs signature generation BSRSPYL by Jeff Layton · 13 years ago
  31. cfbd6f8 cifs: Fix broken sec=ntlmv2/i sec option (try #2) by Shirish Pargaonkar · 13 years ago
  32. 998d6fc cifs: don't start signing too early by Jeff Layton · 13 years ago
  33. 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 13 years ago
  34. 9c4843e cifs: silence printk when establishing first session on socket by Jeff Layton · 13 years ago
  35. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  36. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  37. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  38. 157c249 cifs: wrap received signature check in srv_mutex by Jeff Layton · 13 years ago
  39. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  40. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 13 years ago
  41. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  42. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 13 years ago
  43. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 13 years ago
  44. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  45. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  46. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  47. 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
  48. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  49. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  50. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  51. 9daa42e CIFS ntlm authentication and signing - Build a proper av/ti pair blob for ntlmv2 without extended security authentication by Shirish Pargaonkar · 14 years ago
  52. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  53. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  54. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  55. 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
  56. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  57. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  58. 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
  59. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  60. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  61. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  62. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  63. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  64. 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
  65. 1b3859b [CIFS] Memory leak in ntlmv2 hash calculation by Alexander Strakh · 15 years ago
  66. 6a7f8d3 [CIFS] Rename md5 functions to avoid collision with new rt modules by Steve French · 15 years ago
  67. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 15 years ago
  68. bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
  69. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  70. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  71. 745542e [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec by Jeff Layton · 17 years ago
  72. 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
  73. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  74. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  75. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  76. ffdd6e4 [CIFS] fix whitespace by Steve French · 17 years ago
  77. 33ec32f [CIFS] Fix NTLMv2 mounts to Windows servers by Steve French · 17 years ago
  78. 66abda5e [CIFS] Fix oops when negotiating lanman and no password specified by Steve French · 18 years ago
  79. 1717ffc [CIFS] NTLMv2 support part 5 by Steve French · 18 years ago
  80. a8ee034 [CIFS] NTLMv2 support part 4 by Steve French · 18 years ago
  81. 6d027cf [CIFS] NTLMv2 support part 3 by Steve French · 18 years ago
  82. f64b23a [CIFS] NTLMv2 support part 2 by Steve French · 18 years ago
  83. bdc4bf6e [CIFS] Support for older servers which require plaintext passwords by Steve French · 18 years ago
  84. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  85. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  86. e9917a0 [CIFS] Incorrect signature sent on SMB Read by Steve French · 18 years ago
  87. 5815449d [CIFS] SessionSetup cleanup part 2 by Steve French · 18 years ago
  88. 12b3b8f [CIFS] Cleanup NTLMSSP session setup handling by Steve French · 18 years ago
  89. 84afc29 [CIFS] Readpages and readir performance improvements - eliminate extra by Steve French · 18 years ago
  90. e89dc92 [CIFS] Cleanup sparse warnings for unicode little endian casts by Steve French · 19 years ago
  91. ad009ac [PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key by Steve French · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago