Johannes Anderwald
ad83e0cde9
- Delete Gateway Address from TcpipSettings when the gateway has been removed
...
- Correctly check if there is Gateway set when initializing
- Delete all old routes when applying changes
- Add new gateway when applying changes
svn path=/trunk/; revision=37059
2008-10-29 14:12:29 +00:00
Johannes Anderwald
8d12e8d2cd
- Only display the default gateway when there is actually a gateway set
...
svn path=/trunk/; revision=37058
2008-10-29 13:49:10 +00:00
Johannes Anderwald
474c4e0362
- Only display a gateway address when there is one
...
svn path=/trunk/; revision=37056
2008-10-29 13:42:04 +00:00
KJK::Hyperion
72b44f33d3
Make acpi compile with Visual C++
...
svn path=/branches/the-real-msvc/; revision=37048
2008-10-29 12:56:17 +00:00
Johannes Anderwald
962142cf78
- Fix setting manual ip address
...
svn path=/trunk/; revision=37042
2008-10-28 15:53:01 +00:00
Johannes Anderwald
0e6210c139
- Store NTEContext for IPAddress
...
- Call DeleteIPAddress and AddIPAddress for adapters when applying changes
svn path=/trunk/; revision=37041
2008-10-28 15:31:36 +00:00
Christoph von Wittich
a83186227a
revert part of rev 31787 as we don't support IROT in rpcss
...
fixes FoxitReader, GVIM and many other apps
See issue #2361 for more details.
svn path=/trunk/; revision=37039
2008-10-28 14:32:41 +00:00
Johannes Anderwald
c2a7f9fd0f
- Fix storing the DhcpIpAddress key
...
svn path=/trunk/; revision=37038
2008-10-28 10:32:07 +00:00
Johannes Anderwald
a9c9171b38
- Rewrite getResInfo to directly return a linked list of IP_ADDR_STRING structures
...
- Might fix manual DNS bug
svn path=/trunk/; revision=37037
2008-10-28 10:06:16 +00:00
Johannes Anderwald
d48de02010
- Fix multiple bugs in details status dialog
...
svn path=/trunk/; revision=37036
2008-10-28 09:14:06 +00:00
Johannes Anderwald
dfbb281b3a
- Implement applying / canceling changes on close
...
- Temporary disable storing the TcpFilter settings
svn path=/trunk/; revision=37035
2008-10-28 09:06:24 +00:00
Cameron Gutman
31e02ce543
- Merge r37029 from aicom-network-fixes
...
- This fixes the last of all the port allocation bugs that I know of
svn path=/trunk/; revision=37032
2008-10-27 20:43:44 +00:00
Stefan Ginsberg
373296b548
- Remove version defines
...
svn path=/trunk/; revision=37031
2008-10-27 20:32:17 +00:00
Stefan Ginsberg
0b42f0b683
- Remove version defines
...
svn path=/trunk/; revision=37030
2008-10-27 20:25:29 +00:00
Eric Kohl
339b380d78
SEH protect all calls to the UM-PNP-Manager.
...
svn path=/trunk/; revision=37028
2008-10-27 19:26:37 +00:00
Johannes Anderwald
803fca876f
- Implement AddMonitorA, AddMonitorW
...
svn path=/trunk/; revision=37027
2008-10-27 18:04:45 +00:00
James Tabor
220a689732
- Cleanup and fix OffsetViewport/WindowOrgEx.
...
svn path=/trunk/; revision=37026
2008-10-27 17:56:35 +00:00
Johannes Anderwald
3b5595b0a8
* Implement DeletePrintProvidorA, DeletePrintProvidorW
...
svn path=/trunk/; revision=37025
2008-10-27 16:47:23 +00:00
Johannes Anderwald
afb5713030
- Implement AddPrintProvidorA, AddPrintProvidorW
...
svn path=/trunk/; revision=37024
2008-10-27 15:40:21 +00:00
Johannes Anderwald
5e352dfa1d
- Add PROVIDER_INFO_1 and PROVIDER_INFO_2 struct
...
svn path=/trunk/; revision=37023
2008-10-27 15:16:05 +00:00
Michael Martin
2e07ded883
- Add missing goto done in NpfsRead when setting Status as STATUS_PENDING. Fixes bug #3115 and duplicates.
...
svn path=/trunk/; revision=37020
2008-10-27 13:51:20 +00:00
Christoph von Wittich
f48aacb658
use ExFreePoolWithTag
...
svn path=/trunk/; revision=37018
2008-10-27 11:16:31 +00:00
Christoph von Wittich
09501bc1c2
sync Shell_NotifyIconW with wine 1.1.7
...
svn path=/trunk/; revision=37017
2008-10-27 09:49:27 +00:00
Daniel Reimer
7d97d478db
Sync winefile and write to wine Head.
...
svn path=/trunk/; revision=37016
2008-10-27 08:29:08 +00:00
Daniel Reimer
de3d502ca5
Sync wordpad and xcopy with wine HEAD. Font resizeing seems to work
...
svn path=/trunk/; revision=37015
2008-10-27 08:23:54 +00:00
Christoph von Wittich
bfd33ba526
sync riched20 with wine 1.1.7
...
svn path=/trunk/; revision=37014
2008-10-27 08:10:25 +00:00
Christoph von Wittich
9e8da0db2a
set correct timezone in 2nd stage
...
patch by hto
See issue #3822 for more details.
svn path=/trunk/; revision=37013
2008-10-27 07:56:33 +00:00
Cameron Gutman
47e8c2cf0b
- Merge aicom-network-fixes up to r37010
...
- Most of the port allocation problems are now fixed
svn path=/trunk/; revision=37011
2008-10-27 05:16:14 +00:00
Timo Kreuzer
cb0c6f03f5
- Add TEB_SELF to asm.h
...
- fix loading of TEB in fiber code
This commit is dedicated to Alex
svn path=/trunk/; revision=37008
2008-10-27 02:48:54 +00:00
Eric Kohl
e28588b48a
ERR -> TRACE
...
svn path=/trunk/; revision=37007
2008-10-26 22:57:31 +00:00
Eric Kohl
910aee9915
LSA: Get rid of the globally created binding handle and use the WIDL-generated custom binding handles and context handles instead.
...
svn path=/trunk/; revision=37006
2008-10-26 22:53:30 +00:00
Gregor Schneider
2d24e47d1d
DWORD is unsigned, so cast to signed type before checking for < 0. Fixes one gdi32 winetest.
...
svn path=/trunk/; revision=37002
2008-10-26 21:06:11 +00:00
Eric Kohl
53177f48f4
Initialize _RetVal properly in order to avoid compiler warnings.
...
svn path=/trunk/; revision=37001
2008-10-26 21:03:11 +00:00
Matthias Kupfer
d0c2deb15d
Olaf Siejka (Caemyr) <olaf_siejka AT o2 DOT pl>
...
- Cleanup reactos installation package list
svn path=/trunk/; revision=36999
2008-10-26 20:54:05 +00:00
Gregor Schneider
f32b7b7615
- Add missing cleanup code
...
- Rename variables to fit the naming scheme
- Extend error dprints
- Some comment changes
- Fixes CIDs 617, 618, 619, 620
svn path=/trunk/; revision=36998
2008-10-26 18:29:56 +00:00
Gregor Schneider
5a80a9a5c6
StretchBlt:
...
- Pixel size depends on the type of the destination surface, so don't always write ULONG values
- Use PutPixel and remove now unneeded position code
- Fixes high red zone overwrites, see bug #812 (vlc) and bug #3807 (ccleaner)
- Enable dprints for unhandled sources
- Add a parameter dprint for 24bpp
svn path=/trunk/; revision=36997
2008-10-26 18:07:10 +00:00
Christoph von Wittich
8fb42ca34d
fix some advapi32 security winetests
...
svn path=/trunk/; revision=36996
2008-10-26 18:03:38 +00:00
Colin Finck
4ad62aac38
- Add a "host" attribute to the project's <include> and <define> tags to make it possible to define global includes/defines for host components
...
- Define TARGET_arm/TARGET_i386 in the ReactOS-arm.rbuild/ReactOS-i386.rbuild files for the host tools to make it possible for them to know about the target to build
- Make use of this define in winebuild to fix the issue of r36927 properly
- Define global includes for host tools to simplify all host tool/library rbuild files
- Remove dead rbuild code
- Remove the include/reactos/config.h file, none of its defines are still used
- Fix components accidentally using that file
svn path=/trunk/; revision=36995
2008-10-26 18:03:06 +00:00
Aleksey Bragin
3ad56b6c40
- Port RegDeleteTreeW from Wine, and remove previous implementation (fixes registry regtests). That previous implementation was better due to the fact it was not recursive, however it's buggy and noone managed to fix it since the commit's date (revision ~17000). It's wrapped into #if0-#endif now so the code doesn't get lost.
...
svn path=/trunk/; revision=36994
2008-10-26 15:40:44 +00:00
Eric Kohl
725ff32421
Service Manager:
...
- Get rid of the globally created binding handle and use the WIDL-generated custom binding handles and context handles instead.
The other RPC interfaces will be converted as soon as possible.
svn path=/trunk/; revision=36991
2008-10-26 15:11:28 +00:00
Aleksey Bragin
323b029e49
- Print out event GUID if it's unknown in umpnpmgr.
...
- Fix a typo in vdmmain.c.
svn path=/trunk/; revision=36989
2008-10-26 14:38:50 +00:00
Christoph von Wittich
41ab62c3a6
import LookupPrivilegeNameA from wine
...
svn path=/trunk/; revision=36986
2008-10-26 12:35:42 +00:00
Eric Kohl
c22ad7e659
Service Manager:
...
- Fix declaration of SERVICE_STATUS_HANDLE in the PSDK.
- Add a new custom binding handle to svcctl.idl as an alias of SERVICE_STATUS_HANDLE.
- Enable all custom binding handles in svcctl.idl and fix services.exe and advapi32.dll accordingly.
svn path=/trunk/; revision=36985
2008-10-26 12:33:36 +00:00
Stefan Ginsberg
d1c6a82adb
- Switch Win32K export list to .spec
...
svn path=/trunk/; revision=36984
2008-10-26 12:31:40 +00:00
Stefan Ginsberg
355b8a2859
- Add missing EngMapFile and EngQueryFileTimeStamp
...
- Swap EngUnmapFile and EngUnmapEvent to maintain alphabetical ordering
svn path=/trunk/; revision=36983
2008-10-26 12:22:45 +00:00
Eric Kohl
1e39b5fb16
WIDL: Enable the use of scalar types (non-pointer types) as custom binding handles.
...
svn path=/trunk/; revision=36982
2008-10-26 12:17:36 +00:00
Christoph von Wittich
13dcae5f0c
-move ConvertSecurityDescriptorToStringSecurityDescriptorA/W from sec.c to sid.c
...
-import ConvertSecurityDescriptorToStringSecurityDescriptorA from wine
svn path=/trunk/; revision=36981
2008-10-26 12:16:48 +00:00
Aleksey Bragin
b46e8cc18b
- Let's get back to one RTL library for now, because:
...
* 36761 just separated the library, but all hacks remain in the tree.
* Real solution needs at least 3 RTL libraries (kernelmode, usermode, bootloader), otherwise we'll still have to have RTL-libsupp library.
* I couldn't reach consensuss with developers about either method.
* Since the only disadvantages now are the usermode/kernelmode structure differences hack (which was not removed) and additional small support libraries (which were not removed, including RtlpGetMode, which remained), there is no reason to waste time for compiling RTL twice without benefits.
svn path=/trunk/; revision=36980
2008-10-26 12:16:04 +00:00
Aleksey Bragin
a15056faf9
Dmitry Gorbachev
...
- Fix a modifier flag in interlocked functions' inlined asm. See detailed explanation in bug 3772.
See issue #3772 for more details.
svn path=/trunk/; revision=36979
2008-10-26 10:47:07 +00:00
James Tabor
861ffcb4ce
- Update user connect structure.
...
svn path=/trunk/; revision=36977
2008-10-26 00:50:16 +00:00