- Disable NtQuerySecurityObject for now

- Add some registry entries for TinyWeb (patch by Dr.Fred)
Fixes 1214

svn path=/trunk/; revision=20570
This commit is contained in:
Gé van Geldorp
2006-01-05 09:22:09 +00:00
parent caa14fa66e
commit a41bad3ee5
2 changed files with 9 additions and 2 deletions

View File

@@ -62,6 +62,13 @@ HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\System32\msiex
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\System32\msiexec /f %1"
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\System32\msiexec /x %1"
; set MIME type for .html and .htm because Tiny webserver needs it
HKCR,".htm","",0x00000000,"html"
HKCR,".htm","Content Type",0x00000000,"text/html"
HKCR,".html","",0x00000000,"html"
HKCR,".html","Content Type",0x00000000,"text/html"
HKCR,"CLSID",,0x00000012
; For Shell32.dll

View File

@@ -2507,7 +2507,7 @@ RegGetKeySecurity(HKEY hKey,
TRACE("MapDefaultKey() failed (Status %lx)\n", Status);
return RtlNtStatusToDosError (Status);
}
#ifndef __REACTOS__
#if 0
Status = NtQuerySecurityObject(KeyHandle,
SecurityInformation,
pSecurityDescriptor,
@@ -3185,7 +3185,7 @@ RegQueryInfoKeyW (HKEY hKey,
{
*lpcbMaxValueLen = FullInfo->MaxValueDataLen;
}
#ifndef __REACTOS__
#if 0
if (lpcbSecurityDescriptor != NULL)
{
Status = NtQuerySecurityObject(KeyHandle,