Skip to content
Snippets Groups Projects
  1. Dec 06, 2010
  2. Dec 05, 2010
  3. Dec 04, 2010
  4. Dec 03, 2010
  5. Dec 02, 2010
  6. Dec 01, 2010
  7. Nov 30, 2010
  8. Nov 28, 2010
  9. Nov 26, 2010
  10. Nov 25, 2010
  11. Nov 24, 2010
  12. Nov 23, 2010
    • Yang Tse's avatar
      Curl_getaddrinfo_ex: sanitize function results. · 6fe18add
      Yang Tse authored
      Ensure that spurious results from system's getaddrinfo() ares not propagated
      by Curl_getaddrinfo_ex() into the library.
      
      Also ensure that the ai_addrlen member of Curl_getaddrinfo_ex()'s output linked
      list of Curl_addrinfo structures has appropriate family-specific address size.
      6fe18add
  13. Nov 22, 2010
  14. Nov 20, 2010
  15. Nov 19, 2010
  16. Nov 14, 2010
    • Daniel Stenberg's avatar
      gnutls->handshake: improved timeout handling · cbf4961b
      Daniel Stenberg authored
      When no timeout is set, we call the socket_ready function with a timeout
      value of 0 during handshake, which makes it loop too much/fast in this
      function. It also made this function return CURLE_OPERATION_TIMEDOUT
      wrongly on a slow handshake.
      
      However, the particular bug report that highlighted this problem is not
      solved by this fix, as this fix only makes the more proper error get
      reported instead.
      
      Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594150
      Reported by: Johannes Ernst
      cbf4961b
  17. Nov 13, 2010
    • Julien Chaffraix's avatar
      urldata: Capitalize enum protect_level values. · add5766d
      Julien Chaffraix authored
      This makes it easier to spot the enum values from the variables.
      Removed some unneeded DEBUGASSERT added in the previous commit.
      add5766d
    • Julien Chaffraix's avatar
      security: tighten enum protection_level usage. · 8d59d694
      Julien Chaffraix authored
      While changing Curl_sec_read_msg to accept an enum protection_level
      instead of an int, I went ahead and fixed the usage of the associated
      fields.
      
      Some code was assuming that prot_clear == 0. Fixed those to use the
      proper value. Added assertions prior to any code that would set the
      protection level.
      8d59d694
  18. Nov 12, 2010
Loading