Commit graph

35000 commits

Author SHA1 Message Date
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
Christoph von Wittich 9cf81b0af1 a little bit of wine syncing
svn path=/trunk/; revision=39400
2009-02-05 07:58:35 +00:00
Christoph von Wittich bfe53a5d98 add shdoclc from wine 1.1.14
svn path=/trunk/; revision=39399
2009-02-05 07:46:59 +00:00
Christoph von Wittich 0a683381ae urlmon: Fixed target buffer length to MBtoWC
Marcus Meissner <marcus at jet.franken.de>

http://www.winehq.org/pipermail/wine-patches/2009-February/068906.html

svn path=/trunk/; revision=39398
2009-02-05 07:01:34 +00:00
Christoph von Wittich 2ba1713711 mshtml: fixed second buffer argument to MultiByteToWideChar
Marcus Meissner <marcus at jet.franken.de>

http://www.winehq.org/pipermail/wine-patches/2009-February/068903.html

svn path=/trunk/; revision=39397
2009-02-05 06:54:33 +00:00
Christoph von Wittich ca07b1a508 atl: fixed second buffer size to MBtoWC
Marcus Meissner <marcus at jet.franken.de>

http://www.winehq.org/pipermail/wine-patches/2009-February/068894.html

svn path=/trunk/; revision=39396
2009-02-05 06:50:19 +00:00
Christoph von Wittich f38aaf659b add a buffer length check (fixes one service test)
svn path=/trunk/; revision=39395
2009-02-04 19:16:51 +00:00
Christoph von Wittich e1f736659a change gecko download url as the version bug is fixed
svn path=/trunk/; revision=39394
2009-02-04 18:39:30 +00:00
Christoph von Wittich 75f1d09ba8 allow to use a local copy of wine_gecko.cab instead of having to download it every time
http://www.winehq.org/pipermail/wine-patches/2009-February/068889.html
http://www.winehq.org/pipermail/wine-patches/2009-February/068891.html
http://www.winehq.org/pipermail/wine-patches/2009-February/068890.html
http://www.winehq.org/pipermail/wine-patches/2009-February/068892.html

svn path=/trunk/; revision=39393
2009-02-04 18:09:03 +00:00
Dmitry Gorbachev bafaf162a4 Fix warnings in Regional Settings and Multimedia control panel applets. Patch from Carlo Bramini, bug #4090.
svn path=/trunk/; revision=39392
2009-02-04 16:30:05 +00:00
Dmitry Gorbachev 2e93c4c1d9 - Remove extra semicolons. Amine Khaldi, bug #3980.
- Fix a warning (bug) in ADNS library.

svn path=/trunk/; revision=39391
2009-02-04 16:26:02 +00:00
Christoph von Wittich 43eb75a9e4 sync mshtml and shdocvw winetests with wine 1.1.14
svn path=/trunk/; revision=39390
2009-02-04 14:36:08 +00:00
Christoph von Wittich cc12355d0e sync mshtml and shdocvw to wine 1.1.14
svn path=/trunk/; revision=39389
2009-02-04 14:35:06 +00:00
Matthias Kupfer df7c034a38 - Apply minor fix to German translation.
- Create Administrator account after default settings have been set.
- Solves issue #4214 and partly #3448 (GeoID still not set per default, but all changes apply to installed system now).
- See booth issues for more details.

svn path=/trunk/; revision=39388
2009-02-04 14:28:27 +00:00
Colin Finck b419715eb2 - Change "pollchar" to also empty the keyboard buffer after polling the character and rename it to "pollchar_and_empty" accordingly.
This fixes a bug revealed by silverblade's FOSDEM CD: If you boot FreeLoader with a boot menu from CD and press a key after that "Press any key to boot from CD" message, that keypress was forwarded to FreeLoader as well.
- Remove the already unused and now unsynchronized "pollchar" from the regression testing boot sector.

svn path=/trunk/; revision=39387
2009-02-04 13:13:21 +00:00
Dmitry Chapyshev 0a8a745e77 - Fix build
svn path=/trunk/; revision=39386
2009-02-04 13:12:35 +00:00
Dmitry Chapyshev 23559be882 - More stub implementation
- Fix params for LogoffWindowsDialog

svn path=/trunk/; revision=39385
2009-02-04 12:51:47 +00:00
Christoph von Wittich 8cd3b76387 add wcsncpy_s, strcat_s (from wine)
and _ftol2 and _ftol2_sse required by vmware tools

svn path=/trunk/; revision=39384
2009-02-04 10:09:48 +00:00
Steven Edwards 98b23c7c52 Warning cleanup:
- disable the unused service related functions for now
 - comment out a bunch of unused variables
 - cast a few things to shut up compiler warnings for now


svn path=/trunk/; revision=39383
2009-02-04 10:01:42 +00:00
Ged Murphy 638a93a3ef - Implement SERVICE_CONFIG_DESCRIPTION and SERVICE_CONFIG_FAILURE_ACTIONS for RChangeServiceConfig2A
- Christoph requires this for the vmware tools installer

svn path=/trunk/; revision=39382
2009-02-04 09:34:05 +00:00
Christoph von Wittich cd58e6643a hackfix .spec file to prevent a broken export table
svn path=/trunk/; revision=39381
2009-02-04 07:01:47 +00:00
Steven Edwards e84a9a9093 Hacks to get telnetd to work in XP and Wine
- turn off unicode in rbuild file and serviceentry.c
   Its not unicode yet anyway

 - Disable authentication stuff
    

svn path=/trunk/; revision=39380
2009-02-04 06:35:57 +00:00
Christoph von Wittich bf53811ef2 set version to 7,0,2600,2180 otherwise some apps will try to overwrite it
svn path=/trunk/; revision=39379
2009-02-04 06:29:23 +00:00
Christoph von Wittich 7c2dea1a27 disable dprints
svn path=/trunk/; revision=39378
2009-02-04 06:10:19 +00:00
Christoph von Wittich 217745c949 fix formatting (again)
svn path=/trunk/; revision=39377
2009-02-04 06:04:24 +00:00