wine
16 years agowined3d: Ask the ffp/shader/blit implementation about format support.
Stefan Dösinger [Thu, 7 Aug 2008 19:51:35 +0000 (14:51 -0500)] 
wined3d: Ask the ffp/shader/blit implementation about format support.

If a format is not supported natively by opengl, a shader may be able
to convert it. Up to now, CheckDeviceFormat had magic knowldge which
GL extensions lead to which supported format. This patch adds
functions that allow CheckDeviceFormat to ask the actual
implementation for its capabilities.

16 years agowined3d: Test formats for surface support.
Stefan Dösinger [Thu, 7 Aug 2008 19:36:55 +0000 (14:36 -0500)] 
wined3d: Test formats for surface support.

16 years agowined3d: Start a framework for color conversion shaders in blits.
Stefan Dösinger [Fri, 1 Aug 2008 18:21:10 +0000 (13:21 -0500)] 
wined3d: Start a framework for color conversion shaders in blits.

16 years agowined3d: Support YUV formats with GL_APPLE_ycbcr_422.
Stefan Dösinger [Tue, 19 Aug 2008 15:55:42 +0000 (10:55 -0500)] 
wined3d: Support YUV formats with GL_APPLE_ycbcr_422.

16 years agouninstaller: Remove GUI portion of Wine uninstaller.
Owen Rudge [Tue, 19 Aug 2008 20:12:21 +0000 (21:12 +0100)] 
uninstaller: Remove GUI portion of Wine uninstaller.

16 years agoregedit: Convert clipboard handling to unicode.
Alexander Nicolaysen Sørnes [Sun, 10 Aug 2008 11:52:44 +0000 (13:52 +0200)] 
regedit: Convert clipboard handling to unicode.

16 years agoregedit: Convert printing&help to unicode.
Alexander Nicolaysen Sørnes [Sun, 10 Aug 2008 10:43:06 +0000 (12:43 +0200)] 
regedit: Convert printing&help to unicode.

16 years agoregedit: Convert deletion to unicode.
Alexander Nicolaysen Sørnes [Sat, 9 Aug 2008 00:25:34 +0000 (02:25 +0200)] 
regedit: Convert deletion to unicode.

16 years agomsvcmaker: Fix msvc project file generation under MinGW32.
Hongbo Ni [Wed, 6 Aug 2008 00:20:40 +0000 (10:20 +1000)] 
msvcmaker: Fix msvc project file generation under MinGW32.

When converting a makefile to a msvc .dsp file, if a line is ended with
a back slash, it will be joined with next line. This patch changes the
joining character from '\n' to a space in order to fix the bug of
running MinGW32 on Windows.

16 years agowined3d: Fix BltOverride regression.
Roderick Colenbrander [Tue, 19 Aug 2008 20:21:37 +0000 (20:21 +0000)] 
wined3d: Fix BltOverride regression.

16 years agowinealsa.drv: Fix a typo in an error message.
Detlef Riekenberg [Tue, 19 Aug 2008 21:45:47 +0000 (23:45 +0200)] 
winealsa.drv: Fix a typo in an error message.

16 years agod3dxof: Remove unreachable break after return (Smatch).
Michael Stefaniuc [Tue, 19 Aug 2008 19:33:33 +0000 (21:33 +0200)] 
d3dxof: Remove unreachable break after return (Smatch).

16 years agoinclude: Added defines used by TASK_TRIGGER members.
Roy Shea [Tue, 19 Aug 2008 17:55:13 +0000 (10:55 -0700)] 
include: Added defines used by TASK_TRIGGER members.

16 years agoinclude: Add task scheduler specific error codes.
Roy Shea [Tue, 19 Aug 2008 17:54:43 +0000 (10:54 -0700)] 
include: Add task scheduler specific error codes.

16 years agoappwiz.cpl: Add Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 17 Aug 2008 18:09:47 +0000 (20:09 +0200)] 
appwiz.cpl: Add Norwegian Bokmål translation.

16 years agosecur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage.
H. Verbeet [Tue, 19 Aug 2008 15:50:53 +0000 (17:50 +0200)] 
secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage.

16 years agod3d8: Don't store shader_handle's.
H. Verbeet [Tue, 19 Aug 2008 15:50:12 +0000 (17:50 +0200)] 
d3d8: Don't store shader_handle's.

They're not stable across table resizes.

16 years agowined3d: Move creating a texture id from PreLoad to BindTexture.
H. Verbeet [Tue, 19 Aug 2008 15:49:07 +0000 (17:49 +0200)] 
wined3d: Move creating a texture id from PreLoad to BindTexture.

This is consistent with BindTexture in basetexture/texture/etc. and has the
added benefit that it makes LoadLocation work properly.

16 years agocrypt32: Always set *pcbStructInfo.
Juan Lang [Mon, 18 Aug 2008 19:11:15 +0000 (12:11 -0700)] 
crypt32: Always set *pcbStructInfo.

16 years agocrypt32: Allow CMS fields to be set when opening a signed message to encode.
Juan Lang [Fri, 15 Aug 2008 00:34:07 +0000 (17:34 -0700)] 
crypt32: Allow CMS fields to be set when opening a signed message to encode.

16 years agocrypt32: Allow messages to be opened when compiled with CMSG_SIGNED_ENCODE_INFO_HAS_C...
Juan Lang [Fri, 15 Aug 2008 00:21:41 +0000 (17:21 -0700)] 
crypt32: Allow messages to be opened when compiled with CMSG_SIGNED_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.

16 years agocrypt32: Allow messages to be opened when compiled with CMSG_SIGNER_ENCODE_INFO_HAS_C...
Juan Lang [Fri, 15 Aug 2008 00:19:19 +0000 (17:19 -0700)] 
crypt32: Allow messages to be opened when compiled with CMSG_SIGNER_ENCODE_INFO_HAS_CMS_FIELDS if CMS fields aren't actually used.

16 years agocrypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
Juan Lang [Thu, 14 Aug 2008 19:51:37 +0000 (12:51 -0700)] 
crypt32: Implement decoding CMSG_CMS_SIGNER_INFO.

16 years agocrypt32: Implement CMSG_CMS_SIGNER_INFO encoding.
Juan Lang [Thu, 14 Aug 2008 19:50:57 +0000 (12:50 -0700)] 
crypt32: Implement CMSG_CMS_SIGNER_INFO encoding.

16 years agocrypt32: Add tests for encoding/decoding CMSG_CMS_SIGNER_INFO.
Juan Lang [Thu, 14 Aug 2008 19:50:18 +0000 (12:50 -0700)] 
crypt32: Add tests for encoding/decoding CMSG_CMS_SIGNER_INFO.

16 years agowincrypt.h: Add more missing definitions.
Juan Lang [Thu, 14 Aug 2008 15:24:38 +0000 (08:24 -0700)] 
wincrypt.h: Add more missing definitions.

16 years agokernel32: Fix a typo.
Alexander Morozov [Thu, 14 Aug 2008 11:05:40 +0000 (15:05 +0400)] 
kernel32: Fix a typo.

16 years agoinclude: Fix CRYPT_SMIME_CAPABILITIES definition.
Huw Davies [Tue, 19 Aug 2008 17:15:36 +0000 (18:15 +0100)] 
include: Fix CRYPT_SMIME_CAPABILITIES definition.

16 years agomstask: Stub implementation of Activate.
Roy Shea [Tue, 19 Aug 2008 00:23:42 +0000 (17:23 -0700)] 
mstask: Stub implementation of Activate.

16 years agomstask: Activate conformance test.
Roy Shea [Tue, 19 Aug 2008 00:23:10 +0000 (17:23 -0700)] 
mstask: Activate conformance test.

16 years agod3dxof: Add text format support to RegisterTemplates and fix corresponding test.
Christian Costa [Tue, 19 Aug 2008 12:00:32 +0000 (14:00 +0200)] 
d3dxof: Add text format support to RegisterTemplates and fix corresponding test.

16 years agod3dxof: Add basic tests.
Christian Costa [Mon, 18 Aug 2008 22:30:44 +0000 (00:30 +0200)] 
d3dxof: Add basic tests.

16 years agod3dxof: Create FileData object using its constructor. Fix return value of CreateEnumO...
Christian Costa [Mon, 18 Aug 2008 22:29:09 +0000 (00:29 +0200)] 
d3dxof: Create FileData object using its constructor. Fix return value of CreateEnumObject.

16 years agod3dxof: Create FileEnumObject using its constructor.
Christian Costa [Mon, 18 Aug 2008 22:28:03 +0000 (00:28 +0200)] 
d3dxof: Create FileEnumObject using its constructor.

16 years agod3dxof: Implement some parsing in RegisterTemplates.
Christian Costa [Mon, 18 Aug 2008 13:10:25 +0000 (15:10 +0200)] 
d3dxof: Implement some parsing in RegisterTemplates.

16 years agomakefiles: Add missing entries for mstask tests.
Alexandre Julliard [Tue, 19 Aug 2008 13:30:25 +0000 (15:30 +0200)] 
makefiles: Add missing entries for mstask tests.

16 years agokernel32/tests: Fix profile crash on NT and up.
Michael Karcher [Sun, 17 Aug 2008 17:03:03 +0000 (19:03 +0200)] 
kernel32/tests: Fix profile crash on NT and up.

16 years agospoolss/tests: Fix a test on vista/w2k8.
Detlef Riekenberg [Sat, 9 Aug 2008 21:59:47 +0000 (23:59 +0200)] 
spoolss/tests: Fix a test on vista/w2k8.

16 years agowinhlp32: Use TopicOffset mapping and get rid of unused function.
Kirill K. Smirnov [Wed, 6 Aug 2008 15:50:22 +0000 (19:50 +0400)] 
winhlp32: Use TopicOffset mapping and get rid of unused function.

16 years agowinhlp32: Fix offsets handling for old 3.0 files.
Kirill K. Smirnov [Wed, 6 Aug 2008 15:48:03 +0000 (19:48 +0400)] 
winhlp32: Fix offsets handling for old 3.0 files.

16 years agowinhlp32: Load internal file containing pagenum->topicoffset mapping.
Kirill K. Smirnov [Wed, 6 Aug 2008 15:47:11 +0000 (19:47 +0400)] 
winhlp32: Load internal file containing pagenum->topicoffset mapping.

16 years agoinclude: Add prototype for WinHttpQueryOption.
Hans Leidekker [Fri, 15 Aug 2008 12:44:32 +0000 (14:44 +0200)] 
include: Add prototype for WinHttpQueryOption.

16 years agowinhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime.
Hans Leidekker [Fri, 15 Aug 2008 12:44:16 +0000 (14:44 +0200)] 
winhttp: Implement WinHttpTimeFromSystemTime and WinHttpTimeToSystemTime.

16 years agowinhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl to wininet for the time being.
Hans Leidekker [Fri, 15 Aug 2008 12:43:47 +0000 (14:43 +0200)] 
winhttp: Forward WinHttpCrackUrl and WinHttpCreateUrl to wininet for the time being.

16 years agowinhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGet...
Hans Leidekker [Fri, 15 Aug 2008 12:43:23 +0000 (14:43 +0200)] 
winhttp: Add stub implementations for WinHttpGetDefaultProxyConfiguration, WinHttpGetProxyForUrl and WinHttpSetDefaultProxyConfiguration.

16 years agowinhttp: Implement WinHttpSetStatusCallback. Start sending notifications.
Hans Leidekker [Fri, 15 Aug 2008 12:43:07 +0000 (14:43 +0200)] 
winhttp: Implement WinHttpSetStatusCallback. Start sending notifications.

16 years agowinhttp: Implement WinHttpOpenRequest.
Hans Leidekker [Fri, 15 Aug 2008 12:42:41 +0000 (14:42 +0200)] 
winhttp: Implement WinHttpOpenRequest.

16 years agowinhttp: Implement WinHttpConnect.
Hans Leidekker [Fri, 15 Aug 2008 12:42:28 +0000 (14:42 +0200)] 
winhttp: Implement WinHttpConnect.

16 years agowinhttp: Implement WinHttpOpen and WinHttpCloseHandle.
Hans Leidekker [Fri, 15 Aug 2008 12:42:15 +0000 (14:42 +0200)] 
winhttp: Implement WinHttpOpen and WinHttpCloseHandle.

16 years agowinhttp: Add a handle management implementation.
Hans Leidekker [Fri, 15 Aug 2008 12:41:36 +0000 (14:41 +0200)] 
winhttp: Add a handle management implementation.

16 years agowinhttp: Add test for adding/querying headers.
Zac Brown [Thu, 14 Aug 2008 21:50:18 +0000 (14:50 -0700)] 
winhttp: Add test for adding/querying headers.

16 years agowinhttp: Add stub implementation for WinHttpAddRequestHeaders.
Zac Brown [Thu, 14 Aug 2008 21:57:25 +0000 (14:57 -0700)] 
winhttp: Add stub implementation for WinHttpAddRequestHeaders.

16 years agowinhttp: Add stub implementation for WinHttpQueryHeaders.
Zac Brown [Thu, 14 Aug 2008 21:56:23 +0000 (14:56 -0700)] 
winhttp: Add stub implementation for WinHttpQueryHeaders.

16 years agowinhttp: Add test for WinHttpTimeToSystemTime.
Zac Brown [Thu, 14 Aug 2008 21:56:07 +0000 (14:56 -0700)] 
winhttp: Add test for WinHttpTimeToSystemTime.

16 years agowinhttp: Add stub implementation for WinHttpTimeToSystemTime.
Zac Brown [Thu, 14 Aug 2008 21:55:16 +0000 (14:55 -0700)] 
winhttp: Add stub implementation for WinHttpTimeToSystemTime.

16 years agowinhttp: Add test for WinHttpTimeFromSystemTime.
Zac Brown [Thu, 14 Aug 2008 21:54:18 +0000 (14:54 -0700)] 
winhttp: Add test for WinHttpTimeFromSystemTime.

16 years agowinhttp: Add stub implementation for WinHttpTimeFromSystemTime.
Zac Brown [Thu, 14 Aug 2008 21:54:01 +0000 (14:54 -0700)] 
winhttp: Add stub implementation for WinHttpTimeFromSystemTime.

16 years agowininet: Default to keep-alive when the server is HTTP/1.1, not when it isn't.
Vincent Povirk [Thu, 14 Aug 2008 18:22:58 +0000 (13:22 -0500)] 
wininet: Default to keep-alive when the server is HTTP/1.1, not when it isn't.

16 years agomsi: Use MsiQueryFeatureState to determine the feature's state.
James Hawkins [Tue, 19 Aug 2008 04:14:53 +0000 (23:14 -0500)] 
msi: Use MsiQueryFeatureState to determine the feature's state.

16 years agomsi: Use MsiQueryComponent state to determine the component's state.
James Hawkins [Tue, 19 Aug 2008 04:14:19 +0000 (23:14 -0500)] 
msi: Use MsiQueryComponent state to determine the component's state.

16 years agomsi: Base removal of a file on the component's action, not the file's state.
James Hawkins [Tue, 19 Aug 2008 04:13:43 +0000 (23:13 -0500)] 
msi: Base removal of a file on the component's action, not the file's state.

16 years agomsi: Add more tests for feature and component states.
James Hawkins [Tue, 19 Aug 2008 04:12:38 +0000 (23:12 -0500)] 
msi: Add more tests for feature and component states.

16 years agoole32: Storage sharing should be implemented in ole32, not the lower-level file API.
James Hawkins [Tue, 19 Aug 2008 04:33:09 +0000 (23:33 -0500)] 
ole32: Storage sharing should be implemented in ole32, not the lower-level file API.

16 years agomsi: Test the file access and share modes of MsiOpenDatabase.
James Hawkins [Tue, 19 Aug 2008 04:04:16 +0000 (23:04 -0500)] 
msi: Test the file access and share modes of MsiOpenDatabase.

16 years agomsi: Remove misc files from the RemoveFile table.
James Hawkins [Tue, 19 Aug 2008 04:03:00 +0000 (23:03 -0500)] 
msi: Remove misc files from the RemoveFile table.

16 years agomsi: A file's component's state does not determine file removal.
James Hawkins [Tue, 19 Aug 2008 04:02:24 +0000 (23:02 -0500)] 
msi: A file's component's state does not determine file removal.

16 years agomsi: Don't remove a file if the old file is strictly newer than the version to be...
James Hawkins [Tue, 19 Aug 2008 04:01:36 +0000 (23:01 -0500)] 
msi: Don't remove a file if the old file is strictly newer than the version to be installed.

16 years agomsi: Don't check for a NULL component, as the component is guaranteed to exist.
James Hawkins [Tue, 19 Aug 2008 04:01:00 +0000 (23:01 -0500)] 
msi: Don't check for a NULL component, as the component is guaranteed to exist.

16 years agomsi: Ignore a file that has a missing component.
James Hawkins [Tue, 19 Aug 2008 04:00:20 +0000 (23:00 -0500)] 
msi: Ignore a file that has a missing component.

16 years agomsi: Factor out media handling and use the new interface to efficiently extract assem...
James Hawkins [Tue, 19 Aug 2008 03:59:44 +0000 (22:59 -0500)] 
msi: Factor out media handling and use the new interface to efficiently extract assemblies.

16 years agomsi: Perform costing again for the InstallExecute sequence.
James Hawkins [Tue, 19 Aug 2008 03:58:17 +0000 (22:58 -0500)] 
msi: Perform costing again for the InstallExecute sequence.

16 years agomsi: Ignore all non-stream elements when filling the _Streams table.
James Hawkins [Tue, 19 Aug 2008 03:57:24 +0000 (22:57 -0500)] 
msi: Ignore all non-stream elements when filling the _Streams table.

16 years agowinmm: Test opening the same device twice.
Maarten Lankhorst [Mon, 18 Aug 2008 21:56:56 +0000 (23:56 +0200)] 
winmm: Test opening the same device twice.

Behavioral test to show that wine winmm needs fixing.

16 years agodsound: Remove int24_struct from conversion routines.
Maarten Lankhorst [Mon, 18 Aug 2008 21:46:34 +0000 (23:46 +0200)] 
dsound: Remove int24_struct from conversion routines.

16 years agowinealsa.drv: Fix compiler warnings and remove deprecated calls.
Maarten Lankhorst [Mon, 18 Aug 2008 18:37:14 +0000 (20:37 +0200)] 
winealsa.drv: Fix compiler warnings and remove deprecated calls.

Fixes wine build on lsb compliant systems and some warnings.

16 years agofusion: Ignore the case of the assembly filename extension.
James Hawkins [Tue, 19 Aug 2008 03:56:22 +0000 (22:56 -0500)] 
fusion: Ignore the case of the assembly filename extension.

16 years agofusion: Align the metadata header pointer on a DWORD boundary.
James Hawkins [Tue, 19 Aug 2008 03:55:29 +0000 (22:55 -0500)] 
fusion: Align the metadata header pointer on a DWORD boundary.

16 years agofusion: Handle loading 64-bit .NET assemblies.
James Hawkins [Tue, 19 Aug 2008 03:54:43 +0000 (22:54 -0500)] 
fusion: Handle loading 64-bit .NET assemblies.

16 years agoole32: Test the file access and share modes of StgCreateDocFile.
James Hawkins [Tue, 19 Aug 2008 03:50:52 +0000 (22:50 -0500)] 
ole32: Test the file access and share modes of StgCreateDocFile.

16 years agomsvcrt/file: stdio should clamp characters to 8 bits.
Michael Karcher [Sat, 16 Aug 2008 15:08:51 +0000 (17:08 +0200)] 
msvcrt/file: stdio should clamp characters to 8 bits.

16 years agogdiplus: Implemented GdipPathIterNextMarkerPath with tests.
Nikolay Sivov [Tue, 19 Aug 2008 07:53:22 +0000 (11:53 +0400)] 
gdiplus: Implemented GdipPathIterNextMarkerPath with tests.

16 years agoriched20: Remove redundant NULL check before HeapFree (Smatch).
Michael Stefaniuc [Mon, 18 Aug 2008 20:31:31 +0000 (22:31 +0200)] 
riched20: Remove redundant NULL check before HeapFree (Smatch).

16 years agoadvapi/tests: CreateFile returns INVALID_HANDLE_VALUE on error (Smatch).
Michael Stefaniuc [Mon, 18 Aug 2008 20:31:22 +0000 (22:31 +0200)] 
advapi/tests: CreateFile returns INVALID_HANDLE_VALUE on error (Smatch).

16 years agorpcrt4: Implement RpcBindingReset.
Rob Shearman [Mon, 18 Aug 2008 20:13:54 +0000 (21:13 +0100)] 
rpcrt4: Implement RpcBindingReset.

16 years agorpcrt4: Don't get or create an association for bindings with incomplete endpoints.
Rob Shearman [Mon, 18 Aug 2008 20:13:41 +0000 (21:13 +0100)] 
rpcrt4: Don't get or create an association for bindings with incomplete endpoints.

It's inefficient since the association will have to be replaced before
the binding can be used to connect to a server.

16 years agorpcrt4: Check for previous association being NULL in RPCRT4_ResolveBinding.
Rob Shearman [Mon, 18 Aug 2008 20:12:41 +0000 (21:12 +0100)] 
rpcrt4: Check for previous association being NULL in RPCRT4_ResolveBinding.

bind->Assoc could be NULL if the binding hasn't been resolved.

16 years agorpcrt4: Test the endpoint mapper for the ncalrpc protseq as well as the ncacn_np...
Rob Shearman [Mon, 18 Aug 2008 20:12:27 +0000 (21:12 +0100)] 
rpcrt4: Test the endpoint mapper for the ncalrpc protseq as well as the ncacn_np protseq.

16 years agoddraw: Implement IDirectDraw7::GetFourCCCodes.
Stefan Dösinger [Wed, 30 Jul 2008 20:55:20 +0000 (15:55 -0500)] 
ddraw: Implement IDirectDraw7::GetFourCCCodes.

16 years agoddraw: Send the ddraw output to the clipper window, if any.
Stefan Dösinger [Thu, 7 Aug 2008 19:09:19 +0000 (14:09 -0500)] 
ddraw: Send the ddraw output to the clipper window, if any.

16 years agowined3d: Add a swapchain method to set the dest override.
Stefan Dösinger [Tue, 29 Jul 2008 03:34:32 +0000 (22:34 -0500)] 
wined3d: Add a swapchain method to set the dest override.

DDraw can draw to the front buffer only, thus there's never a Present
call which could pass this window. Due to that a drawing-independent
method is needed.

16 years agowined3d: Remove the ddraw_window device member.
Stefan Dösinger [Mon, 4 Aug 2008 19:16:49 +0000 (14:16 -0500)] 
wined3d: Remove the ddraw_window device member.

16 years agowined3d: Remove the device-global fullscreen flag.
Stefan Dösinger [Mon, 4 Aug 2008 19:11:22 +0000 (14:11 -0500)] 
wined3d: Remove the device-global fullscreen flag.

16 years agod3d: Remove IWineD3DDevice::SetHwnd.
Stefan Dösinger [Tue, 5 Aug 2008 19:24:10 +0000 (14:24 -0500)] 
d3d: Remove IWineD3DDevice::SetHwnd.

16 years agowined3d: Support redirecting the primary context.
Stefan Dösinger [Tue, 29 Jul 2008 17:09:34 +0000 (12:09 -0500)] 
wined3d: Support redirecting the primary context.

16 years agowined3d: Use a swapchain for GDI surfaces.
Stefan Dösinger [Tue, 5 Aug 2008 19:23:00 +0000 (14:23 -0500)] 
wined3d: Use a swapchain for GDI surfaces.

This is a long-needed cleanup aimed at removing the ddraw_primary,
ddraw_window, ddraw_width and ddraw_height members from
IWineD3DDeviceImpl, which just do not belong there.  Destination
window and screen handling is supposed to be done by swapchains.

16 years agowined3d: Remove unused enum entry.
Stefan Dösinger [Mon, 28 Jul 2008 03:29:05 +0000 (22:29 -0500)] 
wined3d: Remove unused enum entry.

16 years agowined3d: Move some swapchain code into a base class.
Stefan Dösinger [Sun, 27 Jul 2008 23:04:16 +0000 (18:04 -0500)] 
wined3d: Move some swapchain code into a base class.

16 years agocrypt32: Free memory using the correct function on failure.
Juan Lang [Fri, 15 Aug 2008 23:39:09 +0000 (16:39 -0700)] 
crypt32: Free memory using the correct function on failure.

16 years agocrypt32: Fix length calculation for decoding CRL_DIST_POINT_NAME.
Juan Lang [Fri, 15 Aug 2008 23:19:11 +0000 (16:19 -0700)] 
crypt32: Fix length calculation for decoding CRL_DIST_POINT_NAME.

16 years agocrypt32: Set *pcbStructInfo on more success paths.
Juan Lang [Thu, 14 Aug 2008 19:48:59 +0000 (12:48 -0700)] 
crypt32: Set *pcbStructInfo on more success paths.