summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-29Correct popt argument info in vfstestJelmer Vernooij1-1/+1
Don't use global_ctx in samtest.c (This used to be commit 0428eb422b50135327daf3040067f5982f1b0b92)
2002-08-29Use popt for printing --help messageJelmer Vernooij1-24/+5
(This used to be commit 355d28d9eae2fd4b94bb591c5c51cad2fab9d2fd)
2002-08-29Don't use global memory contextJelmer Vernooij1-10/+7
(This used to be commit b1e1d548031f270dd51ffa1910c3ae2503e64e8f)
2002-08-24if muhammad does not go to the mountain ...Simo Sorce1-0/+2
(This used to be commit 5246d3693c463e581a7cd40f86878e40456237c3)
2002-08-21implemented lock and mknodSimo Sorce1-9/+89
addedd to vfstest the possibility to read a file to imput a stream of commands (This used to be commit 233b14f447994db8fdb4448d19eff0c38c17254d)
2002-08-20some fixesJelmer Vernooij1-24/+1
(This used to be commit e0c61b31050a3e3fdec2c47c80ef34de3ec73e04)
2002-08-20Remove unused variablesJelmer Vernooij1-16/+3
(This used to be commit 20f1765c32b2dd048e1572cd1b1e490459f7d5dc)
2002-08-19Add 'conf' command to load different smb.conf filesJelmer Vernooij1-4/+22
(This used to be commit 9b4deb1e0f36968bf9b83120b12e6692b20df9d4)
2002-08-18A new utility to test VFS system and modulesSimo Sorce1-0/+551
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)