1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

376 Commits

Author SHA1 Message Date
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
Günther Deschner
f394b5bc68 docs: document wbinfo -t --domain DOMAIN behavior.
Guenther
2009-10-13 12:42:24 +02:00
Björn Jacke
faad888e1a ѕ3: fix domain trust documentation confusion
fix some trusted/trusting mixups, make documentation more precise
and man page more verbose.
2009-10-12 22:42:27 +02:00
Günther Deschner
5eb14b2994 s3-docs: remove xml artefact from net.8.xml.
Guenther
2009-10-12 14:37:54 +02:00
Jan Engelhardt
c5d5969e24 s3/smbldap: add option to disable following LDAP refs
Fix bug #6717.
2009-10-12 11:34:58 +02:00
John H Terpstra
8283affee6 Change recommended bu PC Oota. 2009-10-09 07:00:11 -05:00
John H Terpstra
fb7096a55b Fix typos. Thank-you PC Oota. 2009-10-08 08:27:21 -05:00
Björn Jacke
2aacca010d s3:doc: add some detail about lanman auth parameter
add interesting detail: lm passwords will be removed from databaѕe with
lanman auth = no
2009-10-03 00:22:51 +02:00
Volker Lendecke
21794b0dd2 s3: Document the "share:fake_fscaps" parameter, fix bug 6765 2009-09-29 14:35:33 +02:00
John H Terpstra
8a90106beb Patches to fix typos thanks to OPC oota. 2009-09-24 19:26:03 -05:00
John H Terpstra
fe0387f047 Bug fix thanks to vjbangis viray 2009-09-24 19:18:33 -05:00
OPC oota
ab09fcf1da s3:docs: Fix a typo 2009-09-14 02:46:08 +02:00
John H Terpstra
689a9b88f9 OPC oota edits 2009-09-09 23:12:27 -05:00
Volker Lendecke
a224392649 s3:docs: Add info about how to obtain cifs module in cifs mount helper manpage 2009-09-09 23:11:06 +02:00
Karolin Seeger
9aa11fdf69 s3/docs: Raise version number.
Karolin
2009-09-08 15:40:48 +02:00
Karolin Seeger
1bc05ca3bb s3-docs: Update build howto.
This addresses bug #6661.

Karolin
2009-09-01 12:57:45 +02:00
Volker Lendecke
b824b1b7bf Add a parameter to disable the automatic creation of krb5.conf files
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-26 15:28:06 +02:00
Jeff Layton
da99e3a724 cifs.upcall: make using ip address conditional on new option
Igor Mammedov pointed out that reverse resolving an IP address to get
the hostname portion of a principal could open a possible attack
vector. If an attacker were to gain control of DNS, then he could
redirect the mount to a server of his choosing, and fix the reverse
resolution to point to a hostname of his choosing (one where he has
the key for the corresponding cifs/ or host/ principal).

That said, we often trust DNS for other reasons and it can be useful
to do so. Make the code that allows trusting DNS to be enabled by
adding --trust-dns to the cifs.upcall invocation.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-08-26 06:26:02 -04:00
Jeff Layton
b10bdef4e7 cifs.upcall: try getting a "cifs/" principal and fall back to "host/"
cifs.upcall takes a "-c" flag that tells the upcall to get a principal
in the form of "cifs/hostname.example.com@REALM" instead of
"host/hostname.example.com@REALM". This has turned out to be a source of
great confusion for users.

Instead of requiring this flag, have the upcall try to get a "cifs/"
principal first. If that fails, fall back to getting a "host/"
principal.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-08-14 07:59:50 -04:00
Jeremy Allison
7ad5c69bd4 Documentation for "store create time".
Jeremy.
2009-08-12 13:54:38 -07:00
Alexander Bokovoy
217e3086c7 Pass absolute file paths to Inkscape when transforming .svg files
Some recent versions of Inkscape (0.47 or around) have bug when export file name
is treated as relative against the directory of original .svg if it wasn't specified
as an absolute path. Fix it by always using absolute paths during conversion.
2009-08-08 08:02:52 +03:00
Karolin Seeger
7ee7ec3fdb s3/docs: Fix typos.
Thanks to OPC oota <t-oota@dh.jp.nec.com> for reporting!

Karolin
2009-08-03 10:20:39 +02:00
Michael Adam
34c535c9a8 docs: fix typos in the net man page.
Noted by Oota Toshiya <t-oota@dh.jp.nec.com> .

Michael
2009-07-27 13:35:59 +02:00
John H Terpstra
9b18c5475e Fix typos reported by OPC Oota. 2009-07-23 09:50:04 -05:00
John H Terpstra
14952c72a2 Replace word noone with more correct word nobody. Thanks OPC Oota. 2009-07-09 08:20:32 -05:00
John H Terpstra
6fc57517c2 Fixes inspired by OPC Oota. 2009-07-09 08:19:17 -05:00
Shirish Pargaonkar
31bd62727d docs: flesh out options section of umount.cifs manpage
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-08 07:43:43 -04:00
Shirish Pargaonkar
9aebdc2501 mount.cifs: clarify mapchars option
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2009-07-07 16:35:06 -04:00
Jelmer Vernooij
c41e5e1342 Fix some typos pointed out by Oota Toshiya. 2009-07-06 22:41:57 +02:00
Suresh Jayaraman
91e020fca1 doc: clarify that mount.cifs never uses smb.conf
For some users who are used to smbclient, it is not clear that
mount.cifs never uses smb.conf for configuring client specific
parameters. So, let's add this information to mount.cifs man page.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
2009-07-06 06:31:30 -04:00
Jelmer Vernooij
e6fed3a879 TOSHARG: Fix typo: s/aquire/acquire/ 2009-07-03 00:58:56 +02:00