1. 998d6fc cifs: don't start signing too early by Jeff Layton · 13 years ago
  2. 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 13 years ago
  3. 9c4843e cifs: silence printk when establishing first session on socket by Jeff Layton · 13 years ago
  4. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  5. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  6. 43988d7 [CIFS] Use ecb des kernel crypto APIs instead of local cifs functions (repost) by Steve French · 13 years ago
  7. 157c249 cifs: wrap received signature check in srv_mutex by Jeff Layton · 13 years ago
  8. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  9. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 14 years ago
  10. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 14 years ago
  11. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 14 years ago
  12. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 14 years ago
  13. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  14. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  15. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  16. 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
  17. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  18. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  19. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  20. 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
  21. ccc46a74 cifs: fix module refcount leak in find_domain_name by Jeff Layton · 14 years ago
  22. 2b149f1 cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code by Shirish Pargaonkar · 14 years ago
  23. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  24. 4266d91 [CIFS] ntlmv2/ntlmssp remove-unused-function CalcNTLMv2_partial_mac_key by Steve French · 14 years ago
  25. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  26. 745e507 Revert "missing changes during ntlmv2/ntlmssp auth and sign" by Steve French · 14 years ago
  27. 56234e2 Revert "Eliminate sparse warning - bad constant expression" by Steve French · 14 years ago
  28. 2d20ca8 Eliminate sparse warning - bad constant expression by shirishpargaonkar@gmail.com · 14 years ago
  29. 3ec6bbc missing changes during ntlmv2/ntlmssp auth and sign by Shirish Pargaonkar · 14 years ago
  30. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  31. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  32. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  33. 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
  34. 1b3859b [CIFS] Memory leak in ntlmv2 hash calculation by Alexander Strakh · 15 years ago
  35. 6a7f8d3 [CIFS] Rename md5 functions to avoid collision with new rt modules by Steve French · 16 years ago
  36. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  37. bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
  38. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  39. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  40. 745542e [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec by Jeff Layton · 17 years ago
  41. 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
  42. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  43. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  44. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  45. ffdd6e4 [CIFS] fix whitespace by Steve French · 17 years ago
  46. 33ec32f [CIFS] Fix NTLMv2 mounts to Windows servers by Steve French · 18 years ago
  47. 66abda5e [CIFS] Fix oops when negotiating lanman and no password specified by Steve French · 18 years ago
  48. 1717ffc [CIFS] NTLMv2 support part 5 by Steve French · 18 years ago
  49. a8ee034 [CIFS] NTLMv2 support part 4 by Steve French · 18 years ago
  50. 6d027cf [CIFS] NTLMv2 support part 3 by Steve French · 18 years ago
  51. f64b23a [CIFS] NTLMv2 support part 2 by Steve French · 18 years ago
  52. bdc4bf6e [CIFS] Support for older servers which require plaintext passwords by Steve French · 18 years ago
  53. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  54. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  55. e9917a0 [CIFS] Incorrect signature sent on SMB Read by Steve French · 18 years ago
  56. 5815449d [CIFS] SessionSetup cleanup part 2 by Steve French · 18 years ago
  57. 12b3b8f [CIFS] Cleanup NTLMSSP session setup handling by Steve French · 18 years ago
  58. 84afc29 [CIFS] Readpages and readir performance improvements - eliminate extra by Steve French · 19 years ago
  59. e89dc92 [CIFS] Cleanup sparse warnings for unicode little endian casts by Steve French · 19 years ago
  60. ad009ac [PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key by Steve French · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago