1. 12 Jan, 2011 1 commit
  2. 11 Jan, 2011 5 commits
  3. 10 Jan, 2011 3 commits
  4. 09 Jan, 2011 10 commits
  5. 08 Jan, 2011 1 commit
  6. 07 Jan, 2011 1 commit
  7. 03 Jan, 2011 1 commit
  8. 31 Dec, 2010 2 commits
  9. 30 Dec, 2010 1 commit
  10. 29 Dec, 2010 2 commits
  11. 28 Dec, 2010 2 commits
  12. 21 Dec, 2010 5 commits
  13. 19 Dec, 2010 1 commit
  14. 13 Dec, 2010 1 commit
  15. 12 Dec, 2010 2 commits
  16. 11 Dec, 2010 2 commits
    • Pierre Ynard's avatar
      httpd: gracefully handle too large request bodies · 879b6278
      Pierre Ynard authored
      Return a 413 error instead of crashing
      (cherry picked from commit 2e1b9e44719618eb97b3850d05096753fd7d3617)
      Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
      879b6278
    • Pierre Ynard's avatar
      httpd: fix parsing of request body · fc4d9d93
      Pierre Ynard authored
      This caused genuine bugs like mangled bodies and corrupted requests
      (usually leading to 501 errors), and possibly leaks of memory buffer
      of the size of the Content-Length parameter. This is pretty bad since
      crafted requests could easily exhaust the memory and/or trigger a crash.
      Apart from the contents of the buffer of the involved request, there
      doesn't seem to be any possible memory corruption.
      (cherry picked from commit 8fae1e140a0bfc80666c41ce55255000c1fad440)
      Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
      fc4d9d93