1. 03 5月, 2007 1 次提交
  2. 01 5月, 2007 1 次提交
    • S
      [CIFS] UID/GID override on CIFS mounts to Samba · 4523cc30
      Steve French 提交于
      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: NSteve French <sfrench@us.ibm.com>
      4523cc30
  3. 27 4月, 2007 1 次提交
  4. 26 4月, 2007 1 次提交
  5. 25 4月, 2007 3 次提交
  6. 24 4月, 2007 1 次提交
  7. 07 4月, 2007 1 次提交
  8. 05 4月, 2007 1 次提交
  9. 04 4月, 2007 1 次提交
  10. 03 4月, 2007 1 次提交
  11. 23 3月, 2007 1 次提交
  12. 16 3月, 2007 1 次提交
    • S
      [CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet · 38e2aff6
      Steve French 提交于
      Samba server now expects that clients which send the new
      POSIX_PATH_OPERATIONS_CAP send all opens with this new
      SMB - and expects that clients that could send the new
      posix open/create but don't as indicating that they really
      want Windows semantics on that handle (which allows Samba
      to support clients which want to support both types of
      behaviors on different handles on the same mount)
      
      We will put this capability back in the SetFSInfo
      negotiation with servers like Samba when the
      new POSIXCreate (create/open/mkdir) code is finished.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      38e2aff6
  13. 15 3月, 2007 1 次提交
  14. 10 3月, 2007 1 次提交
  15. 06 3月, 2007 1 次提交
  16. 01 3月, 2007 1 次提交
  17. 27 2月, 2007 5 次提交
  18. 18 2月, 2007 2 次提交
  19. 17 2月, 2007 2 次提交
  20. 15 2月, 2007 1 次提交
  21. 14 2月, 2007 1 次提交
  22. 13 2月, 2007 2 次提交
  23. 09 2月, 2007 2 次提交
  24. 07 2月, 2007 2 次提交
  25. 02 2月, 2007 2 次提交
  26. 01 2月, 2007 1 次提交
  27. 22 1月, 2007 2 次提交