1. 03 Mar, 2009 1 commit
  2. 02 Mar, 2009 2 commits
    • Daniel Stenberg's avatar
      - David Kierznowski notified us about a security flaw · 042cc1f6
      Daniel Stenberg authored
        (http://curl.haxx.se/docs/adv_20090303.html also known as CVE-2009-0037) in
        which previous libcurl versions (by design) can be tricked to access an
        arbitrary local/different file instead of a remote one when
        CURLOPT_FOLLOWLOCATION is enabled. This flaw is now fixed in this release
        together this the addition of two new setopt options for controlling this
        new behavior:
      
        o CURLOPT_REDIR_PROTOCOLS controls what protocols libcurl is allowed to
        follow to when CURLOPT_FOLLOWLOCATION is enabled. By default, this option
        excludes the FILE and SCP protocols and thus you nee to explicitly allow
        them in your app if you really want that behavior.
      
        o CURLOPT_PROTOCOLS controls what protocol(s) libcurl is allowed to fetch
        using the primary URL option. This is useful if you want to allow a user or
        other outsiders control what URL to pass to libcurl and yet not allow all
        protocols libcurl may have been built to support.
      curl-7_19_4
      042cc1f6
    • Daniel Stenberg's avatar
      the Eiffel binding · 4bc603a0
      Daniel Stenberg authored
      4bc603a0
  3. 27 Feb, 2009 1 commit
  4. 23 Feb, 2009 4 commits
  5. 20 Feb, 2009 1 commit
  6. 19 Feb, 2009 1 commit
  7. 17 Feb, 2009 2 commits
    • Daniel Stenberg's avatar
      three new CURLFTP_CREATE_DIR* symbols · 0517fa15
      Daniel Stenberg authored
      0517fa15
    • Daniel Stenberg's avatar
      - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for · 8f81fd6b
      Daniel Stenberg authored
        plain FTP connections, and it will then allow MKD to fail once and retry the
        CWD afterwards. This is especially useful if you're doing many simultanoes
        connections against the same server and they all have this option enabled,
        as then CWD may first fail but then another connection does MKD before this
        connection and thus MKD fails but trying CWD works! The numbers can
        (should?) now be set with the convenience enums now called
        CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY.
      
        Tests has proven that if you're making an application that uploads a set of
        files to an ftp server, you will get a noticable gain in speed if you're
        using multiple connections and this option will be then be very useful.
      8f81fd6b
  8. 13 Feb, 2009 1 commit
  9. 12 Feb, 2009 1 commit
  10. 11 Feb, 2009 1 commit
  11. 10 Feb, 2009 4 commits
  12. 09 Feb, 2009 2 commits
  13. 06 Feb, 2009 1 commit
  14. 04 Feb, 2009 1 commit
  15. 02 Feb, 2009 1 commit
    • Daniel Stenberg's avatar
      - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP · bdd4294e
      Daniel Stenberg authored
        version 1.1 instead of 1.0 like before. This change also introduces the new
        proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to
        switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0
        option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0.
      
        I updated all test cases cases that use CONNECT and I tried to do some using
        --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
      bdd4294e
  16. 30 Jan, 2009 1 commit
  17. 28 Jan, 2009 1 commit
  18. 26 Jan, 2009 1 commit
  19. 25 Jan, 2009 1 commit
  20. 19 Jan, 2009 1 commit
  21. 15 Jan, 2009 1 commit
  22. 14 Jan, 2009 1 commit
  23. 13 Jan, 2009 1 commit
  24. 12 Jan, 2009 2 commits
  25. 08 Jan, 2009 1 commit
  26. 29 Dec, 2008 1 commit
  27. 28 Dec, 2008 4 commits