The Samba-Bugzilla – Attachment 2230 Details for
Bug 4244
limit max stat cache size by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
limit patch
samba3-limit-max-stat-cache.size.patch (text/plain), 753 bytes, created by
Björn Jacke
on 2006-11-21 05:10:16 UTC
(
hide
)
Description:
limit patch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2006-11-21 05:10:16 UTC
Size:
753 bytes
patch
obsolete
>Index: source/param/loadparm.c >=================================================================== >--- source/param/loadparm.c (Revision 19818) >+++ source/param/loadparm.c (Arbeitskopie) >@@ -1534,7 +1534,7 @@ > Globals.bNTPipeSupport = True; /* Do NT pipes by default. */ > Globals.bNTStatusSupport = True; /* Use NT status by default. */ > Globals.bStatCache = True; /* use stat cache by default */ >- Globals.iMaxStatCacheSize = 0; /* unlimited size in kb by default. */ >+ Globals.iMaxStatCacheSize = 100; /* 100 kb by default. */ > Globals.restrict_anonymous = 0; > Globals.bClientLanManAuth = True; /* Do use the LanMan hash if it is available */ > Globals.bClientPlaintextAuth = True; /* Do use a plaintext password if is requested by the server */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4244
: 2230 |
2231