summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison1-7/+2
2012-10-31Revert "Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding ...Karolin Seeger1-2/+7
2012-09-28Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison1-7/+2
2012-06-13Fix bug #8970 - Possible memory leaks in the samba master process.Richard Sharpe1-4/+8
2012-02-03s3:loadparm: fix the reload of the configuration: also reload activated regis...Michael Adam1-2/+6
2012-02-03s3:loadparm: add reload_registry_shares() - reload only those shares already ...Michael Adam1-0/+29
2011-09-28Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier1-1/+12
2011-05-13s3-libads Default to NOT using the server-supplied principal from SPNEGOAndrew Bartlett1-0/+11
2011-03-01s3-param: Make "rlimit_max below minimum Windows limit" notification less scaryJonathan Nieder1-2/+2
2010-05-05Fix bug #7263 - Unable to print using Samba 3.5.1 and cups-1.1.23-40.46 on SL...Luca Olivetti1-4/+5
2010-02-15Fixes issue with preexec scripts creating a share directory, and problems is ...Jeremy Allison1-1/+32
2010-02-11Make "nmbd bind explicit broadcast" on by default.Jeremy Allison1-0/+5
2010-02-11s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broad...Stefan Metzmacher1-0/+11
2010-02-09Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison1-1/+1
2009-12-11s3: add LDAP Alias Dereferencing supportBjörn Jacke1-0/+26
2009-12-07s3: de-deprecate "write cache size" to prevent its removal without a proper a...Volker Lendecke1-1/+1
2009-12-02Fix bug #6837 - "Too many open files" when trying to access large number of f...Jeremy Allison1-0/+16
2009-12-01Revert "s3: Fix commit 9b5f8eb59ed7f65d4c017cd6a9dc668ebf3115b6."Bo Yang1-2/+2
2009-12-01Revert "s3: Fix crash in free_file_list()."Bo Yang1-4/+3
2009-11-30s3: Fix commit 9b5f8eb59ed7f65d4c017cd6a9dc668ebf3115b6.Bo Yang1-2/+2
2009-11-30s3: Fix crash in free_file_list().Bo Yang1-3/+4
2009-11-29s3: Restore "fake directory create times" as a share parameterVolker Lendecke1-4/+5
2009-11-29s3: "load_usershare_shares" only looks at the mode and uidVolker Lendecke1-2/+1
2009-11-29s3: "load_usershare_service" only looks at the mode and uidVolker Lendecke1-2/+1
2009-11-29s3: "usershare_exists" only looks at the mode and mtimeVolker Lendecke1-1/+1
2009-11-29s3: "process_usershare_file" only looks at the dev, ino, mode and sizeVolker Lendecke1-1/+1
2009-11-29s3: "process_usershare_file" only looks at the mode and sizeVolker Lendecke1-1/+1
2009-11-29s3: "parse_usershare_file" only looks at the mode and uidVolker Lendecke1-2/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-6/+9
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-12/+0
2009-11-11Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...Jeremy Allison1-10/+0
2009-11-09s3-param: fix set_inherit_acls().Günther Deschner1-0/+2
2009-11-06Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...Jeremy Allison1-0/+8
2009-11-05s3: Add parameter "ctdb timeout"Volker Lendecke1-0/+12
2009-11-04Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison1-2/+1
2009-11-02s3: Make "debug hires timestamp" default to trueVolker Lendecke1-1/+1
2009-10-26s3: Rename new parameter "ldap ref follow" to "ldap follow referral".Karolin Seeger1-5/+5
2009-10-13s3/loadparm: Fix severe HPUX compiler issue.Olaf Flebbe1-0/+5
2009-10-12s3/smbldap: add option to disable following LDAP refsJan Engelhardt1-0/+11
2009-10-01Fix for CVE-2009-2813.Jeremy Allison1-1/+6
2009-09-15s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke1-0/+4
2009-08-26Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke1-0/+12
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-0/+12
2009-07-14Attempt to fix the buildVolker Lendecke1-22/+0
2009-07-14Revert this commit :Jeremy Allison1-0/+11
2009-07-15S3: Small fix to get rid of annoying log message.Bo Yang1-0/+3
2009-07-15s3: Make smbd aware of permission change of usershare. Since usershare are re...Bo Yang1-0/+11
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce1-0/+5
2009-05-27s3: make passdb backend defaults to tdbsamBjörn Jacke1-1/+1
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-31/+33