Skip to content
  1. Dec 03, 2010
  2. Dec 02, 2010
  3. Dec 01, 2010
  4. Nov 30, 2010
  5. Nov 28, 2010
  6. Nov 26, 2010
  7. Nov 25, 2010
  8. Nov 24, 2010
  9. 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
  10. Nov 22, 2010
  11. Nov 20, 2010
  12. Nov 19, 2010
  13. Nov 18, 2010
  14. Nov 14, 2010
  15. 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