1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="masktest.1">
6 <refentrytitle>masktest</refentrytitle>
7 <manvolnum>1</manvolnum>
12 <refname>masktest</refname>
13 <refpurpose>Find differences in wildcard matching between
14 Samba's implementation and that of a remote server.</refpurpose>
19 <command>masktest</command>
20 <arg choice="req">//server/share</arg>
21 <arg choice="opt">-U user%pass</arg>
22 <arg choice="opt">-d debuglevel</arg>
23 <arg choice="opt">-W workgroup</arg>
24 <arg choice="opt">-n numloops</arg>
25 <arg choice="opt">-s seed</arg>
26 <arg choice="opt">-a</arg>
27 <arg choice="opt">-E</arg>
28 <arg choice="opt">-M max protocol</arg>
29 <arg choice="opt">-f filechars</arg>
30 <arg choice="opt">-m maskchars</arg>
31 <arg choice="opt">-v</arg>
37 <title>DESCRIPTION</title>
39 <para><application>masktest</application> is a utility for
40 detecting differences in behaviour between Samba's
41 own implementation and that of a remote server.
42 It will run generate random filenames/masks and
43 check if these match the same files they do on the remote file as
44 they do on the local server. It will display any differences it finds.
48 This utility is used by the Samba team to find differences in
49 behaviour between Samba and Windows servers.
55 <title>OPTIONS</title>
59 <term>-U user%pass</term>
61 Specify the user and password to use when logging on
62 on the shares. This parameter can be specified twice
63 (once for the first server, once for the second).
70 Seed the random number generator with the specified value.
75 <term>-n numops</term>
76 <listitem><para>Set the number of operations to perform.</para></listitem>
81 <listitem><para>Print the operations that are performed. </para></listitem>
85 <term>-M max_protocol</term>
87 Maximum protocol to use.
93 <listitem><para>Specify characters that can be used
94 when generating file names. Default: abcdefghijklm.</para></listitem>
99 <listitem><para>Abort when difference in behaviour is found.</para></listitem>
103 <term>-m maskchars</term>
104 <listitem><para>Specify characters used for wildcards.</para></listitem>
109 <listitem><para>Be verbose</para></listitem>
116 <title>VERSION</title>
118 <para>This man page is correct for version 4.0 of the Samba suite.</para>
122 <title>SEE ALSO</title>
129 <title>AUTHOR</title>
133 <para>masktest was written by Andrew Tridgell.</para>
135 <para>This manpage was written by Jelmer Vernooij.</para>