1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/ntvfs/simple
Jelmer Vernooij 31ded4901b r3737: - Get rid of the register_subsystem() and register_backend() functions.
- Re-disable tdbtool (it was building fine on my Debian box but other
					machines were having problems)
(This used to be commit 0d7bb2c40b)
2007-10-10 13:05:48 -05:00
..
README r313: add the warning about fileaccess as user 'root' 2007-10-10 12:51:20 -05:00
svfs_util.c r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -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 r3737: - Get rid of the register_subsystem() and register_backend() functions. 2007-10-10 13:05:48 -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