1. 29 Jul, 2008 1 commit
  2. 15 Apr, 2008 1 commit
  3. 12 Feb, 2008 1 commit
  4. 07 Feb, 2008 1 commit
  5. 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
  6. 18 Oct, 2007 1 commit
  7. 30 Aug, 2007 1 commit
  8. 12 Jul, 2007 1 commit
  9. 09 Jul, 2007 1 commit
  10. 06 Jul, 2007 1 commit
  11. 05 Mar, 2007 1 commit
  12. 07 Dec, 2006 3 commits
  13. 11 Aug, 2006 4 commits
  14. 31 May, 2006 1 commit
  15. 26 Feb, 2006 1 commit
  16. 23 Jan, 2006 1 commit
  17. 12 Jan, 2006 1 commit
  18. 12 Dec, 2005 1 commit
  19. 02 Dec, 2005 1 commit
  20. 29 Nov, 2005 1 commit
  21. 16 Nov, 2005 1 commit
  22. 11 Oct, 2005 1 commit
  23. 10 Oct, 2005 2 commits
  24. 07 Oct, 2005 1 commit
  25. 05 Oct, 2005 2 commits
  26. 03 Oct, 2005 2 commits
  27. 22 Sep, 2005 1 commit
  28. 15 Sep, 2005 1 commit
    • Steve French's avatar
      [CIFS] Fix compiler warnings · ab2f218f
      Steve French authored
      Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      ab2f218f
  29. 21 Aug, 2005 1 commit
  30. 23 Jun, 2005 1 commit
  31. 13 Jun, 2005 1 commit
  32. 29 Apr, 2005 1 commit