1. 05 11月, 2007 1 次提交
  2. 03 11月, 2007 4 次提交
  3. 02 11月, 2007 1 次提交
  4. 01 11月, 2007 1 次提交
    • S
      [CIFS] when mount helper missing fix slash wrong direction in share · 1fb64bfc
      Steve French 提交于
      Kernel bugzilla bug #9228
      
      If mount helper (mount.cifs) missing, mounts with form like
      //10.11.12.13/c$ would not work (only mounts with slash e.g.
      //10.11.12.13\\c$ would work) due to problem with slash supposed
      to be converted to backslash by the mount helper (which is not
      there).
      
      If we fail on converting an IPv4 address in in4_pton then
      try to canonicalize the first slash (ie between sharename
      and host ip address) if necessary.  If we have to retry
      to check for IPv6 address the slash is already converted
      if necessary.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      1fb64bfc
  5. 31 10月, 2007 1 次提交
  6. 30 10月, 2007 1 次提交
  7. 27 10月, 2007 1 次提交
  8. 26 10月, 2007 2 次提交
  9. 24 10月, 2007 2 次提交
  10. 20 10月, 2007 2 次提交
  11. 19 10月, 2007 2 次提交
  12. 18 10月, 2007 5 次提交
  13. 17 10月, 2007 10 次提交
  14. 15 10月, 2007 1 次提交
  15. 13 10月, 2007 3 次提交
  16. 12 10月, 2007 1 次提交
  17. 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
  18. 04 10月, 2007 1 次提交