* Moved symbolic link implementation to the object manager.
authorEric Kohl <eric.kohl@reactos.org>
Tue, 25 Feb 2003 16:50:46 +0000 (16:50 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Tue, 25 Feb 2003 16:50:46 +0000 (16:50 +0000)
commit31f87c95aee39720e5010b887e3c1c81d02b6eb9
tree01bd97b2f2b313478dfad3f6db86032a4c8614b1
parent97049b595e788ba6774d9b9ca55cf065d57aa45e
* Moved symbolic link implementation to the object manager.
* Free target string when the link object is deleted.
* Create a type object for symbolic links.
* Use different security descriptors for protected and unprotected symbolic links.

svn path=/trunk/; revision=4198
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/include/internal/io.h
reactos/ntoskrnl/io/iomgr.c
reactos/ntoskrnl/io/symlink.c
reactos/ntoskrnl/ob/namespc.c
reactos/ntoskrnl/ob/object.c
reactos/ntoskrnl/ob/symlink.c [new file with mode: 0644]