Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-22 | s3: Add the "ctdb locktime warn threshold" parameter | Volker Lendecke | 1 | -0/+16 | |
This is mainly a debugging aid for post-mortem analysis in case a cluster file system is slow. | |||||
2010-03-22 | s3: Add "log writeable files on exit" parameter | Volker Lendecke | 1 | -0/+16 | |
This boolean option controls whether at exit time the server dumps a list of files with debug level 0 that were still open for write. This is an administrative aid to find the files that were potentially corrupt if the network connection died. | |||||
2010-02-18 | s3-docs: Remove trailing whitespaces and fix a typo. | Karolin Seeger | 1 | -3/+3 | |
Karolin | |||||
2010-02-18 | s3:docs: add some advice for usage of strict allocate | Björn Jacke | 1 | -6/+18 | |
2010-02-12 | Fix error in docs. Should be milliseconds, not microseconds. | Jeremy Allison | 1 | -1/+1 | |
2010-02-10 | Revert "Change the default of "nmbd bind explicit broadcast" to "no"" | Jeremy Allison | 1 | -2/+3 | |
This reverts commit 84fba3c1bc962804259f201d465acfdf0cd3c6a8. Now we have a "processed packet queue" in nmbd we can go back to doing this by default. Jeremy. | |||||
2010-02-10 | Change the default of "nmbd bind explicit broadcast" to "no" | Jeremy Allison | 1 | -3/+2 | |
until the double processing problem in bug #7118 is fixed. Jeremy. | |||||
2010-02-09 | s3-docs: Add missing para end tag. | Karolin Seeger | 1 | -0/+1 | |
Karolin (cherry picked from commit b78de63ef3cde53e3aabbe46654aac5a335f16a8) | |||||
2010-02-08 | Make "nmbd bind explicit broadcast" on by default. | Jeremy Allison | 1 | -5/+6 | |
Fix a comment typo. Jeremy. | |||||
2010-02-08 | s3:docs-xml: document "nmbd bind explicit broadcast" | Stefan Metzmacher | 1 | -0/+16 | |
metze | |||||
2010-02-05 | Fix bug 7104 - "wide links" and "unix extensions" are incompatible. | Jeremy Allison | 2 | -4/+12 | |
Change parameter "wide links" to default to "no". Ensure "wide links = no" if "unix extensions = yes" on a share. Fix man pages to refect this. Remove "within share" checks for a UNIX symlink set - even if widelinks = no. The server will not follow that link anyway. Correct DEBUG message in check_reduced_name() to add missing "\n" so it's really clear when a path is being denied as it's outside the enclosing share path. Jeremy. | |||||
2010-01-20 | s3-docs: Fix typos. | Karolin Seeger | 3 | -3/+3 | |
Thanks to the Debian samba package maintainers <pkg-samba-maint@lists.alioth.debian.org> for providing the patch! Fix bug #7017 (Typos and spelling errors in manpages). Karolin | |||||
2009-12-17 | Update default with correct value. Add a note about Win7 behavior | Jeremy Allison | 1 | -9/+12 | |
here. Jeremy. | |||||
2009-12-14 | s3:docs: Fix 'make manpages3'. | Karolin Seeger | 1 | -2/+2 | |
Karolin | |||||
2009-12-11 | s3:docs: document ldap deref | Björn Jacke | 1 | -0/+21 | |
2009-12-08 | s3:doc: make dos filetimes description less contradictory | Björn Jacke | 1 | -5/+3 | |
2009-12-07 | s3:docs: Document "directory name cache size". | Karolin Seeger | 1 | -0/+14 | |
Karolin | |||||
2009-11-30 | s3:docs: Document "aio write behind". | Karolin Seeger | 1 | -0/+23 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3:docs: Document "ldap page size". | Karolin Seeger | 1 | -0/+18 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3:docs: Document "enable core files". | Karolin Seeger | 1 | -0/+15 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-30 | s3:docs: Document "cache directory" and "state directory". | Karolin Seeger | 2 | -0/+44 | |
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin | |||||
2009-11-29 | s3: Restore "fake directory create times" as a share parameter | Volker Lendecke | 1 | -1/+1 | |
2009-11-18 | s3/docs: Add "max protocol = smb2" to man smb.conf. | Karolin Seeger | 1 | -0/+5 | |
Karolin | |||||
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 2 | -15/+7 | |
in the "user.DOSATTRIB" EA. From the docs: In Samba 3.5.0 and above the "user.DOSATTRIB" extended attribute has been extended to store the create time for a file as well as the DOS attributes. This is done in a backwards compatible way so files created by Samba 3.5.0 and above can still have the DOS attribute read from this extended attribute by earlier versions of Samba, but they will not be able to read the create time stored there. Storing the create time separately from the normal filesystem meta-data allows Samba to faithfully reproduce NTFS semantics on top of a POSIX filesystem. Passes make test but will need more testing. Jeremy. | |||||
2009-11-11 | Second part of bugfix for 6865 - acl_xattr module: Has dependency that ↵ | Jeremy Allison | 1 | -1/+7 | |
inherit acls = yes or xattrs are removed. We also need dos filemode = true set as well. Jeremy. | |||||
2009-11-11 | s3/docs: Document "enable spoolss". | Karolin Seeger | 1 | -0/+10 | |
Karolin | |||||
2009-11-06 | Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or ↵ | Jeremy Allison | 1 | -0/+5 | |
xattrs are removed. Jeremy. | |||||
2009-11-05 | s3: Add parameter "ctdb timeout" | Volker Lendecke | 1 | -0/+37 | |
When something in the cluster blocks, it can happen that we wait indefinitely long for ctdb, just adding to the blocking condition. In theory, nothing should block, but as someone said "In practice the difference between theory and practice is larger than in theory". This adds a timeout parameter in seconds, after which we stop waiting for ctdb and panic. | |||||
2009-11-02 | s3: Make "debug hires timestamp" default to true | Volker Lendecke | 1 | -1/+1 | |
It does not cost much and can help a lot when debugging | |||||
2009-10-30 | s3/docs: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Fix bug #4250. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin | |||||
2009-10-30 | s3/docs: Remove reference to nonexistent file. | Karolin Seeger | 1 | -3/+1 | |
Fix bug #4252. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! Karolin | |||||
2009-10-28 | Fix map readonly in smb.conf, it is a single word | Simo Sorce | 1 | -1/+1 | |
2009-10-26 | s3: Rename new parameter "ldap ref follow" to "ldap follow referral". | Karolin Seeger | 1 | -1/+1 | |
This parameter will be introduced with Samba 3.5.0. Karolin | |||||
2009-10-26 | s3:docs: Public is not a synonym for access based shareenum. | Karolin Seeger | 1 | -1/+0 | |
Fix build warning. Karolin | |||||
2009-10-26 | s3:docs: fake dir create times is a global parameter. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-10-12 | s3/smbldap: add option to disable following LDAP refs | Jan Engelhardt | 1 | -0/+21 | |
Fix bug #6717. | |||||
2009-10-03 | s3:doc: add some detail about lanman auth parameter | Björn Jacke | 1 | -0/+7 | |
add interesting detail: lm passwords will be removed from databaѕe with lanman auth = no | |||||
2009-09-29 | s3: Document the "share:fake_fscaps" parameter, fix bug 6765 | Volker Lendecke | 1 | -0/+20 | |
2009-08-26 | Add a parameter to disable the automatic creation of krb5.conf files | Volker Lendecke | 1 | -0/+24 | |
This is necessary because MIT 1.5 can't deal with certain types (Tree Root) of transitive AD trusts. The workaround is to add a [capaths] directive to /etc/krb5.conf, which we don't automatically put into the krb5.conf winbind creates. The alternative would have been something like a "krb5 conf include", but I think if someone has to mess with /etc/krb5.conf at this level, it should be easy to add the site-local KDCs as well. Next alternative is to correctly figure out the [capaths] parameter for all trusted domains, but for that I don't have the time right now. Sorry :-) | |||||
2009-08-12 | Documentation for "store create time". | Jeremy Allison | 1 | -0/+15 | |
Jeremy. | |||||
2009-06-30 | s3 docs: Add documentation for 'kerberos method' and 'dedicated keytab file' ↵ | Tim Prouty | 2 | -0/+54 | |
parameters | |||||
2009-06-19 | s3/docs: Fix typo. | Karolin Seeger | 1 | -1/+1 | |
This fixes bug #6412. Thanks to Carsten Dumke <carsten [at] cdumke.de> for reporting! Karolin | |||||
2009-06-12 | s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged ↵ | Günther Deschner | 2 | -2/+2 | |
users. GUenther | |||||
2009-06-05 | s3/docs: Fix typo. | Karolin Seeger | 1 | -2/+2 | |
Karolin | |||||
2009-05-27 | s3: update manpage as to the new passdb backend default | Björn Jacke | 1 | -3/+5 | |
2009-05-26 | s3/docs Add manpage for "map untrusted to domain" parameter | Steven Danneman | 1 | -0/+33 | |
This fixes bug 6352. | |||||
2009-05-19 | s3/docs: Fix shutdown script example. | Karolin Seeger | 1 | -4/+5 | |
This fixes bug #5897. Thanks to TAKAHASHI Motonobu <monyo [at] samba.gr.jp> for reporting and providing the example! Karolin | |||||
2009-04-29 | s3/docs: Remove documentation of "use kerberos keytab". | Karolin Seeger | 1 | -23/+0 | |
This parameter has been removed with d96248a9b4655. Karolin | |||||
2009-04-17 | s3-docs: fix typo in smb.conf.5. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-30 | s3/cups: add documentation for new cups encrypt parameter | Björn Jacke | 1 | -0/+25 | |