Author: ion
Date: Wed May 24 08:33:18 2006
New Revision: 22004
URL:
http://svn.reactos.ru/svn/reactos?rev=22004&view=rev
Log:
[AUDIT] symlink.c : The symbolic link implementation was generic, used different
structures from NT (which meant some large NT features of symlinks were unimplemented) and
had several bugs which gave different results from NT, so it was most certainly cleanly
developed. The most recent update added the NT structure (which is documented) but did not
add any functionality, except for fixing bugs which were revealed through a test app
called SymlLinkTest.
dirobj.c: The directory object implementation is also generic and currently uses different
structures from NT. Object lookup/parsing is entirely different and has nothing in common
with NT. The actual Nt* APIs which expose the interface are ultra-generic and trivial.
Modified:
trunk/reactos/ntoskrnl/ob/dirobj.c (props changed)
trunk/reactos/ntoskrnl/ob/symlink.c (props changed)
Propchange: trunk/reactos/ntoskrnl/ob/dirobj.c
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*
Propchange: trunk/reactos/ntoskrnl/ob/symlink.c
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*