search for: crypt32

Displaying 20 results from an estimated 343 matches for "crypt32".

2009 Nov 13
0
Wine release 1.1.33
The Wine development release 1.1.33 is now available. What's new in this release (see below for details): - Gecko now installed at wineprefix creation time. - Better support for certificates in crypt32. - Improved sound support in mciwave. - Some more Direct3D 10 functions. - Many cleanups for issues spotted by Valgrind. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.33.tar.bz2 http://prdownloads...
2007 Aug 24
0
Wine release 0.9.44
This is release 0.9.44 of Wine, a free implementation of Windows on Unix. What's new in this release: - Better heuristics for making windows managed. - Automatic detection of timezone parameters. - Improvements to the builtin WordPad. - Better signatures support in crypt32. - Still more gdiplus functions. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine...
2007 Jul 27
0
Wine release 0.9.42
This is release 0.9.42 of Wine, a free implementation of Windows on Unix. What's new in this release: - Support for activation contexts and side-by-side assemblies. - Many more gdiplus functions. - More messaging support in crypt32.dll. - Many HTTP protocol handling fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations: http://ibiblio.org/pub/linux/system/emulators/...
2007 Sep 28
0
Wine release 0.9.46
...while calling the SelectObject backends. gdi32: Don't hold the GDI lock while calling the driver SelectFont function. Anatoly Lyutin (2): user32/tests: Fix test for switch maximized MDI children. gdi32: printdrv: Use umask for creating a spool file. Andrew Talbot (13): crypt32: Fix some memory leaks. dmband: Fix a memory leak. dmcompos: Indirection level fix. dswave: Indirection level fix. dmscript: Indirection level fix. dmsynth: Indirection level fix. dmusic: Indirection level fix. dpnet: Indirection level fix. dplayx: Fi...
2013 Oct 25
0
Wine release 1.7.5
...ory tests compilation with __WINESRC__ defined. kernel32/tests: Fix communication port tests compilation with __WINESRC__ defined. kernel32/tests: Fix environment tests compilation with __WINESRC__ defined. kernel32/tests: Fix time tests compilation with __WINESRC__ defined. crypt32: Add another root store path to the certificate location list. windowscodecs: Add support for IMILBitmapSource interface. gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits. gdiplus: Reimplement GdipCloneImage using GdipCloneBitmapArea for a bitmap. ke...
2007 Sep 14
0
Wine release 0.9.45
...ter match the PSDK types. secur32: Update win32.api to fix the winapi_check warnings. version: Fix some Ver*() prototypes (especially wrt constness). winapi_check: Assorted win16.api and win32.api updates. winex11.drv: Update win32.api to fix the winapi_check warnings. crypt32: Better match the PSDK types and fix the winapi_check warnings. secur32: Add some missing prototypes to ntsecapi.h. url: Fix the InetIsOffline() prototype. query: Make ntquery.h C++ compatible. query: Update win32.api to fix the winapi_check warnings. quartz: Better ma...
2007 Jul 13
0
Wine release 0.9.41
This is release 0.9.41 of Wine, a free implementation of Windows on Unix. What's new in this release: - A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.41.tar.bz2 http://prdow...
2005 May 27
1
Crypt32: cant build tests
I cant build the new crypt32 tests added by Kees Cook with the latest CVS. I actually get undefined references to CryptUnprotectData : [syl@wine tests]$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L....
2009 Oct 23
0
Wine release 1.1.32
...or 'F10' key events. winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used. Erik Inge Bols? (1): wine.inf: Fix NT4 SP6a registry key. Francois Gouget (8): comctl32/monthcal: Fix compilation on systems that don't support nameless unions. crypt32: Fix compilation on systems that don't support nameless unions. ntdll/tests: Fix compilation on systems that don't support nameless unions. ddraw/tests: Fix compilation on systems that don't support nameless unions. shlwapi: Fix compilation on systems that don't su...
2007 Aug 10
0
Wine release 0.9.43
This is release 0.9.43 of Wine, a free implementation of Windows on Unix. What's new in this release: - Direct3D support on top of WGL instead of GLX for better portability. - Many DirectSound fixes. - Still more gdiplus functions. - Many crypt32 improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.43.tar.bz2 htt...
2007 Oct 26
0
Wine release 0.9.48
...static instead of extern. ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu). winex11: Process all types of messages while moving/resizing a window. msi: Properly clear the new table data when a column is added. msi: Avoid casting const pointers to non-const. crypt32: Fix pointer casts in decode.c too. comctl32: Fix a discard const warning. kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings. user32: Replace a pointer cast by FIELD_OFFSET. configure: Check for fontconfig in the X directory if not found in...
2008 Sep 05
0
Wine release 1.1.4
...plemented NtOpenProcessTokenEx and NtOpenThreadTokenEx. ntdll: Add stubs for all the job object functions. kernel32: Implemented the wrapper functions for job objects. shlwapi/tests: Avoid sizeof in traces. jscript: Avoid an uninitialized variable warning on older gcc. crypt32: Avoid some uninitialized variable warnings on older gcc. Alistair Leslie-Hughes (11): msxml3: Correct unsupported functions in IDispatchEx. mshtml: Implement IDispatch for IHTMLBodyElement. mshtml: Add missing defines. mshtml: Add missing IDispatchEx tids. mshtml: Ad...
2008 Aug 22
0
Wine release 1.1.3
The Wine development release 1.1.3 is now available. What's new in this release (see below for details): - Beginnings of ddraw overlay support. - Many more crypt32 functions. - Improved support for tables in Richedit. - Support for NETWM window maximization. - Many installer fixes. - Tweaks for better PulseAudio support. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/...
2010 May 01
4
Re: Access HTTPS/SSL enabled sites
Gert van den Berg wrote: > On Wed, Jan 6, 2010 at 08:52, matvrix <wineforum-user at winehq.org> wrote: > > > crypt32 has to be "Native, Builtin" > > > > > But if its not included with IE, you need to copy it for Windows, > otherwise the wine buildin gets used... In /usr/lib/wine is a crypt32.dll.so. How can I use the crypt32.dll from a windows installation? I use a Programm that l...
2009 Dec 04
0
Wine release 1.1.34
...than one find dialog 20774 Vampire: The Masquerade - Bloodlines: broken fonts 20787 Watchtower library 2008 (portugu?s): crashes when closing the application 20836 Opening non-exe/dll files causes a segfault 20849 read buffer overflow in CRYPT_RemoveStringFromMultiString() triggered by crypt32/tests/oid.c 20855 Appraise-It 8.3 installer fails to download redistributable packages 20860 Read buffer overflow in INTERNET_SendCallback in wininet... calling strlen on non-nul-terminated buffer? 20861 CoTaskMemAlloc()/SysFreeString() mismatch in DocHost_Release(), caught by valgrind in...
2007 Oct 12
0
Wine release 0.9.47
...ser to the other ddeml client test functions. user32: Test the ddeml server interface. John Klehm (3): msinkaut.idl: Declare the IInkCollector interface and its dependencies. nkobj: Use an internal header. inkobj: Stub implementation of IInkCollector. Juan Lang (58): crypt32: Add a helper function to create a file store from an already-initialized memory store. crypt32: Create file store directly in CRYPT_FileNameOpenStoreW. crypt32: Allow file stores to support more than one type of file. crypt32: Implement opening file name stores from files that co...
2008 Nov 21
0
Wine release 1.1.9
...). regedit: Fix the wrapping of binary values in export_hkey(). d3dx9_36/tests: Fix compilation on systems that don't support nameless unions. inetcomm: Fix compilation on systems that don't support nameless unions. d3d10core: Fix spelling of 'unknown'. crypt32: Fix Spelling of 'superseded'. Assorted spelling fixes. msxml3: Dynamically load libxslt.so and only call xsltInit() if present. ntdll/tests: Fix typos in test_NtQueryValueKey(). ntdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings. kern...
2007 Nov 09
0
Wine release 0.9.49
...you want to kill all your applications' dialog. wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented. winetest: Add an option that shuts Windows down once the tests have completed. cryptnet: Fix compilation on systems that don't support nameless structs. crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. shlwapi: Fix the DeleteMenuWrap() forward. tapi32: Add prototypes for lineInitializeExA/W(). d3dx8: Fix compilation on systems that don't support nameless unions. d3dx8: Make sure d3dx8ma...
2011 Feb 18
0
Wine release 1.3.14
...l on x86_64. Austin English (141): advapi32/tests: Make sure to use return value (LLVM/Clang). comcat/tests: Make sure to use return value (LLVM/Clang). dinput/tests: Make sure to use return value (LLVM/Clang). credui/tests: Make sure to use return value (LLVM/Clang). crypt32/tests: Make sure to use return value (LLVM/Clang). cryptnet/tests: Make sure to use return value (LLVM/Clang). comctl32/tests: Make sure to use return value (LLVM/Clang). gdi32/tests: Make sure to use return value (LLVM/Clang). explorerframe/tests: Don't assign values to...
2008 Nov 07
0
Wine release 1.1.8
The Wine development release 1.1.8 is now available. What's new in this release (see below for details): - Substantial parts of inetcomm implemented (for Outlook). - Still better crypt32 support. - Memory management improvements. - Theming support for buttons. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.8.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.1.8.tar.bz2 Binary p...