reactos.git
19 years agoadded missing colors
Thomas Bluemel [Mon, 19 Jul 2004 12:13:45 +0000 (12:13 +0000)]
added missing colors

svn path=/trunk/; revision=10225

19 years agofixed file names
Thomas Bluemel [Mon, 19 Jul 2004 09:55:26 +0000 (09:55 +0000)]
fixed file names

svn path=/trunk/; revision=10224

19 years agofixed file names
Thomas Bluemel [Mon, 19 Jul 2004 09:54:46 +0000 (09:54 +0000)]
fixed file names

svn path=/trunk/; revision=10223

19 years agoAdded Ps Stubs and Prototypes.
Alex Ionescu [Mon, 19 Jul 2004 06:08:21 +0000 (06:08 +0000)]
Added Ps Stubs and Prototypes.

svn path=/trunk/; revision=10222

19 years agoAdded OPTIMIZED Flag to config file to build optimized versions of NTOSKRNL and WIN32...
Alex Ionescu [Mon, 19 Jul 2004 04:52:24 +0000 (04:52 +0000)]
Added OPTIMIZED Flag to config file to build optimized versions of NTOSKRNL and WIN32K. Disabled by default.

svn path=/trunk/; revision=10221

19 years agoForgot to add file tilists.h
Art Yerkes [Mon, 19 Jul 2004 04:30:04 +0000 (04:30 +0000)]
Forgot to add file tilists.h

svn path=/trunk/; revision=10220

19 years agoadded preparations for installing .INF files (for class installers) during setup...
Gero Kuehn [Mon, 19 Jul 2004 01:33:48 +0000 (01:33 +0000)]
added preparations for installing .INF files (for class installers) during setup, added Reactos\Inf

svn path=/trunk/; revision=10219

19 years ago- Change IoReportResourceUsage from using UNIMPLEMENTED macro to just print an messag...
Filip Navara [Sun, 18 Jul 2004 23:52:50 +0000 (23:52 +0000)]
- Change IoReportResourceUsage from using UNIMPLEMENTED macro to just print an message that the function is unimplemented.

svn path=/trunk/; revision=10218

19 years ago- Change length checking semantics of NtEnumerateKey for KeyBasicInformation.
Filip Navara [Sun, 18 Jul 2004 23:52:38 +0000 (23:52 +0000)]
- Change length checking semantics of NtEnumerateKey for KeyBasicInformation.
- Correct buffer size calculations.

svn path=/trunk/; revision=10217

19 years ago- Properly set last error in WaitForSingleObjectEx.
Filip Navara [Sun, 18 Jul 2004 23:52:31 +0000 (23:52 +0000)]
- Properly set last error in WaitForSingleObjectEx.

svn path=/trunk/; revision=10216

19 years ago- RegEnumValueW should fill in *lpcbData if lpData == NULL.
Filip Navara [Sun, 18 Jul 2004 23:52:30 +0000 (23:52 +0000)]
- RegEnumValueW should fill in *lpcbData if lpData == NULL.

svn path=/trunk/; revision=10215

19 years agoFixed after prototype change.
Art Yerkes [Sun, 18 Jul 2004 22:53:59 +0000 (22:53 +0000)]
Fixed after prototype change.

svn path=/trunk/; revision=10212

19 years agoChanged include for afd.
Art Yerkes [Sun, 18 Jul 2004 22:50:52 +0000 (22:50 +0000)]
Changed include for afd.

svn path=/trunk/; revision=10211

19 years agoFirst commit of afd and msafd onto head.
Art Yerkes [Sun, 18 Jul 2004 22:49:18 +0000 (22:49 +0000)]
First commit of afd and msafd onto head.
tcpip: Turned off debug info in CVS.

svn path=/trunk/; revision=10210

19 years agoadded initial version of the network cpl
Gero Kuehn [Sun, 18 Jul 2004 22:37:08 +0000 (22:37 +0000)]
added initial version of the network cpl

svn path=/trunk/; revision=10209

19 years agoadded registry entries for the network configuration
Gero Kuehn [Sun, 18 Jul 2004 22:25:05 +0000 (22:25 +0000)]
added registry entries for the network configuration

svn path=/trunk/; revision=10208

19 years agomsafd + afd: Changed type of PVOID args to PAFD_WSABUF, avoiding some casts.
Art Yerkes [Sun, 18 Jul 2004 22:03:49 +0000 (22:03 +0000)]
msafd + afd: Changed type of PVOID args to PAFD_WSABUF, avoiding some casts.
Added some tracing.
Converted afd.sys to use METHOD_NEITHER in the correct places.
oskittcp: Added some tracking in tcp_input and tcp_output to help look for
the ack bug.
tcpip: some cleaning.  Realized that an NTE was getting sent to IPReceive as
the Context parameter, but was later treated as IP_INTERFACE.  Changed
prototypes to keep this from happening again.

svn path=/trunk/; revision=10207

19 years agodon't create read-only files
Thomas Bluemel [Sun, 18 Jul 2004 21:39:55 +0000 (21:39 +0000)]
don't create read-only files

svn path=/trunk/; revision=10206

19 years agoDelete read-only files too.
Gregor Anich [Sun, 18 Jul 2004 21:15:47 +0000 (21:15 +0000)]
Delete read-only files too.

svn path=/trunk/; revision=10205

19 years agoFixed broken build. Added functions were already defined in /lib/rtl and unecessary...
Alex Ionescu [Sun, 18 Jul 2004 17:45:28 +0000 (17:45 +0000)]
Fixed broken build. Added functions were already defined in /lib/rtl and unecessary in ntoskrnl.

svn path=/trunk/; revision=10204

19 years ago*** empty log message ***
Magnus Olsen [Sun, 18 Jul 2004 17:38:17 +0000 (17:38 +0000)]
*** empty log message ***

svn path=/trunk/; revision=10202

19 years ago- Since DirecrSound is not implemented at all we should return error in DirectSoundCr...
Filip Navara [Sun, 18 Jul 2004 17:16:57 +0000 (17:16 +0000)]
- Since DirecrSound is not implemented at all we should return error in DirectSoundCreate.

svn path=/trunk/; revision=10201

19 years ago- Convert the user mode dwDesiredAccess flags in CreateFile to the kernel mode ones...
Filip Navara [Sun, 18 Jul 2004 17:08:29 +0000 (17:08 +0000)]
- Convert the user mode dwDesiredAccess flags in CreateFile to the kernel mode ones that are used by NtCreateFile.

svn path=/trunk/; revision=10200

19 years ago- Fallback implementation in waveOut[Un]PrepareHeader.
Filip Navara [Sun, 18 Jul 2004 17:06:03 +0000 (17:06 +0000)]
- Fallback implementation in waveOut[Un]PrepareHeader.

svn path=/trunk/; revision=10199

19 years agoAdded and updated some German translations. Patch by Michael Fritscher.
Thomas Bluemel [Sun, 18 Jul 2004 16:07:58 +0000 (16:07 +0000)]
Added and updated some German translations. Patch by Michael Fritscher.

svn path=/trunk/; revision=10198

19 years agocvs maintainance
Thomas Bluemel [Sun, 18 Jul 2004 16:00:05 +0000 (16:00 +0000)]
cvs maintainance

svn path=/trunk/; revision=10197

19 years agoUse SeAssignSecurity() to build a security descriptor for a new object.
Eric Kohl [Sun, 18 Jul 2004 13:03:43 +0000 (13:03 +0000)]
Use SeAssignSecurity() to build a security descriptor for a new object.

svn path=/trunk/; revision=10196

19 years agoprecompiled header support for GCC 3.4.1
Martin Fuchs [Sun, 18 Jul 2004 13:03:06 +0000 (13:03 +0000)]
precompiled header support for GCC 3.4.1

svn path=/trunk/; revision=10194

19 years agoImplement most simple code path of SeAssignSecurity().
Eric Kohl [Sun, 18 Jul 2004 13:02:28 +0000 (13:02 +0000)]
Implement most simple code path of SeAssignSecurity().

svn path=/trunk/; revision=10193

19 years agoAdded RosRtlDevModeW2A function.
Gregor Anich [Sun, 18 Jul 2004 12:51:46 +0000 (12:51 +0000)]
Added RosRtlDevModeW2A function.

svn path=/trunk/; revision=10192

19 years agoeliminate useless GCC warning by initializing the entry variable
Martin Fuchs [Sun, 18 Jul 2004 09:31:02 +0000 (09:31 +0000)]
eliminate useless GCC warning by initializing the entry variable

svn path=/trunk/; revision=10191

19 years agofix UNICODE string buffer allocation
Martin Fuchs [Sun, 18 Jul 2004 09:20:38 +0000 (09:20 +0000)]
fix UNICODE string buffer allocation

svn path=/trunk/; revision=10190

19 years agoFix EnumDisplaySettingsExA (did not output anything into devmode)
Gregor Anich [Sun, 18 Jul 2004 00:36:33 +0000 (00:36 +0000)]
Fix EnumDisplaySettingsExA (did not output anything into devmode)

svn path=/trunk/; revision=10189

19 years agoAdded RosRtlDevModeW2A function.
Gregor Anich [Sun, 18 Jul 2004 00:30:08 +0000 (00:30 +0000)]
Added RosRtlDevModeW2A function.

svn path=/trunk/; revision=10188

19 years ago- Fixed memory referencing in mmTaskCreate.
Filip Navara [Sat, 17 Jul 2004 22:28:23 +0000 (22:28 +0000)]
- Fixed memory referencing in mmTaskCreate.

svn path=/trunk/; revision=10187

19 years agosimplified assigning DDI functions
Thomas Bluemel [Sat, 17 Jul 2004 21:10:25 +0000 (21:10 +0000)]
simplified assigning DDI functions

svn path=/trunk/; revision=10186

19 years agoAssign a security descriptor to the root directory object.
Eric Kohl [Sat, 17 Jul 2004 20:34:42 +0000 (20:34 +0000)]
Assign a security descriptor to the root directory object.

svn path=/trunk/; revision=10185

19 years agoCreate missing default DACLs.
Eric Kohl [Sat, 17 Jul 2004 20:32:11 +0000 (20:32 +0000)]
Create missing default DACLs.

svn path=/trunk/; revision=10184

19 years agoRemoved some comments - previous change didn't fix infinite re-creation of print...
Gregor Anich [Sat, 17 Jul 2004 17:37:41 +0000 (17:37 +0000)]
Removed some comments - previous change didn't fix infinite re-creation of print.c deps for me.

svn path=/trunk/; revision=10183

19 years ago- Disable debug messages.
Filip Navara [Sat, 17 Jul 2004 17:24:45 +0000 (17:24 +0000)]
- Disable debug messages.

svn path=/trunk/; revision=10182

19 years ago- RegQueryValueExW shouldn't touch *lpcbData if lpData == NULL.
Filip Navara [Sat, 17 Jul 2004 16:09:07 +0000 (16:09 +0000)]
- RegQueryValueExW shouldn't touch *lpcbData if lpData == NULL.

svn path=/trunk/; revision=10179

19 years agoChanged comments a bit, previous version did create print.c dependencies over and...
Gregor Anich [Sat, 17 Jul 2004 15:52:43 +0000 (15:52 +0000)]
Changed comments a bit, previous version did create print.c dependencies over and over again for me.

svn path=/trunk/; revision=10178

19 years agoHandle return value 0 from ExtEscape as special case (means to use the default driver)
Gregor Anich [Sat, 17 Jul 2004 15:13:37 +0000 (15:13 +0000)]
Handle return value 0 from ExtEscape as special case (means to use the default driver)

svn path=/trunk/; revision=10177

19 years agoHandle escape to get opengl driver info in IntEngExtEscape to avoid the infinite...
Gregor Anich [Sat, 17 Jul 2004 15:12:25 +0000 (15:12 +0000)]
Handle escape to get opengl driver info in IntEngExtEscape to avoid the infinite loop in the UNIMPLEMENTED macro (needed by opengl32.dll)

svn path=/trunk/; revision=10176

19 years agoImplement NtMakePermanentObject().
Eric Kohl [Sat, 17 Jul 2004 12:08:21 +0000 (12:08 +0000)]
Implement NtMakePermanentObject().

svn path=/trunk/; revision=10175

19 years agoAdded exports for new stubs and fixed some issues with recently commited stubs.
Alex Ionescu [Sat, 17 Jul 2004 05:13:05 +0000 (05:13 +0000)]
Added exports for new stubs and fixed some issues with recently commited stubs.

svn path=/trunk/; revision=10174

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 04:17:32 +0000 (04:17 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10173

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 04:04:08 +0000 (04:04 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10172

19 years agoAdded New System Call Prototypes and Stubs
Alex Ionescu [Sat, 17 Jul 2004 03:07:00 +0000 (03:07 +0000)]
Added New System Call Prototypes and Stubs

svn path=/trunk/; revision=10171

19 years agoAdded Mm Prototypes
Alex Ionescu [Sat, 17 Jul 2004 03:04:45 +0000 (03:04 +0000)]
Added Mm Prototypes

svn path=/trunk/; revision=10170

19 years agoAdded Mm Stubs
Alex Ionescu [Sat, 17 Jul 2004 03:03:52 +0000 (03:03 +0000)]
Added Mm Stubs

svn path=/trunk/; revision=10169

19 years agoFix loading of default driver.
Gregor Anich [Sat, 17 Jul 2004 02:26:33 +0000 (02:26 +0000)]
Fix loading of default driver.

svn path=/trunk/; revision=10168

19 years agoAdded keys for Winsock
Alex Ionescu [Sat, 17 Jul 2004 01:12:24 +0000 (01:12 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10167

19 years agoAdd registry entries for the Mesa OpenGL driver.
Gregor Anich [Fri, 16 Jul 2004 23:53:38 +0000 (23:53 +0000)]
Add registry entries for the Mesa OpenGL driver.

svn path=/trunk/; revision=10166

19 years agoFixed more warnings, compiles with -Werror now.
Gregor Anich [Fri, 16 Jul 2004 23:48:54 +0000 (23:48 +0000)]
Fixed more warnings, compiles with -Werror now.

svn path=/trunk/; revision=10165

19 years agomoved these docs to a folder. The file names broke the
Steven Edwards [Fri, 16 Jul 2004 23:41:14 +0000 (23:41 +0000)]
moved these docs to a folder. The file names broke the
livecd build

svn path=/trunk/; revision=10164

19 years ago- Get rid of linker warnings.
Filip Navara [Fri, 16 Jul 2004 23:37:26 +0000 (23:37 +0000)]
- Get rid of linker warnings.

svn path=/trunk/; revision=10163

19 years agoFix warning.
Gregor Anich [Fri, 16 Jul 2004 23:35:19 +0000 (23:35 +0000)]
Fix warning.

svn path=/trunk/; revision=10162

19 years agoRemove unused files.
Gregor Anich [Fri, 16 Jul 2004 23:29:10 +0000 (23:29 +0000)]
Remove unused files.

svn path=/trunk/; revision=10161

19 years agoAdded keys for Winsock
Alex Ionescu [Fri, 16 Jul 2004 23:28:55 +0000 (23:28 +0000)]
Added keys for Winsock

svn path=/trunk/; revision=10160

19 years agoFix some warnings.
Gregor Anich [Fri, 16 Jul 2004 23:21:04 +0000 (23:21 +0000)]
Fix some warnings.

svn path=/trunk/; revision=10159

19 years agocleanup
Steven Edwards [Fri, 16 Jul 2004 23:01:56 +0000 (23:01 +0000)]
cleanup

svn path=/trunk/; revision=10157

19 years agoFix building on Linux
Steven Edwards [Fri, 16 Jul 2004 22:59:43 +0000 (22:59 +0000)]
Fix building on Linux

svn path=/trunk/; revision=10156

19 years agoFix unknown pragma warnings and gl.h include for linux builds.
Gregor Anich [Fri, 16 Jul 2004 22:54:48 +0000 (22:54 +0000)]
Fix unknown pragma warnings and gl.h include for linux builds.

svn path=/trunk/; revision=10155

19 years agoFix unknown pragma warnings.
Gregor Anich [Fri, 16 Jul 2004 22:45:08 +0000 (22:45 +0000)]
Fix unknown pragma warnings.

svn path=/trunk/; revision=10154

19 years agoadded Spanish translation by Carlos Garcia Gomez.
Steven Edwards [Fri, 16 Jul 2004 22:33:23 +0000 (22:33 +0000)]
added Spanish translation by Carlos Garcia Gomez.

svn path=/trunk/; revision=10152

19 years agoImport Mesa-6.0.1 for use as software OpenGL renderer.
Gregor Anich [Fri, 16 Jul 2004 22:32:04 +0000 (22:32 +0000)]
Import Mesa-6.0.1 for use as software OpenGL renderer.

svn path=/trunk/; revision=10151

19 years agoadded Spanish translation by Carlos Garcia Gomez.
Steven Edwards [Fri, 16 Jul 2004 22:24:24 +0000 (22:24 +0000)]
added Spanish translation by Carlos Garcia Gomez.

svn path=/trunk/; revision=10150

19 years agoImport Mesa-6.0.1 for use as software OpenGL renderer.
Gregor Anich [Fri, 16 Jul 2004 22:12:43 +0000 (22:12 +0000)]
Import Mesa-6.0.1 for use as software OpenGL renderer.

svn path=/trunk/; revision=10149

19 years agoImport Mesa-6.0.1 for use as software OpenGL renderer.
Gregor Anich [Fri, 16 Jul 2004 21:50:40 +0000 (21:50 +0000)]
Import Mesa-6.0.1 for use as software OpenGL renderer.

svn path=/trunk/; revision=10148

19 years agoShellExecute is run when executable is not found to open for example Notepad files...
Jens Collin [Fri, 16 Jul 2004 20:39:06 +0000 (20:39 +0000)]
ShellExecute is run when executable is not found to open for example Notepad files by typing "myfile.txt".

svn path=/trunk/; revision=10147

19 years ago- Implementation of mmTaskCreate. Based on patch by Eric Pouech.
Filip Navara [Fri, 16 Jul 2004 20:24:59 +0000 (20:24 +0000)]
- Implementation of mmTaskCreate. Based on patch by Eric Pouech.

svn path=/trunk/; revision=10146

19 years agofixed typo
Thomas Bluemel [Fri, 16 Jul 2004 20:20:53 +0000 (20:20 +0000)]
fixed typo

svn path=/trunk/; revision=10145

19 years agoFix an old typo.
Eric Kohl [Fri, 16 Jul 2004 19:54:05 +0000 (19:54 +0000)]
Fix an old typo.

svn path=/trunk/; revision=10144

19 years agoFonts converted by Larry Snyder
Art Yerkes [Fri, 16 Jul 2004 17:21:05 +0000 (17:21 +0000)]
Fonts converted by Larry Snyder
Converted suitably licensed X fonts from type 1 to TTF for use in ROS.

svn path=/trunk/; revision=10143

19 years agoImplement security descriptor cache.
Eric Kohl [Fri, 16 Jul 2004 17:20:23 +0000 (17:20 +0000)]
Implement security descriptor cache.

svn path=/trunk/; revision=10142

19 years agoFix some bugs, works on Windows and ReactOS with Mesa and NVIDIA driver.
Gregor Anich [Fri, 16 Jul 2004 16:16:16 +0000 (16:16 +0000)]
Fix some bugs, works on Windows and ReactOS with Mesa and NVIDIA driver.
x86 asm version of gl dispatch functions work now too (in gl.c)

svn path=/trunk/; revision=10141

19 years agoFixed prototypes to work in MSVC.
Alex Ionescu [Fri, 16 Jul 2004 13:45:02 +0000 (13:45 +0000)]
Fixed prototypes to work in MSVC.

svn path=/trunk/; revision=10139

19 years ago- Handle indexed palettes in IntEngCreateSrcMonoXlate.
Filip Navara [Thu, 15 Jul 2004 21:14:51 +0000 (21:14 +0000)]
- Handle indexed palettes in IntEngCreateSrcMonoXlate.

svn path=/trunk/; revision=10135

19 years agoignore unexpected exceptions while extracting icons
Martin Fuchs [Thu, 15 Jul 2004 21:04:02 +0000 (21:04 +0000)]
ignore unexpected exceptions while extracting icons

svn path=/trunk/; revision=10133

19 years agoreplace BUFFER_LEN by dynamic allocations
Martin Fuchs [Thu, 15 Jul 2004 20:43:18 +0000 (20:43 +0000)]
replace BUFFER_LEN by dynamic allocations

svn path=/trunk/; revision=10132

19 years ago- Minor correction to DIB_32BPP_BitBlt that I broke with my last patch.
Filip Navara [Thu, 15 Jul 2004 18:13:22 +0000 (18:13 +0000)]
- Minor correction to DIB_32BPP_BitBlt that I broke with my last patch.

svn path=/trunk/; revision=10126

19 years agoImplement RtlAddAuditAccessAceEx().
Eric Kohl [Thu, 15 Jul 2004 08:15:49 +0000 (08:15 +0000)]
Implement RtlAddAuditAccessAceEx().

svn path=/trunk/; revision=10125

19 years agoClear Partition0 DriveNotReady, for Removable Media.
James Tabor [Thu, 15 Jul 2004 04:04:08 +0000 (04:04 +0000)]
Clear Partition0 DriveNotReady, for Removable Media.

svn path=/trunk/; revision=10124

19 years agooskittcp: fixed handling of uio in send.
Art Yerkes [Thu, 15 Jul 2004 03:21:47 +0000 (03:21 +0000)]
oskittcp: fixed handling of uio in send.
afd: fixed send.
tcpip: fixed double-complete of send irp.

svn path=/trunk/; revision=10122

19 years agoSmall changes to debug output in catalog, handle, upcall.
Art Yerkes [Thu, 15 Jul 2004 02:03:07 +0000 (02:03 +0000)]
Small changes to debug output in catalog, handle, upcall.
ns.c -- getservbyport contributed by Cameron Palmer.

svn path=/trunk/; revision=10121

19 years agoadded Spanish translation by Carlos Garcia Gomez.
Steven Edwards [Wed, 14 Jul 2004 22:20:07 +0000 (22:20 +0000)]
added Spanish translation by Carlos Garcia Gomez.

svn path=/trunk/; revision=10120

19 years agoWarn rather than bail on HWND_MESSAGE windows
Steven Edwards [Wed, 14 Jul 2004 21:52:23 +0000 (21:52 +0000)]
Warn rather than bail on HWND_MESSAGE windows
request. This gets the Scintilla Editor from theopencd to work.

svn path=/trunk/; revision=10119

19 years ago- Accidently commited this file with my last patch. Reverting.
Filip Navara [Wed, 14 Jul 2004 21:45:05 +0000 (21:45 +0000)]
- Accidently commited this file with my last patch. Reverting.

svn path=/trunk/; revision=10118

19 years ago- Add FIXME comment to LoadIconImage.
Filip Navara [Wed, 14 Jul 2004 20:52:13 +0000 (20:52 +0000)]
- Add FIXME comment to LoadIconImage.

svn path=/trunk/; revision=10117

19 years ago- Change the prototype of DIB_*_BitBlt* functions to take a pointer to a BLTINFO...
Filip Navara [Wed, 14 Jul 2004 20:48:58 +0000 (20:48 +0000)]
- Change the prototype of DIB_*_BitBlt* functions to take a pointer to a BLTINFO structure instead of many parameters.
- Make DIB_GetSource and DIB_GetSourceIndex macros.
- Add IntEngCreateSrcMonoXlate.
- Change the semantics of IntEngCreate*Xlate functions to treat palette mode == 0 as mode of the passed palette.
- Add XlateBrush and XlatePen to the DC structure.
- Fixed the bad design decision that caused mess when one brush was selected into more than one DC.
- Remove incorrect Int[Get/Set]DCColor implementation (used by [Get/Set]DC[Pen/Brush]Color).
- Get rid of compiler warnings in Win32k.

svn path=/trunk/; revision=10116

19 years agoSync msacm32 with Winehq cvs. will merge my tweaks soon.
Steven Edwards [Wed, 14 Jul 2004 18:30:54 +0000 (18:30 +0000)]
Sync msacm32 with Winehq cvs. will merge my tweaks soon.
This gets Winamp5 loading.

svn path=/trunk/; revision=10115

19 years agoUse Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable...
Steven Edwards [Wed, 14 Jul 2004 17:47:03 +0000 (17:47 +0000)]
Use Bitstream Vera Sans for Helv subsititute. This makes the Run dialog readable. Thanks to Filip Navara.

svn path=/trunk/; revision=10114

19 years agoAdded licensing page to usetup.
Steven Edwards [Wed, 14 Jul 2004 16:24:00 +0000 (16:24 +0000)]
Added licensing page to usetup.

svn path=/trunk/; revision=10112

19 years ago- Move access checks from NtAccessCheck() to SeAccessCheck().
Eric Kohl [Wed, 14 Jul 2004 14:25:31 +0000 (14:25 +0000)]
- Move access checks from NtAccessCheck() to SeAccessCheck().
- Check for 'take ownership' privilege.

svn path=/trunk/; revision=10111

19 years agoSplit "old-style Win 3.1" file dialog into 16 and 32 bit code
Gé van Geldorp [Wed, 14 Jul 2004 06:52:29 +0000 (06:52 +0000)]
Split "old-style Win 3.1" file dialog into 16 and 32 bit code

svn path=/trunk/; revision=10110

19 years ago- Revert part of my last TLS patch.
Filip Navara [Wed, 14 Jul 2004 02:40:45 +0000 (02:40 +0000)]
- Revert part of my last TLS patch.

svn path=/trunk/; revision=10109

19 years agoFirst experimental implementstion of NtAccessCheck().
Eric Kohl [Tue, 13 Jul 2004 16:59:35 +0000 (16:59 +0000)]
First experimental implementstion of NtAccessCheck().
This should fix bug #362.

svn path=/trunk/; revision=10108

19 years agoMove some access rights so they are usable form kernel-mode.
Eric Kohl [Tue, 13 Jul 2004 16:57:35 +0000 (16:57 +0000)]
Move some access rights so they are usable form kernel-mode.

svn path=/trunk/; revision=10107

19 years agoRtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().
Eric Kohl [Tue, 13 Jul 2004 11:52:09 +0000 (11:52 +0000)]
RtlImpersonateSelf(): Set impersonation level in call to NtDuplicateToken().

svn path=/trunk/; revision=10106