A new utility to test VFS system and modules
commit42ae5eb82657d4905bdaf247286f95599380afbb
authorSimo Sorce <idra@samba.org>
Sun, 18 Aug 2002 18:04:00 +0000 (18 18:04 +0000)
committerSimo Sorce <idra@samba.org>
Sun, 18 Aug 2002 18:04:00 +0000 (18 18:04 +0000)
tree7f1e4bd6f803a689907b917f35452005bd464a07
parentb6ceb8c2e50b7fcdc614a3b6782db05b60689a85
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.
source/Makefile.in
source/configure
source/configure.in
source/smbd/vfs.c
source/torture/cmd_vfs.c [new file with mode: 0644]
source/torture/vfstest.c [new file with mode: 0644]
source/torture/vfstest.h [new file with mode: 0644]