1. 25 Dec, 2010 2 commits
  2. 23 Dec, 2010 4 commits
    • Daniel Stenberg's avatar
      cookies: tricked dotcounter fixed · 49465fff
      Daniel Stenberg authored
      Providing multiple dots in a series in the domain field (domain=..com) could
      trick the cookie engine to wrongly accept the cookie believing it to be
      fine. Since the tailmatching would then match all .com sites, the cookie would
      then be sent to all of them.
      
      The code now requires at least one letter between each dot for them to be
      counted. Edited test case 61 to verify this.
      49465fff
    • Daniel Stenberg's avatar
      multi: connect fail => use next IP address · 5825aa14
      Daniel Stenberg authored
      When using the multi interface and connecting to a host name that
      resolves to multiple IP addresses, there was no logic that made it
      continue to the next IP if connecting to the first address times
      out. This is now corrected.
      5825aa14
    • Daniel Stenberg's avatar
      smtp-multi: put recipient within <brackets> · 7dc9393d
      Daniel Stenberg authored
      Even if libcurl might to do it for us, it is more correct.
      7dc9393d
    • Daniel Stenberg's avatar
      ossl_seed: no more RAND_screen · 2dded8fe
      Daniel Stenberg authored
      RAND_screen() is slow, not thread-safe and not needed anymore since OpenSSL
      uses the thread-safe win32 CryptoAPI nowadays.
      2dded8fe
  3. 22 Dec, 2010 7 commits
  4. 21 Dec, 2010 2 commits
  5. 20 Dec, 2010 5 commits
  6. 18 Dec, 2010 6 commits
  7. 17 Dec, 2010 6 commits
  8. 16 Dec, 2010 3 commits
  9. 15 Dec, 2010 5 commits