r2436: the second big lump of posix vfs code.
authorAndrew Tridgell <tridge@samba.org>
Mon, 20 Sep 2004 07:28:43 +0000 (07:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:52 +0000 (12:58 -0500)
commit8a1c3ddd947039bf3b62efd94d3429359b593e15
tree624a515f2654edd6854e7567173d9ce083eb925d
parent421c0d2a187481c74ebee0937be9ba0a47752fa6
r2436: the second big lump of posix vfs code.

this is still just a skeleton, and many of the functions are just
based on the simple vfs backend, they are there to allow me to run
smbtorture tests against the real parts of the posix backend.
(This used to be commit f2fa7fe565e89360dba3bb5434d3a6a36f398348)
15 files changed:
source4/ntvfs/config.mk
source4/ntvfs/posix/pvfs_fileinfo.c
source4/ntvfs/posix/pvfs_fsinfo.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_mkdir.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_open.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_qfileinfo.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_read.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_resolve.c
source4/ntvfs/posix/pvfs_search.c
source4/ntvfs/posix/pvfs_setfileinfo.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_shortname.c
source4/ntvfs/posix/pvfs_unlink.c
source4/ntvfs/posix/pvfs_write.c [new file with mode: 0644]
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/vfs_posix.h