1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

506 Commits

Author SHA1 Message Date
Jeremy Allison
67aa53a1e1 Be a little clearer about when and when not to set this option.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Mar 28 23:59:47 CEST 2011 on sn-devel-104
2011-03-28 23:59:47 +02:00
Stefan Metzmacher
dc36d75d5f Revert "Change strict allocate to default to true.
This reverts commit ecf48af135.

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
2011-03-28 09:00:09 +02:00
Michael Adam
cafb25ab37 s3:docs: remove documentation of "idmap read only" which was removed. 2011-03-22 22:49:57 +01:00
Michael Adam
bc3fb2405c s3:docs: fix xml of "printnotifybackchannel" parameter (missing closing tag)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue Mar 22 13:57:25 CET 2011 on sn-devel-104
2011-03-22 13:57:25 +01:00
Volker Lendecke
4b347a1b17 s3: Add "print notify backchannel" parameter to prevent us doing the reverse print notify connection.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Mar 18 21:34:30 CET 2011 on sn-devel-104
2011-03-18 21:34:30 +01:00
Gregor Beck
8bcae0009b s3-docs: manpage for "net idmap delete"
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Mar  7 14:26:42 CET 2011 on sn-devel-104
2011-03-07 14:26:42 +01:00
Gregor Beck
f723fef45e s3-docs: manpage for "smbcontrol xx idmap" 2011-03-07 13:40:06 +01:00
Volker Lendecke
73ce3e156e s3: Announce HSM in the gpfs module 2011-03-02 18:39:21 +01:00
Jelmer Vernooij
59a077d8f5 Fix some types
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
2011-02-28 23:30:06 +01:00
Jeremy Allison
98052db487 Gratuitous change to get around transient autobuild failure :-(.
Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Feb 25 02:41:15 CET 2011 on sn-devel-104
2011-02-25 02:41:14 +01:00
Justin Maggard
6141b6a49f Detect Mac OS X as a separate client type. 2011-02-25 01:57:04 +01:00
Günther Deschner
29f850ac43 s3-docs: document all wbinfo options.
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 23 23:45:40 CET 2011 on sn-devel-104
2011-02-23 23:45:40 +01:00
Michael Adam
1e34624326 docs: update wbinfo manpage: remove documentation of removed parameters
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 28 02:09:09 CET 2011 on sn-devel-104
2011-01-28 02:09:09 +01:00
Björn Baumbach
3bb212a3a9 s3-docs: fix deldriver option
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-25 10:45:21 +01:00
Björn Baumbach
b8d5ee9de3 s3-docs: add some long opts to smbclient(1) man
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-25 10:45:20 +01:00
Michael Adam
fea41496a1 s3:docs: document "winbind max domain connections"
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 21 14:33:57 CET 2011 on sn-devel-104
2011-01-21 14:33:57 +01:00
Michael Adam
891bff8747 docs: Remove template "itemizedlist/listitem" from man.xsl
This seems to have been basically taken from the manpages/lists.xls
from the docbook-xsl stylesheets. But it references a variable list-indent
that older versions of docbook-xsl (e.g. 1.69) do not provide.
This makes the manpage build break on older systems. Removing
the definition lets the build succeed, using the system-definition
of the itemizedlist/listitem.

The diff between the docbook's (version 1.75.1) definition of
itemizedlist/listitem and the definition in our man.xls is this:

-- with this patch
-- without this patch
@@ -53,5 +53,7 @@
   <!-- * seems to require the extra space. -->
   <xsl:call-template name="roff-if-end"/>
   <xsl:apply-templates/>
-  <xsl:text>.RE&#10;</xsl:text>
+  <xsl:if test=" following-sibling::listitem">
+        <xsl:text>&#10;.RE&#10;</xsl:text>
+  </xsl:if>
 </xsl:template>

I.e. the version of man.xsl made insertion if ".RE" conditional.
I hope this does not break anything severely.
The diff for e.g. the resulting winbindd.8 manpage is this:

--- with this patch
+++ witout this patch:
@@ -375,7 +375,6 @@

 \m[blue]\fBwinbind: rpc only\fR\m[]
 Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&.
-.RE
 .SH "EXAMPLE SETUP"
 .PP
 To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup\&. This was tested on an early Red Hat Linux box\&.

Cheers
2011-01-18 14:08:38 +01:00
Björn Baumbach
4fe0765d91 s3-docs: Typos in rpcclient man page
Signed-off-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Jan 12 18:13:54 CET 2011 on sn-devel-104
2011-01-12 18:13:54 +01:00
Björn Baumbach
98af6738f6 s3-docs: Typos in smbclient man page
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-12 17:25:54 +01:00
Karolin Seeger
3bf51a9e28 s3/docs: Remove superfluous bracket.
Karolin
2011-01-11 21:18:57 +01:00
David Disseldorp
0b188e7784 s3-printing: Initiate pcap reload from parent smbd
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.
2011-01-07 15:37:39 -08:00
Volker Lendecke
43e42b4e77 s3: Fix some typos 2010-12-19 23:25:06 +01:00
Volker Lendecke
a4bcabc726 s3: Document wbinfo -P/--ping-dc 2010-12-19 23:25:06 +01:00
Jeremy Allison
ecf48af135 Change strict allocate to default to true. (cherry picked from commit 820ea22a07b062b1717d35de8fa7051fc1067c3f) 2010-12-15 14:09:48 -08:00
Jeremy Allison
d2e9171f1d Add documentation for "smb2 max credits".
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Dec 11 02:14:07 CET 2010 on sn-devel-104
2010-12-11 02:14:07 +01:00
Andrew Bartlett
45d784e929 s3-docs Add docs for 'client use spnego principal' and 'send spengo principal'
Andrew Bartlett
2010-12-10 16:08:30 +11:00
Andrew Bartlett
d69b4f13f7 s3-docs Explain change to NTLMv2 by default in the client 2010-12-10 16:08:30 +11:00
Michael Adam
a52a587783 docs: clarify the idmap_rid manpage (bug #7788)
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 19:07:57 +01:00
Michael Adam
91d9cb48a5 docs: clarify the idmap_ad manpage (bug #6322)
The idmap_ad module can not be used as a default backend.
2010-12-07 18:24:18 +01:00
Kai Blin
6e27ff36b6 s3 docs: Reword posix locking text to answer a common question
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-12-01 10:37:30 +01:00
Samba-JP oota
aa54713615 s3-docs: Update 3.2 features. 2010-11-23 17:06:48 +01:00
Volker Lendecke
568a2377cc s3: Add a word of warning about "winbind use default domain"
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Nov 22 23:26:11 CET 2010 on sn-devel-104
2010-11-22 23:26:11 +01:00
Volker Lendecke
076ccc6723 s3: Fix some typos 2010-11-22 22:40:03 +01:00
Björn Jacke
f198c901dd s3/doc: add missing documentation for vfs_time_audit
Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Sat Nov 13 17:13:24 UTC 2010 on sn-devel-104
2010-11-13 17:13:24 +00:00
Christian Ambach
9aab4149af s3:idmap: add a new ID mapping module autorid
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-08 13:39:51 +01:00
Volker Lendecke
f2456cd542 s3: Allow disabling of mdns registrations
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Nov  5 11:24:41 UTC 2010 on sn-devel-104
2010-11-05 11:24:41 +00:00
Samba-JP oota
f3972830dd This is typo fix patch for smbcacls.1.xml .
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Oct 18 05:53:26 UTC 2010 on sn-devel-104
2010-10-18 05:53:26 +00:00
Günther Deschner
3b213f6138 s3-docs: fix typo in "add port command" smb.conf manpage.
Guenther
2010-10-07 17:25:17 +02:00
Michael Adam
9e2eefad44 docs: use abs_top_builddir instead of BUILDDIR to let configure create 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-23 03:05:48 +02:00
Gregor Beck
0afc83c255 s3-net: add command registry convert
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22 06:30:00 +02:00
Gregor Beck
e7c2724c81 s3-net: add command registry export
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22 06:30:00 +02:00
Gregor Beck
2a10fd769b s3-net: add command registry import
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22 06:30:00 +02:00
Gregor Beck
9c2e89da10 s3-docs: document net registry
Signed-off-by: Michael Adam <obnox@samba.org>
2010-09-22 06:29:59 +02:00
Günther Deschner
9a7d1b1e97 s3-docs: more typos in rpc_server manpage.
Guenther
2010-09-15 14:35:28 +02:00
Günther Deschner
effbebcec1 s3-docs: fix rpc_server manpage type.
Guenther
2010-09-15 14:16:45 +02:00
Andreas Schneider
34225c93af s3-rpc_server: Added new parametric option 'rpc_server'
Signed-off-by: Andreas Schneider <asn@samba.org>
2010-09-15 12:53:42 +02:00
Pierre Carrier
eeb24afd78 Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.
Signed-off-by: Jeremy Allison <jra@samba.org>
2010-09-14 16:43:39 -07:00
Michael Adam
4208d40a74 docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies 2010-09-03 09:39:48 +02:00
Stefan Metzmacher
fc79f358eb docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected'
metze
2010-08-30 10:50:16 +02:00
Stefan Metzmacher
4d76c18f78 docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'
metze
2010-08-30 10:50:16 +02:00
Stefan Metzmacher
6cf66a04ad docs-xml/vfs_gpfs: document 'gpfs:winattr'
metze
2010-08-30 10:50:15 +02:00
Stefan Metzmacher
a8a704001e docs-xml/vfs_gpfs: document 'gpfs:getrealfilename'
metze
2010-08-30 10:50:15 +02:00
Stefan Metzmacher
196699a6a1 docs-xml/vfs_gpfs: document 'gpfs:leases'
metze
2010-08-30 10:50:14 +02:00
Stefan Metzmacher
d35d846db1 docs-xml/vfs_gpfs: document 'gpfs:sharemodes'
metze
2010-08-30 10:50:14 +02:00
Andreas Schneider
a482b3e14e s3-auth: Remove docs about obsolete 'update encrypted' option. 2010-08-16 12:48:43 +02:00
Michael Adam
c09ee2bcb4 s3:docs: fix net manpage to reflect removal of net "idmap secret alloc" feature 2010-08-14 02:10:41 +02:00
Michael Adam
8496c663ff s3:docs: add documentation for new "idmap read only" parameter 2010-08-14 02:10:40 +02:00
Michael Adam
2056703d56 s3:docs: remove documentation of removed parameter "idmap alloc backend" 2010-08-14 02:10:40 +02:00
Volker Lendecke
b742c4952e s3-docs: Add more verbose description of "log writeable files on exit". 2010-07-19 12:47:09 +02:00
Volker Lendecke
775f1ed045 s3-docs: Add more verbose description of "ctdb locktime warn threshold". 2010-07-19 12:35:58 +02:00
Volker Lendecke
4c0f760edf s3-docs: Add more verbose description of "username map cache time". 2010-07-19 12:22:05 +02:00
Karolin Seeger
a785b4349c s3-docs: Remove older documentation of smb2 parameters.
Jeremy, these parameters were already documented. My fault.
Sorry for the noise!

Karolin
2010-07-19 11:54:05 +02:00
Jeremy Allison
3036822985 Fix bug #7570 - New smb2 max parameters are undocumented.
Jeremy.
2010-07-16 14:39:52 -07:00
Günther Deschner
17ddefef8a s3-docs: try to make "default case" explanation a little clearer.
Guenther
2010-06-30 21:46:09 +02:00
Andreas Schneider
06ed6667be doc: Remove the documentation of the sequence command of wbinfo.
The command is deprecated, see --online-status.
2010-06-23 11:01:58 +02:00
Karolin Seeger
2352538362 s3-docs: Add missing whitespace.
Karolin
2010-06-21 10:30:57 +02:00
Günther Deschner
cfb67b1a16 s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation.
Guenther
2010-06-16 17:10:14 +02:00
John H Terpstra
50882e2077 Fix typo reported by Söderlund David <david.soderlund@baesystems.se>. 2010-06-16 08:56:42 -05:00
Volker Lendecke
d12768cc0a s3: Fix a typo found by ITPFS oota <t-oota@dh.jp.nec.com>
Thanks!
2010-05-24 11:26:15 +02:00
Matthew McGillis
b05faffd00 added documentation for the -I flag 2010-05-17 10:21:51 +02:00
Karolin Seeger
da64913f55 s3-docs: Unify capitalization.
Karolin
2010-05-12 16:21:56 +02:00
Karolin Seeger
ad6f638229 s3-docs: Add documentation of the net g_lock subcommand.
Karolin
2010-05-12 16:17:33 +02:00
Karolin Seeger
da5c49d727 s3-docs: Move -D option to the right paragraph in man winbindd.
Fix bug #7260 (Command line option documentation in wrong place in winbindd man
page.). Thanks to Ged Haywood <samba@jubileegroup.co.uk> for reporting!

Karolin
2010-05-12 11:24:57 +02:00
Volker Lendecke
5a56bc948e s3: Fix bug 5972 -- remove -L testparm parameter
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> to point out that this does
not work and to agree it's not worth fixing :-)
2010-05-05 18:07:45 +02:00
Karolin Seeger
20fc769179 s3-docs: Improve "winbind nss info" section in man smb.conf.
Karolin
2010-04-16 09:24:13 +02:00
Karolin Seeger
6389fac6db s3-docs: Fix typo in man idmap_ad.
Karolin
2010-04-13 20:06:14 +02:00
Volker Lendecke
5fc2801c09 s3: Cache the username map in gencache
This is for uses with a heavy-weight username map script
2010-04-13 09:30:06 +02:00
Jeremy Allison
9c410118cb Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
Set to 64k by default.

Jeremy.
2010-04-06 15:43:35 -07:00
Jeremy Allison
e14a6fbf8c Fix bug 7307 - man net usershare mistake
Fix bad usage message, reported by headset001@yahoo.com.

Jeremy.
2010-03-29 14:24:18 -07:00
Holger Hetterich
87ad4e990b Make the smbta-util manpage xml create smbta-util.8 instead of smbta-tool.8
Additionally change any references to smbta-tool in the text of the manpage.

Signed-off-by: Andreas Schneider <asn@samba.org>
2010-03-29 18:01:41 +02:00
Torsten Kurbad
36f4541d92 s3: Fix a missing </listitem> in vfs_crossrename.8.xml 2010-03-25 17:58:27 +01:00
Volker Lendecke
70f9338bf2 s3: Add the "ctdb locktime warn threshold" parameter
This is mainly a debugging aid for post-mortem analysis in case a cluster file
system is slow.
2010-03-22 17:32:18 +01:00
Volker Lendecke
b2f45f20b0 s3: Add "log writeable files on exit" parameter
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-03-22 12:03:44 +01:00
Holger Hetterich
56dfc0915c Update the manpage of vfs_smb_traffic_analyzer and add smbta-util. 2010-03-16 09:52:10 -04:00
Jeff Layton
8a76352544 samba: remove Linux cifs-utils files from samba master branch
This patch removes all of the files from the samba tree that should now
be provided by the cifs-utils package. It also drops a
"README.cifs-utils" into the topdir with a URL to the main cifs-utils
webpage. This is for people who don't want the lists and might be taken
by surprise by the change. That's optional, but I think it's a good idea
for a least a release or two.

Signed-off-by: Jeff Layton <jlayton@samba.org>
2010-03-08 15:05:05 -05:00
Björn Jacke
2f1fa4f8ca s3: add man page for vfs_crossrename 2010-03-08 17:18:03 +01:00
Holger Hetterich
99fc004e40 s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list
Supports negated arguments in configuration like:
full_audit:success = all !readdir !telldir !closedir
Update the manpage accordingly.
Part of BSO#4025
2010-02-28 11:35:18 +01:00
Karolin Seeger
494819773d s3-docs: Remove trailing whitespaces and fix a typo.
Karolin
2010-02-18 13:10:21 +01:00
Björn Jacke
37115f91ae s3:docs: add some advice for usage of strict allocate 2010-02-18 13:01:28 +01:00
Volker Lendecke
f6c39cec27 s3-docs: Document 'smbclient -C'. 2010-02-16 11:05:09 +01:00
Holger Hetterich
6ec6fa0ac4 s3: eventlogadm.c: add -s option to use alternative config file.
Update the manpage accordingly.
2010-02-15 08:31:44 +01:00
Jeremy Allison
c7f16abc47 Fix error in docs. Should be milliseconds, not microseconds. 2010-02-12 21:29:58 -08:00
Jeremy Allison
f2d7d9774e Revert "Change the default of "nmbd bind explicit broadcast" to "no""
This reverts commit 84fba3c1bc.

Now we have a "processed packet queue" in nmbd we can go back
to doing this by default.

Jeremy.
2010-02-10 12:42:27 -08:00
Jeremy Allison
84fba3c1bc Change the default of "nmbd bind explicit broadcast" to "no"
until the double processing problem in bug #7118 is fixed.

Jeremy.
2010-02-10 08:39:37 -08:00
Karolin Seeger
a0ac6a8632 s3-docs: Fix make manpages3.
Karolin
2010-02-09 17:21:01 +01:00
Karolin Seeger
a5b003e1f7 s3-docs: Add missing para end tag.
Karolin
(cherry picked from commit b78de63ef3)
2010-02-09 17:14:38 +01:00
Jeremy Allison
3f2415c9bf Make "nmbd bind explicit broadcast" on by default.
Fix a comment typo.

Jeremy.
2010-02-08 14:35:02 -08:00
Stefan Metzmacher
9887751f6f s3:docs-xml: document "nmbd bind explicit broadcast"
metze
2010-02-08 18:35:11 +01:00
Jeremy Allison
bd269443e3 Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
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-02-05 15:20:18 -08:00
Karolin Seeger
a3420bf7a5 s3/docs: Fix typo.
Karolin
2010-01-25 19:53:42 +01:00
Björn Jacke
3d40d8461e s3/doc: update vfs_shadow_copy2 man page according to new options 2010-01-21 09:25:43 +01:00
Karolin Seeger
e1e6b19acf s3-docs: Fix typos.
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
2010-01-20 13:34:50 +01:00
Olivier Sessink
3fb359aa56 s3-docs: Add man page for vfs_scannedonly.
Fix bug #7028.
2010-01-18 11:41:33 +01:00
Michael Adam
3b58b2ac39 docs: fix xml tag in the pdbedit manpage
Michael
2010-01-12 16:19:57 +01:00
Günther Deschner
9bdd3d6c1b s3-docs: mention -K option in pdbedit manpage.
Guenther
2010-01-08 12:35:18 +01:00
Günther Deschner
c1ca00047d s3-docs: fix eventlogadm manpage typo.
Guenther
2010-01-07 12:07:22 +01:00
Suresh Jayaraman
29a84670a9 doc: update mount.cifs man page with nounix option
Change since last post:
	- fix build error due to superfluous </para> tag.
	- ensure it builds fine.

Also add a section on INODE NUMBERS that discusses inode numbers more
thoroughly and add reference to it in "nounix" and "noserverino"
options.

Thanks to Jeff Layton for explaining those details.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-12-23 11:41:39 -05:00
Günther Deschner
3b40ec8370 s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.
Guenther
2009-12-23 10:34:44 +01:00
Jelmer Vernooij
0110990f01 tdb: Also build and install tdb manpages from standalone tdb. 2009-12-21 23:40:12 +01:00
Günther Deschner
9a7bed7ae6 s3-docs: mention long and undocumented option names in rpcclient manpage.
Guenther
2009-12-21 17:47:16 +01:00
Günther Deschner
308e1b5187 s3-docs: mention long and undocumented option names in smbcacls manpage.
Guenther
2009-12-21 17:47:16 +01:00
Günther Deschner
71a5aef4e1 s3-docs: mention long and undocumented option names in smbclient manpage.
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
6ffa5df69a s3-docs: mention -O, --stdout in smbget manpage.
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
f868672814 s3-docs: mention long option names in smbtree manpage.
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
722a330013 s3-docs: mention long and undocumented option names in pdbedit manpage.
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
0d412789b8 s3-docs: mention all long option names in samba.entities file.
Guenther
2009-12-21 17:46:34 +01:00
Günther Deschner
d9ca1488a4 s3-docs: not working for SuSE anymore...
Guenther
2009-12-21 17:45:31 +01:00
Günther Deschner
72d68acbf5 s3-docs: mention pam_winbind.conf(5) manpage in pam_winbind(8) manpage.
Guenther
2009-12-18 14:03:36 +01:00
Günther Deschner
7481667870 s3-docs: add new pam_winbind.conf(5) manpage.
Guenther
2009-12-18 14:03:36 +01:00
Jeremy Allison
fbf4923cad Update default with correct value. Add a note about Win7 behavior
here.
Jeremy.
2009-12-17 16:50:35 -08:00
Karolin Seeger
f740bdc47b s3:docs: Fix 'make manpages3'.
Karolin
2009-12-14 08:58:50 +01:00
Björn Jacke
c69b9b7890 s3:docs: document ldap deref 2009-12-11 13:28:31 +01:00
Björn Jacke
3609c7433d s3:doc: make dos filetimes description less contradictory 2009-12-08 21:32:51 +01:00
Karolin Seeger
5055ba140d s3:docs: Document "directory name cache size".
Karolin
2009-12-07 16:30:10 +01:00
Karolin Seeger
3b7f8a759f s3:docs: Fix typo in man mount.cifs.
Fix bug #6844 (wrong credential file format in mount.cifs manpage).
Thanks to the Debian Samba package maintainers for reporting!

Karolin
2009-11-30 14:53:23 +01:00
Karolin Seeger
fde7c2ab19 s3:docs: Document "aio write behind".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
2009-11-30 13:35:48 +01:00
Karolin Seeger
9478ec35b5 s3:docs: Document "ldap page size".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
2009-11-30 13:35:47 +01:00
Karolin Seeger
b03ad70848 s3:docs: Document "enable core files".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
2009-11-30 11:41:40 +01:00
Karolin Seeger
0003b5fad1 s3:docs: Document "cache directory" and "state directory".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
2009-11-30 11:04:50 +01:00
Volker Lendecke
69a68208bd s3: Restore "fake directory create times" as a share parameter 2009-11-29 11:22:05 +01:00
Günther Deschner
95d0f0aab0 docs: Fix Bug 6922: Add Registry patchfile for Win7 domain join.
Patchfile from SATOH Fumiyasu <fumiyas@osstech.co.jp>.

Thanks!

Guenther
2009-11-24 11:38:14 +01:00
John H Terpstra
5cd8b0e8f7 PC Oota Edits. 2009-11-19 15:41:59 -06:00
Karolin Seeger
da8aba53d6 s3/docs: Add "max protocol = smb2" to man smb.conf.
Karolin
2009-11-18 13:05:24 +01:00
Jeremy Allison
a770caed0f Remove "store create time" code, cause create time to be stored
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-17 14:55:02 -08:00
Jeremy Allison
a8769e6675 Second part of bugfix for 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
We also need dos filemode = true set as well.
Jeremy.
2009-11-11 18:35:18 -08:00
Karolin Seeger
f3646ff392 s3/docs: Document "enable spoolss".
Karolin
2009-11-11 15:42:21 +01:00
Jeremy Allison
bd2ffb1c7a Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
Jeremy.
2009-11-06 21:53:07 -08:00
Volker Lendecke
d415d4d32f s3: Add parameter "ctdb timeout"
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-05 12:05:36 +01:00
Volker Lendecke
ad6ee94950 s3: Make "debug hires timestamp" default to true
It does not cost much and can help a lot when debugging
2009-11-02 10:08:39 +01:00
Karolin Seeger
d1ad143a70 s3/docs: Fix typo.
Fix bug #4250. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-10-30 16:47:22 +01:00
Karolin Seeger
52aa522a55 s3/docs: Remove reference to nonexistent file.
Fix bug #4252. Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!

Karolin
2009-10-30 16:33:52 +01:00
Simo Sorce
04161b44a0 Fix map readonly in smb.conf, it is a single word 2009-10-28 19:10:08 -04:00
Karolin Seeger
354038f170 s3/docs: Document new pdbedit -K option.
Karolin
2009-10-27 16:04:35 +01:00
Karolin Seeger
f381faa8d6 s3: Rename new parameter "ldap ref follow" to "ldap follow referral".
This parameter will be introduced with Samba 3.5.0.

Karolin
2009-10-26 12:11:59 +01:00
Karolin Seeger
35dc481289 s3:docs: Public is not a synonym for access based shareenum.
Fix build warning.

Karolin
2009-10-26 10:14:51 +01:00
Karolin Seeger
02dd895202 s3:docs: fake dir create times is a global parameter.
Karolin
2009-10-26 09:33:37 +01:00
John H Terpstra
751fd6fb8d Fixes for typos. Thank-you PC Oota. 2009-10-19 13:29:17 -05:00
Karolin Seeger
fa08d0b44b Fix typo.
privilage -> privilege

Karolin
2009-10-19 09:47:33 +02:00
Karolin Seeger
6a9e88e08b s3/docs: Add missing meta data to man ldbrename.
Avoid warnings.

Karolin
2009-10-15 12:27:24 +02:00
Günther Deschner
0c37c23869 docs: document wbinfo -c.
Guenther
2009-10-13 12:42:44 +02:00