1. 25 Nov, 2011 10 commits
  2. 24 Nov, 2011 6 commits
  3. 23 Nov, 2011 1 commit
  4. 21 Nov, 2011 1 commit
  5. 20 Nov, 2011 1 commit
  6. 19 Nov, 2011 1 commit
  7. 18 Nov, 2011 3 commits
  8. 17 Nov, 2011 9 commits
  9. 15 Nov, 2011 2 commits
  10. 14 Nov, 2011 1 commit
  11. 12 Nov, 2011 1 commit
  12. 11 Nov, 2011 2 commits
    • Daniel Stenberg's avatar
      progress_cb: avoid buffer overflow · 10120e6a
      Daniel Stenberg authored
      The progress bar output function would blindly use the terminal width
      without bounds checking. When using a very wide terminal that caused a
      buffer overflow and segfault.
      
      We now limit the max bar with to 255 columns, and I simplified the code
      to avoid an extra snprintf and buffer.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3435710
      Reported by: Alexey Zakhlestin
      10120e6a
    • Yang Tse's avatar
      Active mode FTP test cases with server not establishing data connection · 082e8a3b
      Yang Tse authored
      591 -> FTP multi PORT and 425 on upload
      592 -> FTP multi PORT and 421 on upload
      593 -> FTP multi PORT upload, no data conn and no transient neg. reply
      594 -> FTP multi PORT upload, no data conn and no positive prelim. reply
      
      1206 -> FTP PORT and 425 on download
      1207 -> FTP PORT and 421 on download
      1208 -> FTP PORT download, no data conn and no transient negative reply
      1209 -> FTP PORT download, no data conn and no positive preliminary reply
      082e8a3b
  13. 08 Nov, 2011 1 commit
  14. 06 Nov, 2011 1 commit