mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
![]() This feature can be controlled by the system policy: "System objects: Require case insensitivity for non-Windows subsystems" https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj852277(v=ws.11) It is also used in conjunction with NTFS to get system-wide filesystem case-sensitivity: https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/929110 This is controlled with a REG_DWORD value named `ObCaseInsensitive` inside the registry key `HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel` . Object case (in)sensitivity check is done in the ObpLookupObjectName() helper. The `ObpCaseInsensitive` variable is used to retrieve the data, hence it needs to be a ULONG. |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
cmalloc.c | ||
cmapi.c | ||
cmboot.c | ||
cmconfig.c | ||
cmcontrl.c | ||
cmdata.c | ||
cmdelay.c | ||
cmhook.c | ||
cmhvlist.c | ||
cminit.c | ||
cmkcbncb.c | ||
cmlazy.c | ||
cmmapvw.c | ||
cmnotify.c | ||
cmparse.c | ||
cmquota.c | ||
cmse.c | ||
cmsecach.c | ||
cmsysini.c | ||
cmvalche.c | ||
cmwraprs.c | ||
ntapi.c |