1. 05 10月, 2007 1 次提交
    • S
      [CIFS] Fix cifsd so shuts down when signing fails during mount · a013689d
      Steve French 提交于
      Fixes two problems:
      1) we dropped down to negotiating lanman if we did not recognize the
      mechanism (krb5 e.g.)
      2) we did not stop cifsd (thus will fail when doing rmod cifs with
      slab free errors) when we fail tcon but have a bad session (which is
      the case in which signing is required but we don't allow signing on
      the client)
      
      It also turns on extended security flag in the header when passing
      "sec=krb5" on mount command (although kerberos support is not done of
      course)
      Acked-by: NJeff Layton <jlayton@redhat.com>
      CC: Shaggy <shaggy@us.ibm.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      a013689d
  2. 29 9月, 2007 2 次提交
  3. 25 9月, 2007 1 次提交
  4. 19 7月, 2007 1 次提交
  5. 09 7月, 2007 1 次提交
  6. 29 6月, 2007 1 次提交
  7. 03 5月, 2007 1 次提交
  8. 27 2月, 2007 1 次提交
  9. 30 9月, 2006 3 次提交
  10. 29 9月, 2006 1 次提交
  11. 12 8月, 2006 2 次提交
  12. 27 6月, 2006 1 次提交
  13. 04 6月, 2006 1 次提交
  14. 02 6月, 2006 1 次提交
  15. 01 6月, 2006 1 次提交
  16. 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
  17. 13 1月, 2006 1 次提交
  18. 13 12月, 2005 1 次提交
  19. 04 12月, 2005 1 次提交
  20. 21 10月, 2005 1 次提交
  21. 12 10月, 2005 1 次提交
  22. 08 10月, 2005 1 次提交
  23. 16 9月, 2005 1 次提交
    • S
      [CIFS] Fix compiler warnings · ab2f218f
      Steve French 提交于
      Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      ab2f218f
  24. 25 8月, 2005 4 次提交
  25. 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
  26. 21 8月, 2005 1 次提交
  27. 20 8月, 2005 1 次提交
  28. 18 8月, 2005 1 次提交
  29. 23 6月, 2005 2 次提交
  30. 29 4月, 2005 3 次提交