summaryrefslogtreecommitdiff
path: root/docs/textdocs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/textdocs')
-rw-r--r--docs/textdocs/Application_Serving.txt2
-rw-r--r--docs/textdocs/BROWSING-Config.txt2
-rw-r--r--docs/textdocs/BUGS.txt4
-rw-r--r--docs/textdocs/CVS_ACCESS.txt20
-rw-r--r--docs/textdocs/DHCP-Server-Configuration.txt2
-rw-r--r--docs/textdocs/DIAGNOSIS.txt6
-rw-r--r--docs/textdocs/DOMAIN_CONTROL.txt2
-rw-r--r--docs/textdocs/ENCRYPTION.txt2
-rw-r--r--docs/textdocs/HINTS.txt2
-rwxr-xr-xdocs/textdocs/MIRRORS.txt2
-rw-r--r--docs/textdocs/NTDOMAIN.txt6
-rw-r--r--docs/textdocs/PROFILES.txt8
-rw-r--r--docs/textdocs/PROJECTS4
-rw-r--r--docs/textdocs/Printing.txt4
-rw-r--r--docs/textdocs/Recent-FAQs.txt2
-rw-r--r--docs/textdocs/Support.txt2
-rw-r--r--docs/textdocs/Tracing.txt4
-rw-r--r--docs/textdocs/UNIX-SMB.txt2
-rw-r--r--docs/textdocs/UNIX_INSTALL.txt6
-rw-r--r--docs/textdocs/UNIX_SECURITY.txt2
-rw-r--r--docs/textdocs/cifsntdomain.txt2
21 files changed, 43 insertions, 43 deletions
diff --git a/docs/textdocs/Application_Serving.txt b/docs/textdocs/Application_Serving.txt
index 4b20472e9a..14a90910d7 100644
--- a/docs/textdocs/Application_Serving.txt
+++ b/docs/textdocs/Application_Serving.txt
@@ -3,7 +3,7 @@
!==
Contributed: January 7, 1997
Updated: March 24, 1998
-Contributor: John H Terpstra <samba-bugs@samba.anu.edu.au>
+Contributor: John H Terpstra <samba-bugs@samba.org>
Copyright (C) 1997 - John H Terpstra
Status: Current
diff --git a/docs/textdocs/BROWSING-Config.txt b/docs/textdocs/BROWSING-Config.txt
index 0dfd716d9e..be48b591ab 100644
--- a/docs/textdocs/BROWSING-Config.txt
+++ b/docs/textdocs/BROWSING-Config.txt
@@ -2,7 +2,7 @@
!== BROWSING-Config.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
Date: July 5, 1998
-Contributor: John H Terpstra <jht@samba.anu.edu.au>
+Contributor: John H Terpstra <jht@samba.org>
Subject: Cross Subnet Browsing / Cross Workgroup Browsing
===============================================================================
diff --git a/docs/textdocs/BUGS.txt b/docs/textdocs/BUGS.txt
index 0a242d4aa4..c681f61204 100644
--- a/docs/textdocs/BUGS.txt
+++ b/docs/textdocs/BUGS.txt
@@ -7,7 +7,7 @@ Updated: June 27, 1997
Subject: This file describes how to report Samba bugs.
============================================================================
->> The email address for bug reports is samba-bugs@samba.anu.edu.au <<
+>> The email address for bug reports is samba-bugs@samba.org <<
Please take the time to read this file before you submit a bug
report. Also, please see if it has changed between releases, as we
@@ -28,7 +28,7 @@ that list that may be able to help you.
You may also like to look though the recent mailing list archives,
which are conveniently accessible on the Samba web pages
-at http://samba.anu.edu.au/samba/
+at http://samba.org/samba/
GENERAL INFO
diff --git a/docs/textdocs/CVS_ACCESS.txt b/docs/textdocs/CVS_ACCESS.txt
index a1ab42e70c..d60703cfc6 100644
--- a/docs/textdocs/CVS_ACCESS.txt
+++ b/docs/textdocs/CVS_ACCESS.txt
@@ -8,10 +8,10 @@ Status: Current
How to get access to Samba source code via cvs.
===============================================
-CVS Access to samba.anu.edu.au
+CVS Access to samba.org
------------------------------
-The machine samba.anu.edu.au runs a publicly accessible CVS
+The machine samba.org runs a publicly accessible CVS
repository for access to the source code of several packages,
including samba, rsync and jitterbug. This document describes
how to get anonymous read-only access to this source code.
@@ -25,7 +25,7 @@ the repository and also to look at the revision history and
commit logs of individual files. You can also ask for a diff
listing between any two versions on the repository.
-Use the URL : http://samba.anu.edu.au/cgi-bin/cvsweb
+Use the URL : http://samba.org/cgi-bin/cvsweb
Access via cvs
--------------
@@ -55,14 +55,14 @@ on this system just substitute the correct package name
2. Run the command
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot login
+ cvs -d :pserver:cvs@samba.org:/cvsroot login
When it asks you for a password type 'cvs' (not including
the quotes).
3. Run the command
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co samba
+ cvs -d :pserver:cvs@samba.org:/cvsroot co samba
This will create a directory called samba containing the
latest samba source code. This currently corresponds to the
@@ -76,7 +76,7 @@ the following command from within the samba directory:
NOTE: If you instead want the latest source code for the
1.9.17 stable tree then replace step 4 with the command:
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co -r BRANCH_1_9_17 samba
+ cvs -d :pserver:cvs@samba.org:/cvsroot co -r BRANCH_1_9_17 samba
Access to the NT DOMAIN Controller code
---------------------------------------
@@ -87,14 +87,14 @@ source code (this changes daily) do the following:
1). Log onto cvs
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot login
+ cvs -d :pserver:cvs@samba.org:/cvsroot login
When it asks you for a password type 'cvs' (not including
the quotes).
2). Check out the BRANCH_NTDOM by typing :
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co -r BRANCH_NTDOM samba
+ cvs -d :pserver:cvs@samba.org:/cvsroot co -r BRANCH_NTDOM samba
This will create a directory called samba containing the
latest snapshot of the domain controller code.
@@ -112,7 +112,7 @@ If you are interested in how anonymous cvs access is set up and
want to set it up on your own system then you might like to checkout
the pserver source code using the the command :
- cvs -d :pserver:cvs@samba.anu.edu.au:/cvsroot co pserver
+ cvs -d :pserver:cvs@samba.org:/cvsroot co pserver
You really have to know what you are doing to do this. Please don't
email samba-bugs with basic cvs or unix security questions.
@@ -121,4 +121,4 @@ Reporting problems.
-------------------
If you have any problems with this system please email
-samba-bugs@samba.anu.edu.au.
+samba-bugs@samba.org.
diff --git a/docs/textdocs/DHCP-Server-Configuration.txt b/docs/textdocs/DHCP-Server-Configuration.txt
index 6e2e76c64f..74cf0a84c3 100644
--- a/docs/textdocs/DHCP-Server-Configuration.txt
+++ b/docs/textdocs/DHCP-Server-Configuration.txt
@@ -3,7 +3,7 @@
!==
Subject: DHCP Server Configuration for SMB Clients
Date: March 1, 1998
-Contributor: John H Terpstra <jht@samba.anu.edu.au>
+Contributor: John H Terpstra <jht@samba.org>
Support: This is an unsupported document. Refer to documentation that is
supplied with the ISC DHCP Server. Do NOT email the contributor
for ANY assistance.
diff --git a/docs/textdocs/DIAGNOSIS.txt b/docs/textdocs/DIAGNOSIS.txt
index 2d8e50fcec..38d5b8cd99 100644
--- a/docs/textdocs/DIAGNOSIS.txt
+++ b/docs/textdocs/DIAGNOSIS.txt
@@ -17,7 +17,7 @@ carefully choose them so later tests only use capabilities verified in
the earlier tests.
I would welcome additions to this set of tests. Please mail them to
-samba-bugs@samba.anu.edu.au
+samba-bugs@samba.org
If you send me an email saying "it doesn't work" and you have not
followed this test procedure then you should not be surprised if I
@@ -292,9 +292,9 @@ Still having troubles?
Try the mailing list or newsgroup, or use the tcpdump-smb utility to
sniff the problem. The official samba mailing list can be reached at
-samba@samba.anu.edu.au. To find out more about samba and how to
+samba@samba.org. To find out more about samba and how to
subscribe to the mailing list check out the samba web page at
- http://samba.anu.edu.au/samba
+ http://samba.org/samba
Also look at the other docs in the Samba package!
diff --git a/docs/textdocs/DOMAIN_CONTROL.txt b/docs/textdocs/DOMAIN_CONTROL.txt
index 332c70caf5..6e5e7f3e76 100644
--- a/docs/textdocs/DOMAIN_CONTROL.txt
+++ b/docs/textdocs/DOMAIN_CONTROL.txt
@@ -2,7 +2,7 @@
!== DOMAIN_CONTROL.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
Initial Release: August 22, 1996
-Contributor: John H Terpstra <samba-bugs@samba.anu.edu.au>
+Contributor: John H Terpstra <samba-bugs@samba.org>
Copyright (C) 1996-1997 - John H Terpstra
Updated: July 5, 1998
Status: Current
diff --git a/docs/textdocs/ENCRYPTION.txt b/docs/textdocs/ENCRYPTION.txt
index ecf0a2e392..42397d9e0d 100644
--- a/docs/textdocs/ENCRYPTION.txt
+++ b/docs/textdocs/ENCRYPTION.txt
@@ -1,7 +1,7 @@
!==
!== ENCRYPTION.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Jeremy Allison <samba-bugs@samba.anu.edu.au>
+Contributor: Jeremy Allison <samba-bugs@samba.org>
Updated: March 19, 1998
Note: Please refer to WinNT.txt also
diff --git a/docs/textdocs/HINTS.txt b/docs/textdocs/HINTS.txt
index 8cdd1107eb..74eefe6ea1 100644
--- a/docs/textdocs/HINTS.txt
+++ b/docs/textdocs/HINTS.txt
@@ -50,7 +50,7 @@ Jim barry has written an excellent drag-and-drop cr/lf converter for
windows. Just drag your file onto the icon and it converts the file.
Get it from
-ftp://samba.anu.edu.au/pub/samba/contributed/fixcrlf.zip
+ftp://samba.org/pub/samba/contributed/fixcrlf.zip
----------------------
HINT: Use the "username map" option
diff --git a/docs/textdocs/MIRRORS.txt b/docs/textdocs/MIRRORS.txt
index 41e89ed8c3..88ef2e7d04 100755
--- a/docs/textdocs/MIRRORS.txt
+++ b/docs/textdocs/MIRRORS.txt
@@ -3,4 +3,4 @@
!==
For a list of web and ftp mirrors please see
-http://samba.anu.edu.au/samba/
+http://samba.org/samba/
diff --git a/docs/textdocs/NTDOMAIN.txt b/docs/textdocs/NTDOMAIN.txt
index 91417186ba..48dcabc82d 100644
--- a/docs/textdocs/NTDOMAIN.txt
+++ b/docs/textdocs/NTDOMAIN.txt
@@ -1,7 +1,7 @@
!==
!== NTDOMAIN.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Luke Kenneth Casson Leighton (samba-bugs@samba.anu.edu.au)
+Contributor: Luke Kenneth Casson Leighton (samba-bugs@samba.org)
Copyright (C) 1997 Luke Kenneth Casson Leighton
Created: October 20, 1997
Updated: October 29, 1997
@@ -42,7 +42,7 @@ This *has* been reported to the NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM digest.
Domain Logons using latest cvs source
=====================================
-1) obtain and compile samba: see http://samba.anu.edu.au/cvs.html
+1) obtain and compile samba: see http://samba.org/cvs.html
2) set up samba with encrypted passwords: see ENCRYPTION.txt (probably out
of date: you no longer need the DES libraries, but other than that,
@@ -143,7 +143,7 @@ Domain Logons using latest cvs source
(generating an LSA_SAM_LOGOFF) and log back in again. Try logging in
two users simultaneously. Try logging the same user in twice.
Make Samba fall over, and then send bug reports to us, with NTDOM: at
- the start of the subject line, as "samba-bugs@samba.anu.edu.au".
+ the start of the subject line, as "samba-bugs@samba.org".
Your reports, testing, patches, criticism and encouragement will help us
get this right.
diff --git a/docs/textdocs/PROFILES.txt b/docs/textdocs/PROFILES.txt
index a6e524036e..76dadf9b01 100644
--- a/docs/textdocs/PROFILES.txt
+++ b/docs/textdocs/PROFILES.txt
@@ -4,7 +4,7 @@
Contributors: Bruce Cook <BC3-AU@bigfoot.com>
Copyright (C) 1998 Bruce Cook
- John Terpstra <samba-bugs@samba.anu.edu.au>
+ John Terpstra <samba-bugs@samba.org>
Copyright (C) 1998 John H. Terpstra
Wolfgang Ratzka <ratzka@hrz.uni-marburg.de>
@@ -19,7 +19,7 @@ Subject: User Profiles
From BC3-AU@bigfoot.com Sat Apr 11 13:36:05 1998
Date: Sat, 11 Apr 1998 17:13:49 +1000
From: Bruce Cook <BC3-AU@bigfoot.com>
-To: Multiple recipients of list <samba-ntdom@samba.anu.edu.au>
+To: Multiple recipients of list <samba-ntdom@samba.org>
Subject: RE: A question about NT Domains
Luke Kenneth Casson Leighton writes:
@@ -121,7 +121,7 @@ machine.
[lkcl: nt workstations should look in exactly the same places for things on
samba or other SMB servers as they do on an NT server, as long as that
SMB server looks like NT. if anyone finds that something fails, alert
- us on samba-bugs@samba.anu.edu.au and we'll look into it].
+ us on samba-bugs@samba.org and we'll look into it].
When an NT system find a user without a NTuser.DAT, it copies from a
prototype that it stores especially for this purpose, so while unlike '95
@@ -208,7 +208,7 @@ To sum up:
From samba@aquasoft.com.au Sat Apr 11 13:48:54 1998
Date: Sat, 11 Apr 1998 09:34:08 +1000
From: Samba Bugs <samba@aquasoft.com.au>
-To: Multiple recipients of list <samba-ntdom@samba.anu.edu.au>
+To: Multiple recipients of list <samba-ntdom@samba.org>
Subject: Re: A question about NT Domains
Just for the sake of completeness I thought I'd add a bit to this.
diff --git a/docs/textdocs/PROJECTS b/docs/textdocs/PROJECTS
index 07f82c74d9..3008bea430 100644
--- a/docs/textdocs/PROJECTS
+++ b/docs/textdocs/PROJECTS
@@ -14,14 +14,14 @@ then please let me know! Also, if you are listed below and you have
any corrections or updates then please let me know.
Email contact:
-samba-bugs@samba.anu.edu.au
+samba-bugs@samba.org
========================================================================
Documentation and FAQ
Docs and FAQ files for the Samba suite of software.
-Contact samba-bugs@samba.anu.edu.au with the diffs. These are urgently
+Contact samba-bugs@samba.org with the diffs. These are urgently
required.
The FAQ is being added to on an ad hoc basis, see the web pages for info.
diff --git a/docs/textdocs/Printing.txt b/docs/textdocs/Printing.txt
index bced85f17e..33220ae916 100644
--- a/docs/textdocs/Printing.txt
+++ b/docs/textdocs/Printing.txt
@@ -1,7 +1,7 @@
!==
!== Printing.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Unknown <samba-bugs@samba.anu.edu.au>
+Contributor: Unknown <samba-bugs@samba.org>
Date: Unknown
Status: Current
@@ -13,7 +13,7 @@ Samba. This describes how to debug problems with printing from a SMB
client to a Samba server, not the other way around. For the reverse
see the examples/printing directory.
-Please send enhancements to this file to samba-bugs@samba.anu.edu.au
+Please send enhancements to this file to samba-bugs@samba.org
Ok, so you want to print to a Samba server from your PC. The first
thing you need to understand is that Samba does not actually do any
diff --git a/docs/textdocs/Recent-FAQs.txt b/docs/textdocs/Recent-FAQs.txt
index 26bfb0653f..0c00ffaf82 100644
--- a/docs/textdocs/Recent-FAQs.txt
+++ b/docs/textdocs/Recent-FAQs.txt
@@ -1,7 +1,7 @@
!==
!== Recent-FAQs.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Samba-bugs@samba.anu.edu.au
+Contributor: Samba-bugs@samba.org
Date: July 5, 1998
Status: Current
diff --git a/docs/textdocs/Support.txt b/docs/textdocs/Support.txt
index 531bb7838e..2414b3e61b 100644
--- a/docs/textdocs/Support.txt
+++ b/docs/textdocs/Support.txt
@@ -2,4 +2,4 @@ The Samba Consultants List
==========================
This list has now moved to the support page of the
-Samba web pages at http://samba.anu.edu.au/samba/
+Samba web pages at http://samba.org/samba/
diff --git a/docs/textdocs/Tracing.txt b/docs/textdocs/Tracing.txt
index 69081a4e24..35cd4615d7 100644
--- a/docs/textdocs/Tracing.txt
+++ b/docs/textdocs/Tracing.txt
@@ -1,7 +1,7 @@
!==
!== Tracing.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Andrew Tridgell <samba-bugs@samba.anu.edu.au>
+Contributor: Andrew Tridgell <samba-bugs@samba.org>
Date: Old
Status: Questionable
@@ -93,4 +93,4 @@ read-only. Both fail. This means /dev/null has incorrect permissions.
Have fun!
-(please send updates/fixes to this file to samba-bugs@samba.anu.edu.au)
+(please send updates/fixes to this file to samba-bugs@samba.org)
diff --git a/docs/textdocs/UNIX-SMB.txt b/docs/textdocs/UNIX-SMB.txt
index 41210ab9ea..37e4157c4c 100644
--- a/docs/textdocs/UNIX-SMB.txt
+++ b/docs/textdocs/UNIX-SMB.txt
@@ -1,7 +1,7 @@
!==
!== UNIX-SMB.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Andrew Tridgell <samba-bugs@samba.anu.edu.au>
+Contributor: Andrew Tridgell <samba-bugs@samba.org>
Date: April 1995
Subject: Discussion of NetBIOS in a Unix World
diff --git a/docs/textdocs/UNIX_INSTALL.txt b/docs/textdocs/UNIX_INSTALL.txt
index abcd335b42..43ffc709eb 100644
--- a/docs/textdocs/UNIX_INSTALL.txt
+++ b/docs/textdocs/UNIX_INSTALL.txt
@@ -1,10 +1,10 @@
!==
!== UNIX_INSTALL.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: Andrew Tridgell <samba-bugs@samba.anu.edu.au>
+Contributor: Andrew Tridgell <samba-bugs@samba.org>
Date: Unknown
Status: Current
-Updated: November 13, 1998 <jra@samba.anu.edu.au>
+Updated: November 13, 1998 <jra@samba.org>
Subject: HOW TO INSTALL AND TEST SAMBA
===============================================================================
@@ -17,7 +17,7 @@ try something like:
nroff -man smbd.8 | more
Other sources of information are pointed to by the Samba web
-site, http://samba.anu.edu.au/samba.
+site, http://samba.org/samba.
STEP 1. Building the binaries
diff --git a/docs/textdocs/UNIX_SECURITY.txt b/docs/textdocs/UNIX_SECURITY.txt
index e3f31a7162..f17672f738 100644
--- a/docs/textdocs/UNIX_SECURITY.txt
+++ b/docs/textdocs/UNIX_SECURITY.txt
@@ -1,7 +1,7 @@
!==
!== UNIX_SECURITY.txt for Samba release 2.0.0-beta1 13 Nov 1998
!==
-Contributor: John H Terpstra <jht@samba.anu.edu.au>
+Contributor: John H Terpstra <jht@samba.org>
Date: July 5, 1998
Status: Current
diff --git a/docs/textdocs/cifsntdomain.txt b/docs/textdocs/cifsntdomain.txt
index ba6b9d6baf..a5f90039ea 100644
--- a/docs/textdocs/cifsntdomain.txt
+++ b/docs/textdocs/cifsntdomain.txt
@@ -153,7 +153,7 @@ http://mailhost.cb1.com/~lkcl/crypt.html
A c-code implementation, provided by Linus Nordberg <linus@incolumitas.se>
of this protocol is available from:
-http://samba.anu.edu.au/cgi-bin/mfs/01/digest/1997/97aug/0391.html
+http://samba.org/cgi-bin/mfs/01/digest/1997/97aug/0391.html
http://mailhost.cb1.com/~lkcl/crypt.txt