Author: pschweitzer
Date: Sun Jun 18 20:49:46 2017
New Revision: 75105
URL:
http://svn.reactos.org/svn/reactos?rev=75105&view=rev
Log:
[NFS]
Import the NFS file system mini-redirector and the associated network provider.
Not all the pieces are in place to make it working.
CORE-8204
Added:
trunk/reactos/dll/np/
trunk/reactos/dll/np/CMakeLists.txt (with props)
trunk/reactos/dll/np/nfs/
trunk/reactos/dll/np/nfs/CMakeLists.txt (with props)
trunk/reactos/dll/np/nfs/dllmain.c (with props)
trunk/reactos/dll/np/nfs/nfs41_np.c (with props)
trunk/reactos/dll/np/nfs/nfs41_np.h (with props)
trunk/reactos/dll/np/nfs/nfs41_np.spec (with props)
trunk/reactos/dll/np/nfs/nfsnp.rc (with props)
trunk/reactos/dll/np/nfs/options.c (with props)
trunk/reactos/dll/np/nfs/options.h (with props)
trunk/reactos/drivers/filesystems/nfs/
trunk/reactos/drivers/filesystems/nfs/CMakeLists.txt (with props)
trunk/reactos/drivers/filesystems/nfs/nfs.rc (with props)
trunk/reactos/drivers/filesystems/nfs/nfs41_debug.c (with props)
trunk/reactos/drivers/filesystems/nfs/nfs41_debug.h (with props)
trunk/reactos/drivers/filesystems/nfs/nfs41_driver.c (with props)
trunk/reactos/drivers/filesystems/nfs/nfs41_driver.h (with props)
Modified:
trunk/reactos/dll/CMakeLists.txt
trunk/reactos/drivers/filesystems/CMakeLists.txt
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/CMakeLists.txt?rev=751…
Added: trunk/reactos/dll/np/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/CMakeLists.txt?rev=…
Added: trunk/reactos/dll/np/nfs/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/CMakeLists.txt?…
Added: trunk/reactos/dll/np/nfs/dllmain.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/dllmain.c?rev=7…
Added: trunk/reactos/dll/np/nfs/nfs41_np.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/nfs41_np.c?rev=…
Added: trunk/reactos/dll/np/nfs/nfs41_np.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/nfs41_np.h?rev=…
Added: trunk/reactos/dll/np/nfs/nfs41_np.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/nfs41_np.spec?r…
Added: trunk/reactos/dll/np/nfs/nfsnp.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/nfsnp.rc?rev=75…
Added: trunk/reactos/dll/np/nfs/options.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/options.c?rev=7…
Added: trunk/reactos/dll/np/nfs/options.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/np/nfs/options.h?rev=7…
Modified: trunk/reactos/drivers/filesystems/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/CMakeL…
Added: trunk/reactos/drivers/filesystems/nfs/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/CM…
Added: trunk/reactos/drivers/filesystems/nfs/nfs.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/nf…
Added: trunk/reactos/drivers/filesystems/nfs/nfs41_debug.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/nf…
Added: trunk/reactos/drivers/filesystems/nfs/nfs41_debug.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/nf…
Added: trunk/reactos/drivers/filesystems/nfs/nfs41_driver.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/nf…
Added: trunk/reactos/drivers/filesystems/nfs/nfs41_driver.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/nfs/nf…