Skip to content
  1. Nov 06, 2012
    • Daniel Stenberg's avatar
      CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value · da82f59b
      Daniel Stenberg authored
      After a research team wrote a document[1] that found several live source
      codes out there in the wild that misused the CURLOPT_SSL_VERIFYHOST
      option thinking it was a boolean, this change now bans 1 as a value and
      will make libcurl return error for it.
      
      1 was never a sensible value to use in production but was introduced
      back in the days to help debugging. It was always documented clearly
      this way.
      
      1 was never supported by all SSL backends in libcurl, so this cleanup
      makes the treatment of it unified.
      
      The report's list of mistakes for this option were all PHP code and
      while there's a binding layer between libcurl and PHP, the PHP team has
      decided that they have an as thin layer as possible on top of libcurl so
      they will not alter or specifically filter a 'TRUE' value for this
      particular option. I sympathize with that position.
      
      [1] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/
      da82f59b
    • Daniel Stenberg's avatar
      fa6d7882
  2. Nov 05, 2012
    • Dave Reisner's avatar
      uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES · 550e403f
      Dave Reisner authored
      Since automake 1.12.4, the warnings are issued on running automake:
      
        warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
      
      Avoid INCLUDES and roll these flags into AM_CPPFLAGS.
      
      Compile tested on:
        Ubuntu 10.04 (automake 1:1.11.1-1)
        Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2)
        Arch Linux (automake 1.12.4)
      550e403f
  3. Nov 01, 2012
  4. Oct 18, 2012
  5. Oct 10, 2012
  6. Oct 09, 2012
  7. Oct 08, 2012
  8. Oct 01, 2012
  9. Sep 28, 2012
  10. Sep 16, 2012
  11. Sep 13, 2012
  12. Sep 09, 2012
  13. Sep 03, 2012
  14. Sep 01, 2012
  15. Aug 31, 2012
    • Daniel Stenberg's avatar
      test2032: bail out after last transfer · 7735141e
      Daniel Stenberg authored
      The test would hang and get aborted with a "ABORTING TEST, since it
      seems that it would have run forever." until I prevented that from
      happening.
      
      I also fixed the data file which got broken CRLF line endings when I
      sucked down the path from Joe's repo == my fault.
      
      Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly
      this.
      7735141e
  16. Aug 28, 2012
  17. Aug 27, 2012
  18. Aug 26, 2012
  19. Aug 23, 2012
  20. Aug 21, 2012
  21. Aug 16, 2012
  22. Aug 14, 2012
  23. Aug 10, 2012
  24. Aug 09, 2012
  25. Aug 08, 2012
  26. Aug 07, 2012