summaryrefslogtreecommitdiff
path: root/docs/manpages-4/masktest.1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages-4/masktest.1.xml')
-rw-r--r--docs/manpages-4/masktest.1.xml139
1 files changed, 0 insertions, 139 deletions
diff --git a/docs/manpages-4/masktest.1.xml b/docs/manpages-4/masktest.1.xml
deleted file mode 100644
index 3dad70bb04..0000000000
--- a/docs/manpages-4/masktest.1.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?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>