Commit graph

35024 commits

Author SHA1 Message Date
Kamil Hornicek f1a5f6e179 - update polish translation of usetup by Olaf Siejka
svn path=/trunk/; revision=39452
2009-02-07 10:36:57 +00:00
Christoph von Wittich 910f60d2f2 fix ScmRpcStatusToWinError handling
svn path=/trunk/; revision=39451
2009-02-07 09:11:31 +00:00
Christoph von Wittich 464363fadc sync oleaut32 to wine 1.1.14
sync rpcrt4 to wine 1.1.14 except UuidCreate in rpcrt4_main.c as it isn't compatible to our headers

svn path=/trunk/; revision=39450
2009-02-07 07:52:12 +00:00
Art Yerkes e751a0cbb0 Obey pid defined macro.
svn path=/trunk/; revision=39449
2009-02-07 07:23:52 +00:00
Christoph von Wittich 83fea96ee6 fix formatting
svn path=/trunk/; revision=39448
2009-02-07 07:14:25 +00:00
Art Yerkes e44126ac85 Calling listen more than once is expected to be benign.
svn path=/trunk/; revision=39447
2009-02-07 01:20:25 +00:00
Timo Kreuzer 553d712e8b define BitScanReverse to _BitScanReverse, add BitScanForeward the same way, add 64 bit InterlockedBittest intrinsics
svn path=/trunk/; revision=39446
2009-02-07 00:20:25 +00:00
Timo Kreuzer 900326bee8 merge from amd64 branch:
37966: Make IMAGE_ORDINAL_FLAG64 an ULONGLONG (Timo Kreuzer)
38111: Make sure UNALIGNED is not redefined (Samuel Serapión)
38423: Fix RtlAllocateHeap, RtlExtendHeap,RtlSizeHeap definitions.(Samuel Serapión)

svn path=/trunk/; revision=39445
2009-02-06 23:45:18 +00:00
Christoph von Wittich 146a2bfc75 remove dead code
svn path=/trunk/; revision=39444
2009-02-06 19:07:22 +00:00
Johannes Anderwald 3dad41d9c4 - new oo entry, patch Mario Kacmar
svn path=/trunk/; revision=39443
2009-02-06 16:27:58 +00:00
Christoph von Wittich 75f0865f37 fix NULL checks
svn path=/trunk/; revision=39442
2009-02-06 15:24:18 +00:00
Dmitry Gorbachev 5e6db6dc60 - Fix spinning on locks on SMP.
- Alignment bug in GCC 4.3.3.

svn path=/trunk/; revision=39441
2009-02-06 14:47:19 +00:00
Christoph von Wittich 51a928f1de revert 37001 (Initialize _RetVal properly in order to avoid compiler warnings) as we have PSEH2 now and don't suffer from this gcc bug anymore
svn path=/trunk/; revision=39440
2009-02-06 13:33:57 +00:00
Timo Kreuzer e88b1c8624 merge from amd64 branch:
37868: Add CONTEXT flags for x64 (Timo Kreuzer)
39346: Use intrinsics for rtl byteswap functions for GNUC, too. Only include them if NTOS_MODE_USER. (Timo Kreuzer)
39347: Move rtl byteswap functions to wdm.h and add intrinsic definitions (Timo Kreuzer)

svn path=/trunk/; revision=39439
2009-02-06 13:04:18 +00:00
Johannes Anderwald 994dea8d8a - Add more error checks
svn path=/trunk/; revision=39438
2009-02-06 12:18:47 +00:00
Christoph von Wittich ab81d30c29 add a missing Status to ScmRpcStatusToWinError
svn path=/trunk/; revision=39437
2009-02-06 11:49:21 +00:00
Christoph von Wittich e877ae3bff fix a nice bug in RGetServiceKeyNameA
svn path=/trunk/; revision=39436
2009-02-06 11:18:49 +00:00
Dmitry Gorbachev 8dd9673939 Fix formatting in muilanguages.h. Patch from Mario Kacmar. Bug #4138.
svn path=/trunk/; revision=39435
2009-02-06 09:00:39 +00:00
Christoph von Wittich ead9dcbd31 add some more error checking
svn path=/trunk/; revision=39434
2009-02-06 08:51:51 +00:00
Christoph von Wittich 18922ff0a4 fix some QueryServiceConfig2A winetests
svn path=/trunk/; revision=39433
2009-02-06 08:51:20 +00:00
Steven Edwards 7f0c18cb38 - Some formating changes
- Remove unneeded spec, just use the comments
- Syslog interface for my wine usage, disabled in ReactOS tree
 but included here to reduce my diff.


svn path=/trunk/; revision=39432
2009-02-06 08:22:18 +00:00
Dmitry Chapyshev fb23e17854 - Implement GetVolumePathNameA/W
svn path=/trunk/; revision=39431
2009-02-06 08:13:11 +00:00
Steven Edwards 286adffc4b Changed port back to 23
svn path=/trunk/; revision=39430
2009-02-06 06:47:54 +00:00
Steven Edwards 321bf76918 - Use the Wine spooler service as the service entry template as I was
testing on Wine. (Disabled to allow stand alone build while we wait on 
AFD fix)
- Move some stuff around to the header to prepare for later cleanups


svn path=/trunk/; revision=39429
2009-02-06 06:45:54 +00:00
Steven Edwards d0c78a0f46 - Make telnetd only slightly more RFC-compatible
Thanks to Fedora Anaconda telnet code as an example.
This allows us to actually get an echo back on the
screen when we type commands.


svn path=/trunk/; revision=39428
2009-02-06 05:34:39 +00:00
Timo Kreuzer af69e9c54e winddk: Move mm definitions into arch specific area
svn path=/trunk/; revision=39427
2009-02-06 02:03:57 +00:00
Timo Kreuzer 4a0cbfe0d9 winddk.h add amd64 CONTEXT
svn path=/trunk/; revision=39426
2009-02-06 00:05:33 +00:00
Timo Kreuzer 47193f550f Merge 37493,37494 from amd64 branch:
Fix amd64 / ia64 default definition of RtlGetCallersAddress (Timo Kreuzer)

svn path=/trunk/; revision=39425
2009-02-05 23:35:51 +00:00
Johannes Anderwald f1011d8bb5 - Fix a potential buffer overflow in RChangeServiceConfigA
- Make sure that returned buffers are zero terminated in RQueryServiceConfigA

svn path=/trunk/; revision=39424
2009-02-05 22:23:43 +00:00
Matthias Kupfer 693252f753 - Add Denmark to country list and set geo id.
- Set geo id for Czech Republic.

svn path=/trunk/; revision=39423
2009-02-05 21:57:04 +00:00
Dmitry Gorbachev 8dd42ae303 Fix bug #4129 in CmpGetNameControlBlock().
svn path=/trunk/; revision=39422
2009-02-05 21:30:21 +00:00
Johannes Anderwald d54988a73d - Ignore lpResult parameter
svn path=/trunk/; revision=39421
2009-02-05 20:19:32 +00:00
Johannes Anderwald e35599aa1e - Fix returned length for RGetServiceKeyNameW
- Perform parameters check in right order in ROpenServiceW

svn path=/trunk/; revision=39420
2009-02-05 20:18:11 +00:00
Johannes Anderwald c6c028fe41 - Add more error checks which reduce winetest errors
svn path=/trunk/; revision=39419
2009-02-05 19:13:35 +00:00
Timo Kreuzer 9e98af0628 merge from amd64 branch
39059
ssprintf.cpp/xml.cpp: Fix compilation for gcc 4.4.0 and 64bits (Samuel Serapión)

svn path=/trunk/; revision=39418
2009-02-05 18:57:59 +00:00
Timo Kreuzer bf13eb0000 merge from amd64 branch
37786: Link to libgcc_eh for C++ apps (Samuel Serapión)
39416: improve r37786 a bit (Timo Kreuzer)
36415: rbuild: implement MingwModuleHandler::GetDebugFormat(), returning "dwarf-2" on amd64, "stabs+" in all other cases so far (Timo Kreuzer)

svn path=/trunk/; revision=39417
2009-02-05 18:47:05 +00:00
Timo Kreuzer d3a9426b6a merge from amd64 branch
34740: Strip off stdcall decoration from amd64 entry points (Timo Kreuzer)
37786: Link to libgcc_eh for amd64 C++ apps (Samuel Serapión)

svn path=/trunk/; revision=39414
2009-02-05 17:58:55 +00:00
Johannes Anderwald 80187e8d4e - Improve error checking
svn path=/trunk/; revision=39413
2009-02-05 17:22:59 +00:00
Johannes Anderwald be4863c855 - Make sure "Open" verb is always inserted first
- Apply item style to current item not to next
- bug 4065

svn path=/trunk/; revision=39412
2009-02-05 15:15:24 +00:00
Christoph von Wittich 65cc369150 hackfix some services stuff
svn path=/trunk/; revision=39411
2009-02-05 15:08:51 +00:00
Dmitry Chapyshev 675ba8eacc - Add some defines to winnt.h
- Partially implement RegSaveKeyExW

svn path=/trunk/; revision=39410
2009-02-05 14:18:20 +00:00
Matthias Kupfer f42c3f4048 - Set geographical position in conjunction with language selection
- Translation for the changes made for English and German (other languages need to be updated)
- List of languages extend by GeoID-field and set the GeoID for a lot of countries (Some countries needs to update in hivesft_* first, some language entries needs to split up for different countries)
- Solves second part of issue #3448, now correct GeoID is set per default for a lot of countries.

svn path=/trunk/; revision=39409
2009-02-05 13:50:49 +00:00
Dmitry Chapyshev 76e0cf24dd - Add RegSaveKeyExA/W to winreg.h
- Uncomment RegSaveKeyExA/W in advapi32.def
- Implement RegSaveKeyExA
- Add stub for RegSaveKeyExW

svn path=/trunk/; revision=39408
2009-02-05 13:47:51 +00:00
Johannes Anderwald edd487537a - Don't pass empty ServiceArgumentVector to StartService
- Fixes a heap corruption

svn path=/trunk/; revision=39407
2009-02-05 13:30:24 +00:00
Johannes Anderwald f7f3a1294f - Prevent using of uninitialized values in error case
- Don't leak ServiceHandle and ServiceManagerHandle

svn path=/trunk/; revision=39406
2009-02-05 12:56:11 +00:00
Christoph von Wittich 57ea9f9e02 enable iexplore build
svn path=/trunk/; revision=39405
2009-02-05 12:52:59 +00:00
Dmitry Chapyshev 76f8d5e15e - Sync usp10 with Wine head
svn path=/trunk/; revision=39404
2009-02-05 11:07:55 +00:00
Christoph von Wittich bb6f0157c3 Alexandre Julliard : include: Fix packing of the msacm structures.
<julliard at winehq.org>

svn path=/trunk/; revision=39403
2009-02-05 09:09:29 +00:00
Christoph von Wittich ff0436a020 shell32: Fixed potential buffer overwrite in execute_from_key (Coverity).
Marcus Meissner <marcus at jet.franken.de>

svn path=/trunk/; revision=39402
2009-02-05 08:55:28 +00:00
Christoph von Wittich 63e35e6ed4 Aric Stewart : advapi32: Add Security Label sids used by IE7.
<aric at codeweavers.com>

svn path=/trunk/; revision=39401
2009-02-05 08:50:14 +00:00