An error occurred fetching the project authors.
  1. 16 May, 2008 2 commits
  2. 15 May, 2008 1 commit
  3. 14 May, 2008 1 commit
  4. 13 May, 2008 3 commits
  5. 11 May, 2008 1 commit
    • Jeff Layton's avatar
      [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir · 67750fb9
      Jeff Layton authored
      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: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      67750fb9
  6. 29 Apr, 2008 1 commit
  7. 09 Apr, 2008 1 commit
  8. 12 Feb, 2008 1 commit
  9. 07 Feb, 2008 1 commit
  10. 31 Dec, 2007 1 commit
  11. 30 Dec, 2007 1 commit
  12. 13 Nov, 2007 1 commit
    • Steve French's avatar
      [CIFS] Fix buffer overflow if server sends corrupt response to small · 133672ef
      Steve French authored
      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: default avatarJeff Layton <jlayton@redhat.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      133672ef
  13. 03 Nov, 2007 1 commit
  14. 26 Oct, 2007 1 commit
  15. 25 Oct, 2007 1 commit
  16. 23 Oct, 2007 1 commit
  17. 18 Oct, 2007 2 commits
  18. 16 Oct, 2007 3 commits
  19. 14 Oct, 2007 1 commit
  20. 12 Oct, 2007 1 commit
  21. 04 Oct, 2007 1 commit
    • Steve French's avatar
      [CIFS] Fix cifsd so shuts down when signing fails during mount · a013689d
      Steve French authored
      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: default avatarJeff Layton <jlayton@redhat.com>
      CC: Shaggy <shaggy@us.ibm.com>
      Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
      a013689d
  22. 03 Oct, 2007 1 commit
  23. 28 Sep, 2007 1 commit
  24. 25 Sep, 2007 1 commit
  25. 24 Sep, 2007 1 commit
  26. 20 Sep, 2007 1 commit
  27. 30 Aug, 2007 2 commits
  28. 18 Jul, 2007 1 commit
  29. 17 Jul, 2007 1 commit
  30. 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
  31. 13 Jul, 2007 1 commit
  32. 07 Jul, 2007 1 commit
  33. 06 Jul, 2007 1 commit