Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-12 | s3-docs: Typos in smbclient man page | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-11 | s3/docs: Remove superfluous bracket. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2011-01-07 | s3-printing: Initiate pcap reload from parent smbd | David Disseldorp | 1 | -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. | |||||
2010-12-19 | s3: Fix some typos | Volker Lendecke | 1 | -1/+1 | |
2010-12-19 | s3: Document wbinfo -P/--ping-dc | Volker Lendecke | 1 | -0/+10 | |
2010-12-15 | Change strict allocate to default to true. (cherry picked from commit ↵ | Jeremy Allison | 1 | -5/+6 | |
820ea22a07b062b1717d35de8fa7051fc1067c3f) | |||||
2010-12-11 | Add documentation for "smb2 max credits". | Jeremy Allison | 1 | -0/+15 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 11 02:14:07 CET 2010 on sn-devel-104 | |||||
2010-12-10 | s3-docs Add docs for 'client use spnego principal' and 'send spengo principal' | Andrew Bartlett | 2 | -0/+56 | |
Andrew Bartlett | |||||
2010-12-10 | s3-docs Explain change to NTLMv2 by default in the client | Andrew Bartlett | 1 | -6/+7 | |
2010-12-07 | docs: clarify the idmap_rid manpage (bug #7788) | Michael Adam | 1 | -0/+18 | |
The idmap_rid module should not be used as a default backend. Also mention that the old snytax "idmap backend = rid:domain=range ..." is not supported any more. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Dec 7 19:07:57 CET 2010 on sn-devel-104 | |||||
2010-12-07 | docs: clarify the idmap_ad manpage (bug #6322) | Michael Adam | 1 | -0/+17 | |
The idmap_ad module can not be used as a default backend. | |||||
2010-12-01 | s3 docs: Reword posix locking text to answer a common question | Kai Blin | 1 | -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 | |||||
2010-11-23 | s3-docs: Update 3.2 features. | Samba-JP oota | 1 | -0/+96 | |
2010-11-22 | s3: Add a word of warning about "winbind use default domain" | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104 | |||||
2010-11-22 | s3: Fix some typos | Volker Lendecke | 2 | -2/+2 | |
2010-11-13 | s3/doc: add missing documentation for vfs_time_audit | Björn Jacke | 1 | -0/+101 | |
Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Sat Nov 13 17:13:24 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s3:idmap: add a new ID mapping module autorid | Christian Ambach | 1 | -0/+134 | |
This is an initial implementation of the idmap_autorid module. It works similar to the idmap_rid module but requires less configuration. It will automatically pick ranges for each domain, so you do not have to bother any more about adding an idmap configuration for all of the domains in the forest. This is very easy to use and to configure and much more deterministic and faster than idmap_tdb, the typical choice of Samba users up to now. | |||||
2010-11-05 | s3: Allow disabling of mdns registrations | Volker Lendecke | 1 | -0/+15 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 5 11:24:41 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | This is typo fix patch for smbcacls.1.xml . | Samba-JP oota | 1 | -6/+6 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Oct 18 05:53:26 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3-docs: fix typo in "add port command" smb.conf manpage. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-23 | docs: use abs_top_builddir instead of BUILDDIR to let configure create ↵ | Michael Adam | 1 | -2/+2 | |
correct catalog file The use of the catalog file is still controlled by exporting the XML_CATALOG_FILES variable as described in build/README | |||||
2010-09-22 | s3-net: add command registry convert | Gregor Beck | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-22 | s3-net: add command registry export | Gregor Beck | 1 | -0/+12 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-22 | s3-net: add command registry import | Gregor Beck | 1 | -0/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-22 | s3-docs: document net registry | Gregor Beck | 1 | -0/+124 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-15 | s3-docs: more typos in rpc_server manpage. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-15 | s3-docs: fix rpc_server manpage type. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-15 | s3-rpc_server: Added new parametric option 'rpc_server' | Andreas Schneider | 1 | -0/+46 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-09-14 | Allows changing the maximum number of simultaneous clients in winbindd ↵ | Pierre Carrier | 1 | -0/+14 | |
through an smb.conf option. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2010-09-03 | docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies | Michael Adam | 1 | -3/+14 | |
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected' | Stefan Metzmacher | 1 | -0/+31 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend' | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:winattr' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:getrealfilename' | Stefan Metzmacher | 1 | -0/+21 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:leases' | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:sharemodes' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2010-08-16 | s3-auth: Remove docs about obsolete 'update encrypted' option. | Andreas Schneider | 3 | -82/+3 | |
2010-08-14 | s3:docs: fix net manpage to reflect removal of net "idmap secret alloc" feature | Michael Adam | 1 | -1/+1 | |
2010-08-14 | s3:docs: add documentation for new "idmap read only" parameter | Michael Adam | 1 | -0/+21 | |
2010-08-14 | s3:docs: remove documentation of removed parameter "idmap alloc backend" | Michael Adam | 1 | -33/+0 | |
2010-07-19 | s3-docs: Add more verbose description of "log writeable files on exit". | Volker Lendecke | 1 | -4/+11 | |
2010-07-19 | s3-docs: Add more verbose description of "ctdb locktime warn threshold". | Volker Lendecke | 1 | -7/+19 | |
2010-07-19 | s3-docs: Add more verbose description of "username map cache time". | Volker Lendecke | 1 | -7/+16 | |
2010-07-19 | s3-docs: Remove older documentation of smb2 parameters. | Karolin Seeger | 3 | -39/+0 | |
Jeremy, these parameters were already documented. My fault. Sorry for the noise! Karolin | |||||
2010-07-16 | Fix bug #7570 - New smb2 max parameters are undocumented. | Jeremy Allison | 3 | -0/+51 | |
Jeremy. | |||||
2010-06-30 | s3-docs: try to make "default case" explanation a little clearer. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2010-06-23 | doc: Remove the documentation of the sequence command of wbinfo. | Andreas Schneider | 1 | -8/+0 | |
The command is deprecated, see --online-status. | |||||
2010-06-21 | s3-docs: Add missing whitespace. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-06-16 | s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-06-16 | Fix typo reported by Söderlund David <david.soderlund@baesystems.se>. | John H Terpstra | 1 | -1/+1 | |