summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf
Commit message (Collapse)AuthorAgeFilesLines
* Another part of the fix for Bug 8473 - smb2_find uses a hard coded max reply ↵Jeremy Allison2011-10-134-7/+7
| | | | | | | | | | | | size of 0x10000 instead of smb2_max_trans. Change the defaults and the documentation to reflect the 64k limit. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 13 12:22:23 CEST 2011 on sn-devel-104 (cherry picked from commit d2a9e8df35be1516f22f0ef78356de6d4b02d4d3)
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' ↵Jeremy Allison2011-09-153-0/+45
| | | | | | | | | regression intro'd in 3.2 Add "allow insecure widelinks" to re-enable the ability (requested by some sites) to have "widelinks = yes" and "unix extensions = yes". Based on an original patch by Linda Walsh <samba@tlinx.org>
* First part of bugfix for bug #8335 - file copy aborts with ↵Jeremy Allison2011-07-311-1/+1
| | | | | | | smb2_validate_message_id: bad message_id Set default max credits to 8192 now this has been documented in the SMB2 spec.
* s3-param Mark 'time offset' as deprecatedAndrew Bartlett2011-06-141-1/+3
| | | | Andrew Bartlett
* s3-docs Add documentation for ncalrpc dirAndrew Bartlett2011-06-071-0/+13
|
* s3:doc: document "idmap gid" as deprecated.Michael Adam2011-06-051-8/+5
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 31 11:39:38 CEST 2011 on sn-devel-104
* s3:doc: document "idmap uid" as deprecated.Michael Adam2011-06-051-7/+5
|
* s3:doc: remove the documentation of "idmap alloc backend", which has been ↵Michael Adam2011-06-051-14/+0
| | | | removed
* s3:doc: document "idmap backend" as deprecated.Michael Adam2011-06-051-33/+2
|
* s3:doc: update documentation of the "idmap config FOO : BAR" familiy of ↵Michael Adam2011-06-051-20/+83
| | | | parameters
* s3-param Deprecate a number of security parameters for 3.6Andrew Bartlett2011-05-265-80/+70
| | | | | | | | | | | This follows up on the agreement on the samba-technical list in Jan 2011 to deprecate these options, and to possibly remove these in the 4.0 release after user feedback. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 13 19:51:41 CEST 2011 on sn-devel-104
* docs: Clarify the 'security=server' fails for NTLMv2Andrew Bartlett2011-05-261-0/+3
|
* docs: Rewrite 'password server' documentationAndrew Bartlett2011-05-261-52/+54
| | | | | | I think this new version is more clear. Andrew Bartlett
* s3: Document "async smb echo handler"Volker Lendecke2011-05-261-0/+15
| | | | | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu May 26 12:50:55 CEST 2011 on sn-devel-104 (cherry picked from commit 875e29ba830b269faf8ca7ff7cd7fc95c0c18f28) Fix bug #7571 (Documentation on new "async smb echo handler" parameter is missing).
* Be a little clearer about when and when not to set this option.Jeremy Allison2011-03-281-4/+8
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Mar 28 23:59:47 CEST 2011 on sn-devel-104 (cherry picked from commit 67aa53a1e17e7d94ccbc244476fa6ce7b6b968d2)
* Revert "Change strict allocate to default to true.Stefan Metzmacher2011-03-281-6/+5
| | | | | | | | | | | | | | | | This reverts commit ecf48af135e4c1ebc5aafe4b3dad785162f5949a. This makes Samba unusable on systems without Linux and a modern Filesystem. This was discussed with Jeremy on IRC: http://irclog.samba.org/2011/01/20110126-Wed.log metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Mar 28 09:00:09 CEST 2011 on sn-devel-104 (cherry picked from commit dc36d75d5fddaa351025e8eb8140f401b66aeb9d)
* s3:docs: remove documentation of "idmap read only" which was removed.Michael Adam2011-03-231-21/+0
|
* s3:docs: fix xml of "printnotifybackchannel" parameter (missing closing tag)Michael Adam2011-03-221-0/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Mar 22 13:57:25 CET 2011 on sn-devel-104
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ↵Volker Lendecke2011-03-181-0/+18
| | | | | | print notify connection. (cherry picked from commit e8a8c65f2309cfa4b5a366ae4102d727cc86b5cf)
* s3:docs: document "winbind max domain connections"Michael Adam2011-01-211-0/+24
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 7022554, smbds share a printcap cache (printer_list.tdb), therefore ordering of events between smbd processes is important when updating printcap cache information. Consider the following two process example: 1) smbd1 receives HUP or printcap cache time expiry 2) smbd1 checks whether pcap needs refresh, it does 3) smbd1 marks pcap as refreshed 4) smbd1 forks child1 to obtain cups printer info 5) smbd2 receives HUP or printcap cache time expiry 6) smbd2 checks whether pcap needs refresh, it does not (due to step 3) 7) smbd2 reloads printer shares prior to child1 completion (stale pcap) 8) child1 completion, pcap cache (printer_list.tdb) is updated by smbd1 9) smbd1 reloads printer shares based on new pcap information In this case both smbd1 and smbd2 are reliant on the pcap update performed on child1 completion. The prior commit "reload shares after pcap cache fill" ensures that smbd1 only reloads printer shares following pcap update, however smbd2 continues to present shares based on stale pcap data. This commit addresses the above problem by driving pcap cache and printer share updates from the parent smbd process. 1) smbd0 (parent) receives a HUP or printcap cache time expiry 2) smbd0 forks child0 to obtain cups printer info 3) child0 completion, pcap cache (printer_list.tdb) is updated by smbd0 4) smbd0 reloads printer shares 5) smbd0 notifies child smbds of pcap update via message_send_all() 6) child smbds read fresh pcap data and reload printer shares This architecture has the additional advantage that only a single process (the parent smbd) requests printer information from the printcap backend. Use time_mono in housekeeping functions As suggested by Björn Jacke.
* Change strict allocate to default to true. (cherry picked from commit ↵Jeremy Allison2010-12-151-5/+6
| | | | 820ea22a07b062b1717d35de8fa7051fc1067c3f)
* Add documentation for "smb2 max credits".Jeremy Allison2010-12-111-0/+15
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 11 02:14:07 CET 2010 on sn-devel-104
* s3-docs Add docs for 'client use spnego principal' and 'send spengo principal'Andrew Bartlett2010-12-102-0/+56
| | | | Andrew Bartlett
* s3-docs Explain change to NTLMv2 by default in the clientAndrew Bartlett2010-12-101-6/+7
|
* s3 docs: Reword posix locking text to answer a common questionKai Blin2010-12-011-1/+2
| | | | | | | | | vl recently pointed me to a valid reason to use posix locking = no. Fix the smb.conf manpage to explain this reason, as this question comes up on the samba mailing list from time to time as well. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Dec 1 10:37:30 CET 2010 on sn-devel-104
* s3: Add a word of warning about "winbind use default domain"Volker Lendecke2010-11-221-0/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104
* s3: Fix some typosVolker Lendecke2010-11-222-2/+2
|
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-0/+15
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 5 11:24:41 UTC 2010 on sn-devel-104
* s3-docs: fix typo in "add port command" smb.conf manpage.Günther Deschner2010-10-071-1/+1
| | | | Guenther
* s3-docs: more typos in rpc_server manpage.Günther Deschner2010-09-151-2/+2
| | | | Guenther
* s3-docs: fix rpc_server manpage type.Günther Deschner2010-09-151-1/+1
| | | | Guenther
* s3-rpc_server: Added new parametric option 'rpc_server'Andreas Schneider2010-09-151-0/+46
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* Allows changing the maximum number of simultaneous clients in winbindd ↵Pierre Carrier2010-09-141-0/+14
| | | | | | through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-auth: Remove docs about obsolete 'update encrypted' option.Andreas Schneider2010-08-161-34/+0
|
* s3:docs: add documentation for new "idmap read only" parameterMichael Adam2010-08-141-0/+21
|
* s3:docs: remove documentation of removed parameter "idmap alloc backend"Michael Adam2010-08-141-33/+0
|
* s3-docs: Add more verbose description of "log writeable files on exit".Volker Lendecke2010-07-191-4/+11
|
* s3-docs: Add more verbose description of "ctdb locktime warn threshold".Volker Lendecke2010-07-191-7/+19
|
* s3-docs: Add more verbose description of "username map cache time".Volker Lendecke2010-07-191-7/+16
|
* s3-docs: Remove older documentation of smb2 parameters.Karolin Seeger2010-07-193-39/+0
| | | | | | | Jeremy, these parameters were already documented. My fault. Sorry for the noise! Karolin
* Fix bug #7570 - New smb2 max parameters are undocumented.Jeremy Allison2010-07-163-0/+51
| | | | Jeremy.
* s3-docs: Add missing whitespace.Karolin Seeger2010-06-211-1/+1
| | | | Karolin
* s3-docs: Improve "winbind nss info" section in man smb.conf.Karolin Seeger2010-04-161-10/+8
| | | | Karolin
* s3: Cache the username map in gencacheVolker Lendecke2010-04-131-0/+18
| | | | This is for uses with a heavy-weight username map script
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-063-0/+39
| | | | | | Set to 64k by default. Jeremy.
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-221-0/+16
| | | | | This is mainly a debugging aid for post-mortem analysis in case a cluster file system is slow.
* s3: Add "log writeable files on exit" parameterVolker Lendecke2010-03-221-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.
* s3-docs: Remove trailing whitespaces and fix a typo.Karolin Seeger2010-02-181-3/+3
| | | | Karolin
* s3:docs: add some advice for usage of strict allocateBjörn Jacke2010-02-181-6/+18
|