CVS update: samba/source/param

Tim Potter (ACSys) tpot at samba.anu.edu.au
Thu Jul 22 14:55:13 EST 1999


Date:	Thursday July 22, 1999 @ 14:55
Author:	tpot

Update of /data/cvs/samba/source/param
In directory samba:/tmp/cvs-serv9433/source/param

Modified Files:
	loadparm.c 
Log Message:
Support for arbitrary VFS options in smb.conf.  Options are of the
format 'vfs option = name = value'.  It would be nice to get rid of
the first equals sign, but that would involve modifications to the
smb.conf parser.

There are a couple of naughties here - I've added a P_PTR enum as the
VFS options are parsed in param/loadparm.c and stored as a linked list
of structures.  I couldn't for the life of me write a FN_LOCAL_PTR()
macro to generate a lp_vfsoptions() function that actually worked so
for the moment it is coded by hand.



More information about the samba-cvs mailing list