Skip to content
Snippets Groups Projects
  1. Jan 19, 2011
  2. Jan 06, 2011
  3. Jan 04, 2011
  4. Jan 03, 2011
  5. Dec 28, 2010
  6. Dec 23, 2010
    • 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
  7. Dec 22, 2010
    • Daniel Stenberg's avatar
      SMTP tests: updated MAIL FROM use · e6d99f4b
      Daniel Stenberg authored
      They were all wrong previously since none used the <brackets> they
      should for MAIL FROM. Now libcurl adds them itself if the app doesn't so
      they end up wrong less easy.
      e6d99f4b
  8. Dec 17, 2010
  9. Dec 16, 2010
  10. Dec 15, 2010
  11. Dec 06, 2010
  12. Dec 02, 2010
  13. Nov 28, 2010
  14. Nov 25, 2010
  15. Nov 19, 2010
  16. Nov 10, 2010
  17. Nov 09, 2010
  18. Nov 08, 2010
  19. Nov 05, 2010
    • Daniel Stenberg's avatar
      test: remove test 580 · 17869507
      Daniel Stenberg authored
      Test 580 is removed again for two reasons:
      
      1) Some compilers aren't satisfied by just a data variable called 'test'
      when first.o wants a function called 'test'. The Solaris compiler says
      "ld: warning: symbol `test' has differing types:" while the AIX compiler
      downright rejects it.
      
      2) Test case 1119 that was added after this test is way more complete
      and cover everything test 580 does and more without introducing the same
      problems.
      17869507
Loading