re-ran yodl
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:04:28 +0000 (06:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 27 Nov 1998 06:04:28 +0000 (06:04 +0000)
(This used to be commit 98b72722c8c221047d890f9b7b1d51f16fdac705)

18 files changed:
docs/htmldocs/smb.conf.5.html
docs/htmldocs/smbclient.1.html
docs/manpages/lmhosts.5
docs/manpages/make_smbcodepage.1
docs/manpages/nmbd.8
docs/manpages/nmblookup.1
docs/manpages/samba.7
docs/manpages/smb.conf.5
docs/manpages/smbclient.1
docs/manpages/smbd.8
docs/manpages/smbpasswd.5
docs/manpages/smbpasswd.8
docs/manpages/smbrun.1
docs/manpages/smbstatus.1
docs/manpages/smbtar.1
docs/manpages/swat.8
docs/manpages/testparm.1
docs/manpages/testprns.1

index 538230ee82f5c164df9a5c49877f8fbe7b638aa2..fd0c6809a79582f799dc04f0eda478b926eddbf0 100644 (file)
@@ -2526,12 +2526,6 @@ error. Unfortunately WfWg totally ignores the error code and carries
 on regardless, saying that the message was delivered.
 <p><br>If you want to silently delete it then try:
 <p><br><code>"message command = rm %s"</code>.
 on regardless, saying that the message was delivered.
 <p><br>If you want to silently delete it then try:
 <p><br><code>"message command = rm %s"</code>.
-<p><br>For the really adventurous, try something like this:
-<p><br><code>message command = csh -c 'csh &lt; %s |&amp; /usr/local/samba/bin/smbclient -M %m; rm %s' &amp;</code>
-<p><br>this would execute the command as a script on the server, then give
-them the result in a WinPopup message. Note that this could cause a
-loop if you send a message from the server using smbclient! You better
-wrap the above in a script that checks for this :-)
 <p><br><strong>Default:</strong>
 <code> no message command</code>
 <p><br><strong>Example:</strong>
 <p><br><strong>Default:</strong>
 <code> no message command</code>
 <p><br><strong>Example:</strong>
index 71a3b786bf3302ff9ae04e0fa69c31e2c7111db9..45823a56f9c1063d948a070a2001278d68838880 100644 (file)
@@ -297,11 +297,11 @@ share. The secondary tar flags that can be given to this option are :
 <p><br><li><strong><strong>I</strong></strong> Include files and directories. Is the default
        behavior when filenames are specified above. Causes tar files to
        be included in an extract or create (and therefore everything else to
 <p><br><li><strong><strong>I</strong></strong> Include files and directories. Is the default
        behavior when filenames are specified above. Causes tar files to
        be included in an extract or create (and therefore everything else to
-       be excluded). See example below.  Filename globbing does not work for
-       included files for extractions (yet).
+       be excluded). See example below.  Filename globbing works 
+       in one of two ways.  See <strong>r</strong> below.
 <p><br><li><strong><strong>X</strong></strong> Exclude files and directories. Causes tar files to
        be excluded from an extract or create. See example below.  Filename
 <p><br><li><strong><strong>X</strong></strong> Exclude files and directories. Causes tar files to
        be excluded from an extract or create. See example below.  Filename
-       globbing does not work for excluded files (yet).
+       globbing works in one of two ways now. See <strong>r</strong> below.
 <p><br><li><strong><strong>b</strong></strong> Blocksize. Must be followed by a valid (greater than
        zero) blocksize.  Causes tar file to be written out in
        blocksize*TBLOCK (usually 512 byte) blocks.
 <p><br><li><strong><strong>b</strong></strong> Blocksize. Must be followed by a valid (greater than
        zero) blocksize.  Causes tar file to be written out in
        blocksize*TBLOCK (usually 512 byte) blocks.
@@ -309,6 +309,11 @@ share. The secondary tar flags that can be given to this option are :
        archive bit set. Useful only with the <strong>c</strong> flag.
 <p><br><li><strong><strong>q</strong></strong> Quiet. Keeps tar from printing diagnostics as it
        works.  This is the same as tarmode quiet.
        archive bit set. Useful only with the <strong>c</strong> flag.
 <p><br><li><strong><strong>q</strong></strong> Quiet. Keeps tar from printing diagnostics as it
        works.  This is the same as tarmode quiet.
+<p><br><li><strong><strong>r</strong></strong> Regular expression include or exclude.  Uses regular 
+       regular expression matching for excluding or excluding files if 
+       compiled with HAVE_REGEX_H. However this mode can be very slow. If 
+       not compiled with HAVE_REGEX_H, does a limited wildcard match on * and 
+       ?.
 <p><br><li><strong><strong>N</strong></strong> Newer than. Must be followed by the name of a file
        whose date is compared against files found on the share during a
        create. Only files newer than the file specified are backed up to the
 <p><br><li><strong><strong>N</strong></strong> Newer than. Must be followed by the name of a file
        whose date is compared against files found on the share during a
        create. Only files newer than the file specified are backed up to the
index b86624f848715ef272528fad9426cce7153b4d62..534c24841501812a25f686373365d290280455b9 100644 (file)
@@ -76,7 +76,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -85,7 +85,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 36268ffd0c29087a2685dfd169a1fa80d32cac62..9c134201078a6ef264aa8189187923cb2dfeb359 100644 (file)
@@ -61,7 +61,7 @@ provided in the Samba distribution for codepages 437 (USA), 737
 866 (Cyrillic), 932 (Kanji SJIS), 936 (Simplified Chinese), 949
 (Hangul) and 950 (Traditional Chinese)\&. Users are encouraged to write
 text codepage definition files for their own code pages and donate
 866 (Cyrillic), 932 (Kanji SJIS), 936 (Simplified Chinese), 949
 (Hangul) and 950 (Traditional Chinese)\&. Users are encouraged to write
 text codepage definition files for their own code pages and donate
-them to \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. All codepage files in the
+them to \fIsamba-bugs@samba\&.org\fP\&. All codepage files in the
 Samba \fIsource/codepages\fP directory are compiled and installed when a
 \fI\'make install\'\fP command is issued there\&.
 .PP 
 Samba \fIsource/codepages\fP directory are compiled and installed when a
 \fI\'make install\'\fP command is issued there\&.
 .PP 
@@ -128,7 +128,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -137,7 +137,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 507a31202999dd5336c14f569d0ea106107f5462..2c880faa427e21ec32d1e4bdaab3e58f60395e31 100644 (file)
@@ -204,12 +204,12 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 (1)\fP, and the Internet RFC\'s \fBrfc1001\&.txt\fP,
 \fBrfc1002\&.txt\fP\&. In addition the CIFS (formerly SMB) specification is
 available as a link from the Web page :
 (1)\fP, and the Internet RFC\'s \fBrfc1001\&.txt\fP,
 \fBrfc1002\&.txt\fP\&. In addition the CIFS (formerly SMB) specification is
 available as a link from the Web page :
-http://samba\&.anu\&.edu\&.au/cifs/\&.
+http://samba\&.org/cifs/\&.
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -218,7 +218,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 90b1864409b03eaa8b7da15c01e84041a7b4b295..04f24d0ef537c6500a0ce3a8846cd489de6b23b7 100644 (file)
@@ -115,9 +115,9 @@ which will return all registered names within a broadcast area\&.
 .PP 
 For example, running :
 .PP 
 .PP 
 For example, running :
 .PP 
-\f(CWnmblookup -U samba\&.anu\&.edu\&.au -R IRIX#1B\'\fP
+\f(CWnmblookup -U samba\&.org -R IRIX#1B\'\fP
 .PP 
 .PP 
-would query the WINS server samba\&.anu\&.edu\&.au for the domain master
+would query the WINS server samba\&.org for the domain master
 browser (1B name type) for the IRIX workgroup\&.
 .PP 
 .SH "VERSION" 
 browser (1B name type) for the IRIX workgroup\&.
 .PP 
 .SH "VERSION" 
@@ -132,7 +132,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -141,7 +141,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index f48d7aaf3f3c1bc96f2233549cc54c7b18c78ac2..96975f34c261d2f34ab892d4797156a6a188cda9 100644 (file)
@@ -20,7 +20,7 @@ described in a separate manual page\&. It is strongly recommended that
 you read the documentation that comes with Samba and the manual pages
 of those components that you use\&. If the manual pages aren\'t clear
 enough then please send a patch or bug report
 you read the documentation that comes with Samba and the manual pages
 of those components that you use\&. If the manual pages aren\'t clear
 enough then please send a patch or bug report
-to \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+to \fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 .IP 
 .IP "\fBsmbd\fP" 
 .PP 
 .IP 
 .IP "\fBsmbd\fP" 
@@ -102,7 +102,7 @@ file COPYING\&. You are encouraged to distribute copies of the Samba
 suite, but please obey the terms of this license\&.
 .PP 
 The latest version of the Samba suite can be obtained via anonymous
 suite, but please obey the terms of this license\&.
 .PP 
 The latest version of the Samba suite can be obtained via anonymous
-ftp from samba\&.anu\&.edu\&.au in the directory pub/samba/\&. It is
+ftp from samba\&.org in the directory pub/samba/\&. It is
 also available on several mirror sites worldwide\&.
 .PP 
 You may also find useful information about Samba on the newsgroup
 also available on several mirror sites worldwide\&.
 .PP 
 You may also find useful information about Samba on the newsgroup
@@ -112,7 +112,7 @@ the mailing list are given in the README file that comes with Samba\&.
 If you have access to a WWW viewer (such as Netscape or Mosaic) then
 you will also find lots of useful information, including back issues
 of the Samba mailing list, at
 If you have access to a WWW viewer (such as Netscape or Mosaic) then
 you will also find lots of useful information, including back issues
 of the Samba mailing list, at
-http://samba\&.anu\&.edu\&.au/samba/\&.
+http://samba\&.org/samba/\&.
 .PP 
 .SH "VERSION" 
 .PP 
 .PP 
 .SH "VERSION" 
 .PP 
@@ -121,13 +121,13 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "CONTRIBUTIONS" 
 .PP 
 If you wish to contribute to the Samba project, then I suggest you
 .SH "CONTRIBUTIONS" 
 .PP 
 If you wish to contribute to the Samba project, then I suggest you
-join the Samba mailing list at \fIsamba@samba\&.anu\&.edu\&.au\fP\&. See the
+join the Samba mailing list at \fIsamba@samba\&.org\fP\&. See the
 Web page at
 Web page at
-http://samba\&.anu\&.edu\&.au/listproc
+http://samba\&.org/listproc
 for details on how to do this\&.
 .PP 
 If you have patches to submit or bugs to report then you may mail them
 for details on how to do this\&.
 .PP 
 If you have patches to submit or bugs to report then you may mail them
-directly to \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Note, however, that due to
+directly to \fIsamba-bugs@samba\&.org\fP\&. Note, however, that due to
 the enormous popularity of this package the Samba Team may take some
 time to respond to mail\&. We prefer patches in \fIdiff -u\fP format\&.
 .PP 
 the enormous popularity of this package the Samba Team may take some
 time to respond to mail\&. We prefer patches in \fIdiff -u\fP format\&.
 .PP 
@@ -135,21 +135,21 @@ time to respond to mail\&. We prefer patches in \fIdiff -u\fP format\&.
 .PP 
 Contributors to the project are now too numerous to mention here but
 all deserve the thanks of all Samba users\&. To see a full list, look at
 .PP 
 Contributors to the project are now too numerous to mention here but
 all deserve the thanks of all Samba users\&. To see a full list, look at
-ftp://samba\&.anu\&.edu\&.au/pub/samba/alpha/change-log
+ftp://samba\&.org/pub/samba/alpha/change-log
 for the pre-CVS changes and at
 for the pre-CVS changes and at
-ftp://samba\&.anu\&.edu\&.au/pub/samba/alpha/cvs\&.log
+ftp://samba\&.org/pub/samba/alpha/cvs\&.log
 for the contributors to Samba post-CVS\&. CVS is the Open Source source
 code control system used by the Samba Team to develop Samba\&. The
 project would have been unmanageable without it\&.
 .PP 
 In addition, several commercial organizations now help fund the Samba
 Team with money and equipment\&. For details see the Samba Web pages at
 for the contributors to Samba post-CVS\&. CVS is the Open Source source
 code control system used by the Samba Team to develop Samba\&. The
 project would have been unmanageable without it\&.
 .PP 
 In addition, several commercial organizations now help fund the Samba
 Team with money and equipment\&. For details see the Samba Web pages at
-http://samba\&.anu\&.edu\&.au/samba/samba-thanks\&.html\&.
+http://samba\&.org/samba/samba-thanks\&.html\&.
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -158,4 +158,4 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
index c90f6eb16fa04f324f2bca5bdb42e9a283cc08b6..5c89a0ace0d96d5327730c6774efd9b69e2faefb 100644 (file)
@@ -3698,15 +3698,6 @@ If you want to silently delete it then try:
 .IP 
 \f(CW"message command = rm %s"\fP\&.
 .IP 
 .IP 
 \f(CW"message command = rm %s"\fP\&.
 .IP 
-For the really adventurous, try something like this:
-.IP 
-\f(CWmessage command = csh -c \'csh < %s |& /usr/local/samba/bin/smbclient -M %m; rm %s\' &\fP
-.IP 
-this would execute the command as a script on the server, then give
-them the result in a WinPopup message\&. Note that this could cause a
-loop if you send a message from the server using smbclient! You better
-wrap the above in a script that checks for this :-)
-.IP 
 \fBDefault:\fP
 \f(CW  no message command\fP
 .IP 
 \fBDefault:\fP
 \f(CW  no message command\fP
 .IP 
index 6c756ec77dcc50ac3143addfe9eca2f6947fafc2..6d93c3cd51e2adcf26dfd50801f4de30fb00579a 100644 (file)
@@ -358,13 +358,13 @@ get their creation dates restored properly\&.
 Include files and directories\&. Is the default
 behavior when filenames are specified above\&. Causes tar files to
 be included in an extract or create (and therefore everything else to
 Include files and directories\&. Is the default
 behavior when filenames are specified above\&. Causes tar files to
 be included in an extract or create (and therefore everything else to
-be excluded)\&. See example below\&.  Filename globbing does not work for
-included files for extractions (yet)\&.
+be excluded)\&. See example below\&.  Filename globbing works 
+in one of two ways\&.  See \fBr\fP below\&.
 .IP 
 .IP "\fBX\fP" 
 Exclude files and directories\&. Causes tar files to
 be excluded from an extract or create\&. See example below\&.  Filename
 .IP 
 .IP "\fBX\fP" 
 Exclude files and directories\&. Causes tar files to
 be excluded from an extract or create\&. See example below\&.  Filename
-globbing does not work for excluded files (yet)\&.
+globbing works in one of two ways now\&. See \fBr\fP below\&.
 .IP 
 .IP "\fBb\fP" 
 Blocksize\&. Must be followed by a valid (greater than
 .IP 
 .IP "\fBb\fP" 
 Blocksize\&. Must be followed by a valid (greater than
@@ -379,6 +379,13 @@ archive bit set\&. Useful only with the \fBc\fP flag\&.
 Quiet\&. Keeps tar from printing diagnostics as it
 works\&.  This is the same as tarmode quiet\&.
 .IP 
 Quiet\&. Keeps tar from printing diagnostics as it
 works\&.  This is the same as tarmode quiet\&.
 .IP 
+.IP "\fBr\fP" 
+Regular expression include or exclude\&.  Uses regular 
+regular expression matching for excluding or excluding files if 
+compiled with HAVE_REGEX_H\&. However this mode can be very slow\&. If 
+not compiled with HAVE_REGEX_H, does a limited wildcard match on * and 
+?\&.
+.IP 
 .IP "\fBN\fP" 
 Newer than\&. Must be followed by the name of a file
 whose date is compared against files found on the share during a
 .IP "\fBN\fP" 
 Newer than\&. Must be followed by the name of a file
 whose date is compared against files found on the share during a
@@ -751,7 +758,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -760,7 +767,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index e2f68fb0d29457015f3911c419e70614447a6ee4..7088cfd557e872d8f1cf845f3fb49836f5c24b2a 100644 (file)
@@ -415,12 +415,12 @@ performance\&.
 \fBtestprns (1)\fP, and the Internet RFC\'s
 \fBrfc1001\&.txt\fP, \fBrfc1002\&.txt\fP\&. In addition the CIFS (formerly SMB)
 specification is available as a link from the Web page :
 \fBtestprns (1)\fP, and the Internet RFC\'s
 \fBrfc1001\&.txt\fP, \fBrfc1002\&.txt\fP\&. In addition the CIFS (formerly SMB)
 specification is available as a link from the Web page :
-http://samba\&.anu\&.edu\&.au/cifs/\&.
+http://samba\&.org/cifs/\&.
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .PP 
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -429,7 +429,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full list of contributors
 and details on how to submit bug reports, comments etc\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full list of contributors
 and details on how to submit bug reports, comments etc\&.
index 5d49d34e4a13c7063d779b770821e9648bcbbb7d..e3fbcf161eeb17d6e0ab9aaca3782b10d35e9f88 100644 (file)
@@ -198,7 +198,7 @@ algorithm\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -207,7 +207,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP) 
 and updated for the Samba2\&.0 release by Jeremy
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP) 
 and updated for the Samba2\&.0 release by Jeremy
-Allison, \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+Allison, \fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 22237b4210efb1a8f31be2e8d219478f1b16ea0f..ad502e01b12f0439186bfca4e657489d39141ffd 100644 (file)
@@ -199,7 +199,7 @@ being used as an NT Primary Domain Controller\&. PDC support is not a
 supported feature in Samba2\&.0 but will become supported in a later
 release\&. If you wish to know more about using Samba as an NT PDC then
 please subscribe to the mailing list
 supported feature in Samba2\&.0 but will become supported in a later
 release\&. If you wish to know more about using Samba as an NT PDC then
 please subscribe to the mailing list
-\fIsamba-ntdom@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-ntdom@samba\&.org\fP\&.
 .IP 
 This option is only available when running \fBsmbpasswd\fP as root\&.
 .IP 
 .IP 
 This option is only available when running \fBsmbpasswd\fP as root\&.
 .IP 
@@ -285,7 +285,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .IP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .IP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .IP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .IP 
@@ -294,7 +294,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .IP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .IP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 78e2213cc612fa91ea235dd12fba03acef3d9cdf..d34b408d6bd86bdc09ee34e9beb909ecc1e2ae71 100644 (file)
@@ -53,7 +53,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -62,7 +62,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index eae5f594b327ebdcfbc276bd47da070d9a332616..ddbbc7e8a535768a9cd9953c18faec81f02947be 100644 (file)
@@ -55,7 +55,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -64,7 +64,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 88bc88d08a173e9d593cf827a90f346566e8cfb8..2aaa542231e0598c42d02f5d69ba81e527cfb32a 100644 (file)
@@ -105,7 +105,7 @@ the \fBsmbclient\fP command\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -117,7 +117,7 @@ etc\&. The man page sources were converted to YODL format (another
 excellent piece of Open Source software available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison,
 excellent piece of Open Source software available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison,
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 5ab76fa5045dd131fa2c5e87bacd86cd407edf07..a9e876aaf292660d8bbaf2c39084f5900c0ba27e 100644 (file)
@@ -137,7 +137,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell (samba-bugs@samba\&.anu\&.edu\&.au)\&. Samba is now developed
+Andrew Tridgell (samba-bugs@samba\&.org)\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -146,7 +146,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 725b5863b606cd2f4d499de7248c70216a9477df..b75590aa9ad8ecd85973af50894907a6b84fcbbb 100644 (file)
@@ -76,7 +76,7 @@ This man page is correct for version 2\&.0 of the Samba suite\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -85,7 +85,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
index 9be04433440095097a499c7bf955b3c36433d035..bb366e329c39ab3efe48d59ae10796b614848c0e 100644 (file)
@@ -71,7 +71,7 @@ Other messages are self-explanatory\&.
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
 .SH "AUTHOR" 
 .PP 
 The original Samba software and related utilities were created by
-Andrew Tridgell \fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&. Samba is now developed
+Andrew Tridgell \fIsamba-bugs@samba\&.org\fP\&. Samba is now developed
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
 by the Samba Team as an Open Source project similar to the way the
 Linux kernel is developed\&.
 .PP 
@@ -80,7 +80,7 @@ sources were converted to YODL format (another excellent piece of Open
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
 Source software, available at
 \fBftp://ftp\&.icce\&.rug\&.nl/pub/unix/\fP)
 and updated for the Samba2\&.0 release by Jeremy Allison\&.
-\fIsamba-bugs@samba\&.anu\&.edu\&.au\fP\&.
+\fIsamba-bugs@samba\&.org\fP\&.
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,
 .PP 
 See \fBsamba (7)\fP to find out how to get a full
 list of contributors and details on how to submit bug reports,