1. 09 2月, 2010 1 次提交
  2. 17 1月, 2010 1 次提交
  3. 22 9月, 2009 1 次提交
  4. 21 9月, 2009 1 次提交
  5. 28 7月, 2009 1 次提交
  6. 12 6月, 2009 1 次提交
  7. 01 5月, 2009 2 次提交
  8. 18 3月, 2009 1 次提交
  9. 26 12月, 2008 1 次提交
    • S
      [CIFS] make sure that DFS pathnames are properly formed · c6fbba05
      Steve French 提交于
      The paths in a DFS request are supposed to only have a single preceding
      backslash, but we are sending them with a double backslash. This is
      exposing a bug in Windows where it also sends a path in the response
      that has a double backslash.
      
      The existing code that builds the mount option string however expects a
      double backslash prefix in a couple of places when it tries to use the
      path returned by build_path_from_dentry. Fix compose_mount_options to
      expect properly formed DFS paths (single backslash at front).
      
      Also clean up error handling in that function. There was a possible
      NULL pointer dereference and situations where a partially built option
      string would be returned.
      
      Tested against Samba 3.0.28-ish server and Samba 3.3 and Win2k8.
      
      CC: Stable <stable@kernel.org>
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      c6fbba05
  10. 18 11月, 2008 1 次提交
  11. 01 8月, 2008 1 次提交
  12. 16 5月, 2008 1 次提交
  13. 29 4月, 2008 1 次提交
  14. 25 4月, 2008 1 次提交
  15. 16 4月, 2008 1 次提交
  16. 28 3月, 2008 1 次提交
  17. 11 3月, 2008 1 次提交
  18. 16 2月, 2008 1 次提交
  19. 15 2月, 2008 2 次提交
  20. 25 1月, 2008 2 次提交