Jacek Caban
|
5436fef807
|
wininet: Always use winsock sockets.
|
2015-02-13 21:47:13 +09:00 |
Michael Stefaniuc
|
b32d93a10b
|
wininet: Remove an unused assignment (PVS-Studio).
|
2015-01-23 15:33:03 +01:00 |
Jacek Caban
|
1f12306144
|
wininet: Properly clean up in InternetGetCookieExW if no cookies were found.
|
2014-09-18 13:06:42 +02:00 |
Jacek Caban
|
c639e757d5
|
wininet: Moved critical section locking to get_cookie callers so that cookie_set_t is also protected.
|
2014-09-17 12:55:01 +02:00 |
Jacek Caban
|
55e3ec650e
|
wininet: Fixed buffer size rising in get_cookie.
|
2014-09-02 20:54:45 +02:00 |
Jacek Caban
|
e24ce4c128
|
wininet: Added new cookie_set_t type and use it in get_cookie.
|
2014-07-15 22:39:09 +02:00 |
Thomas Faber
|
9609df86e3
|
wininet: Do not omit mandatory argument to WriteFile.
|
2014-07-14 17:22:25 +02:00 |
Jacek Caban
|
4707b4483b
|
wininet: Rewrite structs storing cookies to represent domains as a tree.
|
2014-07-14 17:21:38 +02:00 |
Jacek Caban
|
f72975d811
|
wininet: Don't allow overriding httponly cookies with non-httponly ones.
|
2014-07-11 16:59:47 +02:00 |
Jacek Caban
|
db441cf58f
|
wininet: Added support for INTERNET_COOKIE_HTTPONLY flag to InternetGetCookieEx.
|
2014-07-04 14:51:44 +02:00 |
Jacek Caban
|
314e295820
|
wininet: Added support for INTERNET_COOKIE_HTTPONLY flag to InternetSetCookieEx.
|
2014-07-04 14:51:40 +02:00 |
Jacek Caban
|
b3cfae8108
|
wininet: Fixed InternetSetCookieExW return type and forward InternetSetCookieW to InternetSetCookieExW instead of the other way around.
|
2014-07-04 14:51:30 +02:00 |
Jacek Caban
|
9228a3be52
|
wininet: Forward InternetSetCookieExA to InternetSetCookieExW instead of InternetSetCookieA.
|
2014-07-04 14:51:17 +02:00 |
Jacek Caban
|
69c4115c10
|
wininet: Forward InternetGetCookieW to InternetGetCookieExW, not the other way around.
|
2014-07-03 18:17:50 +02:00 |
Jacek Caban
|
2551f09203
|
wininet: Forward InternetGetCookieA to InternetGetCookieExA, not the other way around.
|
2014-07-03 18:17:48 +02:00 |
Piotr Caban
|
103693e43b
|
wininet: Load persistent cookies from other paths in get_cookie function.
|
2013-04-24 19:42:19 +02:00 |
Piotr Caban
|
97e0cf9f5f
|
wininet: Fixed memory leak in load_persistent_cookie.
|
2013-04-01 14:08:02 +02:00 |
Jacek Caban
|
f877fe9ba4
|
wininet: Properly handle output buffer size in InternetGetCookieA.
|
2012-12-28 11:26:56 +01:00 |
Jacek Caban
|
0c02e35841
|
wininet: Properly handle output buffer size in InternetGetCookieW.
|
2012-12-28 11:26:52 +01:00 |
Piotr Caban
|
a62e3f6442
|
wininet: NULL terminate cookie data in load_persistent_cookie function.
|
2012-12-21 17:29:03 +01:00 |
Jacek Caban
|
21e7e28d64
|
wininet: Fixed NULL cookie data pointer handling in InternetGetCookieA.
|
2012-12-03 19:13:23 +01:00 |
Piotr Caban
|
b9c2a19591
|
wininet: Make cookies functions thread-safe.
|
2012-10-01 14:32:29 +02:00 |
Piotr Caban
|
fc219b0ab3
|
wininet: Added basic cookie domain validation in set_cookie function.
|
2012-10-01 14:32:24 +02:00 |
Piotr Caban
|
b49c980d0d
|
wininet: Added support for persistent cookies.
|
2012-10-01 14:32:11 +02:00 |
Piotr Caban
|
ee47def0ad
|
wininet: Added more fields to cookie structure.
|
2012-10-01 14:31:49 +02:00 |
Jacek Caban
|
c4c3ff47e7
|
wininet: Set last error for invalid URL argument.
|
2012-09-04 17:32:31 +02:00 |
André Hentschel
|
0fda135f3f
|
wininet: Use the constants from the wininet header.
|
2011-08-24 11:58:13 +02:00 |
Hans Leidekker
|
9acd1ef15f
|
wininet: Consistently use the allocation macros.
|
2011-06-01 15:16:53 +02:00 |
Jacek Caban
|
2e2ed52cfb
|
wininet: Use set_cookie directly in HTTP_ProcessCookies.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
dce9181c91
|
wininet: Use get_cookie directly in HTTP_InsertCookies.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
9a741bf3d7
|
wininet: Moved getting cookie from known host to separated function.
|
2011-05-19 19:37:26 +02:00 |
Jacek Caban
|
354a74e004
|
wininet: Use wrappers for HeapAlloc calls.
|
2011-04-21 16:53:42 +02:00 |
Vincent Povirk
|
173b2c5b0f
|
wininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry.
|
2011-01-17 12:49:14 +01:00 |
Austin English
|
eff0aeccef
|
wininet: Avoid size_t in ERR().
|
2010-07-02 12:17:03 +02:00 |
Hans Leidekker
|
4a8f4f2867
|
wininet: Avoid accessing uninitialized memory.
Found by valgrind.
|
2009-10-26 11:20:09 +01:00 |
Jacek Caban
|
0055cfedc2
|
wininet: Code clean up by using heap_strdup* functions.
|
2009-07-20 12:20:27 +02:00 |
Eric van Beurden
|
f0ce72082d
|
wininet: Check for failed heap allocations.
|
2009-06-25 14:34:13 +02:00 |
Hans Leidekker
|
fbc99515eb
|
wininet: Fix parsing of cookies with attributes.
|
2009-04-24 15:51:42 +02:00 |
Francois Gouget
|
5ef481922f
|
Assorted spelling fixes.
|
2009-04-20 15:25:26 +02:00 |
Aric Stewart
|
e968f099f3
|
wininet: Handle cookie expiration.
|
2009-02-18 16:48:42 +01:00 |
Aric Stewart
|
a253a376a7
|
wininet: Add and match paths for cookies.
|
2009-02-18 13:29:36 +01:00 |
Aric Stewart
|
99a7ed9f4f
|
wininet: When cracking a cookie url discard the webpage and ensure at least a path of '/'.
|
2009-02-18 13:29:05 +01:00 |
Aric Stewart
|
8aa93c41f0
|
wininet: Parse cookie information from cookie value.
|
2009-02-18 13:26:34 +01:00 |
Hans Leidekker
|
2d42f291c8
|
wininet: Implement IsDomainLegalCookieDomainW.
|
2009-01-30 11:43:06 +01:00 |
Alexandre Julliard
|
82280618db
|
wininet: Include ws2tcpip.h before anything else for the Windows build.
|
2008-12-09 11:33:25 +01:00 |
Hans Leidekker
|
c3ecb7244b
|
wininet: More win64 compatibility fixes.
|
2008-06-30 15:07:47 +02:00 |
Hans Leidekker
|
a3ea34c56e
|
wininet: Partial implementation of InternetGet/SetCookieEx.
|
2008-05-12 14:01:01 +02:00 |
Hans Leidekker
|
a0c3816dbf
|
wininet: Initialize path buffer in InternetSetCookie.
|
2007-11-19 13:52:26 +01:00 |
Hans Leidekker
|
5ccfec6428
|
wininet: Fix a number of problems with InternetGetCookie.
This version incorporates Lei Zhang's changes to the test, with his consent.
|
2007-11-15 11:07:46 +01:00 |
Hans Leidekker
|
b6ee3c1d6b
|
wininet: Fix a number of problems with InternetSetCookie.
|
2007-11-15 11:07:35 +01:00 |