wine
2009-11-18  Juan Langcrypt32: Remove an unnecessary test for the extended...
2009-11-18  Juan Langcrypt32: Trace reasons for name constraint failure.
2009-11-18  Juan Langcrypt32: Only fail directory name comparison if a direc...
2009-11-18  Juan Langcrypt32: Don't apply directory name constraints to...
2009-11-18  Juan Langcrypt32: Accept a certificate if its name matches any...
2009-11-18  Juan Langcrypt32: Check email address in subject name against...
2009-11-18  Juan Langcrypt32: Apply name constraints to subject name.
2009-11-18  Juan Langcrypt32: Use helper function to compare a subject alter...
2009-11-18  Juan Langcrypt32: Only apply a name constraint if the name form...
2009-11-18  Juan Langcrypt32: Partially implement checking name constraints...
2009-11-18  Juan Langcrypt32: Use helper functions to match excluded and...
2009-11-18  Juan Langcrypt32: Let caller set error codes when name constrain...
2009-11-18  Juan Langcrypt32: Remove an unnecessary if.
2009-11-18  Juan Langcrypt32: Prohibit name constraints that contain neither...
2009-11-18  Vincent Povirkole32: Add a DirRef type for references to directory...
2009-11-18  Vincent Povirkole32: Rename property variables in storage stream...
2009-11-17  Alexandre Julliardgdi32: Remove remaining references to gdi32 internals...
2009-11-17  Alexandre Julliardgdi32: Disable SetSolidBrush16 since it requires access...
2009-11-17  Alexandre Julliardgdi32: Reimplement the 16-bit metafile functions on...
2009-11-17  Hans Leidekkerwininet: Avoid a crash on NULL lpcszHeader in HttpSendR...
2009-11-17  Hans Leidekkermsi: Don't set the ALLUSERS property.
2009-11-17  Hans Leidekkermsi: Set the LogonUser property.
2009-11-17  Louis Lendersntoskrnl.exe: Add stub for MmAllocateContiguousMemory.
2009-11-17  Louis Lendersntoskrnl.exe: Add stub for MmAllocatePagesForMdl.
2009-11-17  Rob Shearmanoleaut32: Add a test for the memory pointed to by a...
2009-11-17  Alexandre Julliardgdi32: Reset the visible region in ResetDC.
2009-11-17  André Hentschelgdi32: Don't strip font suffix.
2009-11-17  Andrew Eikummshtml: Implement IHTMLWindow2::get_top.
2009-11-17  Austin Lundddraw/tests: Fix test failure for D3DFMT_A2R10G10B10...
2009-11-17  Andrew Eikumjscript: Implement decodeURIComponent.
2009-11-17  Paul Vriensadvapi32/tests: Add some extra info to an ok() call.
2009-11-17  Paul Vriensadvapi32/tests: Fix some test failures on Vista without...
2009-11-17  Henri Verbeetd3d8: Make convert_to_wined3d_declaration() static.
2009-11-17  Henri Verbeetd3d8: Move D3D8CB_DestroySwapChain() to device.c.
2009-11-17  Henri Verbeetd3d8: Add a separate function for device initialization.
2009-11-17  Henri Verbeetwined3d: WINED3DFMT_FLAG_GETDC is a basic format flag.
2009-11-17  Henri Verbeetwined3d: Add a format table for basic format flags...
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-11-17  Alexandre Julliardwinex11: Get rid of the SetDCOrg entry point.
2009-11-17  Alexandre Julliardgdi32: Get rid of the SetDCOrg driver entry point.
2009-11-17  Alexandre Julliardgdi32: Disable SetDCOrg16.
2009-11-17  Alexandre Julliardgdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
2009-11-17  Alexandre Julliardgdi32: Return copies of the region in InquireVisRgn16...
2009-11-17  Alexandre Julliardgdi32: Disable the 16-bit visible region manipulation...
2009-11-17  Alexandre Julliardgdi32: Reimplement LPtoDP16/DPtoLP16 on top of the...
2009-11-17  Alexandre Julliardgdi32: Don't crash when we don't have AbortProc thunks.
2009-11-17  Juan Langcrypt32/tests: Fix another test failure.
2009-11-17  Juan Langcrypt32: Implement CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add tests for CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add stub for CertIsRDNAttrsInCertificateName.
2009-11-17  Juan Langcrypt32: Add more tests for CertCompareCertificateName.
2009-11-17  Owen Rudgecomctl32/tests: Use defined flags instead of magic...
2009-11-17  Owen Rudgeshell32: Implement SHGetImageList and remove todo_wine...
2009-11-17  Owen Rudgecomctl32/tests: Add hotspot/drag test for IImageList.
2009-11-17  Owen Rudgecomctl32: Implement imagelist drag functions, GetOverla...
2009-11-17  Owen Rudgecomctl32: Implement GetImageRect, Get/SetIconSize,...
2009-11-17  Owen Rudgecomctl32/tests: Add test of IImageList_Merge function.
2009-11-17  Paul Vriensadvapi32/tests: Fix some test failures on NT4.
2009-11-17  Paul Vriensadvapi32/tests: Skip some tests on Win9x and WinMe.
2009-11-17  Rob Shearmanole32: OleInitialize should return S_OK if it is called...
2009-11-17  Jacek Cabanjscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER...
2009-11-17  Jacek Cabanurlmon: Don't post notif message if we're in task proce...
2009-11-17  Jacek Cabanmshtml: Improved IHTMLStyle3::put_zoom stub.
2009-11-17  Eric Pouechdbghelp: Beef up SymRefreshModuleList.
2009-11-17  Roderick Colenbranderwgl: The GLX context creation code isn't needed anymore...
2009-11-17  Juan Langcrypt32: Correctly match subdomains with dns name const...
2009-11-17  Juan Langcrypt32: If a hostname in a URI or rfc822 name constrai...
2009-11-17  Juan Langcrypt32: Only compare the hostname portion of a URL...
2009-11-17  Juan Langcrypt32: Include name constraints errors in the chain...
2009-11-17  Juan Langcrypt32: Trace method used to find an issuer.
2009-11-17  Vincent Povirkole32: Rename property variables in SmallBlockChainStre...
2009-11-17  Vincent Povirkole32: Rename property variables in BlockChainStream...
2009-11-17  Vincent Povirkole32: Rename property variables in StorageInternalImpl...
2009-11-17  Vincent Povirkole32: Rename property variables in IEnumSTATSTGImpl...
2009-11-17  Vincent Povirkole32: Rename property variables in block chain convers...
2009-11-17  Vincent Povirkole32: Rename property variables in internal StorageImp...
2009-11-17  Vincent Povirkole32: Rename property variables in StorageImpl_Construct.
2009-11-17  Vincent Povirkole32: Rename property variables in internal storage...
2009-11-17  Vincent Povirkole32: Rename property variables in the StorageBaseImpl...
2009-11-17  Vincent Povirkole32: Rename firstPropertyNode to storageDirEntry.
2009-11-16  Alexandre Julliardshell32: Fix setting of NULL arguments in IShellLink.
2009-11-16  Mikey Alexandershell32/tests: Fix Program Manager DDE conformance...
2009-11-16  Marcin Baczyńskigdiplus: Add missing declarations for graphics.c functions.
2009-11-16  Roderick Colenbranderwgl: Get rid of delayed GLX context creation. Instead...
2009-11-16  Rob Shearmanrpcrt4: Implement comm_status and fault_status handling...
2009-11-16  Rob Shearmanrpcrt4: Don't crash with a NULL binding handle in RpcBi...
2009-11-16  Rob Shearmanrpcrt4: Ignore the network address for ncalrpc in is_ep...
2009-11-16  Rob Shearmanmsdaps: Clear *pcPropertySets value in IDBProperties_Ge...
2009-11-16  Ilya Shpigoruser32: Destroy EDITSTATE structure in the WM_NCDESTROY...
2009-11-16  Andrew Nguyenmsvcrt: Implement and test _wcsupr_s.
2009-11-16  Andrew Nguyendbghelp: Stub SymRefreshModuleList.
2009-11-16  André Hentschelwinedump: Add ARM support.
2009-11-16  Jörg Höhlewinmm: Enable more MCI waveaudio tests.
2009-11-16  Jörg Höhlewinmm/tests: Print symbolic MCIERR_ names.
2009-11-16  Jörg Höhlewinmm: MCI_ALL_DEVICE_ID(MCIDEVICEID) is not a 16bit...
2009-11-16  Paul Vriensadvapi32/tests: Fix a test failure with Wow64.
2009-11-16  Paul Vriensadvapi32/tests: Fix some test failures on 64bit systems.
2009-11-16  Nikolay Sivovcomctl32/imagelist: Make ImageList_Destroy just decreas...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Use defined flags instead of magic...
2009-11-16  Nikolay Sivovcomctl32/imagelist: Get rid of magic field, use vtable...
next