1. 13 5月, 2008 3 次提交
  2. 12 5月, 2008 1 次提交
    • J
      [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir · 67750fb9
      Jeff Layton 提交于
      When creating a directory on a CIFS share without POSIX extensions,
      and the given mode has no write bits set, set the ATTR_READONLY bit.
      
      When creating a file, set ATTR_READONLY if the create mode has no write
      bits set and we're not using unix extensions.
      
      There are some comments about this being problematic due to the VFS
      splitting creates into 2 parts. I'm not sure what that's actually
      talking about, but I'm assuming that it has something to do with how
      mknod is implemented. In the simple case where we have no unix
      extensions and we're just creating a regular file, there's no reason
      we can't set ATTR_READONLY.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      67750fb9
  3. 29 4月, 2008 1 次提交
  4. 10 4月, 2008 1 次提交
  5. 13 2月, 2008 1 次提交
  6. 08 2月, 2008 1 次提交
  7. 31 12月, 2007 2 次提交
  8. 14 11月, 2007 1 次提交
    • S
      [CIFS] Fix buffer overflow if server sends corrupt response to small · 133672ef
      Steve French 提交于
      request
      
      In SendReceive() function in transport.c - it memcpy's
      message payload into a buffer passed via out_buf param. The function
      assumes that all buffers are of size (CIFSMaxBufSize +
      MAX_CIFS_HDR_SIZE) , unfortunately it is also called with smaller
      (MAX_CIFS_SMALL_BUFFER_SIZE) buffers.  There are eight callers
      (SMB worker functions) which are primarily affected by this change:
      
      TreeDisconnect, uLogoff, Close, findClose, SetFileSize, SetFileTimes,
      Lock and PosixLock
      
      CC: Dave Kleikamp <shaggy@austin.ibm.com>
      CC: Przemyslaw Wegrzyn <czajnik@czajsoft.pl>
      Acked-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      133672ef
  9. 03 11月, 2007 1 次提交
  10. 27 10月, 2007 1 次提交
  11. 26 10月, 2007 1 次提交
  12. 24 10月, 2007 1 次提交
  13. 19 10月, 2007 1 次提交
  14. 18 10月, 2007 1 次提交
  15. 17 10月, 2007 3 次提交
  16. 15 10月, 2007 1 次提交
  17. 12 10月, 2007 1 次提交
  18. 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
  19. 04 10月, 2007 1 次提交
  20. 28 9月, 2007 1 次提交
  21. 26 9月, 2007 1 次提交
  22. 25 9月, 2007 1 次提交
  23. 20 9月, 2007 1 次提交
  24. 31 8月, 2007 2 次提交
  25. 19 7月, 2007 1 次提交
  26. 18 7月, 2007 1 次提交
  27. 15 7月, 2007 1 次提交
    • S
      [CIFS] Add support for new POSIX unlink · 2d785a50
      Steve French 提交于
      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: NSteve French <sfrench@us.ibm.com>
      2d785a50
  28. 13 7月, 2007 1 次提交
  29. 08 7月, 2007 1 次提交
  30. 07 7月, 2007 1 次提交
  31. 29 6月, 2007 1 次提交
  32. 06 6月, 2007 1 次提交
  33. 25 4月, 2007 1 次提交
  34. 24 4月, 2007 1 次提交