A new utility to test VFS system and modules
authorSimo Sorce <idra@samba.org>
Sun, 18 Aug 2002 18:04:00 +0000 (18:04 +0000)
committerSimo Sorce <idra@samba.org>
Sun, 18 Aug 2002 18:04:00 +0000 (18:04 +0000)
commit789e6e6b4e2aea9802d67fdb9dfcd7c283ef811d
tree808410796059709a45ac2d1a9184706ba1e0a270
parent12be900eceab860ff32d34cdd0cf8da8543c1082
A new utility to test VFS system and modules
Just now it is acommandline tool like smbclient and rpcclient that is able to
perform operations on the file system passing through the vfs layer

It is not complete yet, some functions have simply faked up data, but module
loading works yet and basic operations too.

Thanks to Eric Lorimer for helping out with the initial setup.

Simo.
(This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
source3/Makefile.in
source3/configure
source3/configure.in
source3/smbd/vfs.c
source3/torture/cmd_vfs.c [new file with mode: 0644]
source3/torture/vfstest.c [new file with mode: 0644]
source3/torture/vfstest.h [new file with mode: 0644]