1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source/param
Tim Potter 89ad85f0a3 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.
0001-01-01 00:00:00 +00:00
..
.cvsignore ignore *.po32 files 0001-01-01 00:00:00 +00:00
loadparm.c Support for arbitrary VFS options in smb.conf. Options are of the 0001-01-01 00:00:00 +00:00
params.c Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. 0001-01-01 00:00:00 +00:00