An error occurred fetching the project authors.
  1. 14 Oct, 2007 1 commit
  2. 28 Sep, 2007 1 commit
  3. 17 Sep, 2007 1 commit
  4. 16 Sep, 2007 1 commit
  5. 13 Sep, 2007 1 commit
  6. 31 Aug, 2007 1 commit
  7. 22 Aug, 2007 1 commit
  8. 18 Jul, 2007 1 commit
  9. 16 Jul, 2007 2 commits
  10. 15 Jul, 2007 1 commit
    • Steve French's avatar
      [CIFS] Add support for new POSIX unlink · 2d785a50
      Steve French authored
      In the cleanup phase of the dbench test, we were noticing sharing
      violation followed by failed directory removals when dbench
      did not close the test files before the cleanup phase started.
      Using the new POSIX unlink, which Samba has supported for a few
      months, avoids this.
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      2d785a50
  11. 13 Jul, 2007 1 commit
  12. 10 Jul, 2007 1 commit
  13. 08 Jun, 2007 1 commit
    • Steve French's avatar
      [CIFS] CIFS should honour umask · 3ce53fc4
      Steve French authored
      This patch makes CIFS honour a process' umask like other filesystems.
      Of course the server is still free to munge the permissions if it wants
      to; but the client will send the "right" permissions to begin with.
      
      A few caveats:
      
      1) It only applies to filesystems that have CAP_UNIX (aka support unix
      extensions)
      2) It applies the correct mode to the follow up CIFSSMBUnixSetPerms()
      after remote creation
      
      When mode to CIFS/NTFS ACL mapping is complete we can do the
      same thing for that case for servers which do not
      support the Unix Extensions.
      Signed-off-by: default avatarMatt Keenen <matt@opcode-solutions.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      3ce53fc4
  14. 30 Apr, 2007 1 commit
    • Steve French's avatar
      [CIFS] UID/GID override on CIFS mounts to Samba · 4523cc30
      Steve French authored
      When CIFS Unix Extensions are negotiated we get the Unix uid and gid
      owners of the file from the server (on the Unix Query Path Info
      levels), but if the server's uids don't match the client uid's users
      were having to disable the Unix Extensions (which turned off features
      they still wanted).   The changeset patch allows users to override uid
      and/or gid for file/directory owner with a default uid and/or gid
      specified at mount (as is often done when mounting from Linux cifs
      client to Windows server).  This changeset also displays the uid
      and gid used by default in /proc/mounts (if applicable).
      
      Also cleans up code by adding some of the missing spaces after
      "if" keywords per-kernel style guidelines (as suggested by Randy Dunlap
      when he reviewed the patch).
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      4523cc30
  15. 25 Apr, 2007 1 commit
  16. 23 Apr, 2007 1 commit
  17. 06 Apr, 2007 1 commit
  18. 23 Mar, 2007 1 commit
  19. 10 Mar, 2007 1 commit
  20. 27 Feb, 2007 1 commit
  21. 26 Feb, 2007 2 commits
  22. 17 Feb, 2007 1 commit
  23. 15 Feb, 2007 1 commit
  24. 08 Feb, 2007 1 commit
  25. 16 Nov, 2006 1 commit
  26. 07 Nov, 2006 1 commit
  27. 02 Nov, 2006 1 commit
  28. 12 Oct, 2006 1 commit
  29. 01 Oct, 2006 3 commits
  30. 30 Sep, 2006 1 commit
  31. 28 Sep, 2006 1 commit
  32. 01 Jun, 2006 1 commit
  33. 31 May, 2006 2 commits
  34. 21 Apr, 2006 1 commit
  35. 31 Mar, 2006 1 commit