search for: bsymlink

Displaying 2 results from an estimated 2 matches for "bsymlink".

Did you mean: symlink
2008 Dec 23
0
[jra@samba.org: Patch to improve Samba write speeds on Linux ext3 with 3.2.x]
...e_ftruncate(handle, fsp, len); END_PROFILE(syscall_ftruncate); return result; diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 81a308e..f3878c2 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -445,7 +445,7 @@ struct service { bool bWidelinks; bool bSymlinks; bool bSyncAlways; - bool bStrictAllocate; + int iStrictAllocate; bool bStrictSync; char magic_char; struct bitmap *copymap; @@ -588,7 +588,7 @@ static struct service sDefault = { True, /* bWidelinks */ True, /* bSymlinks */ False, /* bSyncAlways */ - False, /* bStrictAllocat...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that others will find it useful and that it may even find its way into Samba 2.0.7 This patch does two things: - Modifies the handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because