CVS update: samba/source/smbd

tpot at samba.anu.edu.au tpot at samba.anu.edu.au
Tue Apr 20 13:37:12 EST 1999


Date:	Tuesday April 20, 1999 @ 13:37
Author:	tpot

Update of /data/cvs/samba/source/smbd
In directory samba:/tmp/cvs-serv20898/smbd

Modified Files:
	service.c 
Log Message:
Changed the way a VFS is initialised.  The vfs_init() function is
executed from the VFS object file and it returns a pointer to a
vfs_ops structure.  If any of the function pointers in vfs_ops are
NULL, then they are replaced with the standard disk functions.  This
should allow disk-related VFS modules to be easily added.  I've
written an auditing VFS module which logs various calls (connect,
disconnect, mkdir, rmdir, open and a few others) to syslog in a couple
of pages of code.

Thanks to tridge for various useful suggestions.



More information about the samba-cvs mailing list