reactos/ntoskrnl/ob
Pierre Schweitzer f6eb13a969
[NTOSKRNL] Rework ObpDeleteSymbolicLinkName and ObpCreateSymbolicLinkName
So that they handle LUID mappings and process device maps.

Get rid of the ObpParseSymbolicLinkToIoDeviceObject helper and introduce a
new helper ObpProcessDosDeviceSymbolicLink that will do the same things
but also handle name creation/deletion as well as device map handling.
All this is based on previous code (hence the same comments :-)).

What's left to do now is to add support for device maps in ObpLookupObjectName
2019-06-11 21:21:52 +02:00
..
devicemap.c [NTOSKRNL] Implement ObSetDirectoryDeviceMap 2019-06-01 21:22:30 +02:00
obdir.c [NTOSKRNL] Add support for global DOS directory in ObpLookupEntryDirectory 2019-06-02 21:46:35 +02:00
obhandle.c [NTOS:OB] Correctly handle OBJ_PROTECT_CLOSE in ObDuplicateObject. 2019-02-02 23:02:50 +01:00
obinit.c [NTOSKRNL] Save ProtectionMode value on boot 2019-05-21 19:28:16 +02:00
oblife.c [NTOS:OB] Correctly check SeSinglePrivilegeCheck() return value (#1323) 2019-01-30 00:43:13 +01:00
oblink.c [NTOSKRNL] Rework ObpDeleteSymbolicLinkName and ObpCreateSymbolicLinkName 2019-06-11 21:21:52 +02:00
obname.c [NTOSKRNL] Fix ObpLUIDDeviceMapsEnabled initialization 2019-06-10 21:17:21 +02:00
obref.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obsdcach.c [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
obsecure.c [NTOS:OB] Rename object types to their official names to satisfy WinDbg 2018-08-17 20:28:45 +02:00
obwait.c [NTOS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00