1. 13 2月, 2008 1 次提交
  2. 08 2月, 2008 1 次提交
  3. 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
  4. 19 10月, 2007 1 次提交
  5. 31 8月, 2007 1 次提交
  6. 13 7月, 2007 1 次提交
  7. 09 7月, 2007 1 次提交
  8. 07 7月, 2007 1 次提交
  9. 06 3月, 2007 1 次提交
  10. 08 12月, 2006 3 次提交
  11. 12 8月, 2006 4 次提交
  12. 01 6月, 2006 1 次提交
  13. 27 2月, 2006 1 次提交
  14. 24 1月, 2006 1 次提交
  15. 13 1月, 2006 1 次提交
  16. 13 12月, 2005 1 次提交
  17. 03 12月, 2005 1 次提交
  18. 30 11月, 2005 1 次提交
  19. 17 11月, 2005 1 次提交
  20. 12 10月, 2005 1 次提交
  21. 11 10月, 2005 2 次提交
  22. 08 10月, 2005 1 次提交
  23. 06 10月, 2005 2 次提交
  24. 04 10月, 2005 2 次提交
  25. 23 9月, 2005 1 次提交
  26. 16 9月, 2005 1 次提交
    • S
      [CIFS] Fix compiler warnings · ab2f218f
      Steve French 提交于
      Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy
      
      Signed-off-by: Steve French (sfrench@us.ibm.com)
      ab2f218f
  27. 21 8月, 2005 1 次提交
  28. 24 6月, 2005 1 次提交
  29. 14 6月, 2005 1 次提交
  30. 29 4月, 2005 3 次提交