1. 11 Dec, 2010 2 commits
    • 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
    • Pierre Ynard's avatar
      httpd: fix grammar in comments · 23769354
      Pierre Ynard authored
      (cherry picked from commit 4c87b90bf458901e542e7d318ef4c58925421e76)
      Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
      23769354
  2. 08 Dec, 2010 7 commits
  3. 05 Dec, 2010 2 commits
  4. 04 Dec, 2010 6 commits
  5. 03 Dec, 2010 3 commits
  6. 02 Dec, 2010 3 commits
  7. 30 Nov, 2010 1 commit
  8. 29 Nov, 2010 2 commits
  9. 28 Nov, 2010 2 commits
  10. 27 Nov, 2010 1 commit
  11. 26 Nov, 2010 1 commit
  12. 22 Nov, 2010 1 commit
  13. 21 Nov, 2010 5 commits
  14. 18 Nov, 2010 1 commit
  15. 16 Nov, 2010 1 commit
  16. 15 Nov, 2010 2 commits