1. 27 6月, 2006 1 次提交
  2. 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
  3. 07 6月, 2006 1 次提交
  4. 01 6月, 2006 2 次提交
  5. 31 5月, 2006 2 次提交
  6. 22 4月, 2006 1 次提交
  7. 22 3月, 2006 1 次提交
  8. 03 3月, 2006 2 次提交
  9. 01 3月, 2006 1 次提交
  10. 24 2月, 2006 1 次提交
  11. 10 2月, 2006 1 次提交
  12. 14 1月, 2006 1 次提交
  13. 13 1月, 2006 1 次提交
  14. 03 12月, 2005 1 次提交
  15. 02 12月, 2005 1 次提交
  16. 30 11月, 2005 1 次提交
  17. 29 11月, 2005 1 次提交
  18. 17 11月, 2005 1 次提交
  19. 16 11月, 2005 1 次提交
  20. 11 11月, 2005 1 次提交
  21. 21 10月, 2005 1 次提交
  22. 12 10月, 2005 1 次提交
  23. 11 10月, 2005 2 次提交
  24. 23 9月, 2005 1 次提交
  25. 22 9月, 2005 1 次提交
  26. 21 9月, 2005 1 次提交
  27. 16 9月, 2005 1 次提交
  28. 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
  29. 25 8月, 2005 1 次提交
  30. 24 8月, 2005 1 次提交
  31. 23 8月, 2005 1 次提交
    • S
      [CIFS] Support for mounting to older, pre-CIFS servers added. This · a10faeb2
      Steve French 提交于
      allows specifying an RFC1001 target "called" name (netbios name of the
      server, which can now be pecified as mount option "servernetbiosname"
      but will eventually be passed in automatically on retry of host down
      error messages caused when server refuses to handle default server
      name and can not handle port 445). This is an important step, but
      additional testing and fixup is needed to add remaining function needed
      for these.
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      a10faeb2
  32. 19 8月, 2005 1 次提交
  33. 15 8月, 2005 1 次提交
  34. 15 7月, 2005 1 次提交
  35. 10 6月, 2005 1 次提交
  36. 01 5月, 2005 1 次提交