1. 12 Dec, 2014 1 commit
    • Steve Holme's avatar
      smtp: Fixed dot stuffing when EOL characters were at end of input buffers · f0ecdd04
      Steve Holme authored
      Fixed a problem with the CRLF. detection when multiple buffers were
      used to upload an email to libcurl and the line ending character(s)
      appeared at the end of each buffer. This meant any lines which started
      with . would not be escaped into .. and could be interpreted as the end
      of transmission string instead.
      
      This only affected libcurl based applications that used a read function
      and wasn't reproducible with the curl command-line tool.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=1456
      Assisted-by: Patrick Monnerat
      f0ecdd04
  2. 11 Dec, 2014 1 commit
  3. 10 Dec, 2014 6 commits
  4. 09 Dec, 2014 9 commits
  5. 08 Dec, 2014 4 commits
  6. 07 Dec, 2014 6 commits
  7. 06 Dec, 2014 8 commits
  8. 05 Dec, 2014 5 commits