1. 08 12月, 2006 1 次提交
  2. 02 11月, 2006 1 次提交
  3. 31 10月, 2006 1 次提交
  4. 21 9月, 2006 1 次提交
  5. 17 8月, 2006 1 次提交
  6. 15 8月, 2006 1 次提交
  7. 12 8月, 2006 1 次提交
  8. 27 6月, 2006 1 次提交
  9. 08 6月, 2006 1 次提交
    • S
      [CIFS] NTLMv2 support part 5 · 1717ffc5
      Steve French 提交于
      NTLMv2 authentication (stronger authentication than default NTLM) which
      many servers support now works.  There was a problem with the construction
      of the security blob in the older code.  Currently requires
      	/proc/fs/cifs/Experimental to be set to 2
      and
      	/proc/fs/cifs/SecurityFlags to be set to 0x4004 (to require using
      	NTLMv2 instead of default of NTLM)
      
      Next we will check signing to make sure optional NTLMv2 packet signing also
      works.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      1717ffc5
  10. 07 6月, 2006 1 次提交
  11. 01 6月, 2006 2 次提交
  12. 31 5月, 2006 2 次提交
  13. 22 4月, 2006 1 次提交
  14. 22 3月, 2006 1 次提交
  15. 03 3月, 2006 2 次提交
  16. 01 3月, 2006 1 次提交
  17. 24 2月, 2006 1 次提交
  18. 10 2月, 2006 1 次提交
  19. 14 1月, 2006 1 次提交
  20. 13 1月, 2006 1 次提交
  21. 03 12月, 2005 1 次提交
  22. 02 12月, 2005 1 次提交
  23. 30 11月, 2005 1 次提交
  24. 29 11月, 2005 1 次提交
  25. 17 11月, 2005 1 次提交
  26. 16 11月, 2005 1 次提交
  27. 11 11月, 2005 1 次提交
  28. 21 10月, 2005 1 次提交
  29. 12 10月, 2005 1 次提交
  30. 11 10月, 2005 2 次提交
  31. 23 9月, 2005 1 次提交
  32. 22 9月, 2005 1 次提交
  33. 21 9月, 2005 1 次提交
  34. 16 9月, 2005 1 次提交
  35. 31 8月, 2005 1 次提交
    • S
      [CIFS] Add support for suspend · 16abbecd
      Steve French 提交于
      cifsd had been preventing software suspend from completing.
      
      Signed-off-by: pavel@suse.de
      Signed-off-by: Steve French <sfrench@us.ibm.com>  lightly modified
      ---
      
       fs/cifs/CHANGES   |    3 ++-
       fs/cifs/cifsfs.c  |    4 ++++
       fs/cifs/connect.c |    2 ++
       3 files changed, 8 insertions(+), 1 deletions(-)
      16abbecd
  36. 25 8月, 2005 1 次提交