Steven Edwards
d1d2a0a14a
Use Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable. Thanks to Filip Navara.
...
svn path=/trunk/; revision=10114
2004-07-14 17:47:03 +00:00
Steven Edwards
93cfddbb38
Added licensing page to usetup.
...
svn path=/trunk/; revision=10112
2004-07-14 16:24:00 +00:00
Eric Kohl
c6ec21e207
- Move access checks from NtAccessCheck() to SeAccessCheck().
...
- Check for 'take ownership' privilege.
svn path=/trunk/; revision=10111
2004-07-14 14:25:31 +00:00
Gé van Geldorp
6e17c87e59
Split "old-style Win 3.1" file dialog into 16 and 32 bit code
...
svn path=/trunk/; revision=10110
2004-07-14 06:52:29 +00:00
Filip Navara
cbda303409
- Revert part of my last TLS patch.
...
svn path=/trunk/; revision=10109
2004-07-14 02:40:45 +00:00
Eric Kohl
91946de006
First experimental implementstion of NtAccessCheck().
...
This should fix bug #362 .
svn path=/trunk/; revision=10108
2004-07-13 16:59:35 +00:00
Eric Kohl
4cc77e37cc
Move some access rights so they are usable form kernel-mode.
...
svn path=/trunk/; revision=10107
2004-07-13 16:57:35 +00:00
Eric Kohl
3e7bd9bd79
RtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().
...
svn path=/trunk/; revision=10106
2004-07-13 11:52:09 +00:00
Eric Kohl
3ed7b52fb9
NtOpenThreadToken() opens the thread token if OpenAsSelf is FALSE.
...
svn path=/trunk/; revision=10105
2004-07-13 11:48:32 +00:00
Eric Kohl
eda69bc46f
NtDuplicateToken() must create and return a handle to the duplicated token.
...
svn path=/trunk/; revision=10104
2004-07-13 08:43:35 +00:00
James Tabor
6e5edb7df9
Force a rebuild of the partition table if it already exists with a DeviceObject.
...
svn path=/trunk/; revision=10103
2004-07-13 02:43:06 +00:00
Gé van Geldorp
1605dba90a
SetLogonNotifyWindow is now implemented
...
svn path=/trunk/; revision=10102
2004-07-12 22:34:27 +00:00
Gé van Geldorp
9a26dd9c78
Fix RestartDialog() and RestartDialogEx() prototypes
...
svn path=/trunk/; revision=10101
2004-07-12 22:07:34 +00:00
Gé van Geldorp
0cffba8389
Robert Shearman <R.J.Shearman@warwick.ac.uk>
...
- Make ole32 a delay-load import of shell32.
(except that the ReactOS build system doesn't handle delay-load imports
yet, so make it a normal import)
svn path=/trunk/; revision=10100
2004-07-12 22:03:09 +00:00
Gé van Geldorp
bd1c1f6d7b
Fix syntax problem for some windres versions
...
svn path=/trunk/; revision=10099
2004-07-12 22:01:22 +00:00
Gé van Geldorp
935851acb6
Ilya Korniyko <k_ilya@ukr.net>
...
- Added Ukrainian translations.
Jos� Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
- Updated the Spanish shell32 translation and made some corrections to
other language files.
svn path=/trunk/; revision=10098
2004-07-12 21:26:39 +00:00
Gé van Geldorp
55dc46bf13
Use string resources for ExitWindowsDialog() and RestartDialogEx() to allow
...
internationalization.
svn path=/trunk/; revision=10097
2004-07-12 20:53:24 +00:00
Gé van Geldorp
aa38cd0cd1
Marcus Meissner <marcus@jet.franken.de>
...
- Fixed double applet = applet = assignment.
- Removed sic_hdpa only used in 1 C file as static var.
- Make VT_Shell_IMalloc32 and related variables static.
svn path=/trunk/; revision=10096
2004-07-12 20:32:16 +00:00
Gé van Geldorp
a1f4820c31
Shutdown step 1: inform winlogon (forgotten file)
...
svn path=/trunk/; revision=10095
2004-07-12 20:26:35 +00:00
Gé van Geldorp
4ce7742222
Shutdown step 1: inform winlogon
...
svn path=/trunk/; revision=10094
2004-07-12 20:09:35 +00:00
Eric Kohl
16a868a4e7
Replace hardcoded values by new constants.
...
svn path=/trunk/; revision=10092
2004-07-12 19:39:29 +00:00
Thomas Bluemel
11997022fd
forgot to export 2 functions
...
svn path=/trunk/; revision=10091
2004-07-12 16:27:46 +00:00
Thomas Bluemel
32b2a4dc1a
implementation of HidD_GetHidGuid()
...
svn path=/trunk/; revision=10090
2004-07-12 16:04:37 +00:00
Thomas Bluemel
ef8c92364b
added stubs for the Hid User Library (hid.dll)
...
svn path=/trunk/; revision=10089
2004-07-12 15:08:43 +00:00
Eric Kohl
32e7b224da
Define missing PNTSTATUS.
...
svn path=/trunk/; revision=10088
2004-07-12 13:51:29 +00:00
Eric Kohl
72b6ef30e7
Fix NtAccessCheck() prototype.
...
svn path=/trunk/; revision=10087
2004-07-12 12:05:49 +00:00
Thomas Bluemel
ad9cdc4edc
simplified dynamic loading of dlls
...
svn path=/trunk/; revision=10086
2004-07-12 10:33:04 +00:00
Thomas Bluemel
6535d130b7
removed wrong comments
...
svn path=/trunk/; revision=10085
2004-07-11 23:08:31 +00:00
Thomas Bluemel
02c02382be
do not statically link to ole32.dll, import the functions dynamically instead. This is required since winlogon statically links to userenv.dll and then ole32.dll would automatically be loaded which causes ole32.dll to register a window class before the first window station is created (-> the ole32 window class(es) couldn't be registered). Besides it's bad to have winlogon depend on ole32.dll
...
svn path=/trunk/; revision=10083
2004-07-11 22:35:07 +00:00
Gé van Geldorp
093e925a66
Use default PATHEXT if none found in environment
...
svn path=/trunk/; revision=10082
2004-07-11 16:23:12 +00:00
Gé van Geldorp
c8d9ece95d
Jens Collin <jens.collin@lakhei.com>
...
Add PATHEXT env var and use it to locate command
svn path=/trunk/; revision=10081
2004-07-11 16:13:44 +00:00
Eric Kohl
839cdb0644
Add missing security constants.
...
svn path=/trunk/; revision=10080
2004-07-11 16:09:37 +00:00
Eric Kohl
8d58125bdc
Fix typo in SetSecurityDescriptorOwner().
...
svn path=/trunk/; revision=10079
2004-07-11 13:33:40 +00:00
Thomas Bluemel
f85cea6c2c
register the winlogon application directly after startup
...
svn path=/trunk/; revision=10078
2004-07-11 13:31:28 +00:00
Filip Navara
85cec6dde5
- Fixed locking in NtGdiGetCharWidth32. This caused problems with AbiWord reported by Jason Filby.
...
svn path=/trunk/; revision=10076
2004-07-11 02:10:48 +00:00
Thomas Bluemel
ce4aa8ef2e
added a key security editor (not yet working properly)
...
svn path=/trunk/; revision=10075
2004-07-10 23:25:17 +00:00
Thomas Bluemel
13eda5be1f
added some missing definitions
...
svn path=/trunk/; revision=10074
2004-07-10 23:23:06 +00:00
Gero Kuehn
b563ceb9af
added SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
...
svn path=/trunk/; revision=10073
2004-07-10 22:27:18 +00:00
Gero Kuehn
948db6b780
fixed PROPSHEETHEADER nPages calculation
...
svn path=/trunk/; revision=10072
2004-07-10 22:06:40 +00:00
Gero Kuehn
7933210d3c
copied HalRequestSoftwareInterrupt from uniproc irql.c to fix SMP builds
...
svn path=/trunk/; revision=10071
2004-07-10 21:58:35 +00:00
Steven Edwards
14a26ef7bf
added expand.exe and msvfw32.dll to the build.
...
svn path=/trunk/; revision=10070
2004-07-10 21:44:14 +00:00
Gé van Geldorp
c01cec79d9
Roll back __USE_W32API test, add _tsplitpath definition
...
svn path=/trunk/; revision=10069
2004-07-10 21:23:18 +00:00
Steven Edwards
2396faea94
Added msvfw32 ported from Wine. This fixes bug 388.
...
svn path=/trunk/; revision=10068
2004-07-10 21:19:46 +00:00
Eric Kohl
e32637bc50
Fix default DACL of the logon token.
...
svn path=/trunk/; revision=10067
2004-07-10 21:15:26 +00:00
Steven Edwards
43a041190d
Removed Microsoft code.
...
svn path=/trunk/; revision=10066
2004-07-10 21:11:13 +00:00
Hartmut Birr
3768902d9b
- Implemented NtQueryVirtualMemory for unallocated regions.
...
- Fixed some minor bugs in NtQueryVirtualMemory and its related query functions.
svn path=/trunk/; revision=10065
2004-07-10 17:01:03 +00:00
Thomas Bluemel
35f4d34682
export GetSecurityInfo()
...
svn path=/trunk/; revision=10064
2004-07-10 14:38:24 +00:00
Eric Kohl
5b9cf862e0
Create group SIDs for logon token.
...
svn path=/trunk/; revision=10063
2004-07-10 13:12:24 +00:00
Eric Kohl
39da3d41f9
Fix RtlEqualSid().
...
svn path=/trunk/; revision=10062
2004-07-10 13:11:18 +00:00
Hartmut Birr
7f900f8f7e
- Fixed the return value in VirtualQueryEx if NtQueryVirtualMemory returns an error.
...
svn path=/trunk/; revision=10061
2004-07-10 13:08:02 +00:00