1. 01 3月, 2006 1 次提交
  2. 28 2月, 2006 1 次提交
  3. 27 2月, 2006 1 次提交
  4. 23 2月, 2006 1 次提交
  5. 14 2月, 2006 1 次提交
    • S
      [CIFS] SessionSetup cleanup part 2 · 5815449d
      Steve French 提交于
      The cifs session setup code has three cases, and a fourth for backlevel
      LANMAN2 style session setup needed to be added.  This new session setup
      implmentation will eventually replace the other three and should be
      easier to read while fixing a few minor problems (not setting
      the LARGE READ/WRITEX flags when NTLMSSP was negotiated for example) and
      adding support for NTLMv2 (which will be added with the next patch. In the
      meantime, this code is marked in an CONFIG_CIFS_EXPERIMENTAL block and will
      not be turned on by default until it is tested against more server types.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      5815449d
  6. 10 2月, 2006 2 次提交
  7. 18 1月, 2006 1 次提交
  8. 14 1月, 2006 1 次提交
  9. 13 1月, 2006 2 次提交
  10. 13 12月, 2005 1 次提交
  11. 03 12月, 2005 1 次提交
  12. 30 11月, 2005 1 次提交
  13. 16 11月, 2005 1 次提交
  14. 12 11月, 2005 1 次提交
  15. 05 11月, 2005 1 次提交
  16. 12 10月, 2005 1 次提交
  17. 04 10月, 2005 2 次提交
  18. 23 9月, 2005 1 次提交
  19. 22 9月, 2005 1 次提交
  20. 21 9月, 2005 1 次提交
  21. 19 9月, 2005 1 次提交
  22. 01 9月, 2005 1 次提交
  23. 31 8月, 2005 1 次提交
  24. 25 8月, 2005 5 次提交
  25. 24 8月, 2005 1 次提交
  26. 21 8月, 2005 1 次提交
  27. 18 8月, 2005 2 次提交
  28. 15 8月, 2005 1 次提交
    • S
      [PATCH] CIFS: Fix missing entries in search results · d024709d
      Steve French 提交于
      Fix missing entries in search results when very long file names and more
      than 50 (or so) of such long search entries in the directory.
      
      FindNext could send corrupt last byte of resume name when resume key was
      a few hundred bytes long file name or longer.
      
      Fixes Samba Bug # 2932
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d024709d
  29. 13 8月, 2005 1 次提交
  30. 03 8月, 2005 1 次提交
  31. 22 7月, 2005 1 次提交
    • S
      [CIFS] Add compat with SFU (part 2) · eda3c029
      Steve French 提交于
      Creating FIFOs to non-Unix servers (with cifs mounts for which sfu option
      was specified) now works.
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      
      Thanks to Martin Koeppe for his assistance
      eda3c029
  32. 24 6月, 2005 1 次提交