1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source/ntvfs/simple
Jelmer Vernooij bf85fdd015 r7850: Support mkdir() with just one parameter. Patch from
Steven Edwards <steven_ed4153@yahoo.com>.

I've moved the Win32-specific tests to win32.m4 so it does not
make any of the POSIX configure stuff more complicated.
2007-10-10 13:18:42 -05:00
..
README r313: add the warning about fileaccess as user 'root' 2007-10-10 12:51:20 -05:00
svfs_util.c r5302: fixed a compilation problem on solaris caused by the recent include 2007-10-10 13:09:39 -05:00
svfs.h r2751: this is a new ntvfs design which tries to solve: 2007-10-10 12:59:30 -05:00
vfs_simple.c r7850: Support mkdir() with just one parameter. Patch from 2007-10-10 13:18:42 -05:00

This module (ntvfs 'simple') provides a very, very simple posix backend.

WARNING: All file access is done as user 'root'!!!
	 Only use this module for testing, with only test data!!! 

For activating this module use:

[testshare]
	path = /tmp/testshare
	nfvfs handler = simple