Sweden-Number/dlls/wininet
Rob Shearman 0be05ab6aa wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.
Otherwise, InitializeSecurityContextW could run out of space with our
small, fixed buffer and fail.
2008-03-10 19:12:54 +01:00
..
tests wininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and skip some tests. 2008-03-03 12:04:10 +01:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
cookie.c wininet: Initialize path buffer in InternetSetCookie. 2007-11-19 13:52:26 +01:00
dialogs.c
ftp.c wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement. 2008-03-10 19:12:54 +01:00
gopher.c
http.c wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW. 2008-03-10 19:12:54 +01:00
internet.c wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement. 2008-03-10 19:12:54 +01:00
internet.h wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement. 2008-03-10 19:12:54 +01:00
netconnection.c wininet: Fix compile with MinGW. 2008-03-04 12:01:40 +01:00
resource.h
rsrc.rc
urlcache.c wininet: Fix the return value check of SHGetSpecialFolderPathW in URLCacheContainers_CreateDefaults. 2008-02-16 13:54:28 +01:00
utility.c wininet: Remove unneeded casts. 2008-02-05 12:19:37 +01:00
version.rc
wininet.spec
wininet_Bg.rc
wininet_Cs.rc
wininet_De.rc
wininet_En.rc
wininet_Eo.rc
wininet_Es.rc
wininet_Fi.rc
wininet_Fr.rc
wininet_Hu.rc
wininet_It.rc
wininet_Ja.rc
wininet_Ko.rc wininet: Updated Korean resource. 2007-10-25 13:57:54 +02:00
wininet_Nl.rc
wininet_No.rc
wininet_Pl.rc
wininet_Pt.rc
wininet_Ru.rc wininet: One addition to Russian translation. 2008-01-23 11:31:42 +01:00
wininet_Si.rc
wininet_Sv.rc
wininet_Tr.rc
wininet_main.c