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