diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-30 16:50:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:18 -0500 |
commit | c5981f6db057401c232baf1f01fb53ec9dbd4bb9 (patch) | |
tree | 6cad96fb7603f682cc3b2e1cc33d01143ec560cc /source4/torture/man/masktest.1.xml | |
parent | a3972de8949f5d1c804c316b0be61c17e61d903b (diff) | |
download | samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.tar.gz samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.tar.xz samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.zip |
r7117: Move more manpages to the source repository
(This used to be commit b00355bf0ce241a1223dbdbb2f3b5059a2bb4204)
Diffstat (limited to 'source4/torture/man/masktest.1.xml')
-rw-r--r-- | source4/torture/man/masktest.1.xml | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/source4/torture/man/masktest.1.xml b/source4/torture/man/masktest.1.xml new file mode 100644 index 0000000000..3dad70bb04 --- /dev/null +++ b/source4/torture/man/masktest.1.xml @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<refentry id="masktest.1"> + +<refmeta> + <refentrytitle>masktest</refentrytitle> + <manvolnum>1</manvolnum> +</refmeta> + + +<refnamediv> + <refname>masktest</refname> + <refpurpose>Find differences in wildcard matching between + Samba's implementation and that of a remote server.</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>masktest</command> + <arg choice="req">//server/share</arg> + <arg choice="opt">-U user%pass</arg> + <arg choice="opt">-d debuglevel</arg> + <arg choice="opt">-W workgroup</arg> + <arg choice="opt">-n numloops</arg> + <arg choice="opt">-s seed</arg> + <arg choice="opt">-a</arg> + <arg choice="opt">-E</arg> + <arg choice="opt">-M max protocol</arg> + <arg choice="opt">-f filechars</arg> + <arg choice="opt">-m maskchars</arg> + <arg choice="opt">-v</arg> + </cmdsynopsis> + +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para><application>masktest</application> is a utility for + detecting differences in behaviour between Samba's + own implementation and that of a remote server. + It will run generate random filenames/masks and + check if these match the same files they do on the remote file as + they do on the local server. It will display any differences it finds. + </para> + + <para> + This utility is used by the Samba team to find differences in + behaviour between Samba and Windows servers. + </para> +</refsect1> + + +<refsect1> + <title>OPTIONS</title> + + <variablelist> + <varlistentry> + <term>-U user%pass</term> + <listitem><para> + Specify the user and password to use when logging on + on the shares. This parameter can be specified twice + (once for the first server, once for the second). + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-s seed</term> + <listitem><para> + Seed the random number generator with the specified value. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-n numops</term> + <listitem><para>Set the number of operations to perform.</para></listitem> + </varlistentry> + + <varlistentry> + <term>-a</term> + <listitem><para>Print the operations that are performed. </para></listitem> + </varlistentry> + + <varlistentry> + <term>-M max_protocol</term> + <listitem><para> + Maximum protocol to use. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-f</term> + <listitem><para>Specify characters that can be used + when generating file names. Default: abcdefghijklm.</para></listitem> + </varlistentry> + + <varlistentry> + <term>-E</term> + <listitem><para>Abort when difference in behaviour is found.</para></listitem> + </varlistentry> + + <varlistentry> + <term>-m maskchars</term> + <listitem><para>Specify characters used for wildcards.</para></listitem> + </varlistentry> + + <varlistentry> + <term>-v</term> + <listitem><para>Be verbose</para></listitem> + </varlistentry> + + </variablelist> +</refsect1> + +<refsect1> + <title>VERSION</title> + + <para>This man page is correct for version 4.0 of the Samba suite.</para> +</refsect1> + +<refsect1> + <title>SEE ALSO</title> + + <para>Samba</para> + +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + &man.credits.samba; + + <para>masktest was written by Andrew Tridgell.</para> + + <para>This manpage was written by Jelmer Vernooij.</para> + +</refsect1> + +</refentry> |