Commit graph

43161 commits

Author SHA1 Message Date
Daniel Reimer c88bff245c Thanks to Samuel Serapion and his trout, explaining me my fault.
svn path=/trunk/; revision=48019
2010-07-12 19:55:52 +00:00
Cameron Gutman 6ce27e86b9 [DNSAPI]
- Merge r45450 from aicom-network-branch

svn path=/trunk/; revision=48018
2010-07-12 19:36:42 +00:00
Daniel Reimer 795f1b72e1 Tidy up tree from duplicate files.
svn path=/trunk/; revision=48017
2010-07-12 19:25:20 +00:00
Cameron Gutman 67f5ef564f [PSDK]
- Add the missing WSANO_ADDRESS definition

svn path=/trunk/; revision=48016
2010-07-12 19:21:11 +00:00
Daniel Reimer a71a4c7943 Forgot to remove the old libpng.
svn path=/trunk/; revision=48015
2010-07-12 19:07:39 +00:00
Daniel Reimer 812e29c75a Update libjpeg from 6b to 8b.
Add a new libpng 1.4.3 to main tree, linked dynamically, as libjpeg is, too.
Add libtiff 3.9.4, linked dynamically, too.
Enable both libs in wine/config.h which results in working png and tiff support in windowscodecs.dll

svn path=/trunk/; revision=48014
2010-07-12 19:05:15 +00:00
Daniel Reimer 7e93e6537f remove the old and static linked libpng. A new one will follow into the main tree, linked as dll for windowscodecs.dll.
svn path=/trunk/; revision=48013
2010-07-12 19:02:47 +00:00
Cameron Gutman 2d0076856f [WINSOCK]
- Merge r48011 from aicom-network-branch

svn path=/trunk/; revision=48012
2010-07-12 18:58:17 +00:00
Cameron Gutman 5ed63500c2 [MSAFD, PSDK]
- Merge part of r45435

svn path=/trunk/; revision=48010
2010-07-12 18:41:41 +00:00
Cameron Gutman 525e7111c4 [WINSOCK]
- Add winsock headers required for the new mswsock code

svn path=/trunk/; revision=48009
2010-07-12 18:31:45 +00:00
Jérôme Gardou 0b5d0c20e8 [USER32]
- Rewrite support of cursors, icons and bitmaps in user32.dll, based from WINE implementation.
One file to rule them all.
Now user32::cursoricon winetests don't crash anymore.

svn path=/trunk/; revision=48008
2010-07-12 17:49:59 +00:00
Jérôme Gardou 74cae57136 [WIN32K]
- Get rid of rosdc::hVisRgn, as in yarotows (r46372)

svn path=/trunk/; revision=48007
2010-07-12 16:52:10 +00:00
Daniel Reimer 13ef18576c Forgot one kernel32 include.
svn path=/trunk/; revision=48006
2010-07-12 15:31:49 +00:00
Amine Khaldi cd21d25fc7 [LIB/RTL]
- Get rid of some unneeded assignment, cast and a variable.

svn path=/trunk/; revision=48005
2010-07-12 14:50:31 +00:00
Daniel Reimer 1aa82b4f2c Reapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common".
Add SuperFinder XT to rapps.

svn path=/trunk/; revision=48004
2010-07-12 10:35:11 +00:00
Pierre Schweitzer 17458060a5 [NTOSKRNL]
Merging some stuff from pierre-fsd/arty-newcc branches:
- Implemented FsRtlDissectDbcs(), FsRtlIsDbcsInExpression(), FsRtlIsFatDbcsLegal(), FsRtlIsHpfsDbcsLegal()
- Implemented FsRtlIsNameInExpressionPrivate()
- Rewritten FsRtlIsNameInExpression()
- Updated comments
About FsRtlIsNameInExpressionPrivate(), it comes with a fix there isn't in branch, which avoids reading string more than its own length, and this helps getting rid of a workaround later in code.

svn path=/trunk/; revision=48002
2010-07-11 21:31:14 +00:00
Sylvain Petreolle 604a7a51ed Properly skip known crasher in gdi32:metafile test.
Commit 48k dedicated to dreimer

svn path=/trunk/; revision=48000
2010-07-11 19:11:51 +00:00
Sylvain Petreolle cbc71e8180 Implement _osplatform
Import _makepath_s and _wmakepath_s from Wine.
Passes msvcrt data and dir tests.

svn path=/trunk/; revision=47999
2010-07-11 16:25:30 +00:00
Eric Kohl b7bf7335b9 [ADVAPI32]
Move event tracing functions to the proper file.

svn path=/trunk/; revision=47998
2010-07-11 12:05:35 +00:00
Eric Kohl 98e2b9fe96 [ADVAPI32]
Remove unused code.

svn path=/trunk/; revision=47997
2010-07-11 09:45:54 +00:00
Eric Kohl abed1067fc [ADVAPI32/LSASRV]
- Export LsaLookupPrivilegeName.
- Move mockup code from advapi32 to lsasrv (LsaLookupSids --> LsarLookupSids).
- Make LsaLookupSids call the server function LsarLookupSids.

svn path=/trunk/; revision=47996
2010-07-11 09:33:44 +00:00
Aleksey Bragin 2d3333aa11 [WINLOGON]
- Create window station with all access rights.

svn path=/trunk/; revision=47992
2010-07-11 08:07:52 +00:00
Aleksey Bragin bc5435e23f - Fix a typo.
svn path=/trunk/; revision=47991
2010-07-10 21:39:55 +00:00
Sylvain Petreolle e2a0a87a41 Revert rpcrt4 to 99% previous state :
-keep out unix functions
-keep checks that prevent crashes in rpc cstub and rpc winetests

Patch By Samuel Serapion.


svn path=/trunk/; revision=47990
2010-07-10 19:31:06 +00:00
Sylvain Petreolle b3d626d1bd Fixup some base address after mshtml growup.
svn path=/trunk/; revision=47989
2010-07-10 18:47:45 +00:00
Sylvain Petreolle 9b2895628c Also update comdlg32 address.
svn path=/trunk/; revision=47988
2010-07-10 14:34:20 +00:00
Sylvain Petreolle 5bd00143b5 Update comctl32 base address.
Avoids inetcomm related comctl32 relocations.

svn path=/trunk/; revision=47986
2010-07-10 13:11:28 +00:00
Amine Khaldi baea2e4b5c [NTOS]
PnpBusTypeGuidGet : Really return status.
Dedicated to Richard ;)

svn path=/trunk/; revision=47985
2010-07-10 10:34:45 +00:00
Sylvain Petreolle 01e297699a Forgot to svn add this in previous commit, my bad.
svn path=/trunk/; revision=47983
2010-07-09 21:05:01 +00:00
Sylvain Petreolle 850598a5f5 Import DnsNameCompare, DnsValidateName, DnsRecord* functions from Wine.
Fixes dnsapi:name tests.
Patch by Samuel Serapion.


svn path=/trunk/; revision=47982
2010-07-09 20:56:12 +00:00
Pierre Schweitzer b50d23da11 [FASTFAT]
Check PathName length before accessing it. This fixes ntdll_winetest file test BSOD. But the test crashes a bit farther.

svn path=/trunk/; revision=47981
2010-07-09 19:39:55 +00:00
Amine Khaldi ac309351d3 [DDK]
- Remove ntddscsi.h
[PSDK]
- Import ntddscsi.h from mingw-w64.

svn path=/trunk/; revision=47979
2010-07-09 14:39:28 +00:00
Sylvain Petreolle 697fc48c13 Sync __crtGetStringTypeW from Wine.
Fixes msvcrt:locale crash.


svn path=/trunk/; revision=47978
2010-07-09 14:33:03 +00:00
Aleksey Bragin 52ee3d51b4 [FORMATTING]
- Fix wrong indentation.

svn path=/trunk/; revision=47977
2010-07-09 13:04:33 +00:00
Amine Khaldi 3d25efc5cf Ukrainian translation patch for mstsc, notepad, paint, regedit, cmd, aclui, newdev and syssetup. By Igor Paliychuk (Igor-hkr[at]mail.ru)
svn path=/trunk/; revision=47974
2010-07-08 22:07:23 +00:00
Gabriel Ilardi 2c261ebb98 [NTOSKRNL]
- Warn only once about FsRtlPrivateLock and FsRtlFastUnlockSingle being stubplemented.

svn path=/trunk/; revision=47972
2010-07-08 19:28:25 +00:00
Daniel Reimer 87ae6722bb Forgot to remove some now useless header
svn path=/trunk/; revision=47971
2010-07-08 18:44:59 +00:00
Daniel Reimer ba086d41dd Sync rpcrt4 to Wine 1.2rc6 (Samuel Serapion)
http transport support commented out.
Remove unix functions that are no longer needed.
Comment out check in cpsf.c that caused 2nd stage dll registrations to fail.
All rpcrt4 tests no longer crash.

svn path=/trunk/; revision=47970
2010-07-08 18:39:18 +00:00
Gabriel Ilardi 9919e408d5 [MSIMTF]
- Silence debug spam again, lost after syncing.

svn path=/trunk/; revision=47969
2010-07-08 15:34:30 +00:00
Daniel Reimer 0c6baa560c Sync format_msg from kernel32 (Samuel Serapion)
Winetest now passes with 0 errors.

svn path=/trunk/; revision=47968
2010-07-08 15:20:46 +00:00
Amine Khaldi aae7364207 [PSDK]
- Update DPFLTR_TYPE enum.
[NTOSKRNL]
- Update kdbg/kdb_cli.c accordingly.

svn path=/trunk/; revision=47967
2010-07-07 22:29:21 +00:00
Pierre Schweitzer 1781e13d31 [NTOSKRNL]
Implement volume mount notification in RawFS

svn path=/trunk/; revision=47965
2010-07-07 20:27:04 +00:00
Sylvain Petreolle 358331354d [CRT]
-Export memmove_s and memcpy_s
-Implement rnd_s


svn path=/trunk/; revision=47964
2010-07-07 20:05:47 +00:00
Daniel Reimer 5fd439a72e Ukrainian translation Update for taskmgr (Igor Paliychuk)
svn path=/trunk/; revision=47963
2010-07-07 17:45:49 +00:00
Daniel Reimer d2c167121b This was not meant to be committed at all. the recent resources were much better and should stay
svn path=/trunk/; revision=47962
2010-07-07 14:10:19 +00:00
Daniel Reimer 6e4a54d5b5 Sync devenum, atl, comctl32, comdlg32, cryptdlg, cryptui, hhctrl, itss, jscript, mapi32, msacm32, mshtml, msi, msimtf, oleacc, pstorec, shdoclc, shdocvw, shlwapi, snmpapi, urlmon, usp10, uxtheme, windowscodecs, wldap32, wtsapi32, wuapi, xinput1_3
svn path=/trunk/; revision=47961
2010-07-06 23:29:26 +00:00
Sylvain Petreolle baeea629ab sysreg doesn't like rain of SEMI-STUB debug
svn path=/trunk/; revision=47960
2010-07-06 20:01:55 +00:00
Pierre Schweitzer 0a78b4958c Fix a FIXME in fastfat driver which also fixes a BSOD in kernel32 path winetest
svn path=/trunk/; revision=47959
2010-07-06 18:39:09 +00:00
Michael Martin df7159d459 - Implement DeviceHandleToUsbDevice and remove IsHandleValid.
- Add call to DeviceHandleToUsbDevice for all Direct Call functions that pass DeviceHandle.
- Stop the processing of Asynchronous List after the Control Request has been processed by controller.
- Misc changes.

svn path=/trunk/; revision=47958
2010-07-06 12:02:33 +00:00
Daniel Reimer f1023cae8f Update package database to contain all winetests. This makes it possible to even use them in testman.
svn path=/trunk/; revision=47957
2010-07-06 10:31:24 +00:00