From
[email protected] Sun Dec 1 14:56:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUKkB-000AMCC; Sun, 1 Dec 96 14:52 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA21809; Sun, 1 Dec 1996 16:48:56 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA21664 for <
[email protected]>; Sun, 1 Dec 1996 16:41:40 -0600
Received: (from alainm@localhost) by finnegan.EE.McGill.CA (8.8.3/8.8.3) id RAA20729 for
[email protected]; Sun, 1 Dec 1996 17:41:15 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sun, 1 Dec 1996 17:41:14 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Contents of wu-ftpd FAQ
In-Reply-To: <
[email protected]> from "Koos van den Hout _U nix and we all_" at Dec 1, 96 03:03:02 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Koos van den Hout _U nix and we all_':
>
> * Contents of the FAQ file for wu-ftpd. The complete file can be found at
>
http://www.hvu.nl/~koos/wu-ftpd-faq.html
> Or, send mail to
[email protected] with as subject "send faq"
> (without the quotes, body ignored).
>
It would be nice if you can post the diff also.
Just a suggestion
--
bonne journe'e, alain
From
[email protected] Sun Dec 1 23:59:46 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUTEn-000AfyC; Sun, 1 Dec 96 23:56 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA09200; Mon, 2 Dec 1996 01:51:28 -0600
Received: from relay-11.mail.demon.net (relay-11.mail.demon.net [194.217.242.137]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA09005 for <
[email protected]>; Mon, 2 Dec 1996 01:40:54 -0600
Received: from bowcom.demon.co.uk ([158.152.23.121]) by relay-9.mail.demon.net
id aa913804; 2 Dec 96 7:15 GMT
Message-Id: <
[email protected]>
Date: Fri, 29 Nov 1996 14:24:18 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Tony O'Shea" <
[email protected]>
To:
[email protected]
Subject: Problem compiling wu-ftpd-2.4 for Solaris 2.4.
MIME-Version: 1.0
X-Mailer: Turnpike Version 3.01 <tMxQo0ORdmq000JKCSCEELAmX6>
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Dear sir,
I have tried to compile the above ftp product using Sunsoft Workshop 2.x
and could not, the following text is the output when compiling.
Could help or make some suggestions.
Regards,
Tony O'Shea.
#########################################
ake args are :
make opts are :
Linking Makefiles.
ln: makefiles/Makefile.sol and Makefile are identical ln:
config/config.sol and config.h are identical
ln: makefiles/Makefile.sol and Makefile are identical
Making support library.
cc -g -DDEBUG -c strcasestr.c
"strcasestr.c", line 34: warning: const is a keyword in ANSI C
"strcasestr.c", line 34: syntax error before or at: char "strcasestr.c",
line 34: warning: undefined or missing type for: char "strcasestr.c",
line 34: parameter redeclared: const
"strcasestr.c", line 34: warning: undefined or missing type for: char
"strcasestr.c", line 40: undefined symbol: find
"strcasestr.c", line 40: cannot dereference non-pointer type
"strcasestr.c", line 44: undefined symbol: s
"strcasestr.c", line 44: cannot dereference non-pointer type
"strcasestr.c", line 47: undefined symbol: s
"strcasestr.c", line 50: undefined symbol: s *** Error code 2
make: Fatal error: Command failed for target `strcasestr.o'
Making ftpd.
cc -g -DDEBUG -I.. -I../support -L../support -c ftpd.c
"/usr/ucbinclude/sys/file.h", line 119: macro L_INCR redefines previous
macro at "./config.h", line 15
"ftpd.c", line 1972: undefined symbol: typenames "ftpd.c", line 1972:
cannot dereference non-pointer type "ftpd.c", line 1974: undefined
symbol: formnames "ftpd.c", line 1974: cannot dereference non-pointer
type "ftpd.c", line 1982: undefined symbol: strunames "ftpd.c", line
1982: cannot dereference non-pointer type "ftpd.c", line 1982: undefined
symbol: modenames "ftpd.c", line 1982: cannot dereference non-pointer
type *** Error code 2
make: Fatal error: Command failed for target `ftpd.o'
Making ftpcount.
cc -g -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c
vers.o -lsupport -lsocket -lnsl -lgen
"/usr/ucbinclude/sys/file.h", line 119: macro L_INCR redefines previous
macro at "./config.h", line 15
ld: fatal: file vers.o: cannot open file; errno=2 ld: fatal: library -
lsupport: not found
ld: fatal: File processing errors. No output written to ftpcount ***
Error code 1
make: Fatal error: Command failed for target `ftpcount'
Making ftpshut.
cc -g -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o
-lsupport -lsocket -lnsl -lgen "/usr/ucbinclude/sys/file.h", line 119:
macro L_INCR redefines previous macro at "./config.h", line 15
ld: fatal: file vers.o: cannot open file; errno=2 ld: fatal: library -
lsupport: not found
ld: fatal: File processing errors. No output written to ftpshut ***
Error code 1
make: Fatal error: Command failed for target `ftpshut'
Making ckconfig.
`ckconfig' is up to date.
ln: ../src/ckconfig and ckconfig are identical
Links to executables are in bin directory: size: bin/ftpd: cannot open
size: bin/ftpcount: cannot open
size: bin/ftpshut: cannot open
size: bin/ftpwho: cannot open
bin/ckconfig: 3656 + 1776 + 320 = 5752 Done
From
[email protected] Mon Dec 2 05:33:45 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUYVE-000ATkC; Mon, 2 Dec 96 05:33 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vUYOZ-0003KWC; Mon, 2 Dec 96 05:26 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA16636; Mon, 2 Dec 1996 07:26:29 -0600
Received: from blue.tybrin.com (blue.cp.tybrin.com [204.49.73.3]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA16482 for <
[email protected]>; Mon, 2 Dec 1996 07:21:37 -0600
Received: from sunfish.cp.tybrin.com (sunfish [204.49.73.10]) by blue.tybrin.com (8.7.5/8.7.2) with SMTP id HAA19500 for <
[email protected]>; Mon, 2 Dec 1996 07:21:26 -0600 (CST)
Received: by sunfish.cp.tybrin.com (SMI-8.6/SMI-SVR4)
id HAA04095; Mon, 2 Dec 1996 07:21:26 -0600
Message-Id: <
[email protected]>
Date: Mon, 2 Dec 1996 07:21:26 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Clyde Hurst)
To:
[email protected]
Subject: wu-ftpd hangs
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello everyone,
I compiled wu-ftpd using gcc on solaris 2.5. When I attempt to connect
from another machiene, it hangs after you enter the user name. Below
is the /var/adm/messages entry:
Dec 2 07:14:40 sunfish inetd[128]: config: rstatd/rpc/udp still active and was not reconfigured.
Dec 2 07:14:40 sunfish inetd[128]: config: 100083/rpc/tcp still active and was not reconfigured.
Any ideas?
Clyde Hurst
Systems Admin
Tybrin Corp
Ft. Walton Beach FL.
From
[email protected] Mon Dec 2 05:58:01 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUYpj-000AfsC; Mon, 2 Dec 96 05:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA17533; Mon, 2 Dec 1996 07:52:10 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA17344 for <
[email protected]>; Mon, 2 Dec 1996 07:45:45 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19960722 [Ommmmmm is the word]) id OAA19672 for
[email protected]; Mon, 2 Dec 1996 14:46:11 +0100 (MET)
Message-Id: <
[email protected]>
Date: Mon, 2 Dec 1996 14:46:10 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: wu-ftpd hangs
In-Reply-To: <
[email protected]> from "Clyde Hurst" at Dec 2, 96 07:21:26 am
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Clyde Hurst, who wrote :
> I compiled wu-ftpd using gcc on solaris 2.5. When I attempt to connect
> from another machiene, it hangs after you enter the user name. Below
> is the /var/adm/messages entry:
>
> Dec 2 07:14:40 sunfish inetd[128]: config: rstatd/rpc/udp still active and was not reconfigured.
> Dec 2 07:14:40 sunfish inetd[128]: config: 100083/rpc/tcp still active and was not reconfigured.
>
> Any ideas?
This error is not related to wu-ftpd.
Anyway, about the passwords.. you could do the following :
telnet to port 21 and then talk the ftp protocol to see what exactly
happens, like
telnet ftphost 21
. message from wu-ftpd
USER xxxxxx
. message
PASS xxxxxx
Maybe one of the reply messages gives more insight.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Home) BBS Koos z'n Doos (+31-30-6036637 28k8)
[email protected] (Work) <-- finger -l for PGPkey (+31-30-6056619 14k4)
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Mon Dec 2 06:14:12 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUZ4i-000ATrC; Mon, 2 Dec 96 06:10 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA18380; Mon, 2 Dec 1996 08:07:16 -0600
Received: from blue.tybrin.com (blue.cp.tybrin.com [204.49.73.3]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA18256 for <
[email protected]>; Mon, 2 Dec 1996 08:04:54 -0600
Received: from sunfish.cp.tybrin.com (sunfish [204.49.73.10]) by blue.tybrin.com (8.7.5/8.7.2) with SMTP id IAA19646 for <
[email protected]>; Mon, 2 Dec 1996 08:04:49 -0600 (CST)
Received: by sunfish.cp.tybrin.com (SMI-8.6/SMI-SVR4)
id IAA00406; Mon, 2 Dec 1996 08:04:50 -0600
Message-Id: <
[email protected]>
Date: Mon, 2 Dec 1996 08:04:50 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Clyde Hurst)
To:
[email protected]
Subject: Re: wu-ftpd hangs
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
----- Begin Included Message -----
>From
[email protected] Mon Dec 2 07:55 CST 1996
Date: Mon, 2 Dec 1996 14:46:10 +0100 (MET)
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: wu-ftpd hangs
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Clyde Hurst, who wrote :
> I compiled wu-ftpd using gcc on solaris 2.5. When I attempt to connect
> from another machiene, it hangs after you enter the user name. Below
> is the /var/adm/messages entry:
>
> Dec 2 07:14:40 sunfish inetd[128]: config: rstatd/rpc/udp still active and was not reconfigured.
> Dec 2 07:14:40 sunfish inetd[128]: config: 100083/rpc/tcp still active and was not reconfigured.
>
> Any ideas?
This error is not related to wu-ftpd.
Anyway, about the passwords.. you could do the following :
telnet to port 21 and then talk the ftp protocol to see what exactly
happens, like
telnet ftphost 21
. message from wu-ftpd
USER xxxxxx
. message
PASS xxxxxx
Maybe one of the reply messages gives more insight.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Home) BBS Koos z'n Doos (+31-30-6036637 28k8)
[email protected] (Work) <-- finger -l for PGPkey (+31-30-6056619 14k4)
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
----- End Included Message -----
Tried from the ftp host: "ftp localhost 21"
Then I entered the command "USER username". It gave no message and hung.
The in.ftpd daemon that came with solaris works fine. Also, I rebooted
the machiene and now it does not record messages to /var/adm/messages.
The /etc/inetd.conf entry looks like this:
ftp stream tcp nowait root /etc/ftpd ftpd -l -a
Can you see anything wrong?
Clyde
From
[email protected] Mon Dec 2 14:45:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUh2y-000AgkC; Mon, 2 Dec 96 14:41 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA18216; Mon, 2 Dec 1996 16:38:02 -0600
Received: from wrair-amss.army.mil (WRAIR-AMSS.ARMY.MIL [160.151.240.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA17909 for <
[email protected]>; Mon, 2 Dec 1996 16:30:37 -0600
Received: by wrair-amss.army.mil
(1.40.112.8/16.2) id AA151765828; Mon, 2 Dec 1996 17:30:28 -0500
Message-Id: <
[email protected]>
Date: Mon, 02 Dec 1996 17:30:27 EST
Reply-To:
[email protected]
Sender:
[email protected]
From: Chuck Davis <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: wu-ftpd-2.4 on HP-UX 10.20
In-Reply-To: <
[email protected]>; from "Marly Deshommes" at Dec 2, 96 2:36 pm
X-Mailer: Elm [revision: 112.6]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Does anyone have any tips on getting wu-ftpd to work on an HP-UX 10.20 trusted
> system? The problem I am having now is that the passwords are not being
> recognized.
>
> Thanks,
>
> Marly Deshommes
>
>
Yes. (I took tips from the web site faq at:
<URL:
http://www.hvu.nl/~koos/wu-ftpd-faq.html> )
I'm running 10.10. There was a lot more to it that installing the patch
recommended in the faq. I used gcc/bison to build and ran into several
problems. I'll be happy to share my changes, or, if everything built for
and you have just the trusted password problem, try the patch in the FAQ.
It worked for me w/o a hitch.
Regards,
Chuck Davis
From
[email protected] Mon Dec 2 15:14:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUhUj-000AkRC; Mon, 2 Dec 96 15:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA19882; Mon, 2 Dec 1996 17:07:02 -0600
Received: from campus.mty.itesm.mx (campus.mty.itesm.mx [131.178.4.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA19677 for <
[email protected]>; Mon, 2 Dec 1996 17:01:09 -0600
Received: from Itzel.mty.itesm.mx (itzel.mty.itesm.mx [131.178.38.74]) by campus.mty.itesm.mx (8.8.2/8.7.3) with SMTP id RAA39070 for <
[email protected]>; Mon, 2 Dec 1996 17:00:58 -0600
Message-Id: <
[email protected]>
Date: Mon, 2 Dec 1996 17:04:36 -0600 ()
Reply-To:
[email protected]
Sender:
[email protected]
From: Carlos Lazcano-Vega <
[email protected]>
To:
[email protected]
Subject: Question: about FTP modes
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Where can I find more information about passive FTP mode??
---
Carlos Lazcano-Vega Voice: (52-8) 358-2000 x4084
Internet Services Manager Fax: (52-8) 328-4129
ITESM / Technological Computing Email:
[email protected]
Av. Eugenio Garza Sada 2501 Sur
http://homepages.mty.itesm.mx/~clazcano/
Sucursal de Correos "J"
Monterrey, N.L, Mexico. CP 64849 Heroes get remembered; legends never died
*** All my opinions are not really opinions ***
From
[email protected] Mon Dec 2 16:00:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUiE9-000AlWC; Mon, 2 Dec 96 15:56 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA22762; Mon, 2 Dec 1996 17:54:05 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA22009 for <
[email protected]>; Mon, 2 Dec 1996 17:41:07 -0600
Received: from charlie1.EE.McGill.CA (
[email protected] [132.206.63.203]) by finnegan.EE.McGill.CA (8.8.3/8.8.3) with ESMTP id SAA01915 for <
[email protected]>; Mon, 2 Dec 1996 18:40:24 -0500 (EST)
Received: by charlie1.EE.McGill.CA (8.8.3) id SAA00946; Mon, 2 Dec 1996 18:40:23 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 2 Dec 1996 18:40:22 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Question: about FTP modes
In-Reply-To: <
[email protected]> from "Carlos Lazcano-Vega" at Dec 2, 96 05:04:36 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Carlos Lazcano-Vega':
>
> Where can I find more information about passive FTP mode??
>
you need those two requirements
- RFC959
- and a coffee pot 8)
Also Stevens W. Richard books
are very good(excellent) and less dry than a RFC.
--
Buenos Dias, alain
signature --> /dev/null
> ---
> Carlos Lazcano-Vega Voice: (52-8) 358-2000 x4084
> Internet Services Manager Fax: (52-8) 328-4129
> ITESM / Technological Computing Email:
[email protected]
> Av. Eugenio Garza Sada 2501 Sur
http://homepages.mty.itesm.mx/~clazcano/
> Sucursal de Correos "J"
> Monterrey, N.L, Mexico. CP 64849 Heroes get remembered; legends never died
>
> *** All my opinions are not really opinions ***
>
>
From
[email protected] Tue Dec 3 07:26:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUwfi-000AkuC; Tue, 3 Dec 96 07:22 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA22239; Tue, 3 Dec 1996 09:18:52 -0600
Received: from dresden.bmc.com ([198.64.253.250]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA21786 for <
[email protected]>; Tue, 3 Dec 1996 09:07:36 -0600
Received: by dresden.bmc.com
(1.40.112.4/16.2) id AA066846035; Tue, 3 Dec 1996 09:13:55 -0600
Received: from cherry.bmc.com(172.17.1.25) by dresden.bmc.com via smap (3.2)
id xma006577; Tue, 3 Dec 96 09:13:41 -0600
Received: from localhost (root@localhost) by cherry.bmc.com with SMTP (8.7.5/8.7.3) id JAA12612 for
[email protected]; Tue, 3 Dec 1996 09:06:39 -0600 (CST)
Message-Id: <H000007400009642@MHS>
Date: Tue, 3 Dec 96 09:06:26 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: command logging
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; name="cc:Mail"
Content-Transfer-Encoding: 7bit
X-Openmail-Hops: 1
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am commenting on the post below. Concerning command logging with
wu-ftpd, I found that it is done through the syslog daemon, under
facility DAEMON, severity INFO. To log commands to a file, specify
something like
daemon.info : /var/adm/ftpcommandlog
in your syslog.conf file. See your syslog.conf man page for more
info.
BTW, it would be nice if wu-ftpd could be configured to use one of the
LOCAL{0-7} facilities instead of DAEMON -- other daemons might produce
output of severity INFO to the file specified above.
Robert Anderson.
[email protected]
------------------------------
Date: Mon, 2 Dec 1996 15:44:56 -0500 (EST)
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd
Message-ID: <
[email protected]>
According to `Clyde Hurst':
>
> I am having the same problem. Can't get ftpd to log messages. In
> /etc/inetd.conf I am using /etc/ftpd -l -a.
>
For log, there's a ftpaccess directive ``log''
see ftpaccess(5).
You can enable it on the command line with
`-L' uppercase `L'.
see ftpd(8).
It's less flexible than the ``log'' directive
of ftpaccess because only command logging is on.
From
[email protected] Tue Dec 3 08:08:04 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUxJQ-000AhsC; Tue, 3 Dec 96 08:03 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA24829; Tue, 3 Dec 1996 10:00:36 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA22595 for <
[email protected]>; Tue, 3 Dec 1996 09:29:15 -0600
Received: from charlie1.EE.McGill.CA (
[email protected] [132.206.63.203]) by finnegan.EE.McGill.CA (8.8.3/8.8.3) with ESMTP id KAA07062; Tue, 3 Dec 1996 10:29:09 -0500 (EST)
Received: by charlie1.EE.McGill.CA (8.8.3) id KAA01468; Tue, 3 Dec 1996 10:29:07 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 3 Dec 1996 10:29:06 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: command logging
In-Reply-To: <H000007400009642@MHS> from "
[email protected]" at Dec 3, 96 09:06:26 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `
[email protected]':
>
> I am commenting on the post below. Concerning command logging with
> wu-ftpd, I found that it is done through the syslog daemon, under
> facility DAEMON, severity INFO. To log commands to a file, specify
> something like
>
> daemon.info : /var/adm/ftpcommandlog
>
> in your syslog.conf file. See your syslog.conf man page for more
> info.
>
> BTW, it would be nice if wu-ftpd could be configured to use one of the
> LOCAL{0-7} facilities instead of DAEMON -- other daemons might produce
> output of severity INFO to the file specified above.
>
[...previous posting deleted..]
Right, but I think you could achieve this by redefining the facility
in config.h... something like
/*
* login goes to this facility now
*
*/
#define FACILITY LOG_LOCAL3
--
bonne journe'e, alain
From
[email protected] Tue Dec 3 09:11:41 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vUyJY-000BIRC; Tue, 3 Dec 96 09:07 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA29013; Tue, 3 Dec 1996 11:04:27 -0600
Received: from rider.wharton.upenn.edu (RIDER.WHARTON.UPENN.EDU [130.91.163.207]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA27768 for <
[email protected]>; Tue, 3 Dec 1996 10:46:10 -0600
Received: (from marly@localhost) by rider.wharton.upenn.edu (8.6.12/8.6.12) id LAA01871; Tue, 3 Dec 1996 11:46:10 -0500
Message-Id: <
[email protected]>
Date: Tue, 3 Dec 1996 11:46:10 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Marly Deshommes <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: wu-ftpd-2.4 on HP-UX 10.20
In-Reply-To: <
[email protected]> from "Chuck Davis" at Dec 2, 96 05:30:27 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23-upenn3.1]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thanks for the tip. I was able to compile it and get it to work by installing
the patch.
Marly Deshommes
>
> > Does anyone have any tips on getting wu-ftpd to work on an HP-UX 10.20 trusted
> > system? The problem I am having now is that the passwords are not being
> > recognized.
> >
> > Thanks,
> >
> > Marly Deshommes
> >
> >
>
> Yes. (I took tips from the web site faq at:
> <URL:
http://www.hvu.nl/~koos/wu-ftpd-faq.html> )
>
> I'm running 10.10. There was a lot more to it that installing the patch
> recommended in the faq. I used gcc/bison to build and ran into several
> problems. I'll be happy to share my changes, or, if everything built for
> and you have just the trusted password problem, try the patch in the FAQ.
> It worked for me w/o a hitch.
>
> Regards,
>
> Chuck Davis
>
From
[email protected] Tue Dec 3 19:58:56 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vV8Pr-000AkVC; Tue, 3 Dec 96 19:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA02377; Tue, 3 Dec 1996 21:50:53 -0600
Received: from lulu.acns.nwu.edu (lulu.acns.nwu.edu [129.105.16.54]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA02295 for <
[email protected]>; Tue, 3 Dec 1996 21:48:40 -0600
Received: from [129.105.186.91] (chestnut186091.nuts.nwu.edu) by lulu.acns.nwu.edu with SMTP
(1.40.112.8/20.4) id AA068431310; Tue, 3 Dec 1996 21:48:30 -0600
Message-Id: <v01510100aecaa2d1a0b3@[129.105.186.52]>
Date: Tue, 3 Dec 1996 21:50:31 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Lunde <
[email protected]>
To:
[email protected]
Subject: how I built wuftpd under hpux 10.20
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Below, is a fairly detailed diff of what I did to build
wu-ftpd-2.4.2-beta-11 under hp/ux 10.20 with the HP ANSI C compiler.
Because I was making so many configuration changes I made a new set of
files ".cus" (for custom), parallel to the .hpx files.
I generally followed the FAQ for the bigcrypt patch, but adapted it a bit
to this version of the code, and _tryed_ to confirm the right value for
some of the defines.
Some of the diffs like the binary installation directory, and CMASK
represent purely local options, so this shouldn't be followed blindly. It
also hasn't been used in full production, yet, so there could be bugs.
===========================================
diff -c ./src/makefiles/Makefile.hpx ./src/makefiles/Makefile.cus
===========================================
*** ./src/makefiles/Makefile.hpx Fri Mar 15 00:26:48 1996
--- ./src/makefiles/Makefile.cus Wed Nov 6 22:23:54 1996
***************
*** 1,4 ****
--- 1,7 ----
#
+ # modified from Makefile.hpx for pubweb and hp/ux 10.20
+ # 11/6/96
+ #
# Makefile for HPUX
# $Id: Makefile.hpx,v 1.3 1995/06/30 03:57:27 sob Exp $
#
***************
*** 6,12 ****
IFLAGS = -I.. -I../support
LFLAGS = -L../support
CFLAGS = -Aa -Dunix -D_HPUX_SOURCE -O -DDEBUG ${IFLAGS} ${LFLAGS}
! LIBES = -lsupport -lc -lPW
LIBC = /lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
--- 9,15 ----
IFLAGS = -I.. -I../support
LFLAGS = -L../support
CFLAGS = -Aa -Dunix -D_HPUX_SOURCE -O -DDEBUG ${IFLAGS} ${LFLAGS}
! LIBES = -lsupport -lc -lPW -lsec
LIBC = /lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
===========================================
diff -c ./src/config/config.hpx ./src/config/config.cus
===========================================
*** ./src/config/config.hpx Mon Apr 15 00:51:40 1996
--- ./src/config/config.cus Tue Nov 12 19:17:58 1996
***************
*** 1,11 ****
/*
* config.h for HPUX
* $Id: config.hpx,v 1.4 1995/12/05 09:54:15 sob Exp $
*/
#define HAVE_SYMLINK
#undef BSD
! #undef HAVE_DIRENT
! #undef HAVE_D_NAMLEN
#undef HAVE_FLOCK
#define HAVE_FTW
#define HAVE_GETCWD
--- 1,14 ----
/*
+ * modified from config.hpx for hp/ux 10.20 and pubweb
+ *
* config.h for HPUX
* $Id: config.hpx,v 1.4 1995/12/05 09:54:15 sob Exp $
*/
+
#define HAVE_SYMLINK
#undef BSD
! #define HAVE_DIRENT
! #define HAVE_D_NAMLEN
#undef HAVE_FLOCK
#define HAVE_FTW
#define HAVE_GETCWD
***************
*** 20,33 ****
#define REGEX
#define REGEXEC
#define SPT_TYPE SPT_PSTAT
! #undef SHADOW_PASSWORD
#define SVR4
#define UPLOAD
#define USG
! #define _PATH_WTMP "/etc/wtmp"
! #define RLIM_INFINITY 0x7fffffff
#define seteuid(x) setresuid(-1,x,-1)
#define setegid(x) setresgid(-1,x,-1)
--- 23,39 ----
#define REGEX
#define REGEXEC
#define SPT_TYPE SPT_PSTAT
! #define SHADOW_PASSWORD
#define SVR4
#define UPLOAD
#define USG
! #define CMASK 022
! #define _PATH_WTMP "/var/adm/wtmp"
!
! /* #define RLIM_INFINITY 0x7fffffff */
! #include <sys/resource.h>
#define seteuid(x) setresuid(-1,x,-1)
#define setegid(x) setresgid(-1,x,-1)
***************
*** 42,45 ****
--- 48,63 ----
typedef void SIGNAL_TYPE;
+ #define _PATH_BSHELL "/usr/bin/sh"
+
+ /* choose paths for various files */
+
+ #define USE_VAR
+ #define USE_PID
+
+ /* HP trusted system support */
+ #define HP_BIGCRYPT
+
#include "../config.h"
+
+
===========================================
diff -c ./support/makefiles/Makefile.hpx ./support/makefiles/Makefile.cus
===========================================
*** ./support/makefiles/Makefile.hpx Mon Apr 15 00:52:28 1996
--- ./support/makefiles/Makefile.cus Wed Nov 6 21:33:22 1996
***************
*** 1,4 ****
--- 1,6 ----
#
+ # modified from Makefile.hpx
+ #
# Makefile for HP-UX
#
# $Id: Makefile.hpx,v 1.3 1996/01/22 07:42:16 sob Exp $
===========================================
diff -c ./makefiles/Makefile.hpx ./makefiles/Makefile.cus
===========================================
*** ./makefiles/Makefile.hpx Sat Jun 17 22:16:56 1995
--- ./makefiles/Makefile.cus Wed Nov 13 10:24:00 1996
***************
*** 1,8 ****
! BINDIR= /etc
! ETCDIR= /etc
! MANDIR= /usr/man
MANEXT= 8
! INSTALL= ./util/install
all:
@ echo 'Use the "build" command (shell script) to make ftpd.'
--- 1,8 ----
! BINDIR= /local-adm/bin
! ETCDIR= /local-adm/bin
! MANDIR= /opt/local/man
MANEXT= 8
! INSTALL= /opt/local/bin/bsd_install
all:
@ echo 'Use the "build" command (shell script) to make ftpd.'
===========================================
diff -c ./src/extensions.c ./src/extensions.c.dist
===========================================
*** ./src/extensions.c Wed Nov 6 22:20:24 1996
--- ./src/extensions.c.dist Mon Apr 15 00:51:05 1996
***************
*** 96,102 ****
disctime[30];
#ifdef __STDC__
! extern char *realpath(const char *pathname, char *result);
#else
extern char *realpath();
#endif
--- 96,102 ----
disctime[30];
#ifdef __STDC__
! extern char *realpath(char *pathname, char *result);
#else
extern char *realpath();
#endif
===========================================
diff -c ./src/ftpd.c ./src/ftpd.c.dist
===========================================
*** ./src/ftpd.c Tue Nov 12 17:51:31 1996
--- ./src/ftpd.c.dist Mon Apr 15 00:51:11 1996
***************
*** 137,152 ****
#include <krb.h>
#endif
- #ifdef HP_BIGCRYPT
- /* Albert Lunde 11/12/96
- patch based on Jose Luis Martinez Garcia entry in wuftpd FAQ
- but with different conditional options */
- #include <hpsecurity.h>
- #include <prot.h>
- /* use #define SHADOW_PASSWORD in src.conf.h
- use LIBES = -lsupport -lc -lPW -lsec */
- #endif
-
#ifdef ULTRIX_AUTH
#include <auth.h>
#include <sys/svcinfo.h>
--- 137,142 ----
***************
*** 1248,1260 ****
{
char *xpasswd,
*salt;
-
- #ifdef HP_BIGCRYPT
- /* Albert Lunde 11/12/96
- patch based on Jose Luis Martinez Garcia entry in wuftpd FAQ
- but with different conditional options */
- char *bpasswd;
- #endif /* HP_BIGCRYPT */
#ifdef ULTRIX_AUTH
int numfails;
--- 1238,1243 ----
***************
*** 1305,1322 ****
xpasswd = skey_crypt(passwd, salt, pw, pwok);
pwok = 0;
#else
- #ifdef HP_BIGCRYPT
- /* Albert Lunde 11/12/96
- patch based on Jose Luis Martinez Garcia entry in wuftpd FAQ
- but with different conditional options */
xpasswd = crypt(passwd, salt);
- /* bigcrypt added to support hp trusted system/"Commercial
Security" option */
- bpasswd = bigcrypt(passwd, salt);
- #else
- xpasswd = crypt(passwd, salt);
#endif
#endif
- #endif
#ifdef SKEY
/* comment the next line if you REALLY want to allow replayable passwds. */
--- 1288,1296 ----
***************
*** 1326,1338 ****
#endif
#ifdef ULTRIX_AUTH
if ((numfails = ultrix_check_pass(passwd, xpasswd)) < 0) {
- #elif defined(HP_BIGCRYPT)
- /* Albert Lunde 11/12/96
- patch based on Jose Luis Martinez Garcia entry in wuftpd FAQ
- but with different conditional options */
- if (pw == NULL || *pw->pw_passwd == '\0' ||
- (strcmp(xpasswd, pw->pw_passwd) &&
- strcmp(bpasswd, pw->pw_passwd))) {
#else
/* The strcmp does not catch null passwords! */
if (pw == NULL || *pw->pw_passwd == '\0' ||
--- 1300,1305 ----
==========
---
Albert Lunde
[email protected]
From
[email protected] Tue Dec 3 23:09:49 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVBPY-000BNsC; Tue, 3 Dec 96 23:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA10719; Wed, 4 Dec 1996 01:03:22 -0600
Received: from nchud1.nchu.edu.tw (nchud1.nchu.edu.tw [140.120.1.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id AAA10358 for <
[email protected]>; Wed, 4 Dec 1996 00:50:33 -0600
Received: from cslee.nchu.edu.tw (cslee.nchu.edu.tw [140.120.150.120]) by nchud1.nchu.edu.tw (8.7.5/8.7.3) with SMTP id OAA09924 for <
[email protected]>; Wed, 4 Dec 1996 14:52:42 +0800
Message-Id: <
[email protected]>
Date: Wed, 04 Dec 1996 14:49:20 +0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Chee-Siong, Lee" <
[email protected]>
To:
[email protected]
Subject: Re: timezone error
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thuy Tran wrote:
>
> Got a quick question: when I do an 'ls -l', the timezone on the files I put are
> exactly 6 hours off. I copied the file TIMEZONE and the
> /usr/share/lib/zoneinfo/US/Central file to ~ftp/usr/lib/ directory and it still
> doesn't work. I assume I don't need to copy all the files in
> /usr/share/lib/zoneinfo? The system's /etc/TIMEZONE is a link to
> /etc/default/init.
>
I just make a working case.
My /etc/default/init contain TIMEINFO=ROC
Just run following step:
1. mkdir ~ftp/etc/default
2. cp /etc/default/init ~ftp/etc/default
3. mkdir ~ftp/usr/share/lib/zoneinfo
4. cp /usr/share/lib/zoneinfo/ROC ~ftp/usr/share/lib/zoneinfo
From
[email protected] Wed Dec 4 08:52:57 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVKWA-000BEDC; Wed, 4 Dec 96 08:49 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA15675; Wed, 4 Dec 1996 10:48:04 -0600
Received: from mule1.mindspring.com (mule1.mindspring.com [204.180.128.167]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA13303 for <
[email protected]>; Wed, 4 Dec 1996 10:16:37 -0600
Received: from mfathome (ip118.santa-clara6.ca.interramp.com [38.28.19.118]) by mule1.mindspring.com (8.8.2/8.7.3) with SMTP id QAA30506 for <
[email protected]>; Wed, 4 Dec 1996 16:16:34 GMT
Message-Id: <
[email protected]>
Date: Wed, 04 Dec 1996 08:14:16 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Farace <
[email protected]>
To:
[email protected]
Subject: Can't get wu-ftpd-2.4 to compile on Solaris 2.5.1 - help!
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I need to compile wu-ftpd-2.4 under Solaris 2.5.1. I need to set it
because of it's extra security and logging capabilities. I have access
to do it on machines that have the gcc compiler or SparcWorks (?) C
compiler for Solaris.
Two of the more major problems are:
vers.c will not compile and I get an error about NGROUPS_MAX not being
defined.
(there are other problems besides these, but these seem the most fatal)
I am *not* a programmer, but can generally get 8 out of 10 programs to
compile by tweaking the Makefile and following directions, and am very
familiar with Solaris and SunOS. But this has me stumped.
I need to have this up and going by Friday night, so any and all help is
greatly appreciated.
Mike Farace
[email protected]
From
[email protected] Wed Dec 4 15:09:00 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVQO2-000BDiC; Wed, 4 Dec 96 15:05 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA08187; Wed, 4 Dec 1996 17:03:58 -0600
Received: from hogw2.att.com (hogw2.att.com [204.179.186.34]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA07534 for <
[email protected]>; Wed, 4 Dec 1996 16:53:47 -0600
Received: from lynxhub.ho.att.com by hoig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id RAA13052; Wed, 4 Dec 1996 17:47:30 -0500
Received: from ROGERH ([135.16.115.182]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA25233; Wed, 4 Dec 1996 17:52:13 -0500
Received: by ROGERH with Microsoft Mail
id <01BBE20B.97496D70@ROGERH>; Wed, 4 Dec 1996 17:50:09 -0500
Message-Id: <01BBE20B.97496D70@ROGERH>
Date: Wed, 4 Dec 1996 17:50:08 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'WUFTPD List'" <
[email protected]>
Cc: "'Roger A. Hanke'" <
[email protected]>
Subject: WUFTPD not receiving TZ setting from inetd?
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Dear WUFTPD'ers,
Two questions concerning WUFTPD.
Has anyone built WUFTPD to run on any flavor of SGI machine?
If so could you please contact me to let me know if your WUFTPD uses GMT
or your proper timezone when writing to log files.
Second question is if anyone more familiar with WUFTPD can shed any
light on the following strange behaviour I am seeing. This happens to be
with WUFTPD 2.4 and IRIX 6.2 but is really a more general question.
I have checked that inetd does have TZ set in its environment to EST5EDT
which is correct. But when WUFTPD writes out to its log file or the system
log it uses GMT (5 hours ahead of EST). I checked in the code and
WUFTPD is making a localtime (ctime(3c)) call which uses the value of
TZ to adjust the current time. So it appears that TZ is somehow getting
unset in the environment? This supposition is further supported when the
/bin/ls -l command is run by WUFTPD. It also prints out times in GMT.
I replaced it with a dummy file and found that TZ is not set in the
environment that it receives. So this would explain the behavior I am
seeing. So then the question becomes if inetd has TZ set and I have
confirmed it passes it to processes it starts from inetd.conf, why doesnt
WUFTPD or /bin/ls have it set in their environments when they are
executed?? I built this version of WUFTPD with all standard settings.
It works great in all areas except for its timezone usage.
Anyone have any input or suggestions at all??????
Thanx,
Roger Hanke
From
[email protected] Wed Dec 4 18:31:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 4 Dec 1996 18:27:48 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA17204; Wed, 4 Dec 1996 20:25:50 -0600
Received: from josephus.furph.com (josephus.furph.com [204.120.113.160]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA17104 for <
[email protected]>; Wed, 4 Dec 1996 20:22:34 -0600
Received: from localhost (beckers@localhost) by josephus.furph.com (8.8.0/8.8.0) with SMTP id VAA21170; Wed, 4 Dec 1996 21:25:03 -0500 (EST)
Message-Id: <
[email protected]>
Date: Wed, 4 Dec 1996 21:25:03 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Becki Kain <
[email protected]>
To:
[email protected],
[email protected]
Subject: static binaries for wu-ftp built
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
hello both lists:
I have static binaries of gzip, gunzip and gtar built for DU 4.0. I could
not find anyone having answered these questions on the archive. You can
get them at
http://furph.com/freestuff
beckers
From
[email protected] Wed Dec 4 18:58:33 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 4 Dec 1996 18:55:07 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA17837; Wed, 4 Dec 1996 20:53:36 -0600
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA17681 for <
[email protected]>; Wed, 4 Dec 1996 20:47:59 -0600
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.6.13) with ESMTP id UAA11878 for <
[email protected]>; Wed, 4 Dec 1996 20:47:58 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.7.5/)
id UAA01106; Wed, 4 Dec 1996 20:47:25 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 4 Dec 1996 20:47:15 -0600
Message-Id: <
[email protected]>
Date: Wed, 4 Dec 96 20:47:15 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: WUFTPD not receiving TZ setting from inetd?
In-Reply-To: <01BBE20B.97496D70@ROGERH>; from "Roger A. Hanke" at Dec 4, 96 5:50 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Roger Hanke asked about problems with timezones on IRIX.
> TZ to adjust the current time. So it appears that TZ is somehow getting
> unset in the environment? This supposition is further supported when the
> /bin/ls -l command is run by WUFTPD. It also prints out times in GMT.
> I replaced it with a dummy file and found that TZ is not set in the
> environment that it receives. So this would explain the behavior I am
> seeing. So then the question becomes if inetd has TZ set and I have
> confirmed it passes it to processes it starts from inetd.conf, why doesnt
> WUFTPD or /bin/ls have it set in their environments when they are
> executed?? I built this version of WUFTPD with all standard settings.
> It works great in all areas except for its timezone usage.
I don't use SGI boxes, but I did see a problem with timezones under
Solaris 2 on my server - but only with anonymous users.
As far as I can tell, the localtime call used needs to access the timezone
information on disk in order to make the adjustment. Under Solaris, this
resides in the /etc/default directory, and so a copy of this (just the
relevant files, not the whole directory) needed to be put under the
anonymous FTP root area, in order that FTP could find it when running
anonymously.
If you only see the timezone problem when logging in anonymously, then my
guess is that IRIX is similar, and you'll need to find your timezone files
and replicate the structure under the FTP root area. If you don't see the
problem when logged in as a real user, then this is probably not the cause
of the problem, and I hope you get a response from an IRIX expert...
I hope this helps !
Cheers, Bob
--
Bob Luckin
Texas Instruments
P O Box 650311, MS 3937
[email protected]
Dallas, TX 75265 U.S.A. Tel: (972) 917 5081 Fax: (972) 917 7966
From
[email protected] Wed Dec 4 22:52:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 4 Dec 1996 22:51:02 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA25755; Thu, 5 Dec 1996 00:49:19 -0600
Received: from kaba.fine.ad.jp (kaba.fine.ad.jp [202.228.129.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA25589 for <
[email protected]>; Thu, 5 Dec 1996 00:41:57 -0600
Received: from FASTNET197 (fastnet197.fine.ad.jp [202.228.129.197]) by kaba.fine.ad.jp (8.6.12/3.4W2) with SMTP id PAA19485 for <
[email protected]>; Thu, 5 Dec 1996 15:41:13 +0900
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 15:41:13 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: "Y.Hariyama" <
[email protected]>
To:
[email protected]
Subject: wu-FTP compile on Solaris2.5+gcc2.7.0
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2J
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have a problem to compile wu-FTP2.4.
My machine & system
Sun SS5 compatible + Solaris 2.5
gcc 2.7.0
My procedure
1:I got wu-FTP2.4 from ftp site and spreded out.
2:I edited src/pathnames.h
#define _PATH_FTPUSERS "/etc/ftpusers"
#define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
#define _PATH_EXECPATH "/bin/ftp-exec"
#define _PATH_PIDNAMES "/usr/local/daemon/ftpd/ftp.pids-%s"
#define _PATH_CVT "/usr/local/etc/ftpconversions"
#define _PATH_XFERLOG "/var/log/xferlog"
#define _PATH_PRIVATE "/etc/ftpgroups"
#ifndef _PATH_UTMP
#define _PATH_UTMP "/var/adm/utmp"
#define _PATH_WTMP "/var/adm/wtmp"
#define _PATH_LASTLOG "/usr/adm/lastlog"
#endif
#define _PATH_BSHELL "/bin/sh"
#define _PATH_DEVNULL "/dev/null"
#ifdef HOST_ACCESS
#define _PATH_FTPHOSTS "/usr/local/etc/ftphosts"
#endif
3:I edited src/Makefile & support/Makefile, changed cc to gcc.
4:I copyed support/ftp.h to /usr/include/arpa/ftp.h
5:./build sol command.
mail2# !!
./build sol
make args are :
make opts are :
Linking Makefiles.
Making support library.
rm -f libsupport.a
ar cq libsupport.a fnmatch.o strcasestr.o strsep.o authuser.o
touch libsupport.a
Making ftpd.
gcc -g -DDEBUG -I.. -I../support -L../support -c ftpd.c
ftpd.c:182: `MAXHOSTNAMELEN' undeclared here (not in a function)
ftpd.c:183: `MAXHOSTNAMELEN' undeclared here (not in a function)
ftpd.c:184: `MAXHOSTNAMELEN' undeclared here (not in a function)
ftpd.c:194: `MAXHOSTNAMELEN' undeclared here (not in a function)
ftpd.c:195: `MAXHOSTNAMELEN' undeclared here (not in a function)
ftpd.c: In function `user':
ftpd.c:725: `MAXHOSTNAMELEN' undeclared (first use this function)
ftpd.c:725: (Each undeclared identifier is reported only once
ftpd.c:725: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `ftpd.o'
Making ftpcount.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c
vers.o -lsu
pport -lsocket -lnsl -lgen
gcc: vers.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `ftpcount'
Making ftpshut.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o
-lsupp
ort -lsocket -lnsl -lgen
gcc: vers.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `ftpshut'
Making ckconfig.
`ckconfig' is up to date.
Links to executables are in bin directory:
size: bin/ftpd: cannot open
size: bin/ftpcount: cannot open
size: bin/ftpshut: cannot open
size: bin/ftpwho: cannot open
bin/ckconfig: 3656 + 1769 + 327 = 5752
Done
So, I can't compile wu-FTP2.4 complete.
Please inform me about true procedure.
**********************************************************************
( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
From
[email protected] Thu Dec 5 01:54:14 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 01:52:33 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA00748; Thu, 5 Dec 1996 03:51:29 -0600
Received: from alpha.logic.tuwien.ac.at (alpha.logic.tuwien.ac.at [128.130.175.20]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA00639 for <
[email protected]>; Thu, 5 Dec 1996 03:44:17 -0600
Received: from localhost (localhost [127.0.0.1]) by alpha.logic.tuwien.ac.at (8.8.3/8.8.3) with SMTP id KAA24141 for
[email protected]; Thu, 5 Dec 1996 10:44:13 +0100 (MET)
Message-Id: <
[email protected]>
Date: Thu, 05 Dec 96 10:44:13 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Gernot Salzer <
[email protected]>
To:
[email protected]
Subject: Archives of this mailing list
X-Mts: smtp
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
is this mailing list archived anywhere?
I am new to this list, and I'm sure my questions have been answered
before ...
Please reply also directly to me (
[email protected])
since my subscription to the list might not yet work.
Thanks, Gernot Salzer
From
[email protected] Thu Dec 5 04:33:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 04:31:42 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA03980; Thu, 5 Dec 1996 06:30:40 -0600
Received: from blue.tybrin.com (blue.cp.tybrin.com [204.49.73.3]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id GAA03836 for <
[email protected]>; Thu, 5 Dec 1996 06:24:25 -0600
Received: from sunfish.cp.tybrin.com (sunfish [204.49.73.10]) by blue.tybrin.com (8.7.5/8.7.2) with SMTP id GAA01014 for <
[email protected]>; Thu, 5 Dec 1996 06:24:14 -0600 (CST)
Received: by sunfish.cp.tybrin.com (SMI-8.6/SMI-SVR4)
id GAA02635; Thu, 5 Dec 1996 06:24:18 -0600
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 06:24:18 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Clyde Hurst)
To:
[email protected]
Subject: Re: wu-ftpd
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thanks, I will try it.
Clyde Hurst
From
[email protected] Thu Dec 5 05:40:22 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 05:38:33 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA05454; Thu, 5 Dec 1996 07:37:29 -0600
Received: from mail.thecollective.com (cnc099229.concentric.net [206.173.103.229]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA05368 for <
[email protected]>; Thu, 5 Dec 1996 07:34:53 -0600
Received: from tachyon (cnc099214.concentric.net [206.173.103.214])
by mail.thecollective.com (Netscape Mail Server v1.1) with SMTP
id AAA26259 for <
[email protected]>;
Thu, 5 Dec 1996 11:42:18 -0400
Message-Id: <
[email protected]>
Date: Thu, 05 Dec 1996 08:33:45 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kenneth J. Schutt" <
[email protected]>
To:
[email protected]
Subject: banner command
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected] (Collective The - Schutt, Kenneth J. )
X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I'm having a problem getting banner to work. I currently have the
following line in the ftpaccess file:
virtual 123.123.123.123 banner /export/home/tmpt/banner This inables
me from logging in via ftp completely. If I replace it with,
virtual 123.123.123.123 banner /export/home/tmpt I'm able to login but
of course am unable to see the banner. I have the banner in the virtual
root directory. What I'm I doing wrong? My client is pushing me to have
this up yesterday, any help would be greatly appreciated. Thanks.
Ken Schutt
The Collective
From
[email protected] Thu Dec 5 07:33:34 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 07:30:02 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA10669; Thu, 5 Dec 1996 09:28:01 -0600
Received: from earth.astro.umd.edu (earth.astro.umd.edu [129.2.163.100]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA09959 for <
[email protected]>; Thu, 5 Dec 1996 09:19:16 -0600
Received: (wls@localhost)
by earth.astro.umd.edu (8.8.3/8.6.6mWLS)
id KAA02169 for
[email protected]; Thu, 5 Dec 1996 10:19:12 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 10:19:12 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William L. Sebok)
To:
[email protected]
Subject: Re: WUFTPD not receiving TZ setting from inetd?
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Bob Luckin <
[email protected]> said:
> I don't use SGI boxes, but I did see a problem with timezones under
> Solaris 2 on my server - but only with anonymous users.
>
> As far as I can tell, the localtime call used needs to access the timezone
> information on disk in order to make the adjustment. Under Solaris, this
> resides in the /etc/default directory, and so a copy of this (just the
> relevant files, not the whole directory) needed to be put under the
> anonymous FTP root area, in order that FTP could find it when running
> anonymously.
As I have previously posted, this isn't quite true (at least for Solaris 2.4
and 2.5). What is critical is that the file usr/share/lib/zoneinfo/US/Eastern
(or whatever file corresponds to the setting of TZ in /etc/default/init) be
present in your anonymous area. There need not be a copy of /etc/default/init
in your anonymous area. The TZ information is passed to the ftpd daemon by
means of the TZ environment variable which is init gets at boot time from
/etc/default/init. I am running fine without a /etc/default/init file or
/etc/default directory in my anonymous area.
Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
From
[email protected] Thu Dec 5 08:19:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 08:17:09 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA13705; Thu, 5 Dec 1996 10:15:48 -0600
Received: from banzai.PCC.COM (banzai.pcc.com [205.219.166.145]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA13577 for <
[email protected]>; Thu, 5 Dec 1996 10:13:25 -0600
Received: by banzai.PCC.COM (Smail3.1.29.1 #3)
id m0vVgP3-0000B3C; Thu, 5 Dec 96 11:12 EST
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 11:12:01 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jay Schuster)
To:
[email protected] (WU-FTPD List)
Subject: Bug: wu-2.4.2-academ[BETA-11]: 32 character host name buffer?
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am using wu-2.4.2-academ[BETA-11] on an IBM RS/6000 running AIX 4.1.4.
I have someone trying to access my ftp site from a dialup IP site:
PORT-21-MAX-BTV-03.ramp.together.net
When ftpd starts, it says:
ACCESS DENIED (not in any class) TO \
PORT-21-MAX-BTV-03.ramp.together [207.41.55.21]
FTP LOGIN REFUSED (access denied) FROM \
PORT-21-MAX-BTV-03.ramp.together [207.41.55.21], Sgmsw
Note the loss of the `.net'.
In ftpaccess, I had to change:
class local ... ... *.ramp.together.net
to:
class local ... ... *.ramp.together
to work around this, but this is not general nor elegant.
I do not have a patch (yet), but thought you all would like to know.
--
Jay Schuster <
[email protected]>
The People's Computer Company `Revolutionary Programming'
From
[email protected] Thu Dec 5 09:12:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com(really [192.136.111.2]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 09:12:23 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vVgpr-0003SaC; Thu, 5 Dec 96 08:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA14741; Thu, 5 Dec 1996 10:34:57 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA14613 for <
[email protected]>; Thu, 5 Dec 1996 10:32:22 -0600
Received: from charlie1.EE.McGill.CA (
[email protected] [132.206.63.203]) by finnegan.EE.McGill.CA (8.8.3/8.8.3) with ESMTP id LAA05179; Thu, 5 Dec 1996 11:32:07 -0500 (EST)
Received: by charlie1.EE.McGill.CA (8.8.3) id LAA04219; Thu, 5 Dec 1996 11:32:05 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 11:32:04 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: wu-FTP compile on Solaris2.5+gcc2.7.0
In-Reply-To: <
[email protected]> from "Y.Hariyama" at Dec 5, 96 03:41:13 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Y.Hariyama':
>
> My machine & system
> Sun SS5 compatible + Solaris 2.5
> gcc 2.7.0
>
> My procedure
> 1:I got wu-FTP2.4 from ftp site and spreded out.
>
> 2:I edited src/pathnames.h
[..deleted..]
>
> 3:I edited src/Makefile & support/Makefile, changed cc to gcc.
>
> 4:I copyed support/ftp.h to /usr/include/arpa/ftp.h
>
> 5:./build sol command.
[..deleted..]
> ftpd.c:182: `MAXHOSTNAMELEN' undeclared here (not in a function)
[..deleted..]
> So, I can't compile wu-FTP2.4 complete.
>
> Please inform me about true procedure.
>
Well it looks like MAXHOSTNAMELEN is not defined !! ;-)
Usually on Solaris it's defined in
/usr/include/netdb.h
Unless you destroy it by installing BIND
To remedy you can add to ftpd.c
#define MAXHOSTNAMELEN 256
or get the latest beta release of wu-ftpd. The problem
is fixed.
You can get the beta release on .... ???
wait let me get `Michael Brennen' email !!
Damn deleted !! Well it's in the FAQ somewhere...
Don't ask me where's the FAQ :(
BTW I would not do step 4, leave the OS headers
alone.
--
alain
From
[email protected] Thu Dec 5 09:37:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 5 Dec 1996 09:34:34 -0800 (PST)
(Smail-3.2.0.80 1996-Nov-10 #11 built 1996-Dec-3)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA17843; Thu, 5 Dec 1996 11:33:19 -0600
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA17622 for <
[email protected]>; Thu, 5 Dec 1996 11:28:33 -0600
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA05684
(5.67b8/IDA-1.5 for <
[email protected]>); Thu, 5 Dec 1996 09:28:31 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0vVhH8-000SUZC; Thu, 5 Dec 96 09:07 PST
Received: by bard (4.1/SMI-4.1)
id AA00146; Thu, 5 Dec 96 09:13:42 PST
Message-Id: <9612051713.AA00146@bard>
Date: Thu, 5 Dec 1996 09:13:41 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: Segmentation Violation on sunOS 4.1.3
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Anyone with some insight, similar experiences and suggestions, all input
would be appreciated. I have my archive configured the way I need and I
know that it operates correctly since I have tested it using the default
in.ftpd that comes with sunOS 4.1.3. The problem is implementing wu-ftpd.
I compiled it without a hitch and added it to inetd.conf, problem occurs
when I try to connect. My banner displays properly followed by the login
prompt. No matter what name I enter, real user or anonymous, it crashes
before it reaches the password prompt. The error I get from ftp is
"Service not available" the error I get in the logs is signal 11 or
Segmentation Violation error. I have found very little info regarding
sunOS 4.1.3 and WU-FTPD, so any insight would be appreciated and can be
sent directly to me at
[email protected].
-Keith
<======================================================>
From
[email protected] Thu Dec 5 13:27:23 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVlGG-000BRcC; Thu, 5 Dec 96 13:23 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA01120; Thu, 5 Dec 1996 15:21:49 -0600
Received: from mail.thecollective.com (cnc099229.concentric.net [206.173.103.229]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA00823 for <
[email protected]>; Thu, 5 Dec 1996 15:17:16 -0600
Received: from tachyon (cnc099214.concentric.net [206.173.103.214])
by mail.thecollective.com (Netscape Mail Server v1.1) with SMTP
id AAA28395 for <
[email protected]>;
Thu, 5 Dec 1996 19:24:42 -0400
Message-Id: <
[email protected]>
Date: Thu, 05 Dec 1996 16:16:06 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kenneth J. Schutt" <
[email protected]>
To:
[email protected]
Subject: virtual ftp
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected] (Collective The - Schutt, Kenneth J. )
X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Can anyone help me with getting the banner command in the ftpaccess file
to work I currently have:
virtual 123.123.123.123 banner /export/home2/tmpt/banner
For some reason this isn't working. Thnaks.
Ken Schutt
From
[email protected] Thu Dec 5 16:30:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVo8P-000ARAC; Thu, 5 Dec 96 16:27 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA14278; Thu, 5 Dec 1996 18:25:49 -0600
Received: from mailhost.onramp.net (mailhost.onramp.net [199.1.11.3]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA14087 for <
[email protected]>; Thu, 5 Dec 1996 18:19:50 -0600
Received: from stonehenge.onramp.net (help10.onramp.net [199.1.138.184]) by mailhost.onramp.net (8.7.3/8.6.5) with ESMTP id SAA09225 for <
[email protected]>; Thu, 5 Dec 1996 18:19:49 -0600 (CST)
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 18:16:12 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Tim Schuh" <
[email protected]>
To: <
[email protected]>
Subject: Re: GRAPHICAL FTP users can't see directory listings
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I've seen this kind of thing quite a bit with clients like WS_FTP and
CuteFTP. Sometimes forcing the server type to UNIX standard instead of
Auto Detect (in the client) will alleviate the problem. I hope that helps.
*******************************
** Tim Schuh **
** LAN Support / Webmaster **
** (214) 672-7200 **
** (888) 2 ONRAMP **
*******************************
----------
> From: Mark M. Gray <
[email protected]>
> To:
[email protected]
> Subject: GRAPHICAL FTP users can't see directory listings
> Date: Thursday, December 05, 1996 3:50 PM
>
>
> Whenever a person who is using a graphical interface ftp tool
> like supertcp's ftp program. They cannot get a directory listing,
> all they see is nothing under the directory tree. However,
> most command line connections to the ftpsite, such as
> WINDOWS NT, or WINDOWS 95 command line ftp, or command line
> UNIX ftp connections don't have any problem at all seeing
> the directory listings.
>
> Is there something I need to do to wu-ftpd software compilation
> or ftpsite disk partition that will solve this problem
>
> Thanks
>
> Mark Gray
>
[email protected]
From
[email protected] Thu Dec 5 16:45:31 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVoLh-000ARmC; Thu, 5 Dec 96 16:41 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA14816; Thu, 5 Dec 1996 18:39:55 -0600
Received: from volitans.MorningStar.Com (volitans.MorningStar.Com [137.175.2.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA14651 for <
[email protected]>; Thu, 5 Dec 1996 18:34:30 -0600
Received: from porpoise by volitans.MorningStar.Com (8.7.1/95070701)
id TAA13011; Thu, 5 Dec 1996 19:34:25 -0500 (EST)
Received: from localhost by porpoise (4.1/94012401)
id AA15731; Thu, 5 Dec 96 19:34:24 EST
Message-Id: <9612060034.AA15731@porpoise>
Date: Thu, 05 Dec 1996 19:34:21 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Sam Napolitano <
[email protected]>
To:
[email protected]
Subject: ftpgroups and /etc/group
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Version: wu-ftpd-2.4.2-beta-11
The ftpaccess(5) manual page describes the usage for setting up group
access using "private yes". It says the "real_group_name" is the name
of a valid group listed in /etc/group. I have tested this and found
it to work using the system's /etc/group file.
Question: Is there a way to change the wu-ftpd so that it accesses the
file ~ftp/etc/group instead of the real /etc/group file?
Question #2: Did past versions of wu-ftpd use the ~ftp/etc/group
file for group access?
Peace,
Sam
From
[email protected] Thu Dec 5 18:05:27 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vVpcq-000AOBC; Thu, 5 Dec 96 18:02 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA18436; Thu, 5 Dec 1996 20:01:33 -0600
Received: from kaba.fine.ad.jp (kaba.fine.ad.jp [202.228.129.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA18262 for <
[email protected]>; Thu, 5 Dec 1996 19:55:59 -0600
Received: from FASTNET197 (fastnet197.fine.ad.jp [202.228.129.197]) by kaba.fine.ad.jp (8.6.12/3.4W2) with SMTP id KAA23490 for <
[email protected]>; Fri, 6 Dec 1996 10:55:15 +0900
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 10:55:15 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: "Y.Hariyama" <
[email protected]>
To:
[email protected]
Subject: Re: wu-FTP compile on Solaris2.5+gcc2.7.0
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2J
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello, Mr.Magloire, Mr. Farace.
Thank you for your kind assistance.
> > You can get the beta release on .... ???
> > wait let me get `Michael Brennen' email !!
> > Damn deleted !! Well it's in the FAQ somewhere...
> > Don't ask me where's the FAQ :(
> >
> > BTW I would not do step 4, leave the OS headers
> > alone.
> >
> > --
> > alain
>
> Beta-11 can be found in the following location.
>
ftp://wuarchive.wustl.edu/packages/wuarchive-ftpd/academ-betas/
>
I got wu-ftpd-2.4.2-beta-11.tar.Z & compiled complely, and I found
daemon runnning.
Best Regards.
**********************************************************************
( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
**********************************************************************
$B?K;3(J $B6UG7(J ( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
From
[email protected] Fri Dec 6 08:11:33 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW2s7-000B08C; Fri, 6 Dec 96 08:11 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA15460
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 08:11:13 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA19700; Fri, 6 Dec 1996 10:07:16 -0600
Received: from tarpon.tybrin.com (tarpon.cp.tybrin.com [204.49.73.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA15586 for <
[email protected]>; Fri, 6 Dec 1996 09:11:43 -0600
Received: (from clydeh@localhost) by tarpon.tybrin.com (8.7.5/8.7.2) id JAA09285 for
[email protected]; Fri, 6 Dec 1996 09:11:36 -0600 (CST)
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 09:11:36 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Clyde Hurst <
[email protected]>
To:
[email protected]
Subject: Re: help!, No one can login, even anon
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Anthony,
When you ftp the the platform (solaris 2.5) which is running wu-ftpd,
it promps you for a user name. After that it hangs. It only does this
when the /etc/ftpaccess file is used. No messages are logged anywhere.
I have tried both the -L and -l switches. I have even tried -d. Nothing.
I'm stumped.
Clyde
> From
[email protected] Fri Dec 6 08:44 CST 1996
> Date: Fri, 6 Dec 1996 13:53:33 GMT
> From:
[email protected]
> To:
[email protected]
> Subject: Re: help!, No one can login, even anon
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
> I don't know tha background to your problem but this may be worth a mention.
> My wu-ftp stopped everyone logging in once because my ftphosts file
> was longer than the maximum allowed ( 100 lines by default for wuftp 2.4 )
> Maybe this is your case. Maybe the same limit applies to the ftpaccess file
> as well ? Also what errors are shown in /var/adm/messages when access is
> denied ?
>
> Anthony
>
> >
> > Alex,
> >
> > I am having the same problem. With me, it is when I use the /etc/ftpaccess
> > file. When I give ftpd the -A switch (which tells ftpd not to use the
> > /etc/ftpaccess file) everything works fine. Of course, without the use
> > of the /etc/ftpaccess file, it is just like normal ftp daemons. If anyone
> > has any ideas, please let me know.
> >
> > Clyde Hurst
> >
>
From
[email protected] Fri Dec 6 08:18:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW2yU-000AwiC; Fri, 6 Dec 96 08:18 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA14825
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 08:06:20 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA19360; Fri, 6 Dec 1996 10:02:36 -0600
Received: from merle.acns.nwu.edu (merle.acns.nwu.edu [129.105.16.57]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA14046 for <
[email protected]>; Fri, 6 Dec 1996 08:50:38 -0600
Received: by merle.acns.nwu.edu
(1.40.112.8/16.2) id AA250023837; Fri, 6 Dec 1996 08:50:37 -0600
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 08:50:37 -0600 (CST)
Reply-To:
[email protected] (Albert Lunde)
Sender:
[email protected]
From:
[email protected] (Albert Lunde)
To:
[email protected]
Subject: Re: help!, No one can login, even anon
In-Reply-To: <
[email protected]> from "Clyde Hurst" at Dec 6, 96 07:12:49 am
Content-Type: text
X-Sender:
[email protected] (Albert Lunde)
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
A "generic" problem to beware of is that many (all?) implementations
of inetd silently drop command line arguments after some small
number (4 or 5?). (In this context, the fact I was running tcpd/tcp_wrappers
may have counted for an extra argument.)
I wrote a c wrapper program to exec the wuftopd to get around this:
= =
/* wrapper for wuftpd to add command line arguments
that don't fit under inetd */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <syslog.h>
int main(argc,argv)
int argc;
char **argv;
{
char *path="/local-adm/bin/ftpd";
char *cmd="ftpd";
fflush(stderr);
fflush(stdout);
errno=0;
execl(path,cmd,"-a","-l","-L","-u022",NULL);
openlog("wrapftpd",LOG_PID, LOG_LOCAL6);
syslog(LOG_WARNING,(const char *)strerror(errno));
closelog();
exit(EXIT_FAILURE);
}
= =
Season to taste ;)
--
Albert Lunde
[email protected]
From
[email protected] Fri Dec 6 08:18:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW2yX-000AyfC; Fri, 6 Dec 96 08:18 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA14770
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 08:05:54 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA19075; Fri, 6 Dec 1996 09:58:16 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA13007 for <
[email protected]>; Fri, 6 Dec 1996 08:28:22 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by ns1.fni.com (8.7.6/8.7.3) with SMTP id IAA08431; Fri, 6 Dec 1996 08:28:23 -0600
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 08:28:23 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Mike Richman <
[email protected]>
Cc:
[email protected]
Subject: Re: Security issues
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
In ftpaccess you can put the following for the later versions of the beta
wu-ftpd:
noretrieve /etc/passwd core /etc/ /bin/
You should remove all user account info from the password and group files
in both anonymous and guest accounts. Give at least ~/etc and ~/bin
accounts permissions of 0111 so they cannot see the contents, though per
se that may be worth little since most will know the file names they are
looking for.
See also <
http://www.iss.net> for more anon ftp security docs.
-- Michael
On Fri, 6 Dec 1996, Mike Richman wrote:
> Someone was poking around my system tonight. They grabbed a copy of
> /etc/group /etc/passwd and /etc/netconfig inside the ftp directory.
> This made me wonder just what information ought to be in those files.
> As it stood I had some usernames in the passwd and group file. There
> were no encryped passwords though this gives me little peace of mind.
> Just what do people do to make wu-ftp as secure as possible? Are there
> a list of tips? Finally, once you get a poker doing this, what steps
> should be taken to keep the person who obtained real user names from
> hacking the system.
From
[email protected] Fri Dec 6 08:25:34 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW35g-000AwFC; Fri, 6 Dec 96 08:25 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA05021
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 06:50:32 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA13820; Fri, 6 Dec 1996 08:47:01 -0600
Received: from btmplq.god.bel.alcatel.be (gatekeeper.alcatel.be [138.203.244.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA12251 for <
[email protected]>; Fri, 6 Dec 1996 08:01:08 -0600
Received: from localhost (uucp@localhost) by btmplq.god.bel.alcatel.be (8.6.5/8.6.5) id PAA26709 for <
[email protected]>; Fri, 6 Dec 1996 15:01:49 +0100
Received: from btmpjg.god.bel.alcatel.be(138.203.144.75) by btmplq via smap (V1.3)
id sma026658; Fri Dec 6 15:01:18 1996
Received: from nlsun1.ats.nld.alcatel.nl (
[email protected] [138.203.176.10]) by btmpjg.god.bel.alcatel.be (8.6.12/8.6.12) with ESMTP id PAA21427 for <
[email protected]>; Fri, 6 Dec 1996 15:06:15 +0100
Received: from nlsw29.ats.nld.alcatel.nl (nlsw29 [138.203.176.29]) by nlsun1.ats.nld.alcatel.nl (8.6.5/8.6.5) with ESMTP id OAA12578 for <
[email protected]>; Fri, 6 Dec 1996 14:58:01 +0100
Received: by nlsw29.ats.nld.alcatel.nl (SMI-8.6/SMI-SVR4)
id OAA05596; Fri, 6 Dec 1996 14:58:34 +0100
Message-Id: <9612061458.ZM5594@nlsw29>
Date: Fri, 6 Dec 1996 14:58:33 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "Misja van Wijhe" <
[email protected]>
To:
[email protected]
Subject: Re: Segmentation Violation on sunOS 4.1.3
In-Reply-To:
[email protected] (Keith Iverson)
"Segmentation Violation on sunOS 4.1.3" (Dec 5, 9:13am)
References: <9612051713.AA00146@bard>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.1 10oct95)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Dec 5, 9:13am, Keith Iverson wrote:
> Subject: Segmentation Violation on sunOS 4.1.3
> Anyone with some insight, similar experiences and suggestions, all input
> would be appreciated. I have my archive configured the way I need and I
> know that it operates correctly since I have tested it using the default
> in.ftpd that comes with sunOS 4.1.3. The problem is implementing wu-ftpd.
> I compiled it without a hitch and added it to inetd.conf, problem occurs
> when I try to connect. My banner displays properly followed by the login
> prompt. No matter what name I enter, real user or anonymous, it crashes
> before it reaches the password prompt. The error I get from ftp is
> "Service not available" the error I get in the logs is signal 11 or
> Segmentation Violation error. I have found very little info regarding
> sunOS 4.1.3 and WU-FTPD, so any insight would be appreciated and can be
> sent directly to me at
[email protected].
>
> -Keith
I have the same problem , only I dont even get a login prompt ,
al I get is Service not available .......
Misja van Wijhe
Alcatel Telecom Netherlands
From
[email protected] Fri Dec 6 08:25:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW35u-000AwFC; Fri, 6 Dec 96 08:25 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA04568
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 06:45:27 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA13517; Fri, 6 Dec 1996 08:41:47 -0600
Received: from spuggie.cen.brad.ac.uk (spuggie.cen.brad.ac.uk [143.53.3.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA12008 for <
[email protected]>; Fri, 6 Dec 1996 07:54:41 -0600
Received: from morph.acc.brad.ac.uk (
[email protected] [143.53.1.14]) by spuggie.cen.brad.ac.uk (8.7.5/8.7.3) with ESMTP id NAA02871 for <
[email protected]>; Fri, 6 Dec 1996 13:54:30 GMT
Received: from shocked.acc.brad.ac.uk (shocked.acc.brad.ac.uk [143.53.1.3]) by morph.acc.brad.ac.uk (8.7.2) with ESMTP id NAA22735 for <
[email protected]>; Fri, 6 Dec 1996 13:58:03 GMT
Received: (from anthony@localhost) by shocked.acc.brad.ac.uk (8.7.5/8.7.3) id NAA21291 for
[email protected]; Fri, 6 Dec 1996 13:53:33 GMT
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 13:53:33 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: help!, No one can login, even anon
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I don't know tha background to your problem but this may be worth a mention.
My wu-ftp stopped everyone logging in once because my ftphosts file
was longer than the maximum allowed ( 100 lines by default for wuftp 2.4 )
Maybe this is your case. Maybe the same limit applies to the ftpaccess file
as well ? Also what errors are shown in /var/adm/messages when access is
denied ?
Anthony
>
> Alex,
>
> I am having the same problem. With me, it is when I use the /etc/ftpaccess
> file. When I give ftpd the -A switch (which tells ftpd not to use the
> /etc/ftpaccess file) everything works fine. Of course, without the use
> of the /etc/ftpaccess file, it is just like normal ftp daemons. If anyone
> has any ideas, please let me know.
>
> Clyde Hurst
>
From
[email protected] Fri Dec 6 08:26:42 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW36n-000BCcC; Fri, 6 Dec 96 08:26 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA26571
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 05:27:02 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA10615; Fri, 6 Dec 1996 07:22:09 -0600
Received: from blue.tybrin.com (blue.cp.tybrin.com [204.49.73.3]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA10336 for <
[email protected]>; Fri, 6 Dec 1996 07:13:01 -0600
Received: from sunfish.cp.tybrin.com (sunfish [204.49.73.10]) by blue.tybrin.com (8.7.5/8.7.2) with SMTP id HAA04376 for <
[email protected]>; Fri, 6 Dec 1996 07:12:45 -0600 (CST)
Received: by sunfish.cp.tybrin.com (SMI-8.6/SMI-SVR4)
id HAA03139; Fri, 6 Dec 1996 07:12:49 -0600
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 07:12:49 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Clyde Hurst)
To:
[email protected]
Subject: Re: help!, No one can login, even anon
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Alex,
I am having the same problem. With me, it is when I use the /etc/ftpaccess
file. When I give ftpd the -A switch (which tells ftpd not to use the
/etc/ftpaccess file) everything works fine. Of course, without the use
of the /etc/ftpaccess file, it is just like normal ftp daemons. If anyone
has any ideas, please let me know.
Clyde Hurst
From
[email protected] Fri Dec 6 08:32:13 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3C7-000AKfC; Fri, 6 Dec 96 08:32 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA10287
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 01:49:50 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA05131; Fri, 6 Dec 1996 03:46:15 -0600
Received: from eclectic.kluge.net (eclectic.kluge.net [130.215.248.68]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA04944 for <
[email protected]>; Fri, 6 Dec 1996 03:39:43 -0600
Received: from dilbert.kluge.net (
[email protected] [130.215.248.72]) by eclectic.kluge.net (8.8.4/8.8.4) with ESMTP id EAA20284 for <
[email protected]>; Fri, 6 Dec 1996 04:39:56 -0500
Received: from localhost (felicity@localhost) by dilbert.kluge.net (8.8.4/8.8.4) with SMTP id EAA22685 for <
[email protected]>; Fri, 6 Dec 1996 04:40:30 -0500
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 04:40:30 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Theo Van Dinter <
[email protected]>
To:
[email protected]
Subject: Re: Security issues
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: dilbert.kluge.net: felicity owned process doing -bs
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 6 Dec 1996, Mike Richman wrote:
> Just what do people do to make wu-ftp as secure as possible? Are there
I have a script to go through the /etc/passwd file, strip all passwords
and information from the entries (get it down to username, uid, gid ...)
and throw that into the /etc directory off of the ftp server... I've
since stopped using it since it gives outsiders a list of users on my
system. Now the password file on the ftp server has all the normal UNIX
users listed (all passwords are '*'), and then a fake user as the UID/GID
that adds things to the public FTP section.
If a user logs in, they're not chroot'ed, so the ftp server uses the
system-wide password/group files, so nothing's affected whether you come
in through anonymous or user mode...
Just my two cents worth. 8)
--
-----------------------------------------------------------------------------
Theo Van Dinter www:
http://www.kluge.net/~felicity/
Vice-President WPI Lens and Lights Active Member in SocComm Films
Member of WPI ACM AME for the Masque B-Term Show
A man should live forever, or die trying.
-----------------------------------------------------------------------------
From
[email protected] Fri Dec 6 08:32:50 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3Cj-000AL9C; Fri, 6 Dec 96 08:32 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA07883
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 01:18:03 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA03962; Fri, 6 Dec 1996 03:14:16 -0600
Received: from btmplq.god.bel.alcatel.be (gatekeeper.alcatel.be [138.203.244.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA02413 for <
[email protected]>; Fri, 6 Dec 1996 02:26:40 -0600
Received: from localhost (uucp@localhost) by btmplq.god.bel.alcatel.be (8.6.5/8.6.5) id JAA12310 for <
[email protected]>; Fri, 6 Dec 1996 09:27:18 +0100
Received: from btmpjg.god.bel.alcatel.be(138.203.144.75) by btmplq via smap (V1.3)
id sma012292; Fri Dec 6 09:27:09 1996
Received: from nlsun1.ats.nld.alcatel.nl (
[email protected] [138.203.176.10]) by btmpjg.god.bel.alcatel.be (8.6.12/8.6.12) with ESMTP id JAA00358 for <
[email protected]>; Fri, 6 Dec 1996 09:32:05 +0100
Received: from nlsw29.ats.nld.alcatel.nl (nlsw29 [138.203.176.29]) by nlsun1.ats.nld.alcatel.nl (8.6.5/8.6.5) with ESMTP id JAA29040 for <
[email protected]>; Fri, 6 Dec 1996 09:23:48 +0100
Received: by nlsw29.ats.nld.alcatel.nl (SMI-8.6/SMI-SVR4)
id JAA05205; Fri, 6 Dec 1996 09:24:22 +0100
Message-Id: <9612060924.ZM5203@nlsw29>
Date: Fri, 6 Dec 1996 09:24:21 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "Misja van Wijhe" <
[email protected]>
To:
[email protected]
Subject: Re: Security issues
In-Reply-To: Mike Richman <
[email protected]>
"Security issues" (Dec 6, 12:34am)
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Z-Mail (3.2.1 10oct95)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Dec 6, 12:34am, Mike Richman wrote:
> Subject: Security issues
> Someone was poking around my system tonight. They grabbed a copy of
> /etc/group /etc/passwd and /etc/netconfig inside the ftp directory.
> This made me wonder just what information ought to be in those files.
> As it stood I had some usernames in the passwd and group file. There
> were no encryped passwords though this gives me little peace of mind.
> Just what do people do to make wu-ftp as secure as possible? Are there
> a list of tips? Finally, once you get a poker doing this, what steps
> should be taken to keep the person who obtained real user names from
> hacking the system.
>
> TIA,
>
> Mike Richman
> U. Oklahoma
>
[email protected]
I added in the ftpaccess file the following:
noretrieve /etc/passwd /etc/group /etc/nsswitch.conf /etc/netconfig core
This makes the designated files non-downloadable , so any files you do not
want to be downloaded should be given a noretrieve entry.
Misja van Wijhe email:
[email protected]
Junior Unix System Manager
Alcatel Telecom Netherlands
From
[email protected] Fri Dec 6 08:33:15 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3D8-000AL7C; Fri, 6 Dec 96 08:33 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA07360
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 01:09:22 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA03740; Fri, 6 Dec 1996 03:05:49 -0600
Received: from dishwasher1.mpce.mq.edu.au (dishwasher1.mpce.mq.edu.au [137.111.216.16]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA02189 for <
[email protected]>; Fri, 6 Dec 1996 02:15:43 -0600
Received: (from lhume@localhost) by dishwasher1.mpce.mq.edu.au (8.6.9/8.6.9) id TAA11914 for
[email protected]; Fri, 6 Dec 1996 19:15:40 +1100
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 19:15:40 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Leigh Hume <
[email protected]>
To:
[email protected]
Subject: Re: SGI timezone works!
In-Reply-To: <01BBE2D3.E2F207F0@ROGERH> from "Roger A. Hanke" at Dec 5, 96 05:43:54 pm
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Department: School of MPCE
X-Organisation: Macquarie University 2109 , AUSTRALIA
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
And thanks for me tooo as I also had this pproblem
>From your last message :
> Well just wanted to let you all know what the SGI solution turned out to be.
> Had tried to undefine SPT_TYPE in src/config/config.sgi as the 4.6 section
> of the FAQ recommends when zoneinfo files arent your problem. But this
> had no effect on the SETPROCTITLE sections of the code in ftpd.c that
> were wiping out my environment variables (only one actually, TZ).
> So finally after hacking ftpd.c to pieces realized that undefining
> SETPROCTITLE might take care of my problems. Sure enough.
> Perhaps the FAQ needs to be updated as to the correct name of this
> define? Or is it different in the Beta version, I was using plain 2.4 still.
> Anyway both the xferlog and /bin/ls now report EST vs GMT, so happy
> ending to this story. Thanx for all who replied with suggestions.
>
> Roger Hanke
--
Leigh HUME
-----------------------------------------------------------------------------
Phone: +61 2 850 7399 (messages) | Email:
[email protected]
+61 41 924 3866 (mobile) |
[email protected]
Fax: +61 2 850 7590 |
[email protected]
-----------------------------------------------------------------------------
Post: Dr Leigh HUME, Library, Macquarie University 2109, AUSTRALIA
-----------------------------------------------------------------------------
From
[email protected] Fri Dec 6 08:34:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3Ek-000AL9C; Fri, 6 Dec 96 08:34 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA00119
(5.65c/IDA-1.4.4 for <
[email protected]>); Fri, 6 Dec 1996 00:14:15 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA01978; Fri, 6 Dec 1996 02:10:34 -0600
Received: from ds1.gl.umbc.edu (ds1.gl.umbc.edu [130.85.3.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id BAA01615 for <
[email protected]>; Fri, 6 Dec 1996 01:59:10 -0600
Received: from umbc10.umbc.edu (
[email protected] [130.85.3.14]) by ds1.gl.umbc.edu (8.8.3/8.6.9) with ESMTP id CAA00914 for <
[email protected]>; Fri, 6 Dec 1996 02:59:09 -0500 (EST)
Received: from localhost (ylee9@localhost) by umbc10.umbc.edu (8.8.3/8.6.9) with SMTP id CAA16303 for <
[email protected]>; Fri, 6 Dec 1996 02:57:24 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 02:57:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ashura <
[email protected]>
To:
[email protected]
Subject: help!, No one can login, even anon
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: umbc10.umbc.edu: ylee9 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I dont know y, but somereason the FTP will not accept anyone.
Even Anon, real and/or guest.
for everyone it says Access denied, I am using the default ftpaccess
file.. and I dont know if u had to set the class or not.. I dont even know
how to do that.. forgive my ignorance, but I need greatt deal help..
thank you in advance..
_____________________________________________________
| |
| Alex Lee |
| Ashura (
[email protected]) |
| Micro Consultant |
| These words represent my views and opinions only |
| and does not reflect UCS or my employer. |
| _________________________________________________ |
| |
| "Asobiwa Owarida!" -Iori |
| 'Play time is over' |
| |
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
From
[email protected] Fri Dec 6 08:37:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3D5-000BEeC; Fri, 6 Dec 96 08:33 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA20851; Fri, 6 Dec 1996 10:30:15 -0600
Received: from wrair-amss.army.mil (WRAIR-AMSS.ARMY.MIL [160.151.240.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA18345 for <
[email protected]>; Fri, 6 Dec 1996 09:47:13 -0600
Received: by wrair-amss.army.mil
(1.40.112.8/16.2) id AA222577230; Fri, 6 Dec 1996 10:47:10 -0500
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 10:47:10 EST
Reply-To:
[email protected]
Sender:
[email protected]
From: Chuck Davis <
[email protected]>
To:
[email protected]
Subject: Re: Security issues
In-Reply-To: <
[email protected]>; from "Mike Richman" at Dec 6, 96 12:34 (midnight)
X-Mailer: Elm [revision: 112.6]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Someone was poking around my system tonight. They grabbed a copy of
> /etc/group /etc/passwd and /etc/netconfig inside the ftp directory.
> This made me wonder just what information ought to be in those files.
> As it stood I had some usernames in the passwd and group file. There
> were no encryped passwords though this gives me little peace of mind.
> Just what do people do to make wu-ftp as secure as possible? Are there
> a list of tips? Finally, once you get a poker doing this, what steps
> should be taken to keep the person who obtained real user names from
> hacking the system.
>
The only thing I keep in my ~ftp/etc/passwd file is:
ftp:*:500:1::/var/tmp:/usr/bin/false
I don't understand why it's necessary to have other accounts in the ftp
passwd file(?). I have ftp-only users but these are of the chrooted
variety (shell = /bin/false, login dir = /ftphome/./user) and their entries
are in the regular passwd file. I haven't had any trouble w/ this config
*yet*. ~Please~ don't try. :)
As for hacking the system, monitor the logs. In the case of using real
accounts, 'lastb -R' is handy. (On the system here the -R shows where the
login failure originated.) I check these on a daily basis. There are many
other checks to you can make.
Take a look at ftp.win.tue.nl/pub/security. Last time I looked there was
an excellent document about improving your security by breaking into to it.
Plus there are numerous tools. There are also quite a few books (check
O'Reilly books at www.ora.com) on the subject. Or do a web search on
computer/security...
Regards,
Chuck Davis
From
[email protected] Fri Dec 6 08:37:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3HD-0000hMC; Fri, 6 Dec 96 08:37 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA19905
(5.65c/IDA-1.4.4 for <
[email protected]>); Thu, 5 Dec 1996 22:50:34 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA28757; Fri, 6 Dec 1996 00:46:05 -0600
Received: from reepicheep.gcn.uoknor.edu (reepicheep.gcn.ou.edu [129.15.43.115]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA28448 for <
[email protected]>; Fri, 6 Dec 1996 00:34:57 -0600
Received: by reepicheep.gcn.uoknor.edu id AA03556
(5.67b/IDA-1.5 for
[email protected]); Fri, 6 Dec 1996 00:34:56 -0600
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 00:34:56 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Richman <
[email protected]>
To:
[email protected]
Subject: Security issues
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Someone was poking around my system tonight. They grabbed a copy of
/etc/group /etc/passwd and /etc/netconfig inside the ftp directory.
This made me wonder just what information ought to be in those files.
As it stood I had some usernames in the passwd and group file. There
were no encryped passwords though this gives me little peace of mind.
Just what do people do to make wu-ftp as secure as possible? Are there
a list of tips? Finally, once you get a poker doing this, what steps
should be taken to keep the person who obtained real user names from
hacking the system.
TIA,
Mike Richman
U. Oklahoma
[email protected]
From
[email protected] Fri Dec 6 08:41:32 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from nwnexus.wa.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW3L9-000AX8C; Fri, 6 Dec 96 08:41 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA04139
(5.65c/IDA-1.4.4 for <
[email protected]>); Thu, 5 Dec 1996 20:37:32 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA24315; Thu, 5 Dec 1996 22:32:47 -0600
Received: from lotus.lotus.com (lotus.com [192.233.136.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA24072 for <
[email protected]>; Thu, 5 Dec 1996 22:24:57 -0600
Received: from internet1.lotus.com by lotus.lotus.com (SMI-8.6/SMI-SVR4)
id XAA02053; Thu, 5 Dec 1996 23:20:57 -0500
Received: from spook.lotus.com by internet1.lotus.com (5.x/SMI-SVR4)
id AA07549; Thu, 5 Dec 1996 18:00:15 -0500
Received: (from forrie@localhost) by spook.lotus.com (8.7.5/8.7.3) id SAA09383 for
[email protected]; Thu, 5 Dec 1996 18:09:14 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 5 Dec 1996 18:09:14 -0500 (EST)
Reply-To: <
[email protected]>
Sender:
[email protected]
From: Forrest Aldrich <
[email protected]>
To:
[email protected]
Subject: Kerberos and wu-ftpd
Content-Type: text
X-Mailer: ELM [version 2.4ME+ PL15 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I located the CMU version of ftpd recently... it's based upon an
earlier version of 2.4.2; I wonder if anyone has merged the code
changes to support kerberos into the latest beta.11 distribution.
Have concrete plans been made to support kerberos-5 in 2.5 (or has
anyone started on this)?
TIA...
From
[email protected] Fri Dec 6 09:41:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW4Dq-000AoLC; Fri, 6 Dec 96 09:38 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA25016; Fri, 6 Dec 1996 11:36:38 -0600
Received: from mailserv.mta.ca (olympus.mta.ca [138.73.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA19929 for <
[email protected]>; Fri, 6 Dec 1996 10:11:26 -0600
Received: by mailserv.mta.ca; id AA15853; Fri, 6 Dec 1996 12:11:25 -0400
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 12:11:25 -0400 (AST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Michael C Taylor (CSD)" <
[email protected]>
To:
[email protected]
Subject: Re: help!, No one can login, even anon
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
It couldn't be as simple as /etc/shutmsg could it?
Check /etc/ftpaccess for
shutdown /etc/shutmsg
and check to see if said file exists.
On Fri, 6 Dec 1996, Clyde Hurst wrote:
> Anthony,
>
> When you ftp the the platform (solaris 2.5) which is running wu-ftpd,
> it promps you for a user name. After that it hangs. It only does this
> when the /etc/ftpaccess file is used. No messages are logged anywhere.
> I have tried both the -L and -l switches. I have even tried -d. Nothing.
> I'm stumped.
>
> Clyde
----
Michael C. Taylor <
[email protected]>
Programmer, Mount Allison University
From
[email protected] Fri Dec 6 11:08:04 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW5Yk-000BIJC; Fri, 6 Dec 96 11:03 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA00264; Fri, 6 Dec 1996 12:59:02 -0600
Received: from relay3.smtp.psi.net (relay3.smtp.psi.net [38.8.210.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA26430 for <
[email protected]>; Fri, 6 Dec 1996 12:03:03 -0600
Received: from uu2.psi.com by relay3.smtp.psi.net (8.7.5/SMI-5.4-PSI)
id NAA19411; Fri, 6 Dec 1996 13:02:34 -0500 (EST)
Received: from www.filmworks.com by uu2.psi.com (5.65b/4.0.940727-PSI/PSINet) via SMTP;
id AA28087 for
[email protected]; Fri, 6 Dec 96 13:01:25 -0500
Received: from bobw.filmworks.com by filmworks.com (5.x/SMI-SVR4)
id AA02626; Fri, 6 Dec 1996 09:54:16 -0800
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 10:00:56 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Woodward <
[email protected]>
To:
[email protected]
Subject: Re: Security issues
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0b36 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
First thing you do is contact their ISP and anyone else they are connected
with. What you have is someone who is not only a willing hacker, but an
ACTIVE hacker. ISP's don't like those kind of people because who know's
who they will hack next. I've had three different attempts at our site,
one turned out to be an employee who got fired on the spot for it. The
other two lost their internet access rights with their ISP.
I'm still trying to figure out everything that goes along with being our
internet site manager but we rely on our firewall a lot. Despite this, I
monitor the log files to see what's happening on our site.
That's about the best I can do for now to help out. I've seen references
to O'Reilly books a lot and I'm sure they have one on system security.
Might check that out.
At 12:34 AM 12/6/96 -0600, you wrote:
>Someone was poking around my system tonight. They grabbed a copy of
>/etc/group /etc/passwd and /etc/netconfig inside the ftp directory.
>This made me wonder just what information ought to be in those files.
>As it stood I had some usernames in the passwd and group file. There
>were no encryped passwords though this gives me little peace of mind.
>Just what do people do to make wu-ftp as secure as possible? Are there
>a list of tips? Finally, once you get a poker doing this, what steps
>should be taken to keep the person who obtained real user names from
>hacking the system.
>
>TIA,
>
>Mike Richman
>U. Oklahoma
>
[email protected]
>
>
----------
Bob Woodward, Seattle FilmWorks (
[email protected])
Data Processing Department
Visit our Web Site to learn about getting your pictures via downloads on
the Internet!
Point your browser to "
http://www.filmworks.com".
From
[email protected] Fri Dec 6 11:19:30 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW5j9-000Af6C; Fri, 6 Dec 96 11:14 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA00970; Fri, 6 Dec 1996 13:10:59 -0600
Received: from MyShadow.dtor.com (netcom18.netcom.com [192.100.81.131]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA28185 for <
[email protected]>; Fri, 6 Dec 1996 12:27:43 -0600
Received: from MyShadow.dtor.com (localhost [127.0.0.1]) by MyShadow.dtor.com (8.7.4/8.7.3) with ESMTP id KAA18041 for <
[email protected]>; Fri, 6 Dec 1996 10:27:35 -0800
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 10:27:30 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Hal Wine <
[email protected]>
To:
[email protected]
Subject: Solaris 2.5.1 & 'dir'
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.4 10/10/95
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I just installed wu-ftp 2.4 under Solaris 2.5.1.
Everything appears to be working, except that the 'dir' command
displays uid/gid numbers instead of user/group names.
The uid/gid in question are in the stripped versions of passwd &
group in ~ftp/etc. I don't have private groups set up (at this
point). Permissions are:
ls -lR
:
total 10
d--x--x--x 2 root other 512 Dec 6 09:59 bin
d--x--x--x 2 root other 512 Dec 5 12:08 dev
d--x--x--x 2 root other 512 Dec 5 11:13 etc
dr-xr-xr-x 2 root other 512 Dec 5 11:04 pub
d--x--x--x 3 root other 512 Dec 5 11:10 usr
/bin:
total 64
---x--x--x 1 bin bin 15144 May 2 1996 compress
---x--x--x 1 bin bin 16644 May 2 1996 ls
/dev:
total 0
crw-rw-rw- 1 root other 11, 42 Dec 5 12:08 tcp
cr--r--r-- 1 root other 13, 12 Dec 5 12:08 zero
/etc:
total 4
-rw-r--r-- 1 root other 42 Dec 5 11:14 group
-rw-r--r-- 1 root sys 278 Dec 5 11:17 passwd
Displayed from anon ftp, or by chroot ~ftp /bin/ls -l .
total 10
d--x--x--x 2 0 1 512 Dec 6 09:59 bin
d--x--x--x 2 0 1 512 Dec 5 12:08 dev
d--x--x--x 2 0 1 512 Dec 6 10:17 etc
dr-xr-xr-x 2 0 1 512 Dec 5 11:04 pub
d--x--x--x 4 0 1 512 Dec 6 10:23 usr
I didn't see this covered in the FAQ.
--
Hal Wine <
[email protected]> DTOR Consulting
From
[email protected] Fri Dec 6 13:57:14 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW8Cn-000AlSC; Fri, 6 Dec 96 13:53 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA11094; Fri, 6 Dec 1996 15:44:00 -0600
Received: from ds1.gl.umbc.edu (ds1.gl.umbc.edu [130.85.3.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA07545 for <
[email protected]>; Fri, 6 Dec 1996 14:44:34 -0600
Received: from rpc40.gl.umbc.edu (
[email protected] [130.85.60.60]) by ds1.gl.umbc.edu (8.8.3/8.6.9) with ESMTP id PAA06345 for <
[email protected]>; Fri, 6 Dec 1996 15:44:26 -0500 (EST)
Received: from localhost (ylee9@localhost) by rpc40.gl.umbc.edu (8.8.3/8.6.9) with SMTP id PAA28636 for <
[email protected]>; Fri, 6 Dec 1996 15:44:25 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 15:44:23 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ashura <
[email protected]>
To:
[email protected]
Subject: Re: help!, No one can login, even anon
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: rpc40.gl.umbc.edu: ylee9 owned process doing -bs
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 6 Dec 1996, Clyde Hurst wrote:
> Alex,
>
> I am having the same problem. With me, it is when I use the /etc/ftpaccess
> file. When I give ftpd the -A switch (which tells ftpd not to use the
> /etc/ftpaccess file) everything works fine. Of course, without the use
> of the /etc/ftpaccess file, it is just like normal ftp daemons. If anyone
> has any ideas, please let me know.
>
> Clyde Hurst
>
I used -a but nothing happen for me.. then again I'm using the same
ftpaccess file as the defult
_____________________________________________________
| |
| Alex Lee |
| Ashura (
[email protected]) |
| Micro Consultant |
| These words represent my views and opinions only |
| and does not reflect UCS or my employer. |
| _________________________________________________ |
| |
| "Asobiwa Owarida!" -Iori |
| 'Play time is over' |
| |
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
From
[email protected] Fri Dec 6 14:39:57 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW8sO-000BIVC; Fri, 6 Dec 96 14:36 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA14625; Fri, 6 Dec 1996 16:31:05 -0600
Received: from banzai.PCC.COM (banzai.pcc.com [205.219.166.145]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA13624 for <
[email protected]>; Fri, 6 Dec 1996 16:17:31 -0600
Received: by banzai.PCC.COM (Smail3.1.29.1 #3)
id m0vW8Yk-0000FLC; Fri, 6 Dec 96 17:15 EST
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 17:15:54 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jay Schuster)
To:
[email protected]
Subject: Re: Security issues
In-Reply-To: <
[email protected]> from "Bob Woodward" at Dec 6, 96 10:00:56 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Bob Woodward writes:
> That's about the best I can do for now to help out. I've seen references
> to O'Reilly books a lot and I'm sure they have one on system security.
> Might check that out.
The absolute *best* book on Internet Security I have found is:
_Firewalls and Internet Security_
William R. Cheswick & Steven M. Bellovin
Addison-Wesley
ISBN: 0-201-63357-4
The O'Reilly's are OK, but the Cheswick and Bellovin is by far the best:
_Practical UNIX Security_
Simson Garfinkel and Gene Spafford
O'Reilly & Associates, Inc.
ISBN: 0-937175-72-2
_Managing Internet Information Services_
O'Reilly & Associates, Inc.
ISBN: 1-56592-062-7
--
Jay Schuster <
[email protected]>
The People's Computer Company `Revolutionary Programming'
From
[email protected] Fri Dec 6 15:36:45 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vW9mB-0000E2C; Fri, 6 Dec 96 15:33 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA18786; Fri, 6 Dec 1996 17:29:50 -0600
Received: from ns1.footnet.com (NS1.FOOTNET.COM [206.170.160.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA16462 for <
[email protected]>; Fri, 6 Dec 1996 16:56:56 -0600
Received: from midtown-admin.footnet.com ([207.104.47.3])
by ns1.footnet.com (post.office MTA v1.9.3
**** trial license expired ****) with SMTP id AAA94
for <
[email protected]>; Fri, 6 Dec 1996 15:04:44 -0800
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 14:47:09 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Richard Fancher)
To:
[email protected]
Subject: Re: Faq doesnt help much
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
At 02:32 PM 12/6/96 -0500, you wrote:
>You can use the last command. ie
>
># last | grep still
>iqsystem ftp26405 Fri Dec 6 14:24 still
>logged in
>dkaufman ftp25581 Fri Dec 6 14:13 still
>logged in
>#
>
Umm sorry but you can get that same info from w or who or finger due to you
are querying from the login ports...NOT who is logged into the ftpd.
===============================================
= Windjammer Communications, LLC =
= 2100 21st Sacramento CA 95818 =
= TEL: (916) 454-2114 =
= FAX: (916) 454-2121 =
= Richard Fancher (Sys-Admin) =
=
[email protected] =
=
http://www.windjammer.net =
===============================================
From
[email protected] Fri Dec 6 16:46:13 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWArm-000ArEC; Fri, 6 Dec 96 16:43 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA22126; Fri, 6 Dec 1996 18:40:57 -0600
Received: from merlin.ocslink.com (merlin.ocslink.com [206.158.123.190]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA20944 for <
[email protected]>; Fri, 6 Dec 1996 18:15:46 -0600
Received: from merlin.ocslink.com (
[email protected] [206.158.123.190])
by merlin.ocslink.com (8.8.4/8.8.4) with SMTP
id SAA25899 for <
[email protected]>; Fri, 6 Dec 1996 18:12:28 -0600
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 1996 18:12:28 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: James Sneeringer <
[email protected]>
To:
[email protected]
Subject: Re: Faq doesnt help much
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 6 Dec 1996, Richard Fancher wrote:
| Umm sorry but you can get that same info from w or who or finger due to you
| are querying from the login ports...NOT who is logged into the ftpd.
Different systems may vary.
On my Linux system, anonymous ftp logins are accessible from `last'. The
`w' and `who' and `finger' commands only display users using a tty, which
ftp users do not.
Isn't there an `ftpwho' program included with wu-ftpd?
-James
--
// James Sneeringer ::
[email protected]
// System Administrator, Oberlander Communications Systems, Inc.
From
[email protected] Fri Dec 6 17:18:17 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWBMX-0000RRC; Fri, 6 Dec 96 17:15 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA23377; Fri, 6 Dec 1996 19:12:46 -0600
Received: from grizzly.ucla.edu (grizzly.ucla.edu [164.67.128.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA23044 for <
[email protected]>; Fri, 6 Dec 1996 19:04:32 -0600
Received: from smtp.ais.ucla.edu (ais006.ais.ucla.edu [128.97.98.6]) by grizzly.ucla.edu (8.8.2/8.6.9) with SMTP id BAA41672 for <
[email protected]>; Sat, 7 Dec 1996 01:02:20 GMT
Received: from Microsoft Mail (PU Serial #1413)
by smtp.ais.ucla.edu (PostalUnion/SMTP(tm) v2.1.8d for Windows NT(tm))
id AA-1996Dec06.165900.1413.100245; Fri, 06 Dec 1996 16:57:11 -0800
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 16:57:11 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Yard, John)
To:
[email protected] ('wu-question')
Subject: AIX 4.1.4 system
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Mailer: Microsoft Mail via PostalUnion/SMTP for Windows NT
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am installing wu-ftp2.4 on an AIX4.4 system; all seems well except
that
I notice that timestamps of the ftp log are 8 hours ahead; ie, GMT.
Anyone who can advise me on how wu-ftpd can reset its time from GMT in
an AIX system please inform me,
Thanks
John Yard
AIS-UCLA
From
[email protected] Fri Dec 6 17:42:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWBjw-000AqHC; Fri, 6 Dec 96 17:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA24538; Fri, 6 Dec 1996 19:36:40 -0600
Received: from main.netus.net (gomez.main.netus.net [206.171.208.65]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA23520 for <
[email protected]>; Fri, 6 Dec 1996 19:15:42 -0600
Received: from lurch.main.netus.net ([172.16.0.3]) by gomez.main.netus.net with SMTP id <17025-1>; Fri, 6 Dec 1996 17:15:40 -0800
Received: by lurch.main.netus.net with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5)
id <
[email protected]>; Fri, 6 Dec 1996 17:15:36 -0800
Message-Id: <c=US%a=_%p=netus%
[email protected]>
Date: Fri, 6 Dec 1996 17:15:33 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Christopher McCrory <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: chroot() user _on_ virtual ip | not usual question.....
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello...
I do not think this has been asked before...read on......
using wu-ftpd 2.4.2 beta 11
linux 2.0.2x (currently 2.0.27)
This is the directory structure:
/regular_stuff
/home
/home/company_name
/home/company_name/user1_dir
/home/company_name/user2_dir
^ chroot()
/home/company_name/virtual_html_dir
/home/company_name/virtual_ftp_dir
/home/company_name/virtual_ftp_dir/usual_stuff
^ chroot()
The virtual ftp stuff works for the virtual ip. The user chroot() works
for the real ip.
The user chroot() does not work on the virtual ip.
It seems that the wu-ftpd senses that the connection is coming in on a
virtual ip address and does the chroot() at
"/home/company_name/virtual_ftp_dir" before checking if the logon name
is a real user. If the logon name is a real user then the chroot()
should be at "/home/company_name" . But it is too late, the "chroot()
ing" is already done and is not re-configured. After the connection is
accepted all the user can "see" is the files in
"/home/company_name/virtual_ftp_dir" . I think the logic would go
something like this but, I am not very much of programmer and something
like this is beyond my abilities.
accept incoming connection
if on virtual ip then chroot()
accept authentication
if authentication is not anon and a valid user then re-chroot()
<--this is the part to be added
continue with connection
Any help with this situation would be great.
Christopher McCrory
Lead Bithead, Netus Inc.
[email protected]
[email protected]
"Some can do things others cannot" R.J.
From
[email protected] Fri Dec 6 18:01:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWC1f-000BBzC; Fri, 6 Dec 96 17:57 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA25242; Fri, 6 Dec 1996 19:55:03 -0600
Received: from claris.com (claris.claris.com [192.35.50.17]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA25174 for <
[email protected]>; Fri, 6 Dec 1996 19:52:33 -0600
Received: from [17.184.5.34] ([17.184.5.34]) by claris.com (8.6.11/8.6.11) with SMTP id RAA03284 for <
[email protected]>; Fri, 6 Dec 1996 17:50:50 -0800
Message-Id: <
[email protected]>
Date: Fri, 6 Dec 96 17:52:27 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From: Robert Bogar <
[email protected]>
To: <
[email protected]>
Subject: Digest
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Is there a subscription option for a daily digest of this list?
=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=|=
Robert Bogar
[email protected]
Claris IS / NCS 408.987.7526
PGP key available by request.
From
[email protected] Fri Dec 6 19:35:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWDUl-000BILC; Fri, 6 Dec 96 19:32 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA27853; Fri, 6 Dec 1996 21:21:46 -0600
Received: from ns.intelenet.net (intelenet.net [204.182.160.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA27391 for <
[email protected]>; Fri, 6 Dec 1996 21:02:29 -0600
Received: from cueball (cueball.intelenet.net [207.38.65.9]) by ns.intelenet.net (8.7.5/8.7.3) with SMTP id TAA07954; Fri, 6 Dec 1996 19:02:06 -0800 (PST)
Message-Id: <
[email protected]>
Date: Fri, 06 Dec 1996 19:02:11 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Myers <
[email protected]>
To:
[email protected]
Subject: Re: chroot() user _on_ virtual ip | not usual question.....
References: <c=US%a=_%p=netus%
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Christopher McCrory wrote:
>
> Hello...
>
> I do not think this has been asked before...read on......
> using wu-ftpd 2.4.2 beta 11
> linux 2.0.2x (currently 2.0.27)
> This is the directory structure:
>
> /regular_stuff
> /home
> /home/company_name
> /home/company_name/user1_dir
> /home/company_name/user2_dir
> ^ chroot()
> /home/company_name/virtual_html_dir
> /home/company_name/virtual_ftp_dir
> /home/company_name/virtual_ftp_dir/usual_stuff
> ^ chroot()
>
> The virtual ftp stuff works for the virtual ip. The user chroot() works
> for the real ip.
> The user chroot() does not work on the virtual ip.
>
> It seems that the wu-ftpd senses that the connection is coming in on a
> virtual ip address and does the chroot() at
> "/home/company_name/virtual_ftp_dir" before checking if the logon name
> is a real user. If the logon name is a real user then the chroot()
> should be at "/home/company_name" . But it is too late, the "chroot()
> ing" is already done and is not re-configured. After the connection is
> accepted all the user can "see" is the files in
> "/home/company_name/virtual_ftp_dir".
You're right. This is exactly how it works.
Personally, I went in to the wu-ftpd source and changed that. If it's a
real user, I don't think it should chroot at all - except for the usual
"guest" users. I think the guest user chroot solves the problem sufficiently.
Here is my patch to Beta-11 for this. Basically it just moves the check for
anonymous before the virtual root is set.
--- ftpd.c.~1~ Sun Apr 14 22:51:11 1996
+++ ftpd.c Wed Aug 7 23:26:22 1996
@@ -1430,12 +1445,12 @@
if (anonymous || guest) {
/* We MUST do a chdir() after the chroot. Otherwise the old current
* directory will be accessible as "." outside the new root! */
+ if (anonymous) {
#ifdef VIRTUAL
- if (virtual_mode) {
- strcpy(pw->pw_dir, virtual_root);
- }
+ if (virtual_mode) {
+ strcpy(pw->pw_dir, virtual_root);
+ }
#endif
- if (anonymous) {
if (chroot(pw->pw_dir) < 0 || chdir("/") < 0) {
reply(550, "Can't set guest privileges.");
goto bad;
From
[email protected] Sat Dec 7 10:10:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWRDG-000BOeC; Sat, 7 Dec 96 10:10 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vWMuj-0003svC; Sat, 7 Dec 96 05:35 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA13438; Sat, 7 Dec 1996 07:33:54 -0600
Received: from gemini.yars.free.net (gemini.yars.free.net [193.233.48.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA13264 for <
[email protected]>; Sat, 7 Dec 1996 07:26:00 -0600
Received: (from gray@localhost) by gemini.yars.free.net (8.7.5/8.7.3) id QAA06738 for
[email protected]; Sat, 7 Dec 1996 16:25:42 +0300 (MSK)
Message-Id: <
[email protected]>
Date: Sat, 7 Dec 1996 16:25:42 +0300 (MSK)
Reply-To:
[email protected]
Sender:
[email protected]
From: Serge Bezzubov <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> From
[email protected] Sat Dec 7 00:09 MSK 1996
> Date: Fri, 6 Dec 96 14:26:35 CST
> From: Bob Luckin <
[email protected]>
> To:
[email protected]
> Subject: Re: Solaris 2.5.1 & 'dir'
> X-Mimi-Options: HEADERS TI2
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
> Hal Wine asked :-
> > I just installed wu-ftp 2.4 under Solaris 2.5.1.
> >
> > Everything appears to be working, except that the 'dir' command
> > displays uid/gid numbers instead of user/group names.
> >
> > The uid/gid in question are in the stripped versions of passwd &
> > group in ~ftp/etc.
You've got to copy one of 4 libs to ~ftp/usr/lib according to the
name resolving system you use. Those libs are:
/usr/lib/nss_dns.so.1
/usr/lib/nss_files.so.1
/usr/lib/nss_nis.so.1
/usr/lib/nss_nisplus.so.1
Cheers,
Serge Bezzubov <
[email protected]>
YNC, Yaroslavl, Russia
From
[email protected] Sat Dec 7 10:12:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWREQ-000AOAC; Sat, 7 Dec 96 10:12 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vWPwX-0004NWC; Sat, 7 Dec 96 08:49 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA17836; Sat, 7 Dec 1996 10:48:42 -0600
Received: from lulu.acns.nwu.edu (lulu.acns.nwu.edu [129.105.16.54]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA17657 for <
[email protected]>; Sat, 7 Dec 1996 10:42:44 -0600
Received: from [129.105.186.55] (praline186055.nuts.nwu.edu) by lulu.acns.nwu.edu with SMTP
(1.40.112.8/20.4) id AA219596961; Sat, 7 Dec 1996 10:42:41 -0600
Message-Id: <v01510103aecf4d9580de@[129.105.186.55]>
Date: Sat, 7 Dec 1996 10:44:54 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Albert Lunde <
[email protected]>
To:
[email protected]
Subject: bypassing chroot configuration woes
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I was getting fairly confused reading the documentation trying to figure
out which files needed to be mirrored for chroot and which not, so I
finally created a directory:
~ftp/etc/ftpmsgs
and I created a soft link in the real /etc directory to it.
I then put all my message, banner, and shutdown files in this directory,
referring to them by the path /etc/ftpmsgs/something
No problems, no mess.
Symbolic links can be useful if you remember that they can point from the
real file system into the chroot ftp directories, but not vis-versa.
Another tip. To avoid creating writable files at all, set umask 0222, then
use vi and the ":w!" command to update files.
---
Albert Lunde
[email protected]
From
[email protected] Sat Dec 7 11:41:42 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWSa5-000AfsC; Sat, 7 Dec 96 11:38 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA22399; Sat, 7 Dec 1996 13:35:48 -0600
Received: from ns1.footnet.com (NS1.FOOTNET.COM [206.170.160.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA21981 for <
[email protected]>; Sat, 7 Dec 1996 13:25:59 -0600
Received: from midtown-admin.footnet.com ([207.104.47.3])
by ns1.footnet.com (post.office MTA v1.9.3
**** trial license expired ****) with SMTP id AAA174
for <
[email protected]>; Sat, 7 Dec 1996 11:33:59 -0800
Message-Id: <
[email protected]>
Date: Sat, 07 Dec 1996 11:16:07 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Richard Fancher)
To:
[email protected]
Subject: Re: Faq doesnt help much
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
At 07:22 PM 12/6/96 +0000, you wrote:
>On Fri, 6 Dec 1996, Richard Fancher wrote:
>
>> I have read the faq..i have read the man...i cant find how to tell who is
>> on the ftpd..can anyone help??
>
>Hi,
> I'm still new at this but I copied the ftpaccess/active-server sample
>included with the source to my /etc and only then ftpwho and ftpcount
>works. Hope it somewhat helps.
>
>Ahmad
>
Hmm i looked for active-server....i cant find it at all..where is it??
===============================================
= Windjammer Communications, LLC =
= 2100 21st Sacramento CA 95818 =
= TEL: (916) 454-2114 =
= FAX: (916) 454-2121 =
= Richard Fancher (Sys-Admin) =
=
[email protected] =
=
http://www.windjammer.net =
===============================================
From
[email protected] Sat Dec 7 12:10:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWT1T-0000PBC; Sat, 7 Dec 96 12:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA23484; Sat, 7 Dec 1996 14:04:06 -0600
Received: from light.lightlink.com (light.lightlink.com [205.232.34.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA23414 for <
[email protected]>; Sat, 7 Dec 1996 14:02:23 -0600
Received: from localhost (homer@localhost)
by light.lightlink.com (8.8.4/8.8.4) with SMTP
id PAA19802; Sat, 7 Dec 1996 15:02:21 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sat, 7 Dec 1996 15:02:21 -0500 (EST)
Reply-To: "Homer W. Smith" <
[email protected]>
Sender:
[email protected]
From: "Homer W. Smith" <
[email protected]>
To: FTP MAILING LIST <
[email protected]>
Cc:
[email protected]
Subject: Yikes! FTP Erases Source File!
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Wuftpd beta 11(9)
I have a file in a home directory called /home/homer/junk
When I ftp ftp.lightlink.com and sign in as homer and use
cd /ftp/pub/homer
put /home/homer/junk
junk is erased (actually set to 0 bytes)!
What is this?
Homer
--------------------------------------------------------------------------
Script started.
light/home/homer: dir junk
-rw------- 1 homer users 25 Dec 7 14:58 junk
light/home/homer: cat junk
Hello there how are you.
light/home/homer: ftp lightlink.com
Connected to lightlink.com.
220-
220- ART MATRIX - LIGHTLINK
220-
http://www.lightlink.com
220- (607) 277-0959
220-
220- All transactions on this ftp server are logged.
220-
220 light FTP server (Version wu-2.4.2-academ[BETA-11](9) Wed Dec 4 18:45:50 EST 1996) ready.
Name (lightlink.com:homer): homer
331 Password required for homer.
Password:
230-
230- Welcome to the Art Matrix - Lightlink ftp server.
230-
230- You are user number 4 out of a maximum of 50.
230-
230- Local Time is: Sat Dec 7 14:58:54 1996
230-
230 User homer logged in.
ftp> cd /ftp/pub/homer
250-
250- This is Homer's public ftp directory.
250-
250- alt.clearing.technology archives are at
250-
250-
ftp://ftp.lightlink.com/pub/archive
250-
250 CWD command successful.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 20
-rw-r--r-- 1 root daemon 132 Oct 6 17:22 .message
drwxr-xr-x 2 homer users 9216 Oct 10 12:58 act
drwxr-xr-x 2 homer users 512 Jul 18 14:26 cisco
drwxr-xr-x 2 homer users 512 Aug 10 19:18 crown
drwxr-xr-x 2 homer users 512 Nov 3 11:18 infobot
drwxr-xr-x 2 homer users 512 Aug 15 22:22 innd
drwxr-xr-x 2 homer users 512 Mar 30 1996 lazarus
drwxr-xr-x 2 homer users 512 Mar 30 1996 remailer
drwxr-xr-x 2 homer users 512 Mar 30 1996 virt
drwxr-xr-x 7 homer users 2560 Nov 16 23:01 www
226 Transfer complete.
624 bytes received in 0.14 seconds (4.5 Kbytes/s)
ftp> put /home/homer/junk
200 PORT command successful.
150 Opening ASCII mode data connection for /home/homer/junk.
226 Transfer complete.
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 20
-rw-r--r-- 1 root daemon 132 Oct 6 17:22 .message
drwxr-xr-x 2 homer users 9216 Oct 10 12:58 act
drwxr-xr-x 2 homer users 512 Jul 18 14:26 cisco
drwxr-xr-x 2 homer users 512 Aug 10 19:18 crown
drwxr-xr-x 2 homer users 512 Nov 3 11:18 infobot
drwxr-xr-x 2 homer users 512 Aug 15 22:22 innd
drwxr-xr-x 2 homer users 512 Mar 30 1996 lazarus
drwxr-xr-x 2 homer users 512 Mar 30 1996 remailer
drwxr-xr-x 2 homer users 512 Mar 30 1996 virt
drwxr-xr-x 7 homer users 2560 Nov 16 23:01 www
226 Transfer complete.
624 bytes received in 0.0024 seconds (2.5e+02 Kbytes/s)
ftp> quit
221 Goodbye.
light/home/homer: dir junk
-rw------- 1 homer users 0 Dec 7 14:59 junk
light/home/homer: cat junk
light/home/homer: exit
script done on Sat Dec 7 14:59:18 1996
From
[email protected] Sat Dec 7 15:11:32 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWVqv-000AegC; Sat, 7 Dec 96 15:08 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA28212; Sat, 7 Dec 1996 17:05:23 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA28086 for <
[email protected]>; Sat, 7 Dec 1996 17:01:09 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19960722 [Ommmmmm is the word]) id AAA15968 for
[email protected]; Sun, 8 Dec 1996 00:01:58 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sun, 8 Dec 1996 00:01:57 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Faq doesnt help much
In-Reply-To: <
[email protected]> from "James Sneeringer" at Dec 6, 96 06:12:28 pm
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
(very bad choice of subject in my not very humble opinion, but to keep up
the thread).
Quoting James Sneeringer, who wrote :
> Isn't there an `ftpwho' program included with wu-ftpd?
There is, which works perfectly, *IF* :
- ftpd is started with the -a parameter
- the directory for the pids-files exists
- And is writable for root (ie : not NFS mounted)
On ftp.cetis.hvu.nl, a Linux system, ftpcount and ftpwho work nicely and
I even use ftpcount in the screen with tourist information.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Home) BBS Koos z'n Doos (+31-30-6036637 28k8)
[email protected] (Work) <-- finger -l for PGPkey (+31-30-6056619 14k4)
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Sat Dec 7 15:28:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWW5m-0000EXC; Sat, 7 Dec 96 15:23 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA28689; Sat, 7 Dec 1996 17:20:48 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA28141 for <
[email protected]>; Sat, 7 Dec 1996 17:04:00 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19960722 [Ommmmmm is the word]) id AAA16045 for
[email protected]; Sun, 8 Dec 1996 00:04:49 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sun, 8 Dec 1996 00:04:48 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: automate
In-Reply-To: <
[email protected]> from "Homer W. Smith" at Dec 6, 96 10:01:44 pm
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Homer W. Smith, who wrote :
> Would someone kindly remind me of the procedure for
> automating an ftp signon and get via a shell script.
>
> I have a file I need to get every day, I wanna just type 'getit'
> and have it come over to me.
Sophisticated manner : get ncftp so you can type
ncftp ftp.site.name:/path/to/file
Or store all commands for ftp in a script so you can type :
ftp sitename < script
This one could have some problems due to command buffer clearing.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Home) BBS Koos z'n Doos (+31-30-6036637 28k8)
[email protected] (Work) <-- finger -l for PGPkey (+31-30-6056619 14k4)
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Sat Dec 7 17:18:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWXqF-000AjSC; Sat, 7 Dec 96 17:15 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA01623; Sat, 7 Dec 1996 19:12:52 -0600
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA01480 for <
[email protected]>; Sat, 7 Dec 1996 19:08:53 -0600
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA07298
(5.67b8/IDA-1.5 for <
[email protected]>); Sat, 7 Dec 1996 17:08:51 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0vWXPK-000SUZC; Sat, 7 Dec 96 16:47 PST
Received: by bard (4.1/SMI-4.1)
id AA14466; Sat, 7 Dec 96 16:45:04 PST
Message-Id: <9612080045.AA14466@bard>
Date: Sat, 7 Dec 1996 16:45:04 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: ZIP with sunos4.1.3
In-Reply-To: <
[email protected]> from "Koos van den Hout _U nix and we all_" at Dec 8, 96 00:01:57 am
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Anyone out there get 'zip' and 'unzip' to work on a sunOS 4.1.3 platform?
I've made all the appropriate entries in the ftpconversions file and the
binaries in ~ftp/bin do work outside of ftp. Would be real nice to be able
to support (un)zip from ftp.
(un)compress and g(un)zip work just fine, can't seem to get (un)zip to work.
Is it even supported?
-Keith
<======================================================>
Keith A. Iverson Iverson Financial Systems, Inc.
New Product Research and Development
E-mail -
[email protected]
Voice - (408)522-9900 Fax - (408)522-9911
<======================================================>
From
[email protected] Sat Dec 7 18:12:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWYeq-000AGlC; Sat, 7 Dec 96 18:07 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA02569; Sat, 7 Dec 1996 20:05:01 -0600
Received: from ds1.gl.umbc.edu (ds1.gl.umbc.edu [130.85.3.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA02488 for <
[email protected]>; Sat, 7 Dec 1996 20:00:32 -0600
Received: from umbc8.umbc.edu (
[email protected] [130.85.3.8]) by ds1.gl.umbc.edu (8.8.3/8.6.9) with ESMTP id VAA22001 for <
[email protected]>; Sat, 7 Dec 1996 21:00:31 -0500 (EST)
Received: from localhost (ylee9@localhost) by umbc8.umbc.edu (8.8.3/8.6.9) with SMTP id SAA22907 for <
[email protected]>; Sat, 7 Dec 1996 18:19:59 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sat, 7 Dec 1996 18:19:50 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ashura <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: help!, No one can login, even anon
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: umbc8.umbc.edu: ylee9 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I still seem to be stuck on this problem, I tried everything I was advised
to do... but everytime I tried to login it gives me a access denied prompt
for everyone including anon. I dont know, to me it seems that it doesnt
read the ftpaccess file, and I do have the ftpd -a on...
_____________________________________________________
| |
| Alex Lee |
| Ashura (
[email protected]) |
| Micro Consultant |
| These words represent my views and opinions only |
| and does not reflect UCS or my employer. |
| _________________________________________________ |
| |
| "Asobiwa Owarida!" -Iori |
| 'Play time is over' |
| |
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
From
[email protected] Sat Dec 7 19:26:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWZoZ-0000HmC; Sat, 7 Dec 96 19:22 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA04876; Sat, 7 Dec 1996 21:19:13 -0600
Received: from vuse.vanderbilt.edu (mailhost.vuse.vanderbilt.edu [129.59.100.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA04705 for <
[email protected]>; Sat, 7 Dec 1996 21:09:39 -0600
Received: from garfield.vuse.vanderbilt.edu by vuse.vanderbilt.edu (8.8.4/SMI-4.1/VUSE-1.24)
id VAA08710; Sat, 7 Dec 1996 21:06:42 -0600 (CST)
Received: by garfield.vuse.vanderbilt.edu (NX5.67f2/NX3.0S)
id AA05361; Sat, 7 Dec 96 21:16:27 -0600
Received: by NeXT.Mailer (1.118.2.RR)
Message-Id: <
[email protected]>
Date: Sat, 7 Dec 96 21:16:24 -0600
Reply-To:
[email protected] (Thomas Katzlberger)
Sender:
[email protected]
From: Thomas Katzlberger <
[email protected]>
To:
[email protected]
Subject: ABORt problem ... (still)
References: <01BBE20B.97496D70@ROGERH>
Content-Type: text/plain
Mime-Version: 1.0 (NeXT Mail 3.3 v118.2)
X-Sender: Thomas Katzlberger <
[email protected]>
X-Image-Url:
http://www.vuse.vanderbilt.edu/~katzlbt/HungryGarfieldColor.tiff
X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello everyone!
I am writing (more improving) a PD ftp client.
Some time ago I thoght I found a 'bug' in some versions of wu-ftp.
Now as I had time I downloaded and installed wu-ftp BETA-11 on my
system and can confirm that it was no bug in the ftpd code as it
simply works on my system as it should and fails on always the
same server systems in the same manner.
However it seems to be a bug in eighter a certain compiler or
widely used operating system or it is some other weird
interaction or setup that is used on lots of sites,
I am definitely not sure.
Is there a way to test this with a standard client like
ncftp or so? I can't get quote to use a port, just simple
commands like PWD work for me with quote. How can I do a
RESTART with any commandline client?
Sites that I know that behave 'buggy' are (all using wu-ftpd):
ftp.wustl.edu
ftp.evolution.com (System V-R4)
ftp.peanuts.leo.org (HP-UX)
..
I would be wondering if it is possible to discover a pattern
of OS's or compilers used. Maybe wu-ftp just works if
Thanks for any suggestions,
Cat.
The sequence (PORT commands removed to make it simple):
> CWD /packages/graphics/image-tool
> RETR it125d1.zip
< 150 Opening BINARY mode data connection ...
> ABOR
< 426 Transfer aborted. Data connection closed.
< 226 Abort successful
[ everything works here ]
> NLST -laL
..
< 226 Transfer complete.
> REST 70656
< 350 Restarting at 70656. Send STORE or RETRIEVE to ...
> RETR it125d1.zip
< 150 Opening BINARY mode data connection for ...
> ABOR
[ fail to abort ftp here - it gets simply ignored ]
--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/ _/_/
_/_/ Thomas Katzlberger _/_/
_/_/
[email protected] _/_/
_/_/
http://www.vuse.vanderbilt.edu/~katzlbt/ _/_/
_/_/ _/_/
_/_/ "You can tune a file system, but you can't tune a fish." _/_/
_/_/ UNIX man page for tunefs. _/_/
_/_/ _/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
From
[email protected] Sun Dec 8 03:43:20 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWhbX-000BVPC; Sun, 8 Dec 96 03:41 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA17301; Sun, 8 Dec 1996 05:37:13 -0600
Received: from spuggie.cen.brad.ac.uk (spuggie.cen.brad.ac.uk [143.53.3.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id FAA17069 for <
[email protected]>; Sun, 8 Dec 1996 05:25:53 -0600
Received: from morph.acc.brad.ac.uk (
[email protected] [143.53.1.14]) by spuggie.cen.brad.ac.uk (8.7.5/8.7.3) with ESMTP id LAA12771 for <
[email protected]>; Sun, 8 Dec 1996 11:25:52 GMT
Received: from shocked.acc.brad.ac.uk (shocked.acc.brad.ac.uk [143.53.1.3]) by morph.acc.brad.ac.uk (8.7.2) with ESMTP id LAA16141 for <
[email protected]>; Sun, 8 Dec 1996 11:29:26 GMT
Received: (from anthony@localhost) by shocked.acc.brad.ac.uk (8.7.5/8.7.3) id LAA22113 for
[email protected]; Sun, 8 Dec 1996 11:25:12 GMT
Message-Id: <
[email protected]>
Date: Sun, 8 Dec 1996 11:25:12 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: help!, No one can login, even anon
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
What error messages do you get in /var/adm/messages ?
Do you have an ftphosts file and an ftpusers file ?
What do they say ?
What about any deny commands in ftpaccess ?
Anthony
Alex wrote:
> I still seem to be stuck on this problem, I tried everything I was advised
> to do... but everytime I tried to login it gives me a access denied prompt
> for everyone including anon. I dont know, to me it seems that it doesnt
> read the ftpaccess file, and I do have the ftpd -a on...
>
> _____________________________________________________
> | |
> | Alex Lee |
> | Ashura (
[email protected]) |
> | Micro Consultant |
> | These words represent my views and opinions only |
> | and does not reflect UCS or my employer. |
> | _________________________________________________ |
> | |
> | "Asobiwa Owarida!" -Iori |
> | 'Play time is over' |
> | |
> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
>
>
From
[email protected] Sun Dec 8 07:27:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWl6Q-000BYVC; Sun, 8 Dec 96 07:25 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA20221; Sun, 8 Dec 1996 09:22:19 -0600
Received: from sinistar.idle.com (sinistar.idle.com [198.109.160.36]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA20107 for <
[email protected]>; Sun, 8 Dec 1996 09:17:59 -0600
Received: (from roy@localhost) by sinistar.idle.com (8.7.5/8.7.3) id KAA18667 for
[email protected]; Sun, 8 Dec 1996 10:17:25 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sun, 8 Dec 1996 10:17:25 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jonathan Roy <
[email protected]>
To:
[email protected]
Subject: Ftpds that don't die...
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have a number of ftpds that aren't dying. The oldest on Dec 8 is:
4706 0.0 0.8 2236 980 ? S Nov 13 0:00 in.ftpd -a
There are about 10 of them spread over the last month. This is with version
2.4.2-beta-11. Is there a known bug in beta11 that leaves an
occasional stray ftpd every few days, and a patch? Or a beta12?
Thanks!
-Jonathan
--
Jonathan Roy -
[email protected] -- Idle Communications, Inc.
Mail
[email protected] to advertise with the Games Domain!
http://www.gamesdomain.com/ or
http://www.gamesdomain.co.uk/
From
[email protected] Sun Dec 8 08:50:35 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWmNi-000BZDC; Sun, 8 Dec 96 08:47 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA21572; Sun, 8 Dec 1996 10:44:16 -0600
Received: from internet2.open.net.ma ([194.204.206.46]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA21422 for <
[email protected]>; Sun, 8 Dec 1996 10:37:25 -0600
Received: from internet3.open.net.ma.206.204.194.in-addr.arpa by internet2.open.net.ma (AIX 4.1/UCB 5.64/4.03)
id AA15326; Sun, 8 Dec 1996 16:32:28 GMT
Message-Id: <
[email protected]>
Date: Sat, 08 Dec 1990 16:38:55 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Yahia Alaoui <
[email protected]>
To:
[email protected]
Subject: building wu-ftpd on aix
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Macintosh; I; PPC)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi, everybody,
I 've tried to install wu-ftpd these last days, insuccessfully on aix on
risc/6000 E20.
I've followed the steps of the file Installation Instructions,
i've read the faq, and some messages of this mailling-list, but i've not
found the solution to my problem.
I've had the messages about strunames, typenames, ... and i've installed
support/ftp.h, but now the building is giving me message about cmdtab,
sitetab, ... undeclared.
Below, the message i've got, when i proceed to build aix.
<< Making ftpd.
cc -O -DDEBUG -I.. -I../support -L../support -c ftpd.c
554 1500-010: (W) WARNING in main: Infinite loop. Program may not
stop.
yacc ftpcmd.y
mv y.tab.c ftpcmd.c
cc -O -DDEBUG -I.. -I../support -L../support -c ftpcmd.c
"ftpcmd.y", line 371.18: 1506-045 (S) Undeclared identifier cmdtab.
"ftpcmd.y", line 383.26: 1506-045 (S) Undeclared identifier sitetab.
"ftpcmd.y", line 1057.36: 1506-280 (W) Function argument assignment
between type
s "void(*)(int)" and "void(*)()" is not allowed.
"ftpcmd.y", line 1519.1: 1506-343 (S) Redeclaration of print_groups
differs from
previous declaration on line 683 of "ftpcmd.y".
"ftpcmd.y", line 1519.1: 1506-050 (I) Return type "void" in
redeclaration is not
compatible with the previous return type "int". >>
thank you in advances for your helps
Yahia Alaoui
From
[email protected] Sun Dec 8 12:33:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vWpsg-000BCwC; Sun, 8 Dec 96 12:31 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA25983; Sun, 8 Dec 1996 14:28:24 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA25899 for <
[email protected]>; Sun, 8 Dec 1996 14:25:59 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id OAA22370; Sun, 8 Dec 1996 14:25:30 -0600
Message-Id: <
[email protected]>
Date: Sun, 8 Dec 1996 14:25:30 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Jonathan Roy <
[email protected]>
Cc:
[email protected]
Subject: Re: Ftpds that don't die...
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I've a tiny patch below that has eliminated most of the hung ftpds for me.
I'm still getting a few if an upload is cancelled, but I haven't chased
those down; they haven't become that much of a nuisance yet.
-- Michael
On Sun, 8 Dec 1996, Jonathan Roy wrote:
> I have a number of ftpds that aren't dying. The oldest on Dec 8 is:
>
> 4706 0.0 0.8 2236 980 ? S Nov 13 0:00 in.ftpd -a
>
> There are about 10 of them spread over the last month. This is with version
> 2.4.2-beta-11. Is there a known bug in beta11 that leaves an
> occasional stray ftpd every few days, and a patch? Or a beta12?
--- ftpd.c.b11 Wed Jul 17 15:23:24 1996
+++ ftpd.c Wed Aug 7 17:04:39 1996
@@ -2169,7 +2169,9 @@
if (select(pdata+1, &set, (fd_set *) 0, (fd_set *) 0, &timeout) == 0 ||
(s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0) {
#else
+ alarm(120);
s = accept(pdata, (struct sockaddr *) &from, &fromlen);
+ alarm(0);
if (s < 0) {
#endif
reply(425, "Can't open data connection.");
From
[email protected] Mon Dec 9 12:51:27 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vXCcS-000AfBC; Mon, 9 Dec 96 12:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00597; Mon, 9 Dec 1996 14:45:05 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA24808 for <
[email protected]>; Mon, 9 Dec 1996 12:34:01 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id MAA28730 for <
[email protected]>; Mon, 9 Dec 1996 12:34:02 -0600
Message-Id: <
[email protected]>
Date: Mon, 9 Dec 1996 12:34:02 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: Ftpds that don't die...
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This is not original with me; in desperation I adapted it from some older
patches. As written, it very significantly reduces the number of hung
ftpds.
I suppose the 120 seconds might be short, but if I haven't gotten
*something* in two minutes I figure it is probably worth canning. What
would you suggest for a value?
-- Michael
On Mon, 9 Dec 1996, Alain Magloire wrote:
> > #else
> > + alarm(120);
> > s = accept(pdata, (struct sockaddr *) &from, &fromlen);
> > + alarm(0);
> > if (s < 0) {
> > #endif
>
> It's a nice little jig you have here ;-)
> Have any trouble with it ?
> Don't you think that the delay(120) is too short ?
From
[email protected] Mon Dec 9 14:17:11 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vXDw8-000BHZC; Mon, 9 Dec 96 14:12 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA08536; Mon, 9 Dec 1996 16:08:56 -0600
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA02612 for <
[email protected]>; Mon, 9 Dec 1996 15:10:02 -0600
Received: from dadd.ti.com. ([156.117.119.90]) by gatekeep.ti.com (8.6.13) with ESMTP id PAA02061 for <
[email protected]>; Mon, 9 Dec 1996 15:09:43 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.7.5/)
id PAA13024; Mon, 9 Dec 1996 15:09:07 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Mon, 9 Dec 1996 15:08:52 -0600
Message-Id: <
[email protected]>
Date: Mon, 9 Dec 96 15:08:50 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: automate
In-Reply-To: <
[email protected]>; from "Koos van den Hout _U nix and we all_" at Dec 8, 96 12:04 (midnight)
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Quoting Homer W. Smith, who wrote :
>
> > Would someone kindly remind me of the procedure for
> > automating an ftp signon and get via a shell script.
> >
> > I have a file I need to get every day, I wanna just type 'getit'
> > and have it come over to me.
>
And Koos van den Hout suggested :-
> Sophisticated manner : get ncftp so you can type
>
> ncftp ftp.site.name:/path/to/file
Or you could use Jeffrey Friedl's webget, which can pull from both both
http: and ftp: URL's... It's at either of these sites :-
http://www.wg.omron.co.jp/~jfriedl/perl/
http://enterprise.ic.gc.ca/~jfriedl/perl/
Cheers, Bob
--
Bob Luckin
Texas Instruments
P O Box 650311, MS 3937
[email protected]
Dallas, TX 75265 U.S.A. Tel: (972) 917 5081 Fax: (972) 917 7966
From
[email protected] Mon Dec 9 15:56:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vXFUs-000AgPC; Mon, 9 Dec 96 15:52 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA16925; Mon, 9 Dec 1996 17:48:51 -0600
Received: from cagw1.att.com (cagw1.att.com [192.128.52.89]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA10694 for <
[email protected]>; Mon, 9 Dec 1996 16:40:03 -0600
Received: from lynxhub.ho.att.com by caig1.att.att.com (SMI-8.6/EMS-1.2 sol2)
id RAA11707; Mon, 9 Dec 1996 17:35:31 -0500
Received: from ROGERH ([135.16.115.182]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA13433; Mon, 9 Dec 1996 17:38:23 -0500
Received: by ROGERH with Microsoft Mail
id <01BBE5F7.6BBE0A40@ROGERH>; Mon, 9 Dec 1996 17:35:51 -0500
Message-Id: <01BBE5F7.6BBE0A40@ROGERH>
Date: Mon, 9 Dec 1996 17:35:47 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'WUFTPD List'" <
[email protected]>
Cc: "'Roger A. Hanke'" <
[email protected]>
Subject: unsetting SETPROCTITLE
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Dear WUFTPD'ers,
I was forced to undefine SETPROCTITLE in order to get my SGI IRIX 6.2
version to use timezone info correctly. Now I am left with the question of
what exactly am I missing in my SGI version due to this undef?
When the no set process title version is run the ps entry does not appear
that different from when it was set or from the standard ftpd entry. Below
are the entries, where the sgi version has it unset, the standard external
version has it set, and the final entry is the official SGI daemon:
rahdev 10909 250 71 Dec 05 ? 5639:35 sgi.wuftpd -d -l -L -u007
rahdev 9144 250 0 16:57:17 ? 0:00 ext.wuftpd -d -l -L -u007
rah 9256 250 0 17:04:46 ? 0:00 ftpd -l
Here are the corresponding lines from the Solaris external version built
with set process title defined and the standard Solaris ftpd version:
root 8335 489 15 16:57:05 ? 0:00 ext.wuftpd -d -l -L
root 8911 489 14 17:05:30 ? 0:00 in.ftpd
So does anyone understand all those SETPROCTITLE lines of code
enough to summarize what value add I am missing out on?
Thanx,
Roger Hanke
From
[email protected] Mon Dec 9 17:28:42 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 17:23:58 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA22857; Mon, 9 Dec 1996 19:20:37 -0600
Received: from step.polymtl.ca (step.polymtl.ca [132.207.4.32]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18529 for <
[email protected]>; Mon, 9 Dec 1996 18:17:58 -0600
Received: (from coyote@localhost) by step.polymtl.ca (8.6.10/8.6.10) id TAA18822; Mon, 9 Dec 1996 19:12:37 -0500
Message-Id: <
[email protected]>
Date: Mon, 9 Dec 1996 19:12:36 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vincent Cojot <
[email protected]>
To:
[email protected]
Subject: What's happening next..?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Dear fellow users/admins of wu-ftpd,
I have been on this list for a while and I think that I have seen
quite a few patches on it since Beta-11 came out. Some of the patches were
fixing bugs to the core functionnality of wu-ftpd, others were extending
the functionnality.. most of them would be nice to have in the future
release of wu-ftpd. Do people who issue those patches send them all by
mail _also_ to Stan Barber (
[email protected])? Is stan still
working on a future release of wu-ftpd incorporating some of these
patches? That would be very nice if all these efforts could be coordinated
and incorporated into the next release. Forgive me if this question has
been asked recently but I was just wondering...
PS: Just in case.. I usually archive most patches sent to the list, in
case someone (Stan?) missed some and needs them to add to a new release..
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._
[email protected]
http://www.info.polymtl.ca/~coyote _.,-*~'`^`'~*-,._
[email protected]
They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places. - Robert Frost
From
[email protected] Mon Dec 9 19:00:59 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 18:57:04 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA28654; Mon, 9 Dec 1996 20:53:33 -0600
Received: from wrair-amss.army.mil (WRAIR-AMSS.ARMY.MIL [160.151.240.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA25464 for <
[email protected]>; Mon, 9 Dec 1996 20:03:49 -0600
Received: by wrair-amss.army.mil
(1.40.112.8/16.2) id AA269253423; Mon, 9 Dec 1996 21:03:43 -0500
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 21:03:43 EST
Reply-To:
[email protected]
Sender:
[email protected]
From: Chuck Davis <
[email protected]>
To:
[email protected]
Subject: Re: unsetting SETPROCTITLE
In-Reply-To: <01BBE5F7.6BBE0A40@ROGERH>; from "Roger A. Hanke" at Dec 9, 96 5:35 pm
X-Mailer: Elm [revision: 112.6]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> I was forced to undefine SETPROCTITLE in order to get my SGI IRIX 6.2
> version to use timezone info correctly. Now I am left with the question of
> what exactly am I missing in my SGI version due to this undef?
>
> When the no set process title version is run the ps entry does not appear
> that different from when it was set or from the standard ftpd entry. Below
> are the entries, where the sgi version has it unset, the standard external
> version has it set, and the final entry is the official SGI daemon:
> rahdev 10909 250 71 Dec 05 ? 5639:35 sgi.wuftpd -d -l -L -u007
> rahdev 9144 250 0 16:57:17 ? 0:00 ext.wuftpd -d -l -L -u007
> rah 9256 250 0 17:04:46 ? 0:00 ftpd -l
> Here are the corresponding lines from the Solaris external version built
> with set process title defined and the standard Solaris ftpd version:
> root 8335 489 15 16:57:05 ? 0:00 ext.wuftpd -d -l -L
> root 8911 489 14 17:05:30 ? 0:00 in.ftpd
>
> So does anyone understand all those SETPROCTITLE lines of code
> enough to summarize what value add I am missing out on?
---------
hmmm, it must depend on your OS platform. I'm using HP-UX 10.10. When
using SETPROCTITLE I get this:
ftper 26561 607 0 20:48:23 ? 0:00 wuftpd eod.nasa.gov: connected: IDLE
The ftpd that was shipped w/ the os was only slightly more informative:
root 26882 607 0 20:57:39 ? 0:00 ftpd eod.nasa.gov: anonymous/cdavis@: TYPE I
When undefining SETPROCTITLE wu-ftpd gives this:
ftper 26852 607 0 20:52:26 ? 0:00 ftpd -a -l
Not very informative but at least it fits in under 80 columns!
..Chuck Davis
From
[email protected] Tue Dec 10 03:41:50 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 03:39:35 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA29531; Tue, 10 Dec 1996 05:35:47 -0600
Received: from epiphore.francenet.fr (epiphore.francenet.fr [193.149.97.10]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA22254 for <
[email protected]>; Tue, 10 Dec 1996 03:35:30 -0600
Received: from epiphore.francenet.fr (
[email protected] [127.0.0.1]) by epiphore.francenet.fr (8.7.5/8.7.3) with ESMTP id KAA06497; Tue, 10 Dec 1996 10:35:23 +0100 (MET)
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 10:35:23 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Gildas Perrot <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: wu-ftpd (beta 11), old idle connections and ftpwho output
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: exmh version 1.6.9 8/22/96
X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@
X-Url:
http://www.francenet.fr/
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
I am using wu-ftpd-2.4.2-beta-11 on BSD/OS 2.1. I noticed that some ftp
sessions are idle but are not closed so they disallow new connections. I
believed that beta11 solved this bug. How to kill those connections
automatically ? Is it possible to use the output of ftpwho ?
Here is the ftpwho output I got :
Service class remote:
3405 ?? IW 0:03.17 pppA221.francenet.fr: geraudie: STOR harry2.jpg\r\n (
28676 ?? I 0:00.49 ppp20.infrescom.fr: rfriess: STOR perso.html\r\n (ftp
1342 ?? S 0:00.53 ppp-206-156.neuilly.club-internet.fr: shno: IDLE (ftp
11928 ?? IW 0:00.67 ppp31.francenet.fr: danitra: LIST\r\n (ftpd)
12498 ?? IW 0:00.82 ppp13.francenet.fr: danitra: LIST\r\n (ftpd)
11569 ?? IW 0:00.72 ppp36.francenet.fr: danitra: LIST\r\n (ftpd)
- 6 users ( 10 maximum)
Furthermore, there is no explanation in manual pages about the output of
'ftpwho'.
Thanks in advance for your help. Gildas.
--
Gildas PERROT,
[email protected] __o
FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_
http://www.francenet.fr ---- (_)/ (_)
From
[email protected] Tue Dec 10 03:56:30 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 03:53:10 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA29781; Tue, 10 Dec 1996 05:50:17 -0600
Received: from internet2.open.net.ma ([194.204.206.46]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA26495 for <
[email protected]>; Tue, 10 Dec 1996 04:41:17 -0600
Received: from internet3.open.net.ma.206.204.194.in-addr.arpa by internet2.open.net.ma (AIX 4.1/UCB 5.64/4.03)
id AA13108; Tue, 10 Dec 1996 10:36:21 GMT
Message-Id: <
[email protected]>
Date: Mon, 10 Dec 1990 10:42:44 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Yahia Alaoui <
[email protected]>
To:
[email protected]
Subject: Re: building wu-ftpd on aix
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (Macintosh; I; PPC)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Yard, John wrote:
>
> What level are you at ? I got the same error, and copied code moded by my
> manager and it compiled sucessfully,
>
> John Yard
>
[email protected]
>
Please, may i have this code ?
It will be very helpfull.
I am in the managing staff, and noone from the staff has an idea.
Thanks,
Yahia Alaoui
From
[email protected] Tue Dec 10 03:59:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 03:57:12 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA29917; Tue, 10 Dec 1996 05:54:29 -0600
Received: from teaser.teaser.fr (teaser.teaser.fr [194.51.80.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id FAA28194 for <
[email protected]>; Tue, 10 Dec 1996 05:05:59 -0600
Received: from job.lci.fr (ppp1055-ft.teaser.fr [194.206.155.33]) by teaser.teaser.fr (8.7.1/8.7.1) with SMTP id MAA19151 for <
[email protected]>; Tue, 10 Dec 1996 12:06:06 GMT
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 12:05:57 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Thierry LOUVEL <
[email protected]>
To:
[email protected]
Subject: wu-ftpd and the links...problem
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 3 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
i have a "big" problem with links...
wu-ftpd 2.4.2b10
linux 1.2.13
for all users's $HOME i would like to have:
- a link to the public sofware (so they do one connection and
can go in they $HOME and in the public path)
- a "incoming" link tu upload ME what they whant
first here is my filesystem:
#df
/dev/hda2 /
/dev/hda1 /files
/dev/hdb1 /disk2
-> my users and ftp home are in /home/xxxx (on /dev/hda2)
-> my public directory is under /disk2/public (on /dev/hdb1)
so in a "one_user" i have:
#ls -l /home/one_user
lrwxrwxrwx 1 root root public -> /disk2/public
lrwxrwxrwx 1 root root incoming -> /disk2/incoming
./..
and other files from the "one_user"
(1) the public directory:
When the user go in the link "public" he can see all the files in it..ok
When the user do "CDUP" or "CD .." he go the the /disk2 not the the
$HOME !!
(2) the Incoming directory:
When the user go the incoming tu upload all is ok i receive the file in
/disk2/incoming
When the user do "CDUP" or "CD .." like the (1) he go to the /disk2 !
i have see in different files about wu-ftpd something about "ls" and the
static options
(my english is not good :-() so i get the GNU fileutils.3.13, compile the
"ls" in static
put it in /home/ftp/bin and in /bin. no success the problem is the same...
so these 2 questions:
- How can i do this with the respect of the public's file on /dev/hdb1
and the users
on /dev/hda2 (is it the problem ??)
- How can i receice all the upload file in ONE directory for real user ?
$HOME is $HOME, i don't whant to go in they house :-)
thank's a lots for any answer or sugestion, but please do it clearly and if
possible with examples..(again..i have a so poor english)
thank's
Thierry LOUVEL.
--
L.C.I (Etudes, Conseils & Developpement Independant)
Sous DOS/WINDOWS en SGBD, COMMUNICATION, RESEAU...
TEL: (33)01.47.89.18.00 mailto:
[email protected]
FAX: (33)01.41.16.07.53 DATA/PPP: (33)01.41.16.07.53
From
[email protected] Tue Dec 10 07:34:26 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 07:29:45 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA12848; Tue, 10 Dec 1996 09:26:46 -0600
Received: from ich210.ich.kfa-juelich.de (ich210.ich.kfa-juelich.de [134.94.84.110]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA00340 for <
[email protected]>; Tue, 10 Dec 1996 06:00:46 -0600
Received: from ich207.ich.kfa-juelich.de by ich210.ich.kfa-juelich.de (AIX 3.2/UCB 5.64/4.03)
id AA16314; Tue, 10 Dec 1996 12:29:15 +0100
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 12:29:12 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Thomas Heil <
[email protected]>
To:
[email protected]
Subject: Re: AIX 4.1.4 system
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.2 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
At 16:57 06.12.1996 -0800, Yard, John wrote:
>
>
> I am installing wu-ftp2.4 on an AIX4.4 system; all seems well except
>that
>I notice that timestamps of the ftp log are 8 hours ahead; ie, GMT.
>
> Anyone who can advise me on how wu-ftpd can reset its time from GMT in
>an AIX system please inform me,
>
> Thanks
>
> John Yard
> AIS-UCLA
I would believe that the TZ variable is not set for the ftpd process, which
could be caused by the fact that ftpd is started by inetd which is started
from /etc/rc.tcpip which is started via /etc/inittab by init which hasn't
set this variable in the first place. Try to define TZ appropriately in
rc.tcpip before inetd is launched. If TZ is not passed through startsrc then
you could alternatively call a script in inetd.conf instead of calling ftpd
directly, and in this script first "export TZ=whateveryouneed" and then
"exec ftpd $*".
Hope this helps
Cheers,
Thomas
---------------------------------------+--------------------------------------
Mail: Thomas Heil | EMail: BITNET:
[email protected]
Forschungszentrum Juelich - ICG2 | Internet:
[email protected]
D-52425 Juelich | Phone: +49 2461 61-6915
Germany | Fax: +49 2461 61-5346
From
[email protected] Tue Dec 10 07:36:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 07:34:21 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA13110; Tue, 10 Dec 1996 09:31:36 -0600
Received: from ra.isisnet.com (ra.isisnet.com [199.45.83.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA08765 for <
[email protected]>; Tue, 10 Dec 1996 08:05:02 -0600
Received: by ra.isisnet.com (8.8.3/SMI-SVR4)
id KAA26859; Tue, 10 Dec 1996 10:03:11 -0400 (AST)
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 10:03:10 -0400 (AST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Brandon Hume)
To:
[email protected]
Subject: wu-ftpd under Solaris 2.5.1, "LIST" -> "Connection refused"
In-Reply-To: <
[email protected]> from "Thierry LOUVEL" at Dec 10, 96 12:05:57 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I seem to be suffering an odd problem that I can't quite figure out.
While setting up a chroot'd ftp dir for a customer, I noticed that when
attempting an ls (with various flags... -l, -la, -laR et all) I'd
frequently get "Can't build data connection: Cannot assign requested
address". I don't recall it doing this to me before... but now the
problem even occurs with ftped into my own account, which isn't chrooted
and uses the main system libraries.
This is wu-ftpd 2.4, beta 11, though I pulled down regular 2.4 and built
it to see whether an older version would have the same problem... it does.
The oddness is that the problem is VERY inconsistent... I can type ls
several times and it will work fine... then I can try once more and be
greeted with that error.
After fussing around with the libnss* (as mentioned in a previous thread
about uid/guids not resolving) the ls problem seems somewhat lessened...
but now I CAN consistently cause "Can't build data connection: Connection
refused" with a 'quote LIST' command. Which is odd, since ls now seems
to be working fine. (Yes, I'm trying things even as I type this. :) ).
Has anyone seen this before? The largest difference I can see is that a
call to ls sends an NLST command (I'm probably wrong), as opposed to the
quoted LIST command.
What have I buggered up here? :)
--
Brandon Hume -
[email protected],
[email protected]
- Finger for Geek codes, PGP, /dev/zero, yadda yadda.
From
[email protected] Tue Dec 10 07:42:32 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 07:39:08 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA13388; Tue, 10 Dec 1996 09:36:17 -0600
Received: from dresden.bmc.com (dresden.bmc.com [198.64.253.250]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA12090 for <
[email protected]>; Tue, 10 Dec 1996 09:19:23 -0600
Received: by dresden.bmc.com
(1.40.112.4/16.2) id AA272351583; Tue, 10 Dec 1996 09:26:23 -0600
Received: from cherry.bmc.com(172.17.1.25) by dresden.bmc.com via smap (3.2)
id xma027171; Tue, 10 Dec 96 09:26:08 -0600
Received: from localhost (root@localhost) by cherry.bmc.com with SMTP (8.7.5/8.7.3) id JAA10281 for
[email protected]; Tue, 10 Dec 1996 09:19:01 -0600 (CST)
Message-Id: <H00000740000aed3@MHS>
Date: Tue, 10 Dec 96 09:18:49 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: automated ftp client
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; name="cc:Mail"
Content-Transfer-Encoding: 7bit
X-Openmail-Hops: 1
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Concerning the post below about automated ftp, I really liked using
ftp.pl (I believe there is a Perl5 module for this now) with Perl for
this. It was really easy and very effective.
Robert Anderson.
Systems Programmer, BMC Software, Inc.
======================================================================
Bob Luckin <
[email protected]> wrote:
Date: Mon, 9 Dec 96 15:08:50 CST
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: automate
Message-ID: <
[email protected]>
> Quoting Homer W. Smith, who wrote :
>
> > Would someone kindly remind me of the procedure for
> > automating an ftp signon and get via a shell script.
> >
> > I have a file I need to get every day, I wanna just type
'getit'
> > and have it come over to me.
>
And Koos van den Hout suggested :-
> Sophisticated manner : get ncftp so you can type
>
> ncftp ftp.site.name:/path/to/file
Or you could use Jeffrey Friedl's webget, which can pull from both
both
http: and ftp: URL's... It's at either of these sites :-
http://www.wg.omron.co.jp/~jfriedl/perl/
http://enterprise.ic.gc.ca/~jfriedl/perl/
Cheers, Bob
--
Bob Luckin
Texas Instruments
P O Box 650311, MS 3937
[email protected]
Dallas, TX 75265 U.S.A. Tel: (972) 917 5081 Fax: (972) 917
7966
From
[email protected] Tue Dec 10 12:11:26 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 12:06:27 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA02991; Tue, 10 Dec 1996 14:02:23 -0600
Received: from alpha.comsource.net (mail.comsource.net [205.243.40.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA22176 for <
[email protected]>; Tue, 10 Dec 1996 11:13:43 -0600
Received: from localhost by alpha.comsource.net; (5.65v3.2/1.1.8.2/17May96-0857AM)
id AA24605; Tue, 10 Dec 1996 11:10:18 -0600
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 11:10:18 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Andrew C. Saylor" <
[email protected]>
To: WUFTP Listserve <
[email protected]>
Subject: Help w/Virtual FTP: can't set guest privs
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
All,
I am setting up WUFTP 2.4.2 Beta 11 to do virtual FTP servers. I have
compiled the server -DVIRTUAL and added the lines to the ftpaccess to
support the virtual FTP server.
When I try:
ftp domain.com
Connected to domain.com.
220 alpha.comsource.net FTP server (Version wu-2.4.2-academ[BETA-11](7)
Tue Dec 10 10:16:39 CST 1996) ready.
Name (domain.com:asaylor): ftp
331 Guest login ok, send your complete e-mail address as password.
Password:
550 Can't set guest privileges.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
ftp> quit
221 Goodbye.
I do see a message in the syslog indicating a VirtualFTP connection but I
dont see any other errors. What does the "error 550: Can't see guest
priviledges" mean? This server is running a non-virtual anonymous server
that is working fine. I duplicated all the needed file structure and
permissions and double checked them. So I dont think its a file permission
problem... what have a missed??!!
TIA All!
-Andy
|0|-------------------------------------------------------------------|0|
|0| Andrew C. Saylor | "Two in the Box!" |0|
|0|
[email protected] | "Ready to Go!" |0|
|0| ComSource Inc. | "We be fast.... |0|
|0| 101 Plaza East Blvd. Suite 316 | |0|
|0| Evansville, Indiana 47715 | AND THEY BE SLOW!" |0|
|0| | |0|
|0|"Southern Indiana's most powerful | |0|
|0| Internet Service Provider | |0|
|0| and Communications Specialists" | -Ghostbusters II |0|
|0| | |0|
|0|
http://www.comsource.net | |0|
|0| (812)469-0300 | |0|
|0|-------------------------------------------------------------------|0|
|0| I am Pentium of Borg, |0|
|0| Calculation is Futile, |0|
|0| You will be approximated!! |0|
From
[email protected] Tue Dec 10 12:33:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 12:28:31 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04037; Tue, 10 Dec 1996 14:25:13 -0600
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA23306 for <
[email protected]>; Tue, 10 Dec 1996 11:27:04 -0600
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA17468; Tue, 10 Dec 1996 10:26:57 MST
Received: (from jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.3/8.7.3) id KAA14732; Tue, 10 Dec 1996 10:26:55 -0700 (MST)
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 10:26:55 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Mon, 9 Dec 1996, Hal Wine wrote:
> # ls -l /etc/.name_service_door
> -r--r--r-- 1 root root 0 Aug 1 12:52
> /etc/.name_service_door
> # cp -p /etc/.name_service_door .
> cp: /etc/.name_service_door: read: Operation not applicable
>
> Thoughts? (Again, Solaris 2.5.1, wu-ftpd 2.4)
That's normal. The door(2) manpage has some (sketchy) information about
what's going on there. Apparently that interface will be documented a
little more completely in 2.6.
From
[email protected] Tue Dec 10 12:49:23 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 12:46:38 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04958; Tue, 10 Dec 1996 14:43:20 -0600
Received: from hogw2.att.com (hogw2.att.com [204.179.186.34]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA26962 for <
[email protected]>; Tue, 10 Dec 1996 12:07:02 -0600
Received: from lynxhub.ho.att.com by hoig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id NAA23600; Tue, 10 Dec 1996 13:00:39 -0500
Received: from ROGERH ([135.16.115.182]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA09606; Tue, 10 Dec 1996 13:05:26 -0500
Received: by ROGERH with Microsoft Mail
id <01BBE69A.712B0F20@ROGERH>; Tue, 10 Dec 1996 13:02:48 -0500
Message-Id: <01BBE69A.712B0F20@ROGERH>
Date: Tue, 10 Dec 1996 13:02:46 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: AIX 4.1.4 system
X-Ms-Attachment: WINMAIL.DAT 0 00-00-1980 00:00
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
John,
Thomas reply only partially covers your problem I suspect.
The FAQ identifies AIX (like SGI) as one of those OS types that dont
support SETPROCTITLE. If this is true it means that your TZ value is
getting munged by wuftpd, even if it is set properly in your environment
(like it was on mine on SGI). So go to src/config/config.aix and undef
SETPROCTITLE. Then do a clean or remove src/config.h so that a new
link is done during the next build invocation.
Disclaimer: I have never, will never, work on AIX ;-)
Roger Hanke
----------
From: Thomas Heil
Sent: Tuesday, December 10, 1996 6:29 AM
To:
[email protected]
Subject: Re: AIX 4.1.4 system
John,
Thomas reply only partially covers your problem I suspect.
The FAQ identifies AIX (like SGI) as one of those OS types that dont
support SETPROCTITLE. If this is true it means that your TZ value is
getting munged by wuftpd, even if it is set properly in your environment
(like it was on mine on SGI). So go to src/config/config.aix and undef
SETPROCTITLE. Then do a clean or remove src/config.h so that a new
link is done during the next build invocation.
Disclaimer: I have never, will never, work on AIX ;-)
Roger Hanke
At 16:57 06.12.1996 -0800, Yard, John wrote:
>
>
> I am installing wu-ftp2.4 on an AIX4.4 system; all seems well except
>that
>I notice that timestamps of the ftp log are 8 hours ahead; ie, GMT.
>
> Anyone who can advise me on how wu-ftpd can reset its time from GMT in
>an AIX system please inform me,
>
> Thanks
>
> John Yard
> AIS-UCLA
I would believe that the TZ variable is not set for the ftpd process, which
could be caused by the fact that ftpd is started by inetd which is started
from /etc/rc.tcpip which is started via /etc/inittab by init which hasn't
set this variable in the first place. Try to define TZ appropriately in
rc.tcpip before inetd is launched. If TZ is not passed through startsrc then
you could alternatively call a script in inetd.conf instead of calling ftpd
directly, and in this script first "export TZ=whateveryouneed" and then
"exec ftpd $*".
Hope this helps
Cheers,
Thomas
---------------------------------------+--------------------------------------
Mail: Thomas Heil | EMail: BITNET:
[email protected]
Forschungszentrum Juelich - ICG2 | Internet:
[email protected]
D-52425 Juelich | Phone: +49 2461 61-6915
Germany | Fax: +49 2461 61-5346
begin 600 WINMAIL.DAT
M>)\^(C 2`0:0" `$```````!``$``0>0!@`(````Y 0```````#H``$(@ <`
M& ```$E032Y-:6-R;W-O9G0@36%I;"Y.;W1E`#$(`0V ! `"`````@`"``$$
MD 8`- $```$````,`````P``, (````+``\.``````(!_P\!````3P``````
M``"!*Q^DOJ,0&9UN`-T!#U0"`````'=U+69T<&1 =W5G871E+G=U<W1L+F5D
M=0!33510`'=U+69T<&1 =W5G871E+G=U<W1L+F5D=0``'@`", $````%````
M4TU44 `````>``,P`0```!D```!W=2UF='!D0'=U9V%T92YW=7-T;"YE9'4`
M`````P`5# $````#`/X/!@```!X``3 !````&P```"=W=2UF='!D0'=U9V%T
M92YW=7-T;"YE9'4G```"`0LP`0```!X```!33510.E=5+4944$1 5U5'051%
M+E=54U1,+D5$50````,``#D`````"P! .@$````"`?8/`0````0````````"
MG#P!!( !`!8```!213H@04E8(" T+C$N-"!S>7-T96T`S04!!8 #``X```#,
M!PP`"@`-``(`+@`"`"@!`2" `P`.````S <,``H`#0`"`"$``@`;`0$)@ $`
M(0```#(U1$$R13A#0T$U,40P,3%"13,S,#!!,#(T,D$T-#5"`!0'`0.0!@!L
M" ``% ````L`(P```````P`F```````+`"D```````,`+@```````P`V````
M``! `#D`8"=(6<3FNP$>`' ``0```!8```!213H@04E8(" T+C$N-"!S>7-T
M96T````"`7$``0```!8````!N^;$64*,+MHF4<H1T+XS`* D*D1;```>`!X,
M`0````4```!33510`````!X`'PP!````%P```')A:$!L>6YX:'5B+FAO+F%T
M="YC;VT```,`!A"W%L(M`P`'$'X'```>``@0`0```&4```!*3TA.+%1(3TU!
M4U)%4$Q93TY,65!!4E1)04Q,64-/5D524UE/55)04D]"3$5-25-54U!%0U14
M2$5&05%)1$5.5$E&245304E8*$Q)2T531TDI05-/3D5/1E1(3U-%3U-465!%
M``````(!"1 !````W@8``-H&``#F#0``3%I&=>4:177_``H!#P(5`J0#Y 7K
M`H,`4!,#5 (`8V@*P'-E=.XR!@`&PP*#,@/&!Q,"@R(S#WIH96P#($1L&F<"
M@S0#Q0(`<')QH1(B<W1E;0*#-1,-+GT*@ C/"=D[&3\R-1XU`H *@0VQ"V!N
M9S$\,#,4( L*%V(!T"!*$&]H;BP*A2!4:,\#<00@&4 +4'D@`B ?4=T*L70'
M,1]1!:!V!) $(#YY"&$?P -@`F 6\"!)("!S=7-P!9!T+@,*A1ZP92!&05$@
M/FD-L (P!I (D!-A25@@("AL:6LBX%-'.$DI(![Q`B BX&]F3"!T'L 1\"!/
M!?!TKGDB``0@)8!A!4!D`B$S"H4AT'!P&.$&`$54`%!23T-4251,?$4N(: E
M8@0`(S F47)_"E C, 5 !X &(B9S(.-4>%H@=@= *:($( J%9V\2`" `'$ I
M\'4<0 F (!)B'V!W=0& <&0L_"!E() #H :0*<(I(1'Q>R$B(@!R'U$+@"#4
M"?!V>FD#8&X'@";G)#0IT7=_).,I\ N )3$#H"22*+!3%F\L(#,0=#,0<W)C
MJB\%H&XCH&<SQ2X+</IX)-!N+0`LP VQ*[8G_/\BP0.@)L DT"!@(7 #D06Q
MSQE !& @D#.)+F@AP#-!/R:"-V E( ?@"H4D0&YK]RE")L$BX&0(<2R!)8 B
MX.4E('@%0&)U`Q M``N Z'9O8R:0:0(@*+ >-IY$! `W@ MP!X!R.B&A_Q'
M.%$E(""1+; #\!41/T:/!; ZT#'Q(_([+2D*A=\*A@&1!_$L, 7 2 !P)&#O
M"H\+D1+R# %C`$ KMD-+$21 ,3@P`M%I+3$\-#0-\ S01Q,+63$VST-@`V 6
MX"(@("U)-T-']T?K##!(MD8#83ZP1\](U/-"0QZU2&4#$$G?2NT&8 \",$P?
M32P*4'-D87GM+;!$!9 6\&)"P1Q@+; `,3DY-B V.C*:.1-P34ZO2NU4;U#O
MJTTK+5 M+7) +5!G)I!,92XM4!;0;"X)@'7C5.]/OG5B:B(15P]-*PQ293ZP
M(_(@-"XQ/"XT(< 6PT4_1D,S-O]'MQUT2*<=[Q[_( \A'R(O_R,_)$\E7R9O
M)W\HCRF?*J__*[\LSRW?+N\O_S$/,A\S+_\T/S5/-E\W;SA_.8\ZGSNO_SR_
M/<\^WS_O0/]"#T,80T4&005 2( Z-3<@,)HV7U R7U!4,BTP1J%]<M!9"Q%R
MT&,"<F!(PCJ]0T4^C YCL(V!9M!A9K#_"X 6T&5!<9)8Y(H07X!W$>\#D6D1
M7T!?ACMI\!41$?#[%O $('<5`H%04W %,8P&UVN2C 9FT&Y(T&E3<&N$YV4@
M!X$!D&UP:A%J@F@`GW*1?["'P&GP&4 @.(0`RPAA!"!A%/!A9)"@") Q<M!'
M351G9HS\06[[9@!J07=CX&6 `Y&6T'5 _VK1!X!W`F/@!^!8Y9F#&4#_<])N
M\&MQ!W&54 -AET)TD?^,!H^D7Y5DX'RQ:M$+@ (0?G)FL > 8T:,_&/00P%S
M'Y^_C8&+4XKRF!Q)4RUP54-,08:,9M"%D'7_@<%3H&E@<O&3Y6?Q<",'(?]F
M@6YBDX%SPY\QE19R(&91_U-P!!"$L6XP$;!#106@I:3_F8%G`'(4E2,`T*:2
M:[&;$]]SH@&0`"!R%'=1='(@J<-WK-E#19R3+Q(`>-!XP"[]L !P!2"N'W!
M!S"OU N /V[PAW*MDW:BKC,1P'-N_B=L%W/A;B.G* .@E2-U4-\6T)Z1`-!9
ML&/ <JN1>##W#;%W4G A86RP="$'(1;@_W1S0T6P-U.@GS&>\JWB;D'_"V!Q
MX!&P"8!MTW AI[5#</\$$'(1:J #8%EP?E&M(GBQ_X#RG39F`:IU!T 6X 2@
M@D%_9;!E8I#"?( $]72AK<,N_WCRCA.6P6IBP")QDG*20T7^9'509S%D<'+0
M>A*ULW.BNP4$MB0B@5!LPW @/9E0WUF19;%F`6I "8 B>@.]^<?%\060J-0D
M*B)G9D-%ODAT,6X4%/&4P(:,0Q3P?V7!8T9CU(:,23C._\_**]?/S]'O29E-
M"W!L@]!-^:.-@]4/?"!%T[1";9 &3FT@@]%#2#(Q,6! 1$I52V@@UW NM]:T
M8U:-@T8%L 3P:''AW'-Z:(%NL&:P2@I0:6#UKE$MUR%'$B#6((V$`C _!)$2
M`(/0:J!^0$YQ0&MIJ_ M:MJ4+@VPV)M$\"TU,C0;<-IWWZ_6(,Y08^!J0(/0
M*S14H-[@!C9%$.&P+38Y,35]V)M'!) #@62 XY_5J$:<87B#T&.PX5HU,^&@
M?X:,8 ]A'D2%2+9#11AA``'K4 ```P`0$ `````#`!$0`````$ `!S"P9WE1
MQ.:[`4 `"#"P9WE1Q.:[`1X`/0`!````!0```%)%.B ``````P`--/TW``"Y
!Z.:[
`
end
From
[email protected] Tue Dec 10 12:59:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 12:55:31 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA05497; Tue, 10 Dec 1996 14:52:33 -0600
Received: from csu-e.csuohio.edu (csu-e.csuohio.edu [137.148.49.12]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA28125 for <
[email protected]>; Tue, 10 Dec 1996 12:29:53 -0600
Received: from athena.csuohio.edu (athena.csuohio.edu [137.148.5.13]) by csu-e.csuohio.edu (8.6.12/8.6.12) with SMTP id NAA04684 for <
[email protected]>; Tue, 10 Dec 1996 13:33:49 -0500
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 13:29:08 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Matthew B. Thomson" <
[email protected]>
To:
[email protected]
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Running wu-ftpd 2.4 on NeXTSTEP 3.3, using the "guest" mode FTP, that
chroot's the directory to the login directory, ls is not returning a full
directory listing.
What happens is this:
typing "ls" returns the list of files and directories.
typing "dir" returns nothing
typing "ls -al" returns nothing
Basically, I cannot retrieve any extended information such as owner, size
and date.
I am aware that library requirements probably exist, so I'm wondering if
anyone has done this under NeXT? The ldd/truss commands do not seem to
have a NeXT equivalent for determining which libraries ls requires, nor
does NeXT's ftpd man indicate which libraries are required. Neither the
wu-ftpd FAQ, or the guest-howto make any mention of any special NeXT
requirements. If anyone has done this under NeXT, I would appreciate any
suggestions.
Thank You Much,
Matthew
----------------------------------------------------------------
- Matthew B. Thomson -
- Network Support Specialist -
- Cleveland State University Information Services & Technology -
-
[email protected] - 216-687-9217 - Fax 216-687-9200 -
----------------------------------------------------------------
From
[email protected] Tue Dec 10 13:06:31 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 13:03:49 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA05881; Tue, 10 Dec 1996 15:00:36 -0600
Received: from dragon.ti.com (dragon.ti.com [192.94.94.61]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA28605 for <
[email protected]>; Tue, 10 Dec 1996 12:38:45 -0600
Received: from dadd.ti.com. ([156.117.118.83]) by dragon.ti.com (8.6.13) with ESMTP id MAA26522 for <
[email protected]>; Tue, 10 Dec 1996 12:38:44 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.7.5/)
id MAA21994; Tue, 10 Dec 1996 12:38:11 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Tue, 10 Dec 1996 12:37:57 -0600
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 96 12:37:57 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
In-Reply-To: <
[email protected]>; from "Hal Wine" at Dec 09, 96 5:11 pm
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hal Wine said :-
> I have a problem where 'dir' only shows uid/gid numbers instead of
> names for anon users. (SunOS 5.5.1, wu-ftp 2.4.)
>
>
[email protected] said:
> > If this is the case, you should be able to figure out which ones you
> > need using the truss command. Alternatively, you can look at Sun's
> > ftpd man page and just copy all of the recommended files across,
> > which may be more than you need to solve the problem, but shouldn't
> > hurt.
>
> Done.
>
>
[email protected] said:
> > You've got to copy one of 4 libs to ~ftp/usr/lib according to the
> > name resolving system you use. Those libs are: /usr/lib/nss_dns.so.1 /
> > usr/lib/nss_files.so.1 /usr/lib/nss_nis.so.1 /usr/lib/
> > nss_nisplus.so.1
>
> Done.
>
> Well, I've got these across now, even though truss doesn't show them
> being used, but still have the problem (no group/user names on dir
> command for anon users).
>
> There are 2 files in the truss report that don't show in the ~ftp
> hierarchy:
> # truss /bin/ls -l 2>&1 >/dev/null | grep '^open'
> open("/usr/platform/SUNW,SPARCstation-10/lib/libc_psr.so.1",
> O_RDONLY) Err#2 ENOENT
> open("/etc/.name_service_door", O_RDONLY) = 3
> Since the first isn't found during normal operations, I'm not worried
> about it. However, I can't copy the 2nd:
> # ls -l /etc/.name_service_door
> -r--r--r-- 1 root root 0 Aug 1 12:52
> /etc/.name_service_door
> # cp -p /etc/.name_service_door .
> cp: /etc/.name_service_door: read: Operation not applicable
>
> Thoughts? (Again, Solaris 2.5.1, wu-ftpd 2.4)
Hmm. I'm running on Solaris 2.5, and I have not copied the
/etc/.name_service_door file across to the FTP root. My guess is your
problem lies elsewhere...
If it isn't a missing dynamic library, the only other thing I can think of
is that you could be missing the relevant entries in the copy of the
etc/group file under your FTP root. I can't be sure, but I think I remember
that you said you'd checked this already ? If you haven't done this, do
so - if you have checked it then I'm stumped for the moment.
The best I can offer right now is to email you a listing of how my
~ftp/usr/lib is set up so that you can see if I have anything there which you
don't... Let me know if you want this, and I'll email direct to save
inflicting it on the rest of the list members.
Cheers, Bob
--
Bob Luckin "A man, a plan, a canal, Suez !"
Texas Instruments
P O Box 650311, MS 3937
[email protected]
Dallas, TX 75265 U.S.A. Tel: (972) 917 5081 Fax: (972) 917 7966
From
[email protected] Tue Dec 10 17:50:31 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 17:46:30 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA24318; Tue, 10 Dec 1996 19:43:12 -0600
Received: from ioda.telnet.com.br (ioda.telnet.com.br [200.246.118.10]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04330 for <
[email protected]>; Tue, 10 Dec 1996 14:30:38 -0600
Received: by ioda.telnet.com.br (SMI-8.6/SMI-SVR4)
id SAA21224; Tue, 10 Dec 1996 18:28:14 -0200
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 18:28:14 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Mauricio F. Nogueira - Webmaster)
To:
[email protected]
Subject: Group Controls...
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I'm configuring wu-ftp2.4 on a Sun Ultra Sparc station running Solaris
2.5 for group controls.
Anonymous ftp is working...
The chroot ()ed seems to be working...
..in the /etc/passwd:
cabeyou:x:6376:500:wuftp_user:/xxx/yyy/./cabeyou:/bin/sh
..but the commands do not work:
230 User cabeyou logged in. Access restrictions apply.
ftp> pwd
257 "/cabeyou" is current directory.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> ls -la
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp> put .profile
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
Is it necessary to have a ftp structure ( with etc,dev,...) in the
/xxx/yyy directory?
Has anyone seen this before?
Regards...
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
| Mauricio Freitas Nogueira |
| Telnet / WorldNet - Internet Service Provider |
|
http://www.telnet.com.br |
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
| Henrique Monteiro,90 - 9th Floor Phone/Fax : 55-11-816-5330 |
| Sao Paulo - SP Data-phone: 55-11-816-5888 |
| 05423-020 BRAZIL E-mail:
[email protected] |
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
From
[email protected] Tue Dec 10 17:59:46 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 17:56:03 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA24560; Tue, 10 Dec 1996 19:53:13 -0600
Received: from cuugnet.cuug.ab.ca (cuugnet.cuug.ab.ca [206.75.222.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04933 for <
[email protected]>; Tue, 10 Dec 1996 14:43:02 -0600
Received: by cuugnet.cuug.ab.ca (AIX 4.1/UCB 5.64/4.03-CUUG-02)
id AA29606; Tue, 10 Dec 1996 13:39:18 -0700
Received: (from scott@localhost) by galileo.cuug.ab.ca (8.7.6/8.7.3) id NAA32435; Tue, 10 Dec 1996 13:36:35 -0700
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 13:36:35 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Scott Barker <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: virtual ftp patch
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25 PGP2]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I made some modifications to your virtual ftpd support that may interest
you. I have cc'd this note to
[email protected], in case it interests
the wu-ftpd developers as well.
Primarily, I allowed for hostnames as well as ip numbers in the ftpaccess
file. I also had the code use the first instance of each "virtual" command in
the ftpaccess file, rather than parsing the whole acl list and using the last
instance.
Also, I removed the code for what must have been the "old way" of handling
virtual domains, since it's not documented anyway.
I added a feature of my own (RESTRICTED_VIRTUAL_ADMIN) which allows remote
administration of a virtual ftp site by a single admin account, which is
restricted to the chroot() environment, and need not have a valid shell (thus
allowing for /bin/false shells to restrict the remote admin to ftp only).
Here's the patch:
diff -u -P -r wu-ftpd-2.4.2-beta-11.orig/src/ftpd.c wu-ftpd-2.4.2-beta-11/src/ftpd.c
--- wu-ftpd-2.4.2-beta-11.orig/src/ftpd.c Sun Apr 14 22:51:11 1996
+++ wu-ftpd-2.4.2-beta-11/src/ftpd.c Tue Dec 10 13:07:23 1996
@@ -213,6 +213,7 @@
int virtual_mode=0;
struct sockaddr_in virtual_addr;
struct sockaddr_in *virtual_ptr;
+char virtual_hostname[MAXHOSTNAMELEN];
char virtual_root[MAXPATHLEN];
char virtual_banner[MAXPATHLEN];
char virtual_logfile[MAXPATHLEN];
@@ -378,7 +379,11 @@
#ifdef VIRTUAL
int virtual_len;
- int set;
+ int set_root, set_banner, set_logfile;
+ struct hostent *virtual_hostent;
+ int virtual_addr_idx;
+ int found_entry;
+ struct in_addr virtual_in_addr;
#endif
#ifdef FACILITY
@@ -623,53 +628,57 @@
#ifdef VIRTUAL
virtual_len = sizeof(virtual_addr);
if (getsockname(0, (struct sockaddr *) &virtual_addr,
- &virtual_len) < 0) {
- virtual_mode = 0;
- }
- else {
- virtual_ptr = (struct sockaddr_in *) &virtual_addr;
- set = 0;
- entry = (struct aclmember *) NULL;
- while (!set && getaclentry("virtual", &entry)) {
- if (!strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
- if (ARG1 != NULL && ARG2 != NULL) {
- virtual_mode = 1;
- strncpy(virtual_root, ARG1, MAXPATHLEN);
- strncpy(virtual_banner, ARG2, MAXPATHLEN);
- syslog(LOG_ERR, "VirtualFTP Connect to: %s",
- inet_ntoa(virtual_ptr->sin_addr));
- }
- }
- }
- }
-#endif
-
-
-#ifdef VIRTUAL
- virtual_len = sizeof(virtual_addr);
- if (getsockname(0, (struct sockaddr *) &virtual_addr,
&virtual_len) < 0) {
virtual_mode = 0;
}
else {
virtual_ptr = (struct sockaddr_in *) &virtual_addr;
- set = 0;
+ set_root = 0;
+ set_banner = 0;
+ set_logfile = 0;
entry = (struct aclmember *) NULL;
- while (!set && getaclentry("virtual", &entry)) {
- if (!strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
- if(!strcmp(ARG1, "root")) {
- syslog(LOG_NOTICE, "VirtualFTP Connect to: %s",
- inet_ntoa(virtual_ptr->sin_addr));
- virtual_mode = 1;
- strncpy(virtual_root, ARG2, MAXPATHLEN);
- }
- if(!strcmp(ARG1, "banner"))
- strncpy(virtual_banner, ARG2, MAXPATHLEN);
- if(!strcmp(ARG1, "logfile"))
- strncpy(virtual_logfile, ARG2, MAXPATHLEN);
- }
+ while ((!set_root || !set_banner || !set_logfile) &&
+ getaclentry("virtual", &entry)) {
+ if (strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
+ if (!(virtual_hostent = gethostbyname(ARG0)) ||
+ virtual_hostent->h_addrtype != AF_INET)
+ continue;
+ found_entry = 0;
+ for (virtual_addr_idx = 0;
+ virtual_hostent->h_addr_list[virtual_addr_idx];
+ virtual_addr_idx++) {
+ memcpy(&virtual_in_addr,
+ virtual_hostent->h_addr_list[virtual_addr_idx],
+ sizeof(struct in_addr));
+ if (virtual_in_addr.s_addr == virtual_ptr->sin_addr.s_addr) {
+ found_entry = 1;
+ break;
+ }
+ }
+ if (!found_entry)
+ continue;
+ }
+
+ if(!strcmp(ARG1, "root") && !set_root) {
+ virtual_mode = 1;
+ strncpy(virtual_hostname, ARG0, MAXHOSTNAMELEN);
+ set_root = 1;
+ strncpy(virtual_root, ARG2, MAXPATHLEN);
+ }
+ if(!strcmp(ARG1, "banner") && !set_banner) {
+ set_banner = 1;
+ strncpy(virtual_banner, ARG2, MAXPATHLEN);
+ }
+ if(!strcmp(ARG1, "logfile") && !set_logfile) {
+ set_logfile = 1;
+ strncpy(virtual_logfile, ARG2, MAXPATHLEN);
+ }
}
}
+
+ if (virtual_mode)
+ syslog(LOG_NOTICE, "VirtualFTP Connect to: %s (%s)", virtual_hostname,
+ inet_ntoa(virtual_ptr->sin_addr));
#endif
if (is_shutdown(1) != 0) {
@@ -1088,6 +1097,18 @@
#endif /* ANON_ONLY */
if ((pw = sgetpwnam(name)) != NULL) {
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ if (virtual_mode) {
+ if (strcmp(pw->pw_dir, virtual_root) {
+ reply(530, "User %s access denied...", name);
+ syslog(LOG_NOTICE,
+ "FTP LOGIN REFUSED (unauthorized access) FROM %s [%s], %s",
+ remotehost, remoteaddr, name);
+ pw = (struct passwd *) NULL;
+ return;
+ }
+ } else {
+#endif
if ((shell = pw->pw_shell) == NULL || *shell == 0)
shell = _PATH_BSHELL;
while ((cp = getusershell()) != NULL)
@@ -1107,6 +1128,9 @@
/* after they log in successfully */
if (use_accessfile) /* see above. _H*/
guest = acl_guestgroup(pw);
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ }
+#endif
}
if (access_ok(530) < 1) {
reply(530, "User %s access denied....", name);
--
Scott Barker
Linux Consultant
[email protected]
http://www.cuug.ab.ca:8001/~barkers/ (under construction)
[ I try to reply to all e-mail within 3 days. If you don't ]
[ get a response by then, I probably didn't get your e-mail. ]
[ Unsolicited commercial and junk e-mail will be proof-read for US$100 ]
"The strongest man in the world is he who stands alone."
- Ibsen
From
[email protected] Tue Dec 10 18:06:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 18:03:31 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA24804; Tue, 10 Dec 1996 20:00:39 -0600
Received: from banzai.PCC.COM (banzai.pcc.com [205.219.166.145]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA11567 for <
[email protected]>; Tue, 10 Dec 1996 16:26:55 -0600
Received: by banzai.PCC.COM (Smail3.1.29.1 #3)
id m0vXac7-0000EJC; Tue, 10 Dec 96 17:25 EST
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 17:25:23 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jay Schuster)
To:
[email protected]
Subject: Re: AIX 4.1.4 system
In-Reply-To: <01BBE69A.712B0F20@ROGERH> from "Roger A. Hanke" at Dec 10, 96 01:02:46 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Roger A. Hanke writes:
> Thomas reply only partially covers your problem I suspect.
> The FAQ identifies AIX (like SGI) as one of those OS types that dont
> support SETPROCTITLE. If this is true it means that your TZ value is
> getting munged by wuftpd, even if it is set properly in your environment
> (like it was on mine on SGI). So go to src/config/config.aix and undef
> SETPROCTITLE. Then do a clean or remove src/config.h so that a new
> link is done during the next build invocation.
> Disclaimer: I have never, will never, work on AIX ;-)
I have wu-2.4.2-academ[BETA-11] running under AIX 3.2 and AIX 4.1.4.
It was compiled under 3.2, and I did not have to do anything special
with SETPROCTIILE to get it to compile. My logfiles are in localtime.
When I was using the stock wu-2.4 version, I *did* need to
#undef SETPROCTITLE.
For more details, I have web pages set up for the configurations
of the various software I use. Check out:
http://www.pcc.com/~jay/src/networking/wu-ftpd-2.4/ORIGINALS/
-- Jay
--
Jay Schuster <
[email protected]>
The People's Computer Company `Revolutionary Programming'
From
[email protected] Tue Dec 10 18:14:52 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 18:11:30 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA25003; Tue, 10 Dec 1996 20:08:09 -0600
Received: from planet (planet.fef.com [198.147.196.14]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA13862 for <
[email protected]>; Tue, 10 Dec 1996 17:00:02 -0600
Received: by planet
via sendmail with stdio
id <m0vXb6X-00047bC@planet>
for
[email protected]; Tue, 10 Dec 1996 14:56:49 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #9 built 1996-Dec-8)
Message-Id: <m0vXb6X-00047bC@planet>
Date: Tue, 10 Dec 1996 14:56:48 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Alvin Oga)
To:
[email protected]
Subject: Re: Help w/Virtual FTP: can't set guest privs
In-Reply-To: <
[email protected]> from "Andrew C. Saylor" at Dec 10, 96 11:10:18 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
hi
>
> I am setting up WUFTP 2.4.2 Beta 11 to do virtual FTP servers. I have
> compiled the server -DVIRTUAL and added the lines to the ftpaccess to
> support the virtual FTP server.
>
> When I try:
>
> ftp domain.com
> Connected to domain.com.
> 220 alpha.comsource.net FTP server (Version wu-2.4.2-academ[BETA-11](7)
> Tue Dec 10 10:16:39 CST 1996) ready.
> Name (domain.com:asaylor): ftp
> 331 Guest login ok, send your complete e-mail address as password.
> Password:
> 550 Can't set guest privileges.
> Login failed.
when I had that error...it was because I did not have this variable defined
properly ( ie missing directory )
src/pathnames.h:#define _PATH_PIDNAMES "/usr/adm/ftpd/ftp.pids-%s"
hope that helps
alvin
From
[email protected] Tue Dec 10 21:32:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 21:29:08 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id XAA06603; Tue, 10 Dec 1996 23:26:13 -0600
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA26420 for <
[email protected]>; Tue, 10 Dec 1996 20:37:51 -0600
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id NAA03622 for <
[email protected]>; Wed, 11 Dec 1996 13:43:18 +1100 (EST)
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 13:43:18 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: Group Controls...
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Mauricio,
I think...............
you need to put copies of, or links to (use hard links back to the source to
save fs space);
ls in ~<chrooted>/bin (and any other commands you want users to be able to
executed eg gzip tar compress)
& the associated libraries in ~<chrooted>/usr/lib
Note. If /bin and /usr are on a different filesystem then I suggest local
copies to somewhere appropriate on the file system where the chrooted ftp
directory tree lives then hard links from each clients chrooted directory to
the copies.
try executing
truss -f chroot ~<chrooted> /bin/ls 2>&1 >/dev/null | grep open
this will show you all the libraries called by ls
I have...................
-rwxr-xr-x 3 bin bin 107532 Nov 21 14:10 ld.so.1
-rwxr-xr-x 4 bin bin 664048 Oct 28 1995 libc.so.1
-rwxr-xr-x 3 bin bin 2568 Nov 21 14:10 libdl.so.1
-rwxr-xr-x 4 bin bin 15304 Oct 25 1995 libintl.so.1
-rwxr-xr-x 4 bin bin 39340 Oct 25 1995 libw.so.1
but not all are needed
you also need to;
cd ~<chrooted>/dev
mknod zero c x y
mknod tcp c a b
(check /dev/zero and /dev/tcp for the values of x y a b - they are platform
dependent) do not copy them!!!!!!!!!!!!! the device /dev/zero is an infinite
stream of binary zero and will fill your filesystem!
Regards Geofft
>
>Anonymous ftp is working...
>
>The chroot ()ed seems to be working...
>
>...in the /etc/passwd:
>
>cabeyou:x:6376:500:wuftp_user:/xxx/yyy/./cabeyou:/bin/sh
>
>...but the commands do not work:
>
>230 User cabeyou logged in. Access restrictions apply.
>ftp> pwd
>257 "/cabeyou" is current directory.
>ftp> ls
>200 PORT command successful.
>425 Can't create data socket (0.0.0.0,20): Bad file number.
>ftp> ls -la
>200 PORT command successful.
>425 Can't create data socket (0.0.0.0,20): Bad file number.
>ftp> put .profile
>200 PORT command successful.
>425 Can't create data socket (0.0.0.0,20): Bad file number.
>
>Is it necessary to have a ftp structure ( with etc,dev,...) in the
>/xxx/yyy directory?
>
>Has anyone seen this before?
>
>Regards...
>
>+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
>| Mauricio Freitas Nogueira |
>| Telnet / WorldNet - Internet Service Provider |
>|
http://www.telnet.com.br |
>+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
>| Henrique Monteiro,90 - 9th Floor Phone/Fax : 55-11-816-5330 |
>| Sao Paulo - SP Data-phone: 55-11-816-5888 |
>| 05423-020 BRAZIL E-mail:
[email protected] |
>+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+
>
>
Geoff Terry
Systems & Network Support
ACR Net
Sapphire Coast NSW 2550
Australia
Ph 064 923677
Mobile 015 668 227
Fax 064 924594
From
[email protected] Tue Dec 10 21:38:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 21:36:49 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id XAA06858; Tue, 10 Dec 1996 23:34:03 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA26512 for <
[email protected]>; Tue, 10 Dec 1996 20:39:57 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id UAA08677; Tue, 10 Dec 1996 20:40:01 -0600
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 1996 20:40:01 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "Matthew B. Thomson" <
[email protected]>
Cc:
[email protected]
Subject: Re: your mail
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
You need to fetch the guest howto below and go over the setup for 'ls' and
friends.
To long time list members, sorry for all the repetition of this standard
stuff; I keep hoping it will sink in.
-- Michael
On Tue, 10 Dec 1996, Matthew B. Thomson wrote:
> Running wu-ftpd 2.4 on NeXTSTEP 3.3, using the "guest" mode FTP, that
> chroot's the directory to the login directory, ls is not returning a full
> directory listing.
> What happens is this:
> typing "ls" returns the list of files and directories.
> typing "dir" returns nothing
> typing "ls -al" returns nothing
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
There are additional security references in the above docs.
From
[email protected] Wed Dec 11 00:53:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 00:49:37 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA18360; Wed, 11 Dec 1996 02:45:55 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id CAA17076 for <
[email protected]>; Wed, 11 Dec 1996 02:18:30 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961208 [Fight Spam]) id JAA16514 for
[email protected]; Wed, 11 Dec 1996 09:19:01 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 09:19:00 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Group Controls...
In-Reply-To: <
[email protected]> from "Mauricio F. Nogueira - Webmaster" at Dec 10, 96 06:28:14 pm
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Mauricio F. Nogueira - Webmaster, who wrote :
> Is it necessary to have a ftp structure ( with etc,dev,...) in the
> /xxx/yyy directory?
Yes. Every filesystem root needs its dev, etc and lib to work.
Which ones exactly depend on operating system version.
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Home) BBS Koos z'n Doos (+31-30-6036637 28k8)
[email protected] (Work) <-- finger -l for PGPkey (+31-30-6056619 14k4)
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Wed Dec 11 01:44:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 01:40:57 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA20245; Wed, 11 Dec 1996 03:38:18 -0600
Received: from mail.madge.com (mail.madge.com [205.184.45.3]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA19811 for <
[email protected]>; Wed, 11 Dec 1996 03:28:37 -0600
Received: from Connect2 Message Router by mail.madge.com
via Connect2-SMTP 4.00; Wed, 11 Dec 96 01:40:22 -0800
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 96 9:34:18 -0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Peter Harris Client Svc-ME" <
[email protected]>
To:
[email protected]
Subject: Guestgroups
X-Sender: "Peter Harris Client Svc-ME" <
[email protected]>
X-mailer: Connect2-SMTP 4.00 MHS to SMTP Gateway
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
All,
I've followed the instructions for setting up a guestgroup in Michael
Brennen's doc - BUT once I enter the guestgroup in ftpaccess file it will
not let that user log in. If I take out the guestgroup reference, it lets
the user log in as a normal user. I need the chroot() to happen so this
is no good to me!
I'm using wuftpd 2.4 (not beta II) - no need for the virtual stuff.
I'm running on a SCO UNIX v5 system, but I don't think this is relevant.
I searched the FAQ to no avail.
Thanks in advance
Pete
______________________
Peter Harris
Information Technologist
Madge Europe
email:
[email protected]
tele: +44 1628 858587
Int ext: 33857
______________________
From
[email protected] Wed Dec 11 02:03:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 01:59:25 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA20659; Wed, 11 Dec 1996 03:56:37 -0600
Received: from eclipse.4dcomm.com (eclipse.4dcomm.com [206.245.208.14]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA20296 for <
[email protected]>; Wed, 11 Dec 1996 03:40:10 -0600
Received: from sunscreen.4dcomm.com ([206.245.208.119])
by eclipse.4dcomm.com (Netscape Mail Server v2.01) with SMTP
id AAA25788 for <
[email protected]>;
Wed, 11 Dec 1996 01:39:10 -0700
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 01:43:01 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William Ellis-Support)
To:
[email protected]
Subject: Separate permissions for files and dirs
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
For security purposes I need to be able to set different
upload permissions for files and dirs. Basically, all
uploaded files need to be 644, no problem I have got
this to work both in the ftpaccess file and using the
ftpd -u option. Unfortunately, the uploaded dirs
also take on these permissions which means if a user
uploads his/her webpage with subdirs, the dirs created
also have permission 644, or drw-r--r-- . Then the
user can't cd into the new dirs to put the files there
because it isn't executable. An obviously I would like
to stay away from making all files/dirs 744 if possible.
Is there anything I missed?
TIA, Bill
From
[email protected] Wed Dec 11 02:18:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 02:17:05 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA21097; Wed, 11 Dec 1996 04:14:03 -0600
Received: from eclipse.4dcomm.com (eclipse.4dcomm.com [206.245.208.14]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id EAA20813 for <
[email protected]>; Wed, 11 Dec 1996 04:02:11 -0600
Received: from sunscreen.4dcomm.com ([206.245.208.119])
by eclipse.4dcomm.com (Netscape Mail Server v2.01) with SMTP
id AAA26061 for <
[email protected]>;
Wed, 11 Dec 1996 02:01:11 -0700
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 02:05:03 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William Ellis-Support)
To:
[email protected]
Subject: RE: Separate permissions for files and dirs
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This is RE: to my own message a few minutes ago.
I kept trying different combinations and this one
seems to work thought doesn't make 100% sense...
To make dirs 755 drwxr-xr-x reasonable for web
and files 644 -rw-r--r-- " " "
use ftpd with the -u022
I thought this meant everything made would be
755, but it seems wuftpd doesn't like to create files
executable, so it strips off the the last bit and
you get files 644 by default. - Which is nice because
user can up their pages with working subdirs and other
users can't edit their pages ;)
-Nice work again wuftpd!
From
[email protected] Wed Dec 11 02:37:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 02:34:31 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA21569; Wed, 11 Dec 1996 04:31:33 -0600
Received: from spuggie.cen.brad.ac.uk (spuggie.cen.brad.ac.uk [143.53.3.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id EAA21237 for <
[email protected]>; Wed, 11 Dec 1996 04:19:00 -0600
Received: from morph.acc.brad.ac.uk (
[email protected] [143.53.1.14]) by spuggie.cen.brad.ac.uk (8.7.5/8.7.3) with ESMTP id KAA04963 for <
[email protected]>; Wed, 11 Dec 1996 10:17:47 GMT
Received: from shocked.acc.brad.ac.uk (shocked.acc.brad.ac.uk [143.53.1.3]) by morph.acc.brad.ac.uk (8.7.2) with ESMTP id KAA26248 for <
[email protected]>; Wed, 11 Dec 1996 10:21:22 GMT
Received: (from anthony@localhost) by shocked.acc.brad.ac.uk (8.7.5/8.7.3) id KAA23819 for
[email protected]; Wed, 11 Dec 1996 10:17:08 GMT
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 10:17:08 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Guestgroups
X-Sun-Charset: US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Remember when you chroot users there are various bits and pieces which need to
be available to each user in their own chrooted file system - they can't see the real /usr/lib stuff. They all need their own usr/lib files and dev/tcp and dev/zero and bin/ls and maybe even etc/passwd and etc/group if you want ls to show usernames and groups instead of uid and gid numbers.
You don't say what errors you get when you try to login as a guestgroup user.
Anything in /var/adm/messages ?
Anthony
> All,
>
> I've followed the instructions for setting up a guestgroup in Michael
> Brennen's doc - BUT once I enter the guestgroup in ftpaccess file it will
> not let that user log in. If I take out the guestgroup reference, it lets
> the user log in as a normal user. I need the chroot() to happen so this
> is no good to me!
>
> I'm using wuftpd 2.4 (not beta II) - no need for the virtual stuff.
> I'm running on a SCO UNIX v5 system, but I don't think this is relevant.
> I searched the FAQ to no avail.
>
> Thanks in advance
> Pete
> ______________________
>
> Peter Harris
> Information Technologist
> Madge Europe
> email:
[email protected]
> tele: +44 1628 858587
> Int ext: 33857
> ______________________
>
>
From
[email protected] Wed Dec 11 03:10:34 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 03:08:32 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA22168; Wed, 11 Dec 1996 05:05:33 -0600
Received: from unix1.seitz.de (unix1.seitz.de [193.102.72.23]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id EAA22009 for <
[email protected]>; Wed, 11 Dec 1996 04:59:23 -0600
Received: from linuxmge (ntmge.seitz.de) by unix1.seitz.de with SMTP
(1.39.111.2/16.2) id AA220541737; Wed, 11 Dec 1996 11:55:37 +0100
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 12:05:08 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Mirko Geffken <
[email protected]>
To:
[email protected]
Subject: How to enable logging
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.0 i586)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
What I did was the following:
- I added the following lines to the /etc/ftpaccess
log commands real,anonymous,guest
log transfers anonymous,real,guest inbound,outbound
and an virtual xxx.xxx.xxx.xxx logfile /yyy/xxx/log entry
Now there is nothing logged to the logfile specified with the virtual
line
and in the syslog only logons are logged.
Isn't there a way to log the commands, retrievals and errors (including
invalid logins) somewhere (or where are they logged) ?
Thanks for any help
Mirko
From
[email protected] Wed Dec 11 03:41:08 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 03:37:52 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA22896; Wed, 11 Dec 1996 05:34:57 -0600
Received: from adler.ims.uni-stuttgart.de (adler.ims.uni-stuttgart.de [141.58.127.8]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id FAA22730 for <
[email protected]>; Wed, 11 Dec 1996 05:29:59 -0600
Received: (from oli@localhost) by adler.ims.uni-stuttgart.de (8.7.6/8.7.3/IMS-Server-2.4) id MAA23252; Wed, 11 Dec 1996 12:28:59 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 12:28:59 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Oliver Christ <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I had the same problem here, and played around with access permissions
of the libs until ls -lga/dir showed what I wanted. It appears that the
libs must be ugo+rx, although the dirs (~ftp/usr, ~ftp/usr/lib, ...)
may be 111. My ~ftp/usr/lib setup is the following:
# dir usr/lib
total 3282
d--x--x--x 3 bin 1024 Dec 10 18:47 .
d--x--x--x 5 bin 512 Dec 10 12:50 ..
-r-xr-xr-x 1 bin 24576 Dec 10 13:30 ld.so
-r-xr-xr-x 1 bin 107532 Dec 10 12:55 ld.so.1
lrwxrwxrwx 1 other 9 Dec 10 13:31 libc.so -> libc.so.1
-r-xr-xr-x 1 bin 664872 Dec 10 13:30 libc.so.1
lrwxrwxrwx 1 other 10 Dec 10 13:31 libdl.so -> libdl.so.1
-r-xr-xr-x 1 bin 2568 Dec 10 13:30 libdl.so.1
lrwxrwxrwx 1 other 12 Dec 10 13:31 libintl.so -> libintl.so.1
-r-xr-xr-x 1 bin 15304 Dec 10 13:30 libintl.so.1
lrwxrwxrwx 1 other 10 Dec 10 18:47 libmp.so -> libmp.so.1
-r-xr-xr-x 1 other 15720 Dec 10 18:47 libmp.so.1
lrwxrwxrwx 1 other 11 Dec 10 13:31 libnsl.so -> libnsl.so.1
-r-xr-xr-x 1 bin 569928 Dec 10 13:30 libnsl.so.1
lrwxrwxrwx 1 other 11 Dec 10 18:32 libsec.so -> libsec.so.1
-r-xr-xr-x 1 bin 12888 Dec 10 18:29 libsec.so.1
lrwxrwxrwx 1 other 14 Dec 10 13:31 libsocket.so -> libsocket.so.1
-r-xr-xr-x 1 bin 68780 Dec 10 13:30 libsocket.so.1
lrwxrwxrwx 1 other 9 Dec 10 13:31 libw.so -> libw.so.1
-r-xr-xr-x 1 bin 39340 Dec 10 13:30 libw.so.1
d--x--x--x 41 bin 1024 May 8 1996 locale
lrwxrwxrwx 1 other 12 Dec 10 13:31 nss_dns.so -> nss_dns.so.1
-r-xr-xr-x 1 bin 10804 Dec 10 12:38 nss_dns.so.1
lrwxrwxrwx 1 other 14 Dec 10 13:31 nss_files.so -> nss_files.so.1
-r-xr-xr-x 1 bin 21028 Dec 10 12:38 nss_files.so.1
lrwxrwxrwx 1 other 12 Dec 10 13:31 nss_nis.so -> nss_nis.so.1
-r-xr-xr-x 1 bin 24408 Dec 10 12:38 nss_nis.so.1
lrwxrwxrwx 1 other 16 Dec 10 13:31 nss_nisplus.so -> nss_nisplus.so.1
-r-xr-xr-x 1 bin 28920 Dec 10 12:38 nss_nisplus.so.1
lrwxrwxrwx 1 other 12 Dec 10 13:31 straddr.so -> straddr.so.2
-r-xr-xr-x 1 bin 9316 Dec 10 13:31 straddr.so.2
# dir dev
total 4
d--x--x--x 2 bin 512 Dec 10 18:14 .
dr-xr-xr-x 7 root 512 Dec 10 16:47 ..
crw-r--r-- 1 other 13, 2 Dec 10 18:13 null
crw-r--r-- 1 other 11, 42 Dec 10 18:14 tcp
crw-r--r-- 1 other 105, 1 Dec 10 18:14 ticotsord
crw-r--r-- 1 other 11, 41 Dec 10 18:14 udp
crw-r--r-- 1 other 13, 12 Dec 10 18:14 zero
and that setup seems to work.
On Solaris, the devices seem only to work on disks which are mounted
suid, which I didn't know, some gurus may be able to explain...
I also copied the whole of /usr/lib/locale to ~ftp/lib/locale, but
I'm not sure whether this may be a reason for ls -l not to work.
Additionally, ~ftp/etc/group and ~ftp/etc/passwd must exist.
Cheers,
Oli
--------------------------------------------------------------------------
Oliver Christ
Institute of Natural Language Processing, University of Stuttgart, Germany
[email protected]
----------- WWW:
http://www.ims.uni-stuttgart.de/ -----------------------
From
[email protected] Wed Dec 11 05:19:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 05:17:20 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA25209; Wed, 11 Dec 1996 07:14:30 -0600
Received: from bofh.co.telenet.pt (oberon.co.telenet.pt [193.219.97.18]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA25084 for <
[email protected]>; Wed, 11 Dec 1996 07:08:16 -0600
Received: from oberon.co.telenet.pt ([193.219.97.18]) by bofh.co.telenet.pt
(Netscape Mail Server v1.1) with SMTP id AAA216
for <
[email protected]>; Wed, 11 Dec 1996 13:12:02 +0000
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 13:12:02 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Pedro Melo)
To:
[email protected]
Subject: Re: Group Controls...
In-Reply-To: <
[email protected]>
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Mailer: Forte Agent .99g/32.339
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Wed, 11 Dec 1996 09:19:00 +0100 (MET),
[email protected] (Koos van den
Hout _U nix and we all_) wrote:
>Quoting Mauricio F. Nogueira - Webmaster, who wrote :
>
>> Is it necessary to have a ftp structure ( with etc,dev,...) in the
>> /xxx/yyy directory?
>
>Yes. Every filesystem root needs its dev, etc and lib to work.
>
>Which ones exactly depend on operating system version.
And on solaris, you can check th ORIGINAL man page for in.ftpd. wuftpd
install process overwrites it... :(
Check the original in.ftpd man page for a script that does most of the =
work
for you. i only changed some of the perms...
Melo
--
************** Pedro Melo (
[email protected]) BOFH ******************
* TELENET, Servicos de Telecomunicacoes, SA - Tel +351 1 3871010 *
* finger
[email protected] or search key servers for PGP key *
* It's management's job to support the geniouses, *
* not to tell them what to do *
**********************************************************************
From
[email protected] Wed Dec 11 06:59:23 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 06:56:41 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA00707; Wed, 11 Dec 1996 08:53:20 -0600
Received: from dabney.cle.ab.com (dabney.cle.ab.com [130.151.194.230]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA29868 for <
[email protected]>; Wed, 11 Dec 1996 08:45:08 -0600
Received: from dabney (localhost [127.0.0.1]) by dabney.cle.ab.com (8.6.10/8.6.5.9) with SMTP id JAA22291 for <
[email protected]>; Wed, 11 Dec 1996 09:44:55 -0500
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 09:44:54 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "C. Paul Ferroni" <
[email protected]>
To:
[email protected]
Subject: Re: NFS on a netapp and wu-ftpd
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Andrew Williams wrote:
>
> Is there any way to get the wuftpd to change ownership of files on
> uploads over nfs?
>
> my situation: We have a netapp f220 mounted over several machines (one
> of them being our ftp host) the ftp directory is exported to the ftp
> host with root access (which does work). However when I try and upload a
> file the file is created with proper ownership (I am trying to chown the
> file during the upload) but then I get
> "Error writing file: Permission denied."
>
> any thoughts?
>
> - Andrew
Unless I'm missing something obvious, you need to edit the
exports file on the toaster to export the appropriate file system(s)
with the root=<nodename> option,so that the server permits root on
the nfs client to be root on the nfs server (the toaster).
See the man pages for export for the syntax, if you're not sure.
-cpf
--
C. Paul Ferroni Phone: 216-646-4114 (voice) 216-646-3176 (fax)
Systems Specialist Admin areas: UNIX, WWW, Usenet News, etc.
Allen-Bradley Company, Inc Email:
[email protected]
From
[email protected] Wed Dec 11 08:07:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 08:03:51 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA05856; Wed, 11 Dec 1996 10:00:37 -0600
Received: from mail.madge.com (mail.madge.com [205.184.45.3]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA05085 for <
[email protected]>; Wed, 11 Dec 1996 09:52:01 -0600
Received: from Connect2 Message Router by mail.madge.com
via Connect2-SMTP 4.00; Wed, 11 Dec 96 08:03:58 -0800
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 96 15:56:53 -0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Peter Harris Client Svc-ME" <
[email protected]>
To:
[email protected]
Subject: Fwd: Re: Guestgroups
X-Sender: "Peter Harris Client Svc-ME" <
[email protected]>
X-mailer: Connect2-SMTP 4.00 MHS to SMTP Gateway
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thanks for the reply Antony.
I've moved it on a stage!
I had already replicated the directory structure from the anon ftp user
for the new user (inc dev files and lib files).
NOW (I only tweaked some bits of the ftpaccess, ftpgroups files) I can
log in, the chroot works, but ls does not. The error I gett is the old
classic:
425 Cannot create data socket(0.0.0.0,20): Bad file number.
I tried running the ls file (as shown below) and it worked:
chroot /usr/suba /bin/ls
(where suba is the new user).
The SCO v5 UNIX is based on AT&T if that helps.
>Remember when you chroot users there are various bits and pieces which
need to
>be available to each user in their own chrooted file system - they can't
see the real /usr/lib stuff. They >all need their own usr/lib files and
dev/tcp and dev/zero and bin/ls and maybe even etc/passwd and >etc/group
if you want ls to show usernames and groups instead of uid and gid
numbers.
>You don't say what errors you get when you try to login as a guestgroup
user.
>Anything in /var/adm/messages ?
>Anthony
> All,
>
> I've followed the instructions for setting up a guestgroup in Michael
> Brennen's doc - BUT once I enter the guestgroup in ftpaccess file it
will
> not let that user log in. If I take out the guestgroup reference, it
lets
> the user log in as a normal user. I need the chroot() to happen so this
> is no good to me!
>
> I'm using wuftpd 2.4 (not beta II) - no need for the virtual stuff.
> I'm running on a SCO UNIX v5 system, but I don't think this is
relevant.
> I searched the FAQ to no avail.
>
> Thanks in advance
> Pete
> ______________________
>
> Peter Harris
> Information Technologist
> Madge Europe
> email:
[email protected]
> tele: +44 1628 858587
> Int ext: 33857
> ______________________
>
>
From
[email protected] Wed Dec 11 11:05:27 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 11:01:22 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA20779; Wed, 11 Dec 1996 12:58:32 -0600
Received: from gatekeep.ti.com (news.ti.com [192.94.94.33]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA18514 for <
[email protected]>; Wed, 11 Dec 1996 12:33:41 -0600
Received: from dadd.ti.com. ([156.117.118.83]) by gatekeep.ti.com (8.6.13) with ESMTP id MAA13181 for <
[email protected]>; Wed, 11 Dec 1996 12:33:40 -0600
Received: from pavis.dadd.ti.com by dadd.ti.com. (8.7.5/)
id MAA04102; Wed, 11 Dec 1996 12:33:06 -0600 (CST)
Received: by pavis.dadd.ti.com id <
[email protected]>; Wed, 11 Dec 1996 12:32:53 -0600
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 96 12:32:52 CST
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Luckin <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
In-Reply-To: <
[email protected]>; from "Oliver Christ" at Dec 11, 96 12:28 (noon)
X-Mimi-Options: HEADERS TI2
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Oli Christ said :-
> I had the same problem here, and played around with access permissions
> of the libs until ls -lga/dir showed what I wanted. It appears that the
> libs must be ugo+rx, although the dirs (~ftp/usr, ~ftp/usr/lib, ...)
> may be 111. My ~ftp/usr/lib setup is the following:
..
[much deleted for brevity...]
..
> # dir dev
> total 4
> d--x--x--x 2 bin 512 Dec 10 18:14 .
> dr-xr-xr-x 7 root 512 Dec 10 16:47 ..
> crw-r--r-- 1 other 13, 2 Dec 10 18:13 null
> crw-r--r-- 1 other 11, 42 Dec 10 18:14 tcp
> crw-r--r-- 1 other 105, 1 Dec 10 18:14 ticotsord
> crw-r--r-- 1 other 11, 41 Dec 10 18:14 udp
> crw-r--r-- 1 other 13, 12 Dec 10 18:14 zero
>
> and that setup seems to work.
I think you'll find that you need the dev/tcp file set to 666 in order
for passive (PASV) connections to work on Solaris 2. I had this problem
with my setup and found the solution in the FAQ :-
11. Normal ftp clients work, Netscape ftp's fail. So, passive mode
doesn't work.
Apparantly ftpd needs write permission on ~ftp/dev/tcp in order to
operate correctly in passive mode (Solaris). Set it to the same
mode as permissions shown by ls -lL /dev/tcp, being 666. Also read
the Solaris man page for ftpd for Solaris-specific information.
Changed from previous versions
Fix:
cd ~ftp/dev
chmod 666 tcp
Thanks to Simon Rakov (
[email protected]) for
this one.
And thanks to Koos van den Hout for maintaining the FAQ, too...
Funnily enough, I was seeing the problem with webget - Netscape was working
OK (so perhaps it no longer uses passive connections ?), but clearly there
are products out there do use passive connections and won't work unless these
permissions are set. I simply made sure all my permissions in ~ftp/dev
matched the "real" ones...
Cheers, Bob
From
[email protected] Wed Dec 11 12:53:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 12:48:14 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA29122; Wed, 11 Dec 1996 14:44:23 -0600
Received: from cuugnet.cuug.ab.ca (cuugnet.cuug.ab.ca [206.75.222.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24236 for <
[email protected]>; Wed, 11 Dec 1996 13:43:54 -0600
Received: by cuugnet.cuug.ab.ca (AIX 4.1/UCB 5.64/4.03-CUUG-02)
id AA07204; Wed, 11 Dec 1996 12:39:05 -0700
Received: (from scott@localhost) by galileo.cuug.ab.ca (8.7.6/8.7.3) id MAA12094; Wed, 11 Dec 1996 12:37:13 -0700
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 12:37:13 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Scott Barker <
[email protected]>
To:
[email protected] (scott)
Cc:
[email protected],
[email protected]
Subject: Re: virtual ftp patch
In-Reply-To: <no.id> from "scott" at Dec 10, 96 01:36:35 pm
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25 PGP2]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Oops. Sent the wrong patch. Here's the right one.
I made some modifications to your virtual ftpd support that may interest
you. I have cc'd this note to
[email protected], in case it interests
the wu-ftpd developers as well.
Primarily, I allowed for hostnames as well as ip numbers in the ftpaccess
file. I also had the code use the first instance of each "virtual" command in
the ftpaccess file, rather than parsing the whole acl list and using the last
instance.
Also, I removed the code for what must have been the "old way" of handling
virtual domains, since it's not documented anyway.
I added a feature of my own (RESTRICTED_VIRTUAL_ADMIN) which allows remote
administration of a virtual ftp site by a single admin account, which is
restricted by chroot() to it's own account, and need not have a valid shell
(thus allowing for /bin/false shells to restrict the remote admin to ftp
only, and prevent the remote admin from accessessing anything but their own
virtual site via ftp).
Here's the patch:
diff -u -P -r wu-ftpd-2.4.2-beta-11.orig/src/ftpd.c wu-ftpd-2.4.2-beta-11/src/ftpd.c
--- wu-ftpd-2.4.2-beta-11.orig/src/ftpd.c Sun Apr 14 22:51:11 1996
+++ wu-ftpd-2.4.2-beta-11/src/ftpd.c Wed Dec 11 12:24:01 1996
@@ -213,6 +213,7 @@
int virtual_mode=0;
struct sockaddr_in virtual_addr;
struct sockaddr_in *virtual_ptr;
+char virtual_hostname[MAXHOSTNAMELEN];
char virtual_root[MAXPATHLEN];
char virtual_banner[MAXPATHLEN];
char virtual_logfile[MAXPATHLEN];
@@ -378,7 +379,11 @@
#ifdef VIRTUAL
int virtual_len;
- int set;
+ int set_root, set_banner, set_logfile;
+ struct hostent *virtual_hostent;
+ int virtual_addr_idx;
+ int found_entry;
+ struct in_addr virtual_in_addr;
#endif
#ifdef FACILITY
@@ -623,53 +628,57 @@
#ifdef VIRTUAL
virtual_len = sizeof(virtual_addr);
if (getsockname(0, (struct sockaddr *) &virtual_addr,
- &virtual_len) < 0) {
- virtual_mode = 0;
- }
- else {
- virtual_ptr = (struct sockaddr_in *) &virtual_addr;
- set = 0;
- entry = (struct aclmember *) NULL;
- while (!set && getaclentry("virtual", &entry)) {
- if (!strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
- if (ARG1 != NULL && ARG2 != NULL) {
- virtual_mode = 1;
- strncpy(virtual_root, ARG1, MAXPATHLEN);
- strncpy(virtual_banner, ARG2, MAXPATHLEN);
- syslog(LOG_ERR, "VirtualFTP Connect to: %s",
- inet_ntoa(virtual_ptr->sin_addr));
- }
- }
- }
- }
-#endif
-
-
-#ifdef VIRTUAL
- virtual_len = sizeof(virtual_addr);
- if (getsockname(0, (struct sockaddr *) &virtual_addr,
&virtual_len) < 0) {
virtual_mode = 0;
}
else {
virtual_ptr = (struct sockaddr_in *) &virtual_addr;
- set = 0;
+ set_root = 0;
+ set_banner = 0;
+ set_logfile = 0;
entry = (struct aclmember *) NULL;
- while (!set && getaclentry("virtual", &entry)) {
- if (!strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
- if(!strcmp(ARG1, "root")) {
- syslog(LOG_NOTICE, "VirtualFTP Connect to: %s",
- inet_ntoa(virtual_ptr->sin_addr));
- virtual_mode = 1;
- strncpy(virtual_root, ARG2, MAXPATHLEN);
- }
- if(!strcmp(ARG1, "banner"))
- strncpy(virtual_banner, ARG2, MAXPATHLEN);
- if(!strcmp(ARG1, "logfile"))
- strncpy(virtual_logfile, ARG2, MAXPATHLEN);
- }
+ while ((!set_root || !set_banner || !set_logfile) &&
+ getaclentry("virtual", &entry)) {
+ if (strcmp(ARG0, inet_ntoa(virtual_ptr->sin_addr))) {
+ if (!(virtual_hostent = gethostbyname(ARG0)) ||
+ virtual_hostent->h_addrtype != AF_INET)
+ continue;
+ found_entry = 0;
+ for (virtual_addr_idx = 0;
+ virtual_hostent->h_addr_list[virtual_addr_idx];
+ virtual_addr_idx++) {
+ memcpy(&virtual_in_addr,
+ virtual_hostent->h_addr_list[virtual_addr_idx],
+ sizeof(struct in_addr));
+ if (virtual_in_addr.s_addr == virtual_ptr->sin_addr.s_addr) {
+ found_entry = 1;
+ break;
+ }
+ }
+ if (!found_entry)
+ continue;
+ }
+
+ if(!strcmp(ARG1, "root") && !set_root) {
+ virtual_mode = 1;
+ strncpy(virtual_hostname, ARG0, MAXHOSTNAMELEN);
+ set_root = 1;
+ strncpy(virtual_root, ARG2, MAXPATHLEN);
+ }
+ if(!strcmp(ARG1, "banner") && !set_banner) {
+ set_banner = 1;
+ strncpy(virtual_banner, ARG2, MAXPATHLEN);
+ }
+ if(!strcmp(ARG1, "logfile") && !set_logfile) {
+ set_logfile = 1;
+ strncpy(virtual_logfile, ARG2, MAXPATHLEN);
+ }
}
}
+
+ if (virtual_mode)
+ syslog(LOG_NOTICE, "VirtualFTP Connect to: %s (%s)", virtual_hostname,
+ inet_ntoa(virtual_ptr->sin_addr));
#endif
if (is_shutdown(1) != 0) {
@@ -1088,6 +1097,18 @@
#endif /* ANON_ONLY */
if ((pw = sgetpwnam(name)) != NULL) {
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ if (virtual_mode) {
+ if (strcmp(pw->pw_dir, virtual_root)) {
+ reply(530, "User %s access denied...", name);
+ syslog(LOG_NOTICE,
+ "FTP LOGIN REFUSED (unauthorized access) FROM %s [%s], %s",
+ remotehost, remoteaddr, name);
+ pw = (struct passwd *) NULL;
+ return;
+ }
+ } else {
+#endif
if ((shell = pw->pw_shell) == NULL || *shell == 0)
shell = _PATH_BSHELL;
while ((cp = getusershell()) != NULL)
@@ -1107,6 +1128,9 @@
/* after they log in successfully */
if (use_accessfile) /* see above. _H*/
guest = acl_guestgroup(pw);
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ }
+#endif
}
if (access_ok(530) < 1) {
reply(530, "User %s access denied....", name);
@@ -1460,6 +1484,16 @@
}
}
}
+
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ if (!anonymous && !guest && virtual_mode) {
+ if (chroot(virtual_root) < 0 || chdir("/") < 0) {
+ reply(550, "Can't set admin privileges.");
+ goto bad;
+ }
+ }
+#endif
+
#ifdef AIX
{
/* AIX 3 lossage. Don't ask. It's undocumented. */
@@ -1488,7 +1522,11 @@
goto bad;
}
#endif
+#ifdef RESTRICTED_VIRTUAL_ADMIN
+ if (!anonymous && !guest && !virtual_mode) {
+#else
if (!anonymous && !guest) {
+#endif
if (chdir(pw->pw_dir) < 0) {
if (chdir("/") < 0) {
reply(530, "User %s: can't change directory to %s.",
@@ -1497,8 +1535,7 @@
} else
lreply(230, "No directory! Logging in with home=/");
}
- }
-
+ }
/* * following two lines were inside the next scope... */
--
Scott Barker
Linux Consultant
[email protected]
http://www.cuug.ab.ca:8001/~barkers/ (under construction)
[ I try to reply to all e-mail within 3 days. If you don't ]
[ get a response by then, I probably didn't get your e-mail. ]
[ Unsolicited commercial and junk e-mail will be proof-read for US$100 ]
"It has yet to be proven that intelligence has any survival value."
- Arthur C. Clarke
From
[email protected] Wed Dec 11 12:57:08 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 12:53:01 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA29378; Wed, 11 Dec 1996 14:49:58 -0600
Received: from dabney.cle.ab.com (dabney.cle.ab.com [130.151.194.230]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA28183 for <
[email protected]>; Wed, 11 Dec 1996 14:32:20 -0600
Received: from dabney (localhost [127.0.0.1]) by dabney.cle.ab.com (8.6.10/8.6.5.9) with SMTP id PAA23470 for <
[email protected]>; Wed, 11 Dec 1996 15:32:06 -0500
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 15:32:05 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "C. Paul Ferroni" <
[email protected]>
To:
[email protected]
Subject: bin,etc,dev directories
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have about a dozen "chroot'ed" guestgroup accounts on my ftp
server, and have been copying the bin, dev and etc directories
around to each of them to handle the chroot'ed environment.
If I want to change the default message when connecting, or make
a change to one of these directories, I need to make changes in all
of them, thus having to do it 12 or more times.
Question: Does anyone out there have an elegant solution for
this problem? I considered hard links to the directory (all the
stuff is in the same file system), but Solaris 2.5 man pages indicate
that hard linked directories aren't allowed by the "ln" command.
Comments?
-cpf
--
C. Paul Ferroni Phone: 216-646-4114 (voice) 216-646-3176 (fax)
Systems Specialist Admin areas: UNIX, WWW, Usenet News, etc.
Allen-Bradley Company, Inc Email:
[email protected]
From
[email protected] Wed Dec 11 14:38:41 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 14:35:16 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA07963; Wed, 11 Dec 1996 16:33:29 -0600
Received: from server.braznet.com.br ([200.247.236.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA00305 for <
[email protected]>; Wed, 11 Dec 1996 15:03:38 -0600
Received: (from web@localhost) by server.braznet.com.br (8.6.12/8.6.9) id TAA14921; Wed, 11 Dec 1996 19:10:48 GMT
Message-Id: <Pine.BSF.3.91.961211190307.14686D-100000@server>
Date: Wed, 11 Dec 1996 19:10:47 +0000 ()
Reply-To:
[email protected]
Sender:
[email protected]
From: "Webmaster BR@ZNET" <
[email protected]>
To:
[email protected]
Subject: HELP WITH CONF
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: web@server
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
maybe you can give me some light.
i have read the faqs i found about wu-ftpd and tried to search this
mailing list but aparently nothing similar was comented in any
circumstances.
i have installed wu-ftpd without problems but now i am having
difficulties to configure it properly.
i have 3 kinds of users:
- anonymous: that should have access only to the pub directory.
- users: that should have access only to home/"his own directory"
and the pub directory.
- master: access to all directories but as non-priviliged user.
the "anonymous" and the "users" type cannot have access to the directories
below their directory three.
my question is.
can this be done with wu-ftpd?
if yes, please give me some clues how.
thanks in advance for any replies and help.
kindest regards.
paulo b. bloedorn
braznet - brazil.
From
[email protected] Wed Dec 11 15:26:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 15:22:06 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA10970; Wed, 11 Dec 1996 17:21:20 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA08383 for <
[email protected]>; Wed, 11 Dec 1996 16:41:11 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id QAA16149; Wed, 11 Dec 1996 16:40:10 -0600
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 16:40:10 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "Webmaster BR@ZNET" <
[email protected]>
Cc:
[email protected]
Subject: Re: HELP WITH CONF
In-Reply-To: <Pine.BSF.3.91.961211190307.14686D-100000@server>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Take a look at the guest howto below for the "users" type of access. Pay
close attention to it, and it should do what you want. You will also need
to set up the same 'ls' type structure for anonymous ftp.
-- Michael
On Wed, 11 Dec 1996, Webmaster BR@ZNET wrote:
> i have 3 kinds of users:
>
> - anonymous: that should have access only to the pub directory.
>
> - users: that should have access only to home/"his own directory"
> and the pub directory.
>
> - master: access to all directories but as non-priviliged user.
>
> the "anonymous" and the "users" type cannot have access to the directories
> below their directory three.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
There are additional security references in the above docs.
From
[email protected] Wed Dec 11 15:31:21 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Wed, 11 Dec 1996 15:29:07 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA11395; Wed, 11 Dec 1996 17:28:14 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA09313 for <
[email protected]>; Wed, 11 Dec 1996 16:56:51 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id QAA16157; Wed, 11 Dec 1996 16:43:44 -0600
Message-Id: <
[email protected]>
Date: Wed, 11 Dec 1996 16:43:44 -0600 (CST)
Reply-To: Michael Brennen <
[email protected]>
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: "C. Paul Ferroni" <
[email protected]>
Cc:
[email protected]
Subject: Re: bin,etc,dev directories
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On the same filesystem, make a master copy of the common elements such as
libraries, executables, etc. somewhere above all the chrooted accounts.
Then use hard links from each of the guest accounts back to the master
copy. You should install unlinked copies of the passwd and group files in
each ~/guest/etc directory with only the absolutely necessary information
for that account in each one.
-- Michael
On Wed, 11 Dec 1996, C. Paul Ferroni wrote:
> I have about a dozen "chroot'ed" guestgroup accounts on my ftp
> server, and have been copying the bin, dev and etc directories
> around to each of them to handle the chroot'ed environment.
>
> If I want to change the default message when connecting, or make
> a change to one of these directories, I need to make changes in all
> of them, thus having to do it 12 or more times.
>
> Question: Does anyone out there have an elegant solution for
> this problem? I considered hard links to the directory (all the
> stuff is in the same file system), but Solaris 2.5 man pages indicate
> that hard linked directories aren't allowed by the "ln" command.
From
[email protected] Wed Dec 11 19:03:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 09:02:48 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA18349; Mon, 9 Dec 1996 10:58:37 -0600
Received: from hogw2.att.com (hogw2.att.com [204.179.186.34]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA16411 for <
[email protected]>; Mon, 9 Dec 1996 10:30:05 -0600
Received: from lynxhub.ho.att.com by hoig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id LAA15975; Mon, 9 Dec 1996 11:23:43 -0500
Received: from glee.ho.att.com ([135.16.115.136]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA01147; Mon, 9 Dec 1996 11:28:31 -0500
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 11:17:57 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Grace Lee Hou <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Solaris 2.5.1 & 'dir'
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have just installed wu-ftp 2.4 under Solaris 2.5.1. We have guest user
set up. I can ftp to our ftp server and see that the user has restricted
access. The chroot is done, so the user can see only own home directory.
The user can `ls` and `chmod` to subdirectories. This looks good.
However, we want to set up a FTP URL from the Netscape browser to upload
files similar to above. The FTP URL works if we connect to the native
ftp. When we connect to wuftpd, the user cannot see any file listing,
even in his own home directory. It seems like the browser use the `LIST`
FTP request instead of the `NLST` request. What is the difference? Did
anyone try this successfully? Actually, if I specify `dir` from a
regular ftp client, I don't see any listing either.
Any help is appreciated!
Grace Hou
[email protected]
From
[email protected] Wed Dec 11 19:05:32 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 10:18:10 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA23681; Mon, 9 Dec 1996 12:14:12 -0600
Received: from csu-e.csuohio.edu (csu-e.csuohio.edu [137.148.49.12]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA18854 for <
[email protected]>; Mon, 9 Dec 1996 11:08:39 -0600
Received: from athena.csuohio.edu (athena.csuohio.edu [137.148.5.13]) by csu-e.csuohio.edu (8.6.12/8.6.12) with SMTP id MAA28288 for <
[email protected]>; Mon, 9 Dec 1996 12:12:36 -0500
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 12:03:42 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Matthew B. Thomson" <
[email protected]>
To:
[email protected]
Subject: Guest Groups on NeXT 3.3
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Running wu-ftpd 2.4 on NeXTSTEP 3.3, using the "guest" mode FTP, that
chroot's the directory to the login directory, ls is not returning a full
directory listing. I am aware that library requirements probably exist, so
I'm wondering if anyone has done this under NeXT? The ldd/truss commands
do not seem to have a NeXT equivalent for determining which libraries ls
requires. Neither the wu-ftpd FAQ, or the guest-howto make any mention of
any special NeXT requirements. If anyone has done this under NeXT, I would
appreciate some pointers.
Thank You Much,
Matthew
----------------------------------------------------------------
- Matthew B. Thomson -
- Network Support Specialist -
- Cleveland State University Information Services & Technology -
-
[email protected] - 216-687-9217 - Fax 216-687-9200 -
----------------------------------------------------------------
From
[email protected] Wed Dec 11 19:05:56 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 10:25:43 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA23993; Mon, 9 Dec 1996 12:20:54 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA22580 for <
[email protected]>; Mon, 9 Dec 1996 11:58:27 -0600
Received: (from alainm@localhost) by finnegan.EE.McGill.CA (8.8.3/8.8.3) id MAA13810 for
[email protected]; Mon, 9 Dec 1996 12:58:26 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 9 Dec 1996 12:58:26 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Ftpds that don't die...
In-Reply-To: <
[email protected]> from "Michael Brennen" at Dec 8, 96 02:25:30 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Michael Brennen':
>
>
> I've a tiny patch below that has eliminated most of the hung ftpds for me.
> I'm still getting a few if an upload is cancelled, but I haven't chased
> those down; they haven't become that much of a nuisance yet.
>
One other reason I've seen is that the process
can't get a lock on the _PATH_PIDNAMES.
This will show in the logs with:
"sleeping: fcntl lock of pid file failed"
or something similar.
I usually kill the culprit, or if too many
shutdown ftp cleanly.
> +++ ftpd.c Wed Aug 7 17:04:39 1996
> @@ -2169,7 +2169,9 @@
> if (select(pdata+1, &set, (fd_set *) 0, (fd_set *) 0, &timeout) == 0 ||
> (s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0) {
> #else
> + alarm(120);
> s = accept(pdata, (struct sockaddr *) &from, &fromlen);
> + alarm(0);
> if (s < 0) {
> #endif
> reply(425, "Can't open data connection.");
>
It's a nice little jig you have here ;-)
Have any trouble with it ?
Don't you think that the delay(120) is too short ?
--
bonne journe'e, alain
From
[email protected] Wed Dec 11 19:07:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 12:35:38 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA29790; Mon, 9 Dec 1996 14:32:10 -0600
Received: from light.lightlink.com (light.lightlink.com [205.232.34.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA23651 for <
[email protected]>; Mon, 9 Dec 1996 12:13:31 -0600
Received: from localhost (homer@localhost)
by light.lightlink.com (8.8.4/8.8.4) with SMTP
id NAA05772 for <
[email protected]>; Mon, 9 Dec 1996 13:13:25 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 9 Dec 1996 13:13:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Homer W. Smith" <
[email protected]>
To: FTP MAILING LIST <
[email protected]>
Subject: Confused
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am *VERY* confused about the upload line in ftpaccess.
The perms only affects anonymous mkdirs and uploads, but the
nodirs effects both anon and private ftp mkdirs.
Isn't this a bit poorly designed?
I wish to prevent mkdirs for anon ftp because it creates
directories the owner can not erase. But private ftp should
be allowed to mkdirs.
Homer
------------------------------------------------------------------------------
Homer Wilson Smith News, Web, Telnet Art Matrix - Lightlink
(607) 277-0959 SunOS 4.1.4 Sparc 20 Internet Access, Ithaca NY
[email protected] [email protected] http://www.lightlink.com
From
[email protected] Wed Dec 11 19:07:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 12:42:41 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00266; Mon, 9 Dec 1996 14:39:16 -0600
Received: from wrair-amss.army.mil (WRAIR-AMSS.ARMY.MIL [160.151.240.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA23876 for <
[email protected]>; Mon, 9 Dec 1996 12:18:43 -0600
Received: by wrair-amss.army.mil
(1.40.112.8/16.2) id AA253825521; Mon, 9 Dec 1996 13:18:41 -0500
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 13:18:41 EST
Reply-To:
[email protected]
Sender:
[email protected]
From: Chuck Davis <
[email protected]>
To:
[email protected]
Subject: Re: Faq doesnt help much
In-Reply-To: <
[email protected]>; from "Dan Woodard" at Dec 6, 96 7:02 pm
X-Mailer: Elm [revision: 112.6]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Well I'll put in my two cents worth now...
In addition to checking syslog and the wu-ftpd xferlog for connections I
made a couple of changes to the ftpd.c source. These changes allow me to
type ps -ef (-aux or whatever on your system to show all processes) and
then pipe to grep and search for the string 'ftp'. Any current ftp
connections show up like this:
root 25139 607 0 12:38:14 ? 0:00 wuftpd eos.nasa.gov: cdavis: IDLE
If there are anon connections or file xfers underway these, along w/ file
names are shown. It is very convenient for us here as some transfer take
several hours and we don't always know it they are done or if they are
hung.
The changes I made are:
in ftpd.c (around line 1202):
#ifdef SETPROCTITLE
sprintf(proctitle, "wuftpd %s: anonymous/%.*s", remotehost,
sizeof(proctitle) - sizeof(remotehost) -
sizeof(": anonymous/"), passwd);
setproctitle("%s", proctitle);
#endif /* SETPROCTITLE */
(about line 1214):
#ifdef SETPROCTITLE
sprintf(proctitle, "wuftpd %s: %s", remotehost, pw->pw_name);
setproctitle(proctitle);
#endif /* SETPROCTITLE */
Note the "wuftp" text as the first part of the proc string. You could make
it read your favorite color or food if that suits you better.
In order for these change to show up you need to "#define SETPROCTITLE" in
the config.h file. I've heard some folks say that setproctitle function is
flaky but I've had no real problems with it. This is how ftpd worked on my
server before I installed wu-ftpd. It may not be for everybody but I like
it...
Also, I think (I can't remember if it was already there or not - I deleted
the original sources) I modified the following line in ftpd.c (line 1109)
so that 'last' would log the remote host name:
logwtmp(ttyline, pw->pw_name, remotehost);
This is helpful for me since I am mostly concerned w/ connections coming
from outside our domain and this is an easy way to view them.
Regards,
Chuck Davis
UNIX/NT Sys Admin
Walter Reed Army Inst. of Research
------------------
> Well w or who or finger doesn't show ftp ports on my machine, so I use
> last for that. I also have a /var/adm/SYSLOG file (on sgi machines) other
> machines it's usually var/adm/messages /usr/adm/messages. You could do a
> tail -f on the file and see who is logged into ftpd.
>
> root@galactus:/var/adm# tail -f SYSLOG
> Dec 6 19:00:14 6D:galactus ftpd[25229]: connection from KXS242.rh.psu.edu
> [128.118.208.165]
> Dec 6 19:00:16 6D:galactus ftpd[25229]: USER anonymous
> Dec 6 19:00:24 6D:galactus ftpd[25229]: PASS xxxxxxxxxx
> Dec 6 19:00:25 6D:galactus ftpd[25229]: ANONYMOUS FTP LOGIN FROM
> rh.psu.edu [128.118.208.165], xxxxxxxxxx
>
>
> Regards,
> Dan Woodard, TIAC Systems Administrator
>
> On Fri, 6 Dec 1996, Richard Fancher wrote:
>
> > At 02:32 PM 12/6/96 -0500, you wrote:
> > >You can use the last command. ie
> > >
> > ># last | grep still
> > >iqsystem ftp26405 Fri Dec 6 14:24 still
> > >logged in
> > >dkaufman ftp25581 Fri Dec 6 14:13 still
> > >logged in
> > >#
> > >
> > Umm sorry but you can get that same info from w or who or finger due to you
> > are querying from the login ports...NOT who is logged into the ftpd.
> >
> >
> >
> >
> > ===============================================
> > = Windjammer Communications, LLC =
> > = 2100 21st Sacramento CA 95818 =
> > = TEL: (916) 454-2114 =
> > = FAX: (916) 454-2121 =
> > = Richard Fancher (Sys-Admin) =
> > =
[email protected] =
> > =
http://www.windjammer.net =
> > ===============================================
> >
> >
> >
> >
>
>
From
[email protected] Wed Dec 11 19:14:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 14:20:06 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA08925; Mon, 9 Dec 1996 16:14:53 -0600
Received: from ns.intelenet.net (intelenet.net [204.182.160.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA02934 for <
[email protected]>; Mon, 9 Dec 1996 15:14:32 -0600
Received: from cueball (cueball.intelenet.net [207.38.65.9]) by ns.intelenet.net (8.7.5/8.7.3) with SMTP id NAA17549; Mon, 9 Dec 1996 13:14:06 -0800 (PST)
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 13:14:12 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Myers <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Confused
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------26D16A8E5995"
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This is a multi-part message in MIME format.
--------------26D16A8E5995
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Homer W. Smith wrote:
>
> I am *VERY* confused about the upload line in ftpaccess.
>
> The perms only affects anonymous mkdirs and uploads, but the
> nodirs effects both anon and private ftp mkdirs.
>
> Isn't this a bit poorly designed?
>
> I wish to prevent mkdirs for anon ftp because it creates
> directories the owner can not erase. But private ftp should
> be allowed to mkdirs.
>
> Homer
nodirs is definitely broken in Beta-11.
Here is my patch.
--------------26D16A8E5995
Content-Type: text/plain; charset=us-ascii; name="ftpnodirs.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ftpnodirs.patch"
*** extensions.c Mon Dec 9 13:09:16 1996
--- extensions.c.~1~ Sun Apr 14 22:51:05 1996
***************
*** 962,969 ****
i = match_value; /* i is -1 here */
while (getaclentry("upload", &entry) && ARG0 && ARG1 && ARG2 != NULL) {
/* CERT suggested fix (change && to || ) */
! /* CERT fix is broken - changing back - Bob Myers <
[email protected]> */
! if ( (!strcmp(ARG0, pw->pw_dir)) &&
((i = path_compare(ARG1, cwdir)) >= match_value) ) {
match_value = i;
ap2 = ARG2;
--- 962,968 ----
i = match_value; /* i is -1 here */
while (getaclentry("upload", &entry) && ARG0 && ARG1 && ARG2 != NULL) {
/* CERT suggested fix (change && to || ) */
! if ( (!strcmp(ARG0, pw->pw_dir)) ||
((i = path_compare(ARG1, cwdir)) >= match_value) ) {
match_value = i;
ap2 = ARG2;
***************
*** 974,981 ****
if (ARG6) ap6 = ARG6;
else ap6 = NULL;
}
- }
- if (match_value >= 0) {
if ( ((ap2 && !strcasecmp(ap2, "no")) &&
(ap3 && strcasecmp(ap3, "dirs"))) ||
(ap3 && !strcasecmp(ap3, "nodirs")) ||
--- 973,978 ----
***************
*** 983,996 ****
reply(530, "%s: Permission denied. (Mkdir)", name);
return(0);
}
-
- if (ap3)
- *uid = atoi(ap3); /* the uid */
- if (ap4) {
- *gid = atoi(ap4); /* the gid */
- *valid = 1;
- }
}
return(1);
}
--- 980,992 ----
reply(530, "%s: Permission denied. (Mkdir)", name);
return(0);
}
}
+ if (ap3)
+ *uid = atoi(ap3); /* the uid */
+ if (ap4) {
+ *gid = atoi(ap4); /* the gid */
+ *valid = 1;
+ }
return(1);
}
[24;1H[K
--------------26D16A8E5995--
From
[email protected] Wed Dec 11 19:15:01 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 15:58:04 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA17245; Mon, 9 Dec 1996 17:55:09 -0600
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA10725 for <
[email protected]>; Mon, 9 Dec 1996 16:40:26 -0600
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA06640
(5.67b8/IDA-1.5 for <
[email protected]>); Mon, 9 Dec 1996 14:29:31 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0vXDrm-000SUaC; Mon, 9 Dec 96 14:08 PST
Received: by bard (4.1/SMI-4.1)
id AA19202; Mon, 9 Dec 96 14:08:03 PST
Message-Id: <9612092208.AA19202@bard>
Date: Mon, 9 Dec 1996 14:08:03 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: ZIP with sunos4.1.3
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Anyone out there get 'zip' and 'unzip' to work on a sunOS 4.1.3 platform?
>I've made all the appropriate entries in the ftpconversions file and the
>binaries in ~ftp/bin do work outside of ftp. Would be real nice to be able
>to support (un)zip from ftp.
>(un)compress and g(un)zip work just fine, can't seem to get (un)zip to work.
>Is it even supported?
>
>-Keith
>
<======================================================>
Keith A. Iverson Iverson Financial Systems, Inc.
New Product Research and Development
E-mail -
[email protected]
Voice - (408)522-9900 Fax - (408)522-9911
<======================================================>
From
[email protected] Wed Dec 11 19:15:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Mon, 9 Dec 1996 17:28:55 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA23051; Mon, 9 Dec 1996 19:26:04 -0600
Received: from MyShadow.dtor.com (netcom9.netcom.com [192.100.81.119]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA22426 for <
[email protected]>; Mon, 9 Dec 1996 19:11:39 -0600
Received: from MyShadow.dtor.com (localhost [127.0.0.1]) by MyShadow.dtor.com (8.7.4/8.7.3) with ESMTP id RAA04085 for <
[email protected]>; Mon, 9 Dec 1996 17:11:37 -0800
Message-Id: <
[email protected]>
Date: Mon, 09 Dec 1996 17:11:36 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Hal Wine <
[email protected]>
To:
[email protected]
Subject: Re: Solaris 2.5.1 & 'dir'
Mime-Version: 1.0
Content-Type: text/plain
X-Mailer: exmh version 1.6.4 10/10/95
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have a problem where 'dir' only shows uid/gid numbers instead of
names for anon users. (SunOS 5.5.1, wu-ftp 2.4.)
[email protected] said:
> If this is the case, you should be able to figure out which ones you
> need using the truss command. Alternatively, you can look at Sun's
> ftpd man page and just copy all of the recommended files across,
> which may be more than you need to solve the problem, but shouldn't
> hurt.
Done.
[email protected] said:
> You've got to copy one of 4 libs to ~ftp/usr/lib according to the
> name resolving system you use. Those libs are: /usr/lib/nss_dns.so.1 /
> usr/lib/nss_files.so.1 /usr/lib/nss_nis.so.1 /usr/lib/
> nss_nisplus.so.1
Done.
Well, I've got these across now, even though truss doesn't show them
being used, but still have the problem (no group/user names on dir
command for anon users).
There are 2 files in the truss report that don't show in the ~ftp
hierarchy:
# truss /bin/ls -l 2>&1 >/dev/null | grep '^open'
open("/usr/platform/SUNW,SPARCstation-10/lib/libc_psr.so.1",
O_RDONLY) Err#2 ENOENT
open("/etc/.name_service_door", O_RDONLY) = 3
Since the first isn't found during normal operations, I'm not worried
about it. However, I can't copy the 2nd:
# ls -l /etc/.name_service_door
-r--r--r-- 1 root root 0 Aug 1 12:52
/etc/.name_service_door
# cp -p /etc/.name_service_door .
cp: /etc/.name_service_door: read: Operation not applicable
Thoughts? (Again, Solaris 2.5.1, wu-ftpd 2.4)
--
Hal Wine <
[email protected]> DTOR Consulting
From
[email protected] Wed Dec 11 19:55:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu(really [128.252.120.1]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Tue, 10 Dec 1996 12:37:22 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04549; Tue, 10 Dec 1996 14:34:19 -0600
Received: from scf-fs.usc.edu (scf-fs.usc.edu [128.125.253.183]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA23325 for <
[email protected]>; Tue, 10 Dec 1996 11:27:10 -0600
Received: from usc.edu (
[email protected] [128.125.223.141])
by scf-fs.usc.edu (8.7.6/8.7.3/usc) with ESMTP
id JAA19399 for <
[email protected]>; Tue, 10 Dec 1996 09:27:06 -0800 (PST)
Received: (from reichman@localhost)
by usc.edu
id JAA00614 for
[email protected]; Tue, 10 Dec 1996 09:27:04 -0800 (PST)
Received: by NeXT.Mailer (1.118.2)
Message-Id: <
[email protected]>
Date: Tue, 10 Dec 96 09:27:00 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Matthew N. Reichman" <
[email protected]>
To:
[email protected]
Subject: Re: Guest Groups on NeXT 3.3
In-Reply-To: <
[email protected]>
References: <
[email protected]>
MIME-Version: 1.0 (NeXT Mail 3.3 v118.2)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Image-URL:
ftp://ftp.nmr.embl-heidelberg.de/pub/next/Images/People/reichman.64x64.tiff
X-Face: >ZAqA}{!)?=f#/G.kObG<fYxsx3JS'O3BN2HxR}HNY}Dj|b;ASC{aEU]L;%KFEeAE}6"">
zjB.OWO`U4ioaO<g48|szA5r0yGx4>id6Z1pXKEBBsd;sj?=1pD_=bGOIfqs/doM>0XcKA
,s
X-Nextstep-Mailer: Mail 3.3 (Enhance 2.0b5)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Mon, 09 Dec 1996 at 12:03:42
"Matthew B. Thomson" <
[email protected]> wrote:
____________________
> Running wu-ftpd 2.4 on NeXTSTEP 3.3, using the "guest" mode =
FTP,
> that chroot's the directory to the login directory, ls is =
not
> returning a full directory listing. I am aware that library
> requirements probably exist, so I'm wondering if anyone has =
done
> this under NeXT? The ldd/truss commands do not seem to have =
a
> NeXT equivalent for determining which libraries ls =
requires.
> Neither the wu-ftpd FAQ, or the guest-howto make any =
mention of
> any special NeXT requirements. If anyone has done this =
under
> NeXT, I would appreciate some pointers.
Here's my setup:
midnight/#: ls -l /Users/guest/
-rw-r--r-- 1 root 0 Oct 25 02:36 .forward
-rw-r--r-- 1 root 0 Oct 25 02:36 .rhosts
drwxr-xr-x 2 guest 1024 Nov 10 15:08 .ssh
-rw-r--r-- 1 root 97 Nov 4 10:54 .zshenv
-rw-r--r-- 1 root 4346 Nov 4 10:54 .zshrc
d--x--x--x 3 root 1024 Oct 26 15:38 bin
d--x--x--x 2 root 1024 Nov 2 22:14 etc
dr-xr-sr-x 4 root 1024 Oct 22 13:07 pub
d-wx--x--x 3 root 1024 Oct 31 14:05 usr
midnight/#: ls -l /Users/guest/usr/shlib/
---x--x--x 3 root 1008704 Jun 2 1995 libsys_s.B.shlib
---
Be well
Matthew Reichman <
[email protected]>
NeXTMAIL, SUN Mail & MIME welcome
PGP key --> email w/ subject "request_PGP"
From
[email protected] Thu Dec 12 09:19:31 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com(really [192.136.111.2]) by camco.celestial.com
via smtpd with smtp
id <
[email protected]>
for <
[email protected]>; Thu, 12 Dec 1996 09:19:30 -0800 (PST)
(Smail-3.2.0.90 1996-Dec-4 #18 built 1996-Dec-7)
Received: from nwnexus.wa.com by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vYEjx-0003OGC; Thu, 12 Dec 96 09:16 PST
Received: from wugate.wustl.edu by nwnexus.wa.com with SMTP id AA03985
(5.65c/IDA-1.4.4 for <
[email protected]>); Wed, 11 Dec 1996 20:30:56 -0800
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA20633; Wed, 11 Dec 1996 22:28:01 -0600
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA20422 for <
[email protected]>; Wed, 11 Dec 1996 22:21:33 -0600
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA18901
(5.67b8/IDA-1.5 for <
[email protected]>); Wed, 11 Dec 1996 20:21:30 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0vY2JU-000SUZC; Wed, 11 Dec 96 20:00 PST
Received: by bard (4.1/SMI-4.1)
id AA20087; Wed, 11 Dec 96 20:11:13 PST
Message-Id: <9612120411.AA20087@bard>
Date: Wed, 11 Dec 1996 20:11:12 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: ZIP with sunos4.1.3
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>>Anyone out there get 'zip' and 'unzip' to work on a sunOS 4.1.3 platform?
>>I've made all the appropriate entries in the ftpconversions file and the
>>binaries in ~ftp/bin do work outside of ftp. Would be real nice to be able
>>to support (un)zip from ftp.
>>(un)compress and g(un)zip work just fine, can't seem to get (un)zip to work.
>>Is it even supported?
>>
>>-Keith
>>
<======================================================>
Keith A. Iverson Iverson Financial Systems, Inc.
New Product Research and Development
E-mail -
[email protected]
Voice - (408)522-9900 Fax - (408)522-9911
<======================================================>
From
[email protected] Fri Dec 13 05:30:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYXf7-000BPVC; Fri, 13 Dec 96 05:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA02392; Fri, 13 Dec 1996 07:26:53 -0600
Received: from bcarsde4.localhost (mailgate.nortel.ca [192.58.194.74]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id FAA04948 for <
[email protected]>; Thu, 12 Dec 1996 05:49:04 -0600
Received: from bcarsde5.ott.bnr.ca (actually bcarsde5) by bcarsde4.localhost;
Thu, 12 Dec 1996 06:31:43 -0500
Received: from nmpks0.mpk.nt.com by bcarsde5.ott.bnr.ca;
Thu, 12 Dec 1996 06:48:55 -0500
Received: from censier.ntmmlv1 by nmpks0.mpk.nt.com (8.6.12/8.6.12) id DAA18458;
Thu, 12 Dec 1996 03:47:37 -0800
Received: from censier (localhost) by censier.ntmmlv1 (4.1/SMI-4.1) id AA02045;
Thu, 12 Dec 96 12:48:12 +0100
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 12:48:12 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "Yacine Kheddache" <
[email protected]>
To:
[email protected]
Subject: upload directory matcher
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender: "Yacine Kheddache" <
[email protected]>
X-Mailer: Mozilla 2.02 (X11; I; SunOS 4.1.4 sun4m)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I create many guest group and I just want to know if it was
possible to use some matcher in the root directory of a upload
information.
Example I have :
upload /arch6a/home/ftp/home/yacine /guest/for_root yes root root 0700 nodirs
upload /arch6a/home/ftp/home/yacine /guest/exchange no
upload /arch6a/home/ftp/home/yacine /guest/exchange/* yes root ftponly 0550 dirs
upload /arch6a/home/ftp/home/toto /guest/for_root yes root root 0700 nodirs
upload /arch6a/home/ftp/home/toto /guest/exchange no
upload /arch6a/home/ftp/home/titi /guest/exchange/* yes root ftponly 0550 dirs
../...
and some others with the same directory.
I try to creat a generic expression with no success :
upload /arch6a/home/ftp/home/* /guest/for_root yes root root 0700 nodirs
upload /arch6a/home/ftp/home/* /guest/exchange no
upload /arch6a/home/ftp/home/* /guest/exchange/* yes root ftponly 0550 dirs
Any idea will be great appreciate.
Regards Yacine.
--
=====================================================
mailto:
[email protected] NORTEL EUROPE
Systems/Network Admin Parc Leonard de Vinci
15, av A. Graham Bell
Voice : 01 64 76 77 96 Bussy St Georges
Fax : 01 64 76 76 20 77608 Marne La Vallee Cedex 3
http://www.nortel.com/ FRANCE
=====================================================
From
[email protected] Fri Dec 13 05:49:00 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYXwe-000BQIC; Fri, 13 Dec 96 05:46 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA02828; Fri, 13 Dec 1996 07:45:51 -0600
Received: from relay.xlink.net (relay.xlink.net [193.141.40.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA05648 for <
[email protected]>; Thu, 12 Dec 1996 06:05:03 -0600
Received: from rgvx1b.spacediv.dofn.de by relay.xlink.net
id <
[email protected]>; Thu, 12 Dec 1996 12:53:36 +0000
Thu, 12 Dec 1996 12:53:16 +0200
Message-Id: <2.2.16.19961212125232.381fd2b0@rgvx1b>
Date: Thu, 12 Dec 1996 11:53:50 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Udo Winkelmann <
[email protected]>
To: wu-ftpd <
[email protected]>
Subject: static ls for Solaris 2.5
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: winkelu@rgvx1b
X-Mailer: Windows Eudora Pro Version 2.2 (16)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
does anybody has a static compiled ls for Solaris 2.5?
Dynamic ls is much to slow...
Udo
kind regards / Mit freundlichen Gruessen
----------------------------------------------------
Udo Winkelmann
Diplom Informatiker (FH)
Dornier Satellitensysteme GmbH
Department RST 67
D-88039 Friedrichshafen, Germany
Phone +49 7545 8 - 9770
Fax +49 7545 8 - 3210
email
[email protected] (preferred address)
email
[email protected] (not read regulary)
privat email
[email protected]
----------------------------------------------------
From
[email protected] Fri Dec 13 06:08:19 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYYEI-0000k8C; Fri, 13 Dec 96 06:04 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA03388; Fri, 13 Dec 1996 08:04:00 -0600
Received: from descom.se (mail.descom.se [194.52.94.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id GAA06340 for <
[email protected]>; Thu, 12 Dec 1996 06:46:37 -0600
Received: from john.descom.se ([192.168.192.58]) by mailgate.descom.se with ESMTP id <52482>; Thu, 12 Dec 1996 13:45:52 +0100
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 13:51:41 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: "John Falkarp" <
[email protected]>
To: <
[email protected]>
Subject: Re: HELP WITH CONF
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi!
I download
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
and run build bdi and the compiling stoped with messaga
make: don't know how to make vers.c. Stop
under src/ vers.c do not exist. Can I use one from 2.4.0 ??
----------
> From: Michael Brennen <
[email protected]>
> To: Webmaster BR@ZNET <
[email protected]>
> Cc:
[email protected]
> Subject: Re: HELP WITH CONF
> Date: den 11 december 1996 23:40
>
>
> Take a look at the guest howto below for the "users" type of access. Pay
> close attention to it, and it should do what you want. You will also
need
> to set up the same 'ls' type structure for anonymous ftp.
>
> -- Michael
>
> On Wed, 11 Dec 1996, Webmaster BR@ZNET wrote:
>
> > i have 3 kinds of users:
> >
> > - anonymous: that should have access only to the pub directory.
> >
> > - users: that should have access only to home/"his own directory"
> > and the pub directory.
> >
> > - master: access to all directories but as non-priviliged user.
> >
> > the "anonymous" and the "users" type cannot have access to the
directories
> > below their directory three.
>
>
> This is the location for the latest wu-ftpd. You can't see the
> directory contents, but get the file anyway. It's there.
>
>
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
>
> wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
> OR
> send mail to
[email protected]
> with a subject line: send faq
>
> guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
> OR
> send mail to "
[email protected]"
> (immediate autoresponder; subject does not matter)
>
> There are additional security references in the above docs.
>
>
From
[email protected] Fri Dec 13 06:24:12 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYYUs-0000hEC; Fri, 13 Dec 96 06:21 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA03970; Fri, 13 Dec 1996 08:21:10 -0600
Received: from inet-smtp-gw-1.us.oracle.com (inet-smtp-gw-1.us.oracle.com [192.86.155.81]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA08659 for <
[email protected]>; Thu, 12 Dec 1996 08:37:02 -0600
Received: from solstice.us.oracle.com by inet-smtp-gw-1.us.oracle.com with ESMTP (8.6.12/37.7)
id GAA13840; Thu, 12 Dec 1996 06:37:01 -0800
Received: by solstice.us.oracle.com (SMI-8.6/SMI-SVR4)
id HAA13483; Thu, 12 Dec 1996 07:35:06 -0700
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 07:35:06 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Nathan Berry)
To:
[email protected]
Subject: Re: bin,etc,dev directories
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-MD5: YjnTLzwA+jPyZJ2tx7Lb8Q==
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
One of the things you can use is the rdist command which comes with Solaris 2.5.
It is a distribution utility that will allow you to distribute a file to
specified destinations anytime the file changes.
_/ _/_/_/_/_/_/ Nathan Berry
_/_/ _/ _/ 6501 E Belleview Ave.
_/ _/ _/ _/ Englewood, CO 80111
_/ _/ _/_/_/_/_/_/ Phone: (303) 889-8816
_/ _/ _/ _/ Fax: (303) 889-8805
_/ _/_/ _/ Email:
[email protected]
_/ _/_/_/_/_/_/
> From
[email protected] Wed Dec 11 13:51:58 1996
> Date: Wed, 11 Dec 1996 15:32:05 -0500
> From: "C. Paul Ferroni" <
[email protected]>
> To:
[email protected]
> Subject: bin,etc,dev directories
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Sender:
[email protected]
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
> I have about a dozen "chroot'ed" guestgroup accounts on my ftp
> server, and have been copying the bin, dev and etc directories
> around to each of them to handle the chroot'ed environment.
>
> If I want to change the default message when connecting, or make
> a change to one of these directories, I need to make changes in all
> of them, thus having to do it 12 or more times.
>
> Question: Does anyone out there have an elegant solution for
> this problem? I considered hard links to the directory (all the
> stuff is in the same file system), but Solaris 2.5 man pages indicate
> that hard linked directories aren't allowed by the "ln" command.
>
> Comments?
>
> -cpf
>
> --
> C. Paul Ferroni Phone: 216-646-4114 (voice) 216-646-3176 (fax)
> Systems Specialist Admin areas: UNIX, WWW, Usenet News, etc.
> Allen-Bradley Company, Inc Email:
[email protected]
From
[email protected] Fri Dec 13 06:41:17 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYYlb-000AGiC; Fri, 13 Dec 96 06:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA04616; Fri, 13 Dec 1996 08:38:19 -0600
Received: from inet-smtp-gw-1.us.oracle.com (inet-smtp-gw-1.us.oracle.com [192.86.155.81]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA20910 for <
[email protected]>; Thu, 12 Dec 1996 12:54:15 -0600
Received: from solstice.us.oracle.com by inet-smtp-gw-1.us.oracle.com with ESMTP (8.6.12/37.7)
id KAA13484; Thu, 12 Dec 1996 10:54:09 -0800
Received: by solstice.us.oracle.com (SMI-8.6/SMI-SVR4)
id LAA13742; Thu, 12 Dec 1996 11:52:15 -0700
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 11:52:15 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Nathan Berry)
To:
[email protected]
Subject: Account problems
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-MD5: J9bqupcL4pnYL/igbONvfw==
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am having two separate problems (at least I think they are unrelated).
1) I have set up a guest account and it works, that is from a UNIX box. If I
use a UNIX ftp client I see everything that is in the directory and all commands
I have given access to in ftpaccess work. When I do a ftpwho it reports back
correctly. If I use SmartTerm's FTP client or Hummingbird's FTP client I
connect okay, passive mode, but see nothing in the home directory of the guest
account. Also, ftpwho and ftpcount report no one on the system, yet I do a ps
and see the ftpd running. What's up with this???
2) I have a common directory that everyone can read. I have a link in the
guest account directory to a file that is readable in the common directory. If
I login in and do an ls I see the link. If I try to get the link I am told the
file or directory does not exist. If I place the actual file in the account's
directory I have no problem accessing the file. What's up with this???
_/ _/_/_/_/_/_/ Nathan Berry
_/_/ _/ _/ 6501 E Belleview Ave.
_/ _/ _/ _/ Englewood, CO 80111
_/ _/ _/_/_/_/_/_/ Phone: (303) 889-8816
_/ _/ _/ _/ Fax: (303) 889-8805
_/ _/_/ _/ Email:
[email protected]
_/ _/_/_/_/_/_/
From
[email protected] Fri Dec 13 07:18:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYZKa-000AHiC; Fri, 13 Dec 96 07:15 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA06484; Fri, 13 Dec 1996 09:12:02 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA26706 for <
[email protected]>; Thu, 12 Dec 1996 15:52:31 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id QAA26933 for
[email protected]; Thu, 12 Dec 1996 16:52:30 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 16:52:30 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: What's happening next..?
In-Reply-To: <
[email protected]> from "Vincent Cojot" at Dec 9, 96 07:12:36 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Vincent Cojot':
>
>
> Dear fellow users/admins of wu-ftpd,
>
> I have been on this list for a while and I think that I have seen
> quite a few patches on it since Beta-11 came out. Some of the patches were
> fixing bugs to the core functionnality of wu-ftpd, others were extending
> the functionnality.. most of them would be nice to have in the future
> release of wu-ftpd. Do people who issue those patches send them all by
> mail _also_ to Stan Barber (
[email protected])? Is stan still
> working on a future release of wu-ftpd incorporating some of these
> patches? That would be very nice if all these efforts could be coordinated
> and incorporated into the next release. Forgive me if this question has
> been asked recently but I was just wondering...
>
:-)
Yes, I've the same questions too
somebody kind enough to give some inputs ???
====
two cents
===
I update my free software for 3 reasons(in order)
1- security
2- bug fixes
3- new features
I've seen a lot of patches floating in this lists. But none
will fall under the 3 reasons above. Some are questionnable,
other are fixes particular to an OS, or just a question of view point on the
``right'' behaviour of ftpd. (BTW some are really nice 8)
If you have time to come up with a ``release''(Beta, Alpha, official,
non-official I don't care) if this version can check one+ of the above
mention reasons, Well I'll be the first to knock on your door (door number
21 that is ;-)
--
Joyeux Noe:l, alain
From
[email protected] Fri Dec 13 07:35:01 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYZb4-000BD1C; Fri, 13 Dec 96 07:32 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA07181; Fri, 13 Dec 1996 09:29:31 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA28396 for <
[email protected]>; Thu, 12 Dec 1996 16:40:31 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id RAA27456; Thu, 12 Dec 1996 17:40:30 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 17:40:29 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: wu-ftpd (beta 11), old idle connections and ftpwho output
In-Reply-To: <
[email protected]> from "Gildas Perrot" at Dec 10, 96 10:35:23 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Gildas Perrot':
>
> Hi,
>
> I am using wu-ftpd-2.4.2-beta-11 on BSD/OS 2.1. I noticed that some ftp
> sessions are idle but are not closed so they disallow new connections. I
..
>
> Here is the ftpwho output I got :
>
> Service class remote:
> 3405 ?? IW 0:03.17 pppA221.francenet.fr: geraudie: STOR harry2.jpg\r\n (
> 28676 ?? I 0:00.49 ppp20.infrescom.fr: rfriess: STOR perso.html\r\n (ftp
> 1342 ?? S 0:00.53 ppp-206-156.neuilly.club-internet.fr: shno: IDLE (ftp
> 11928 ?? IW 0:00.67 ppp31.francenet.fr: danitra: LIST\r\n (ftpd)
> 12498 ?? IW 0:00.82 ppp13.francenet.fr: danitra: LIST\r\n (ftpd)
> 11569 ?? IW 0:00.72 ppp36.francenet.fr: danitra: LIST\r\n (ftpd)
> - 6 users ( 10 maximum)
>
1-
IDLE does'nt mean necessarily dead(zombies)
it means "doing nothing"(shiftless)
it also apply to sys. admin ... i.e. lazy ;-)
Seriously if a client connect to you ftpd server and don't do nothing
the process is IDLE, it will eventually time out and die _if_
the client doesn't issue command to change the state.
If you kill the IDLE's then you may be killing some legitimate
connections.
I beleive you can change the timeout on the command line, here
the defaults values
-------------ftpd.c---------------------
int timeout = 900; /* timeout after 15 minutes of inactivity */
int maxtimeout = 7200; /* don't allow idle time to be set beyond 2
* hours */
-------------ftpd.c---------------------
2-
Now don't confuse IDLE processes with zombies(hang processes)
They were some previous posts on this matter(see the archive):
- can't get a lock
- connection from Web Browsers with the passive modes
-.....
I beleive that `Michael Brennen' had a small patch that can be
of help if you're overwhelmed with zombies(not IDLES ;-)(see archive)
3-
> Furthermore, there is no explanation in manual pages about the output of
> 'ftpwho'.
>
yes, the ftp{who,count} man pages are ... to be gentle dry :)
If you do have spare time don't be shy to update them 8-)
4-
> believed that beta11 solved this bug. How to kill those connections
> automatically ? Is it possible to use the output of ftpwho ?
Well if you insist
sure why not ? you have to do a little `massage' on the ouput
or just has good
ps -auxwww | grep ftp | grep IDLE | awk '{print $2}'|xargs kill -9
Very rude and not recommanded.
/bin/ps options may vary on the OS.
4-
Good luck, and Joyeux Noe:l
--
alain
From
[email protected] Fri Dec 13 07:39:35 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYZf1-000AqPC; Fri, 13 Dec 96 07:36 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA07560; Fri, 13 Dec 1996 09:35:40 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA04133 for <
[email protected]>; Thu, 12 Dec 1996 21:16:39 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id WAA29440; Thu, 12 Dec 1996 22:16:37 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 12 Dec 1996 22:16:37 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: ZIP with sunos4.1.3
In-Reply-To: <9612080045.AA14466@bard> from "Keith Iverson" at Dec 7, 96 04:45:04 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Keith Iverson':
>
> Anyone out there get 'zip' and 'unzip' to work on a sunOS 4.1.3 platform?
> I've made all the appropriate entries in the ftpconversions file and the
> binaries in ~ftp/bin do work outside of ftp. Would be real nice to be able
> to support (un)zip from ftp.
> (un)compress and g(un)zip work just fine, can't seem to get (un)zip to work.
> Is it even supported?
>
I don't think it will work .. at least not without some
serious work
1- won't work
the reason is zip/unzip(at least my old versions) can not do
zipping and unziping to stdout.
for exemple if I want to tar a directory and send this on stdout:
tar -cf - foo
can't do that with zip i.e.:
zip -r - foo # won't work
For the compression an tarring on the fly to work, the
programm must be able to send the result on stdout.
2- work arounds
a-
If you know zip well enough, you could change the src code
and send the result on stdout.
b-
_ I DIDN'T TRY THIS__
#include "disclaimer.h"
you've been warn.
It's possible to write a small wrapper to zip, it will take one argument
zip the directory and send the result to stdout. Wu-ftp will not even be
aware of it, something like:
: : :.zip:/bin/wrap_sip %s:T_REG|T_DIR:O_TAR:TAR
---wrap_zip(pseudo code)-----
get the directory name
zip the directory
send the result to stdout
---------------------------
3- dunno
Merry Chrisma !! ;-)
--
Joyeux Noe:l, alain
From
[email protected] Fri Dec 13 11:05:46 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYcsW-0000hFC; Fri, 13 Dec 96 11:02 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA22965; Fri, 13 Dec 1996 13:01:01 -0600
Received: from rusty. (rusty.wustl.edu [128.252.120.70]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA06817 for <
[email protected]>; Fri, 13 Dec 1996 09:20:38 -0600
Received: from localhost by rusty. (SMI-8.6/SMI-SVR4)
id JAA17000; Fri, 13 Dec 1996 09:20:27 -0600
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 09:20:27 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Naeem Bari <
[email protected]>
To: Nathan Berry <
[email protected]>
Cc:
[email protected]
Subject: Re: Account problems
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> 2) I have a common directory that everyone can read. I have a link in the
> guest account directory to a file that is readable in the common directory. If
> I login in and do an ls I see the link. If I try to get the link I am told the
> file or directory does not exist. If I place the actual file in the account's
> directory I have no problem accessing the file. What's up with this???
ftp won't follow symbolic links to files outside the ftp directory tree
since it assumes everything outside the tree is off limits to ftp clients.
Regards,
naeem
-------------------------------------------------------------
Naeem Bari Tel: (314) 935-4865
Software/Network Engineer Fax: (314) 935-7142
Office of the N/W Coordinator
[email protected]
Washington U. in St. Louis
http://www.cs.wustl.edu/~naeem
--------------------------------------------------------------
From
[email protected] Fri Dec 13 11:12:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYcyR-000Ba0C; Fri, 13 Dec 96 11:08 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA23324; Fri, 13 Dec 1996 13:07:43 -0600
Received: from rusty. (rusty.wustl.edu [128.252.120.70]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA07192 for <
[email protected]>; Fri, 13 Dec 1996 09:29:42 -0600
Received: from localhost by rusty. (SMI-8.6/SMI-SVR4)
id JAA17021; Fri, 13 Dec 1996 09:29:33 -0600
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 09:29:32 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Naeem Bari <
[email protected]>
To:
[email protected]
Subject: Re: What's happening next..?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have the same question and a proposal. I am one of the engineers at ONC
in Washington University. I help run wuarchive and this mailing list among
other things. If no one is currently taking care of wu-ftpd's source tree
I would like to volunteer. I don't mind scrounging up the patches floating
around and releasing a patched up version when appropriate.
BTW, I personally am new to wu-ftpd, and will be going through our mail
archives to bring myself up to speed. I replaced Brian O Connor, for those
who are interested.
Any comments/suggestions/flames will be cheerfully awaited.
Regards,
naeem
> According to `Vincent Cojot':
> >
> >
> > Dear fellow users/admins of wu-ftpd,
> >
> > I have been on this list for a while and I think that I have seen
> > quite a few patches on it since Beta-11 came out. Some of the patches were
> > fixing bugs to the core functionnality of wu-ftpd, others were extending
> > the functionnality.. most of them would be nice to have in the future
> > release of wu-ftpd. Do people who issue those patches send them all by
> > mail _also_ to Stan Barber (
[email protected])? Is stan still
> > working on a future release of wu-ftpd incorporating some of these
> > patches? That would be very nice if all these efforts could be coordinated
> > and incorporated into the next release. Forgive me if this question has
> > been asked recently but I was just wondering...
> >
>
> :-)
> Yes, I've the same questions too
> somebody kind enough to give some inputs ???
>
> ====
> two cents
> ===
> I update my free software for 3 reasons(in order)
> 1- security
> 2- bug fixes
> 3- new features
>
> I've seen a lot of patches floating in this lists. But none
> will fall under the 3 reasons above. Some are questionnable,
> other are fixes particular to an OS, or just a question of view point on the
> ``right'' behaviour of ftpd. (BTW some are really nice 8)
>
> If you have time to come up with a ``release''(Beta, Alpha, official,
> non-official I don't care) if this version can check one+ of the above
> mention reasons, Well I'll be the first to knock on your door (door number
> 21 that is ;-)
>
> --
> Joyeux Noe:l, alain
>
-------------------------------------------------------------
Naeem Bari Tel: (314) 935-4865
Software/Network Engineer Fax: (314) 935-7142
Office of the N/W Coordinator
[email protected]
Washington U. in St. Louis
http://www.cs.wustl.edu/~naeem
--------------------------------------------------------------
From
[email protected] Fri Dec 13 11:16:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYd3P-000BQQC; Fri, 13 Dec 96 11:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA23620; Fri, 13 Dec 1996 13:13:08 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA07787 for <
[email protected]>; Fri, 13 Dec 1996 09:40:29 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id JAA29027 for <
[email protected]>; Fri, 13 Dec 1996 09:40:29 -0600
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 09:40:29 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd (beta 11), old idle connections and ftpwho output
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Not zombies -- that is a particular Unix process state.
The patch *may* help with 'hung' processes -- normal processes that are
waiting for data that will never come.
YMMV.
-- Michael
On Thu, 12 Dec 1996, Alain Magloire wrote:
> I beleive that `Michael Brennen' had a small patch that can be
> of help if you're overwhelmed with zombies(not IDLES ;-)(see archive)
--- ftpd.c.b11 Wed Jul 17 15:23:24 1996
+++ ftpd.c Wed Aug 7 17:04:39 1996
@@ -2169,7 +2169,9 @@
if (select(pdata+1, &set, (fd_set *) 0, (fd_set *) 0, &timeout) == 0 ||
(s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0) {
#else
+ alarm(120);
s = accept(pdata, (struct sockaddr *) &from, &fromlen);
+ alarm(0);
if (s < 0) {
#endif
reply(425, "Can't open data connection.");
From
[email protected] Fri Dec 13 11:43:54 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdSR-000BIiC; Fri, 13 Dec 96 11:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24921; Fri, 13 Dec 1996 13:38:45 -0600
Received: from guardian.brooktree.com (btree.brooktree.com [157.152.4.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA16345 for <
[email protected]>; Fri, 13 Dec 1996 11:27:36 -0600
Received: from btree.is.brooktree.com (btree.is.brooktree.com [157.152.9.170]) by guardian.brooktree.com (8.8.4/8.7.3) with ESMTP id JAA11834 for <
[email protected]>; Fri, 13 Dec 1996 09:27:35 -0800 (PST)
Received: (from boydj@localhost) by btree.is.brooktree.com (8.6.9/8.6.1) id JAA20870 for
[email protected]; Fri, 13 Dec 1996 09:27:34 -0800
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 09:27:34 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Boyd Johnson <
[email protected]>
To:
[email protected]
Subject: Some ftpaccess lines work, some don't
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Sorry if you got this before. I sent it Monday morning and never got it
back from the list.
We are using wu-ftp 2.4 on HP-UX 9.07 and trying to figure out how to
tighten security down a little more, but some of the parameters I've put
into ftpaccess do not seem to work. All lines below starting with "#"
are the complete, quoted ftpaccess (original of course doesn't start
with "#"). I have "ftpd -l -a" in the inetd.conf file. Everything not
commented on I believe works fine. My comments are unquoted and put at
appropriate places. Do I have something set up wrong? Is any more
information needed? The non-working functions I am mainly concerned
about are directory creation and file ownership and mode.
Thanks,
Boyd
#
# class all real,guest,anonymous *
#
# limit all 10 Any /etc/msgs/msg.dead
limit line doesn't. Setting it to 1 it still shows 0 users with ftpwho
and ftpcount even when several people are logged in.
# loginfails 3
# deny !nameserved /etc/msgs/nonameserver
# readme README* login
# readme README* cwd=*
#
# message /welcome.msg login
# message .message cwd=*
#
# upload /home/ftp * no
# upload /home/ftp/* * no
# upload /home/ftp /pub/incoming yes root guest 0600 nodirs
# upload /home/ftp /pub/cad/incoming yes webmaster guest 0600 nodirs
Directories can be created in incoming and are owned by ftp with mode 775.
# download /home/ftp * yes
# download /home/ftp/ * yes
# path-filter anonymous /etc/msgs/pathmsg ^[-A-Za-z0-9._]*$ ^[.-]
This string works, but the string in "man ftpaccess" does not (see line end):
path-filter anonymous /etc/pathmsg ^[-A-Za-z0-9._]*$ ^. ^-
#
# #compress yes local remote
# #tar yes local remote
# compress yes any
# tar yes any
tar and compress are not recognized, but are in every $HOME/bin
# chmod no anonymous,guest
# umask no anonymous,guest
# rename no anonymous,guest
# overwrite no anonymous,guest
# passwd-check rfc822 enforce
#
# log commands real
# log transfers anonymous,guest,real inbound,outbound
# noretrieve /etc/passwd /etc/group /etc/nsswitch.conf /etc/netconfig core /etc/ /bin/
#
# shutdown /etc/shutmsg
#
# email
[email protected]
# guestgroup ftponly bt848grp
--
=Boyd Johnson
[email protected] Rockwell Corp, Brooktree Div, San Diego, Ca.=
From
[email protected] Fri Dec 13 11:47:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdXO-000BEgC; Fri, 13 Dec 96 11:44 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA25181; Fri, 13 Dec 1996 13:43:59 -0600
Received: from saqqara.com (sparc-web.danish.com [204.160.110.10]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA19242 for <
[email protected].>; Fri, 13 Dec 1996 12:00:19 -0600
Received: from Maged.saqqara.com by saqqara.com (SMI-8.6/SMI-SVR4)
id KAA01935; Fri, 13 Dec 1996 10:02:44 -0800
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 09:59:07 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Maged Taher <
[email protected]>
To:
[email protected]
Subject: Creating Secure User
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Light Version 3.0.1 beta 4 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
I want to create a directory under the FTP root so that anonymous users can
not access it, and to create an authenticated user to access only this
directory [can not access but the FTP root directory].
Does any body know how to create such a configuration?
Thanks in Advance
- Maged
From
[email protected] Fri Dec 13 12:10:35 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdwI-000BNPC; Fri, 13 Dec 96 12:10 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vYdA4-0003fHC; Fri, 13 Dec 96 11:20 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA23875; Fri, 13 Dec 1996 13:18:17 -0600
Received: from dfw.nkn.net (NKN.NET [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA09681 for <
[email protected]>; Fri, 13 Dec 1996 10:05:29 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id KAA00005 for <
[email protected]>; Fri, 13 Dec 1996 10:00:16 -0600 (CST)
Message-Id: <v03007804aed72c55f534@[207.55.138.2]>
Date: Fri, 13 Dec 1996 10:04:43 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: Problem Compiling on Solaris 2.5.1
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I suspect this has been addressed many times, but I could not find a
solution via usenet. I am using gcc and have changed the Makefile.sol to
reflect "gcc" and "libgcc.a" I am new to Unix so I was not able to
decipher the error messages. Below is the output. Thanks for your help!
sws5# build sol CC=gcc
make args are :
make opts are : CC=gcc
Linking Makefiles.
Making support library.
gcc -g -DDEBUG -c fnmatch.c
gcc -g -DDEBUG -c strcasestr.c
gcc -g -DDEBUG -c strsep.c
gcc -g -DDEBUG -c authuser.c
In file included from authuser.c:7:
/usr/include/arpa/inet.h:46: warning: `struct in_addr' declared inside
parameter
list
/usr/include/arpa/inet.h:46: warning: its scope is only this definition or
decla
ration,
/usr/include/arpa/inet.h:46: warning: which is probably not what you want.
/usr/include/arpa/inet.h:46: warning: parameter has incomplete type
/usr/include/arpa/inet.h:49: warning: parameter has incomplete type
/usr/include/arpa/inet.h:50: warning: parameter has incomplete type
rm -f libsupport.a
ar cq libsupport.a fnmatch.o strcasestr.o strsep.o authuser.o
touch libsupport.a
Making ftpd.
gcc -g -DDEBUG -I.. -I../support -L../support -c ftpd.c
ftpd.c: In function `statcmd':
ftpd.c:1972: `typenames' undeclared (first use this function)
ftpd.c:1972: (Each undeclared identifier is reported only once
ftpd.c:1972: for each function it appears in.)
ftpd.c:1974: `formnames' undeclared (first use this function)
ftpd.c:1982: `strunames' undeclared (first use this function)
ftpd.c:1982: `modenames' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `ftpd.o'
Making ftpcount.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c vers.o
-lsu
pport -lsocket -lnsl -lgen
gcc: vers.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `ftpcount'
Making ftpshut.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o
-lsupp
ort -lsocket -lnsl -lgen
gcc: vers.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `ftpshut'
Making ckconfig.
gcc -g -DDEBUG -I.. -I../support -L../support -o ckconfig ckconfig.c
Links to executables are in bin directory:
size: bin/ftpd: cannot open
size: bin/ftpcount: cannot open
size: bin/ftpshut: cannot open
size: bin/ftpwho: cannot open
bin/ckconfig: 3904 + 312 + 328 = 4544
Done
sws5#
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Fri Dec 13 12:10:42 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdwP-000BTHC; Fri, 13 Dec 96 12:10 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vYdBK-00008bC; Fri, 13 Dec 96 11:22 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24151; Fri, 13 Dec 1996 13:23:19 -0600
Received: from ripsaw.cac.psu.edu (ripsaw.cac.psu.edu [128.118.3.57]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA10982 for <
[email protected]>; Fri, 13 Dec 1996 10:20:33 -0600
Received: from localhost (mloewen@localhost [127.0.0.1]) by ripsaw.cac.psu.edu (8.7.6/8.7.3) with SMTP id LAA11419 for <
[email protected]>; Fri, 13 Dec 1996 11:20:32 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 11:20:31 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Loewen <
[email protected]>
To:
[email protected]
Subject: Re: ZIP with sunos4.1.3
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Thu, 12 Dec 1996, Alain Magloire wrote:
> According to `Keith Iverson':
> >
> > Anyone out there get 'zip' and 'unzip' to work on a sunOS 4.1.3 platform?
> > I've made all the appropriate entries in the ftpconversions file and the
> > binaries in ~ftp/bin do work outside of ftp. Would be real nice to be able
> > to support (un)zip from ftp.
> > (un)compress and g(un)zip work just fine, can't seem to get (un)zip to work.
> > Is it even supported?
> >
>
> I don't think it will work .. at least not without some
> serious work
>
> 1- won't work
>
> the reason is zip/unzip(at least my old versions) can not do
> zipping and unziping to stdout.
I think you need to get a newer version of zip: mine is version 2.1,
dated 04/27/1996, and supports output to STDOUT. Unzip is version 5.20
from 04/30/1996. I copied zip to ~ftp/bin and added the entry:
: : :.zip:/bin/zip -r - %s:T_REG|T_DIR:O_TAR:TAR
to the ftpconversions file, and was able to successfully GET a zipped
version of a directory.
Mike Loewen Center for Academic Computing
Email:
[email protected] The Pennsylvania State University
Phone: (814) 863-4356 University Park, PA 16802
Office: 17 Willard Bldg.
http://ripsaw.cac.psu.edu/mloewen.html
From
[email protected] Fri Dec 13 12:11:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdwj-000BI3C; Fri, 13 Dec 96 12:11 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vYdGF-000314C; Fri, 13 Dec 96 11:27 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24436; Fri, 13 Dec 1996 13:28:30 -0600
Received: from brutus.alltel.net (brutus.alltel.net [205.240.158.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA12636 for <
[email protected]>; Fri, 13 Dec 1996 10:43:22 -0600
Received: from rob (www4.alltel.net [205.240.158.110]) by brutus.alltel.net
(Netscape Mail Server v2.0) with SMTP id AAA10112
for <
[email protected]>; Fri, 13 Dec 1996 11:41:48 -0400
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 11:44:32 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Webmaster <
[email protected]>
To:
[email protected]
Subject: Re: static ls for Solaris 2.5
References: <2.2.16.19961212125232.381fd2b0@rgvx1b>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0Gold (Win95; U)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Udo Winkelmann wrote:
>
> Hi,
> does anybody has a static compiled ls for Solaris 2.5?
> Dynamic ls is much to slow...
No such animal. SUN neglected one needed .a file (can't remember which
one) for a successful static ls to be built.
From
[email protected] Fri Dec 13 12:11:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYdxI-000BYdC; Fri, 13 Dec 96 12:11 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vYdLQ-0003OLC; Fri, 13 Dec 96 11:32 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24661; Fri, 13 Dec 1996 13:33:30 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA14303 for <
[email protected]>; Fri, 13 Dec 1996 11:03:20 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by legolas.mdh.se (8.7.3/8.7.3) with SMTP id SAA13348; Fri, 13 Dec 1996 18:04:06 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 18:04:06 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Udo Winkelmann <
[email protected]>
Cc: wu-ftpd <
[email protected]>
Subject: Re: static ls for Solaris 2.5
In-Reply-To: <2.2.16.19961212125232.381fd2b0@rgvx1b>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Thu, 12 Dec 1996, Udo Winkelmann wrote:
> Hi,
> does anybody has a static compiled ls for Solaris 2.5?
> Dynamic ls is much to slow...
get gnu fileutil 3.13 .. you can get it at
<
ftp://prep.ai.mit.edu/pub/gnu/fileutils-3.13.tar.gz>
(perhaps does the patch also work for 3.14.. then it's
<
ftp://prep.ai.mit.edu/pub/gnu/fileutils-3.14.tar.gz>)
gunzip fileutils-3.13.tar.gz
tar xf fileutils-3.13.tar
patch <fileutils-3.13_static-ls.patch
################# fileutils-3.13_static-ls.patch ##############
## delete everything .. included this line
*** fileutils-3.13/src/Makefile Fri Dec 13 17:24:37 1996
--- old/fileutils-3.13/src/Makefile Fri Dec 13 16:18:22 1996
***************
*** 68,74 ****
cp_SOURCES = cp.c cp-aux.c cp-hash.c
dir_SOURCES = ls.c ls-dir.c
vdir_SOURCES = ls.c ls-vdir.c
! ls_SOURCES = ls.c ls-ls.c
BUILT_SOURCES = #M#dircolors.h
PERL = /home/sdu/cel95eig/bin/mine/perl
--- 68,75 ----
cp_SOURCES = cp.c cp-aux.c cp-hash.c
dir_SOURCES = ls.c ls-dir.c
vdir_SOURCES = ls.c ls-vdir.c
! static-ls_SOURCES = static-ls.c
! ls_SOURCES = ls.c ls-ls.c $(static-ls_SOURCES)
BUILT_SOURCES = #M#dircolors.h
PERL = /home/sdu/cel95eig/bin/mine/perl
***************
*** 87,94 ****
LEX = @LEX@
YACC = byacc
CPPFLAGS =
! CFLAGS = -g -O
! LDFLAGS =
LIBS = -lintl -lgen
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
--- 88,95 ----
LEX = @LEX@
YACC = byacc
CPPFLAGS =
! CFLAGS = -static -g -O
! LDFLAGS = -static
LIBS = -lintl -lgen
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
***************
*** 136,142 ****
vdir_OBJECTS = ls$o ls-vdir$o
EXTRA_vdir_SOURCES =
vdir_LDADD = $(LDADD)
! ls_OBJECTS = ls$o ls-ls$o
EXTRA_ls_SOURCES =
ls_LDADD = $(LDADD)
mkdir_SOURCES = mkdir.c
--- 137,144 ----
vdir_OBJECTS = ls$o ls-vdir$o
EXTRA_vdir_SOURCES =
vdir_LDADD = $(LDADD)
! static-ls_OBJECTS = static-ls$o
! ls_OBJECTS = ls$o ls-ls$o $(static-ls_OBJECTS)
EXTRA_ls_SOURCES =
ls_LDADD = $(LDADD)
mkdir_SOURCES = mkdir.c
*** fileutils-3.13/src/static-ls.c Fri Dec 13 16:13:44 1996
--- fileutils-3.13/src/static-ls.c Fri Dec 11 15:29:46 1996
***************
*** 0 ****
--- 1,230 ----
+ /* static-ls.c rec.1, by Emil Isberg <
[email protected]> */
+ /* static-ls.c rev.2, by Brett Porter <
[email protected]>*/
+ /* static-ls.c rev.2.1, by Emil Isberg <
[email protected]> */
+ /* for gnufileutils .. under Solaris 2.5 */
+ /* To compile .. get the lates version of gnufileutil .. */
+ /* add this file */
+
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <limits.h>
+ #include <sys/types.h>
+ #include <sys/uio.h>
+ #include <unistd.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+
+ #define FPASSWD "/etc/passwd"
+ #define FGROUP "/etc/group"
+
+ char *dlopen() { return 0;}
+ int dlclose() { return 0;}
+ char *dlsym() { return 0;}
+ char *dlerror() { return "dynamic linking not loaded";}
+
+ typedef struct {
+ uid_t uid;
+ char *user_name;
+ } pw_entry;
+
+ typedef struct {
+ gid_t gid;
+ char *group_name;
+ } group_entry;
+
+ static pw_entry *pw_array = NULL;
+ static group_entry *group_array = NULL;
+
+ static void fill_pw_array (void);
+ static void fill_group_array (void);
+
+ static void
+ fill_pw_array (void)
+ {
+ int fd;
+ int ok;
+ static char *pw_buf;
+ struct stat statbuf;
+ char *cp;
+ int n_entries;
+ int n_read;
+ int entry;
+
+ fd = open (FPASSWD, O_RDONLY);
+ if (fd < 0) {
+ fprintf (stderr, "Error opening password file.\n");
+ return;
+ }
+
+ ok = fstat (fd, &statbuf);
+ if (ok != 0) {
+ fprintf (stderr, "Error stat-ing passwd file.\n");
+ close (fd);
+ return;
+ }
+
+ pw_buf = malloc (statbuf.st_size + 1);
+ if (pw_buf == NULL) {
+ fprintf (stderr, "Error allocating memory.\n");
+ close (fd);
+ return;
+ }
+
+ n_read = read (fd, pw_buf, (size_t) statbuf.st_size);
+ if (n_read != statbuf.st_size) {
+ perror (NULL);
+ fprintf (stderr, "Error reading password file.\n");
+ free (pw_buf);
+ close (fd);
+ return;
+ }
+ pw_buf [statbuf.st_size] = '\0';
+ close (fd);
+
+ n_entries = 0;
+ for (cp = pw_buf; *cp != '\0'; cp++) {
+ if (*cp == '\n')
+ n_entries++;
+ }
+
+ pw_array = (pw_entry *) malloc ((n_entries + 1) * sizeof (pw_entry));
+ if (pw_array == NULL) {
+ fprintf (stderr, "Error allocating memory.\n");
+ free (pw_buf);
+ return;
+ }
+
+ pw_array [n_entries].uid = -1;
+ cp = pw_buf;
+ for (entry = 0; entry < n_entries; entry++) {
+ pw_array [entry].user_name = cp;
+ while (*cp != ':')
+ cp++;
+ *cp++ = '\0';
+ while (*cp != ':')
+ cp++;
+ cp++;
+ pw_array [entry].uid = atoi (cp);
+ while (*cp != '\n')
+ cp++;
+ cp++;
+ }
+ }
+
+
+ static void
+ fill_group_array (void)
+ {
+ int fd;
+ int ok;
+ static char *group_buf;
+ struct stat statbuf;
+ char *cp;
+ int n_entries;
+ int n_read;
+ int entry;
+
+ fd = open (FGROUP, O_RDONLY);
+ if (fd < 0) {
+ fprintf (stderr, "Error opening group file.\n");
+ return;
+ }
+
+ ok = fstat (fd, &statbuf);
+ if (ok != 0) {
+ fprintf (stderr, "Error stat-ing group file.\n");
+ close (fd);
+ return;
+ }
+
+ group_buf = malloc (statbuf.st_size + 1);
+ if (group_buf == NULL) {
+ fprintf (stderr, "Error allocating memory.\n");
+ close (fd);
+ return;
+ }
+
+ n_read = read (fd, group_buf, (size_t) statbuf.st_size);
+ if (n_read != statbuf.st_size) {
+ perror (NULL);
+ fprintf (stderr, "Error reading group file.\n");
+ free (group_buf);
+ close (fd);
+ return;
+ }
+ group_buf [statbuf.st_size] = '\0';
+ close (fd);
+
+ n_entries = 0;
+ for (cp = group_buf; *cp != '\0'; cp++) {
+ if (*cp == '\n')
+ n_entries++;
+ }
+
+ group_array =
+ (group_entry *) malloc ((n_entries + 1) * sizeof (group_entry));
+ if (group_array == NULL) {
+ fprintf (stderr, "Error allocating memory.\n");
+ free (group_buf);
+ return;
+ }
+
+ group_array [n_entries].gid = -1;
+ cp = group_buf;
+ for (entry = 0; entry < n_entries; entry++) {
+ group_array [entry].group_name = cp;
+ while (*cp != ':')
+ cp++;
+ *cp++ = '\0';
+ while (*cp != ':')
+ cp++;
+ cp++;
+ group_array [entry].gid = atoi (cp);
+ while (*cp != '\n')
+ cp++;
+ cp++;
+ }
+ }
+
+ char *
+ getuser(uid_t uid)
+ {
+ pw_entry *p_pw;
+ static char uid_str [11];
+
+ if (pw_array == NULL)
+ fill_pw_array ();
+ if (pw_array == NULL) {
+ sprintf (uid_str, "%lu", uid);
+ return uid_str;
+ }
+
+ for (p_pw = pw_array; p_pw->uid != -1; p_pw++) {
+ if (p_pw->uid == uid)
+ return p_pw->user_name;
+ }
+ sprintf (uid_str, "%lu", uid);
+ return uid_str;
+ }
+
+ char *
+ getgroup(gid_t gid)
+ {
+ group_entry *p_group;
+ static char gid_str [11];
+
+ if (group_array == NULL)
+ fill_group_array ();
+ if (group_array == NULL) {
+ sprintf (gid_str, "%lu", gid);
+ return gid_str;
+ }
+
+ for (p_group = group_array; p_group->gid != -1; p_group++) {
+ if (p_group->gid == gid)
+ return p_group->group_name;
+ }
+ sprintf (gid_str, "%lu", gid);
+ return gid_str;
+ }
From
[email protected] Fri Dec 13 12:44:01 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYePU-000BTnC; Fri, 13 Dec 96 12:40 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA29741; Fri, 13 Dec 1996 14:39:50 -0600
Received: from inet-smtp-gw-1.us.oracle.com (inet-smtp-gw-1.us.oracle.com [192.86.155.81]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA23142 for <
[email protected]>; Fri, 13 Dec 1996 13:04:40 -0600
Received: from solstice.us.oracle.com by inet-smtp-gw-1.us.oracle.com with ESMTP (8.6.12/37.7)
id LAA32612; Fri, 13 Dec 1996 11:04:38 -0800
Received: by solstice.us.oracle.com (SMI-8.6/SMI-SVR4)
id MAA01610; Fri, 13 Dec 1996 12:02:43 -0700
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 12:02:43 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Nathan Berry)
To:
[email protected]
Subject: Re: Account problems
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-MD5: yNb3dRKrKXrYsUVKpXpe4Q==
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thanks for the info...
_/ _/_/_/_/_/_/ Nathan Berry
_/_/ _/ _/ 6501 E Belleview Ave.
_/ _/ _/ _/ Englewood, CO 80111
_/ _/ _/_/_/_/_/_/ Phone: (303) 889-8816
_/ _/ _/ _/ Fax: (303) 889-8805
_/ _/_/ _/ Email:
[email protected]
_/ _/_/_/_/_/_/
> From
[email protected] Fri Dec 13 12:00:50 1996
> Date: Fri, 13 Dec 1996 09:20:27 -0600 (CST)
> From: Naeem Bari <
[email protected]>
> To: Nathan Berry <
[email protected]>
> Cc:
[email protected]
> Subject: Re: Account problems
> MIME-Version: 1.0
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
>
>
> > 2) I have a common directory that everyone can read. I have a link in the
> > guest account directory to a file that is readable in the common directory.
If
> > I login in and do an ls I see the link. If I try to get the link I am told
the
> > file or directory does not exist. If I place the actual file in the
account's
> > directory I have no problem accessing the file. What's up with this???
>
> ftp won't follow symbolic links to files outside the ftp directory tree
> since it assumes everything outside the tree is off limits to ftp clients.
>
> Regards,
> naeem
>
> -------------------------------------------------------------
> Naeem Bari Tel: (314) 935-4865
> Software/Network Engineer Fax: (314) 935-7142
> Office of the N/W Coordinator
[email protected]
> Washington U. in St. Louis
http://www.cs.wustl.edu/~naeem
> --------------------------------------------------------------
>
From
[email protected] Fri Dec 13 12:50:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYeUw-000BIJC; Fri, 13 Dec 96 12:46 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00148; Fri, 13 Dec 1996 14:45:17 -0600
Received: from inet-smtp-gw-1.us.oracle.com (inet-smtp-gw-1.us.oracle.com [192.86.155.81]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24410 for <
[email protected]>; Fri, 13 Dec 1996 13:27:46 -0600
Received: from solstice.us.oracle.com by inet-smtp-gw-1.us.oracle.com with ESMTP (8.6.12/37.7)
id LAA10474; Fri, 13 Dec 1996 11:26:35 -0800
Received: by solstice.us.oracle.com (SMI-8.6/SMI-SVR4)
id MAA01640; Fri, 13 Dec 1996 12:24:33 -0700
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 12:24:33 -0700
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Nathan Berry)
To:
[email protected]
Subject: Re: Problem Compiling on Solaris 2.5.1
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-MD5: 9uX59iUqpJCZ5kpftrA6nA==
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
In the install instructions it tells you that you might experience the problem
you are having. In the support directory there is a file, ftp.h, that you need
to copy into /usr/include/arpa. Your compile errors will go away. I have
compiled this on Solaris 2.5.1 with no problem.
_/ _/_/_/_/_/_/ Nathan Berry
_/_/ _/ _/ 6501 E Belleview Ave.
_/ _/ _/ _/ Englewood, CO 80111
_/ _/ _/_/_/_/_/_/ Phone: (303) 889-8816
_/ _/ _/ _/ Fax: (303) 889-8805
_/ _/_/ _/ Email:
[email protected]
_/ _/_/_/_/_/_/
> From
[email protected] Fri Dec 13 12:18:21 1996
> Date: Fri, 13 Dec 1996 10:04:43 -0600
> From: Thom Dunaway <
[email protected]>
> To:
[email protected]
> Subject: Problem Compiling on Solaris 2.5.1
> Mime-Version: 1.0
> X-Sender:
[email protected]
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
> I suspect this has been addressed many times, but I could not find a
> solution via usenet. I am using gcc and have changed the Makefile.sol to
> reflect "gcc" and "libgcc.a" I am new to Unix so I was not able to
> decipher the error messages. Below is the output. Thanks for your help!
>
> sws5# build sol CC=gcc
> make args are :
> make opts are : CC=gcc
>
> Linking Makefiles.
>
> Making support library.
> gcc -g -DDEBUG -c fnmatch.c
> gcc -g -DDEBUG -c strcasestr.c
> gcc -g -DDEBUG -c strsep.c
> gcc -g -DDEBUG -c authuser.c
> In file included from authuser.c:7:
> /usr/include/arpa/inet.h:46: warning: `struct in_addr' declared inside
> parameter
> list
> /usr/include/arpa/inet.h:46: warning: its scope is only this definition or
> decla
> ration,
> /usr/include/arpa/inet.h:46: warning: which is probably not what you want.
> /usr/include/arpa/inet.h:46: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:49: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:50: warning: parameter has incomplete type
> rm -f libsupport.a
> ar cq libsupport.a fnmatch.o strcasestr.o strsep.o authuser.o
> touch libsupport.a
>
> Making ftpd.
> gcc -g -DDEBUG -I.. -I../support -L../support -c ftpd.c
> ftpd.c: In function `statcmd':
> ftpd.c:1972: `typenames' undeclared (first use this function)
> ftpd.c:1972: (Each undeclared identifier is reported only once
> ftpd.c:1972: for each function it appears in.)
> ftpd.c:1974: `formnames' undeclared (first use this function)
> ftpd.c:1982: `strunames' undeclared (first use this function)
> ftpd.c:1982: `modenames' undeclared (first use this function)
> *** Error code 1
> make: Fatal error: Command failed for target `ftpd.o'
>
> Making ftpcount.
> gcc -g -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c vers.o
> -lsu
> pport -lsocket -lnsl -lgen
> gcc: vers.o: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for target `ftpcount'
>
> Making ftpshut.
> gcc -g -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o
> -lsupp
> ort -lsocket -lnsl -lgen
> gcc: vers.o: No such file or directory
> *** Error code 1
> make: Fatal error: Command failed for target `ftpshut'
>
> Making ckconfig.
> gcc -g -DDEBUG -I.. -I../support -L../support -o ckconfig ckconfig.c
>
> Links to executables are in bin directory:
> size: bin/ftpd: cannot open
> size: bin/ftpcount: cannot open
> size: bin/ftpshut: cannot open
> size: bin/ftpwho: cannot open
> bin/ckconfig: 3904 + 312 + 328 = 4544
> Done
> sws5#
>
> *******************************
> "A man can receive only what is given him from heaven."
> thom dunaway
>
[email protected]
> *******************************
>
>
From
[email protected] Fri Dec 13 12:54:51 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYeZc-000BIiC; Fri, 13 Dec 96 12:51 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00439; Fri, 13 Dec 1996 14:50:21 -0600
Received: from nwcs.net (morticia.nwcs.net [207.88.174.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24474 for <
[email protected]>; Fri, 13 Dec 1996 13:29:12 -0600
Received: from MicroPlanet-Gravity.nwcs.net (gomez.nwcs.net [207.88.174.66]) by nwcs.net (8.6.10/8.6.10) with SMTP id LAA11329; Fri, 13 Dec 1996 11:34:29 -0800
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 11:41:53 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Peter Baker)
To:
[email protected],
[email protected]
Subject: WU-FTPD compiling- Problem w/realpath
X-Mailer: MicroPlanet Gravity v1.01
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
When I am building FTPD (wu-ftpd-2.4.2-beta11) on UnixWare 2.1, I recieve
Undefined first referenced
symbol in file
realpath_on_steroids extensions.o
Now if I edit config.h and remove the #define realpath, I then get
UX:acomp: ERROR: "extensions.c", line 99: identifier redeclared: realpath
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.
Am I missing a lib for realpath_on_steroids or am I missing something
here?
TIA
-Peter Baker
cc:
[email protected]
From
[email protected] Fri Dec 13 12:59:35 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYeea-000BKYC; Fri, 13 Dec 96 12:56 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00696; Fri, 13 Dec 1996 14:55:24 -0600
Received: from ftms.ftms.com (bajor.ftms.com [198.150.23.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA24516 for <
[email protected]>; Fri, 13 Dec 1996 13:30:04 -0600
Received: (from brown@localhost) by ftms.ftms.com (8.6.9/8.6.9) id NAA21363 for
[email protected]; Fri, 13 Dec 1996 13:30:03 -0600
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 13:30:02 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vidiot <
[email protected]>
To:
[email protected]
Subject: Re: ZIP with sunos4.1.3
In-Reply-To: <
[email protected]> from "Mike Loewen" at Dec 13, 96 11:20:31 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
< I think you need to get a newer version of zip: mine is version 2.1,
<dated 04/27/1996, and supports output to STDOUT. Unzip is version 5.20
<from 04/30/1996. I copied zip to ~ftp/bin and added the entry:
<Mike Loewen Center for Academic Computing
So please post to the list where you obtained the latest version.
Thanks.
MB
--
System Administrator - Finnigan FT/MS - Madison WI. <URL:
http://www.ftms.com/>
e-mail:
[email protected]
phone: (608) 273-8262 ext: 612 fax: (608) 273-8719
Visit - <URL:
http://www.cdsnet.net/vidiot/> (Your link to Star Trek and UPN)
From
[email protected] Fri Dec 13 13:04:45 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYejI-000BSMC; Fri, 13 Dec 96 13:01 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA00983; Fri, 13 Dec 1996 15:00:24 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA25712 for <
[email protected]>; Fri, 13 Dec 1996 13:52:22 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id NAA31006; Fri, 13 Dec 1996 13:52:11 -0600
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 13:52:11 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Maged Taher <
[email protected]>
Cc:
[email protected]
Subject: Re: Creating Secure User
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
You need to get the guest howto below and go over it *carefully*. It will
do what you want.
-- Michael
On Fri, 13 Dec 1996, Maged Taher wrote:
> I want to create a directory under the FTP root so that anonymous users can
> not access it, and to create an authenticated user to access only this
> directory [can not access but the FTP root directory].
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
There are additional security references in the above docs.
From
[email protected] Fri Dec 13 13:09:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYeof-000BXsC; Fri, 13 Dec 96 13:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA01244; Fri, 13 Dec 1996 15:05:45 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA26803 for <
[email protected]>; Fri, 13 Dec 1996 14:04:21 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by legolas.mdh.se (8.7.3/8.7.3) with SMTP id VAA28914; Fri, 13 Dec 1996 21:05:14 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 21:05:14 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Webmaster <
[email protected]>
Cc:
[email protected]
Subject: Re: static ls for Solaris 2.5
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 13 Dec 1996, Webmaster wrote:
> Udo Winkelmann wrote:
> > Hi,
> > does anybody has a static compiled ls for Solaris 2.5?
> > Dynamic ls is much to slow...
> No such animal. SUN neglected one needed .a file (can't remember which
> one) for a successful static ls to be built.
libdl.a
From
[email protected] Fri Dec 13 13:48:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYfOg-000BYbC; Fri, 13 Dec 96 13:43 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA04073; Fri, 13 Dec 1996 15:42:59 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA00253 for <
[email protected]>; Fri, 13 Dec 1996 14:47:46 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id PAA06898 for
[email protected]; Fri, 13 Dec 1996 15:47:45 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 15:47:45 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: ZIP with sunos4.1.3
In-Reply-To: <
[email protected]> from "Mike Loewen" at Dec 13, 96 11:20:31 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Mike Loewen':
>
> > According to `Alain Magloire':
> >
> > I don't think it will work .. at least not without some
> > serious work
> >
> > 1- won't work
> >
> > the reason is zip/unzip(at least my old versions) can not do
> > zipping and unziping to stdout.
>
> I think you need to get a newer version of zip: mine is version 2.1,
> dated 04/27/1996, and supports output to STDOUT. Unzip is version 5.20
> from 04/30/1996. I copied zip to ~ftp/bin and added the entry:
>
> : : :.zip:/bin/zip -r - %s:T_REG|T_DIR:O_TAR:TAR
>
> to the ftpconversions file, and was able to successfully GET a zipped
> version of a directory.
>
Congrat. !! (ye !! party ! rejoice ;-)
keith will be happy to see this, certainly will make
is chrismas a little brighter.
thanks for the correction
--
Joyeux Noe:l, alain
From
[email protected] Fri Dec 13 13:53:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYfTl-000BEgC; Fri, 13 Dec 96 13:49 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA04427; Fri, 13 Dec 1996 15:48:31 -0600
Received: from ripsaw.cac.psu.edu (ripsaw.cac.psu.edu [128.118.3.57]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA01109 for <
[email protected]>; Fri, 13 Dec 1996 15:03:19 -0600
Received: from localhost (mloewen@localhost [127.0.0.1]) by ripsaw.cac.psu.edu (8.7.6/8.7.3) with SMTP id QAA12736 for <
[email protected]>; Fri, 13 Dec 1996 16:03:12 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 16:03:11 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Mike Loewen <
[email protected]>
To:
[email protected]
Subject: Re: ZIP with sunos4.1.3
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 13 Dec 1996, Vidiot wrote:
> < I think you need to get a newer version of zip: mine is version 2.1,
> <dated 04/27/1996, and supports output to STDOUT. Unzip is version 5.20
> <from 04/30/1996. I copied zip to ~ftp/bin and added the entry:
> <Mike Loewen Center for Academic Computing
>
> So please post to the list where you obtained the latest version.
The Info-ZIP home page may be found at:
http://quest.jpl.nasa.gov/Info-ZIP/
Mike Loewen Center for Academic Computing
Email:
[email protected] The Pennsylvania State University
Phone: (814) 863-4356 University Park, PA 16802
Office: 17 Willard Bldg.
http://ripsaw.cac.psu.edu/mloewen.html
From
[email protected] Fri Dec 13 13:59:40 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYfZ8-000BTNC; Fri, 13 Dec 96 13:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA04704; Fri, 13 Dec 1996 15:53:39 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA03950 for <
[email protected]>; Fri, 13 Dec 1996 15:41:07 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id QAA07628; Fri, 13 Dec 1996 16:40:55 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 16:40:55 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected],
[email protected]
Subject: Re: static ls for Solaris 2.5
In-Reply-To: <
[email protected]> from "Emil Isberg" at Dec 13, 96 09:05:14 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Emil Isberg':
>
> On Fri, 13 Dec 1996, Webmaster wrote:
> > Udo Winkelmann wrote:
> > > Hi,
> > > does anybody has a static compiled ls for Solaris 2.5?
> > > Dynamic ls is much to slow...
> > No such animal. SUN neglected one needed .a file (can't remember which
> > one) for a successful static ls to be built.
>
>
> libdl.a
>
Can you be so kind to give a __FULL__ path of that library
To compile ls statically I had to provide
stubs (dlclose.o, etc..) on the command line
see Solaris FAQ
--
alain
From
[email protected] Fri Dec 13 17:18:59 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYiil-000BYDC; Fri, 13 Dec 96 17:16 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA13237; Fri, 13 Dec 1996 19:16:09 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA13163 for <
[email protected]>; Fri, 13 Dec 1996 19:14:29 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id RAA04072 for
[email protected]; Fri, 13 Dec 1996 17:16:56 -0800
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 17:16:56 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: wu-ftpd -- VERY odd problem
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
(I'm sure you've all heard of a similar problem, but maybe not
one quite like this...)
# /bin/ftp
ftp> o localhost
Connected to localhost.
220 onyx FTP server (Version wu-2.4.2-academ[BETA-11](1) Fri Dec 13 16:41:51 PST 1996) ready.
Name (localhost:): yoshi
421 Service not available, remote server has closed connection
Login failed.
No control connection for command: No such file or directory
ftp>
Immediatly at this point, I receive the following error in syslog:
Dec 13 17:13:04 onyx ftpd[4042]: exiting on signal 11
/etc/ftpaccess is being used (#define USE_ETC), as shown below:
# strings -a /usr/sbin/wu.ftpd | grep ftpaccess
/etc/ftpaccess
Too many args (>%d) in ftpaccess: %s %s %s %s %s ...
And these are the command-line arguments i'm passing:
# grep ftp /etc/inetd.conf
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu.ftpd -a -l
What i'm concerned about is the "No control connection for command"
line sent to me via wu-ftpd. As you can see, I am using the -a, -d,
and -l options. /etc/ftpaccess exists, and is readable.
If I remove the '-a' option, the aforementioned error goes away,
and lets my users login: the drawback is that I cannot make use
of the "/home/username/./" feature for chroot() in limiting users
to which directory is considered root (/). The user 'yoshi' is
a normal user, with no "wu-ftp" features in his path or etc..
If someone could direct me on what exactly is causing this problem,
i'd be grateful, as our ISP requires the "/./" feature.
Ah, and before I forget: Linux v2.0.27, libc 5.3.12, gcc 2.7.2.
Thanks.
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-0435 |
|
http://yoshi.parodius.com |
From
[email protected] Fri Dec 13 19:52:22 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYl5m-000AwnC; Fri, 13 Dec 96 19:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA16903; Fri, 13 Dec 1996 21:47:59 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA16802 for <
[email protected]>; Fri, 13 Dec 1996 21:43:33 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id WAA13322; Fri, 13 Dec 1996 22:43:26 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 13 Dec 1996 22:43:26 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: built_in ls ?
In-Reply-To: <
[email protected]> from "Emil Isberg" at Dec 13, 96 06:04:06 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Emil Isberg':
>
..
> patch <fileutils-3.13_static-ls.patch
[..patch deleted ..]
The major pains in the ... neck, of wu-ftpd are:
- the chroot()
- the external execution of ``bin/ls''
this two are probably 80%++ of this mailing list traffic.
Seing your static-ls patch(previous post) made me wonder
I hard will it be to have a BUILT_IN ``ls''
in wu-ftpd.
Having built_in ``ls'' may:
- improve performance
- will alleviate the needs
for those (*#&@^*&$) <-- put your best(worst) blasphemy here
~ftp/dev/*
~ftp/lib/*
Especially on Solaris well to have ``bin/ls'' kicking,
you must populate ~ftp/lib/* ... sigh
Unfortunatly, I will not have time to explore this (I promised
my girlfriend that I would not even look at a computer this chrismas).
But if someone have try this or have
Comments/suggestions/etc.. let me know.
P.S: The Net can be such a small world, just in case ...
#ifdef GIRL_FRIEND
(I love you dear ;-)
#else
(hello there)
#endif
--
Joyeux Noe:l, alain
From
[email protected] Fri Dec 13 20:39:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYlqe-000BC7C; Fri, 13 Dec 96 20:37 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA17940; Fri, 13 Dec 1996 22:36:33 -0600
Received: from hustle.rahul.net (hustle.rahul.net [192.160.13.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA17833 for <
[email protected]>; Fri, 13 Dec 1996 22:30:10 -0600
Received: from raw.lionheart.com by hustle.rahul.net with BSMTP id AA25588
(5.67b8/IDA-1.5 for <
[email protected]>); Fri, 13 Dec 1996 20:30:08 -0800
Received: from bard by raw.lionheart.com with uucp
(Smail3.1.28.1 #17) id m0vYlOD-000SUZC; Fri, 13 Dec 96 20:07 PST
Received: by bard (4.1/SMI-4.1)
id AA14480; Fri, 13 Dec 96 20:16:14 PST
Message-Id: <9612140416.AA14480@bard>
Date: Fri, 13 Dec 1996 20:16:14 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Keith Iverson)
To:
[email protected]
Subject: Re: wu-ftpd -- VERY odd problem
In-Reply-To: <
[email protected]> from "Yoshi" at Dec 13, 96 05:16:56 pm
Content-Type: text
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Yes, I had a very similar problem, just after entering a user name I
would get the same error that you are reporting. The advice that I got,
which has made everything work perfectly, is as follows. Signal 11 is a
segmentation violation which could indicate that an address is not being
properly de-referrenced...i.e., a bug in the program. The solution I
received was simple, but worked perfectly. All I did was re-compile the
ftpd using the latest gcc compiler. I was using gcc 2.4.5, which is
ancient and caused the problems. The newest is gcc 2.7.2.1
-Keith
> > (I'm sure you've all
heard of a similar problem, but maybe not > one quite like this...)
>
># /bin/ftp
>ftp> o localhost
>Connected to localhost.
>220 onyx FTP server (Version wu-2.4.2-academ[BETA-11](1) Fri Dec 13 16:41:51 PST 1996) ready.
>Name (localhost:): yoshi
>421 Service not available, remote server has closed connection
>Login failed.
>No control connection for command: No such file or directory
>ftp>
>
> Immediatly at this point, I receive the following error in syslog:
>
>Dec 13 17:13:04 onyx ftpd[4042]: exiting on signal 11
>
> /etc/ftpaccess is being used (#define USE_ETC), as shown below:
>
># strings -a /usr/sbin/wu.ftpd | grep ftpaccess
>/etc/ftpaccess
>Too many args (>%d) in ftpaccess: %s %s %s %s %s ...
>
> And these are the command-line arguments i'm passing:
>
># grep ftp /etc/inetd.conf
>ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/wu.ftpd -a -l
>
> What i'm concerned about is the "No control connection for command"
> line sent to me via wu-ftpd. As you can see, I am using the -a, -d,
> and -l options. /etc/ftpaccess exists, and is readable.
>
> If I remove the '-a' option, the aforementioned error goes away,
> and lets my users login: the drawback is that I cannot make use
> of the "/home/username/./" feature for chroot() in limiting users
> to which directory is considered root (/). The user 'yoshi' is
> a normal user, with no "wu-ftp" features in his path or etc..
>
> If someone could direct me on what exactly is causing this problem,
> i'd be grateful, as our ISP requires the "/./" feature.
>
> Ah, and before I forget: Linux v2.0.27, libc 5.3.12, gcc 2.7.2.
>
> Thanks.
>
>--
>| Jeremy Chadwick
[email protected] |
>| System/Network/Security Administrator 541-330-0435 |
>|
http://yoshi.parodius.com |
>
>
<======================================================>
Keith A. Iverson Iverson Financial Systems, Inc.
New Product Research and Development
E-mail -
[email protected]
Voice - (408)522-9900 Fax - (408)522-9911
<======================================================>
From
[email protected] Sat Dec 14 02:14:20 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYr3i-000BNVC; Sat, 14 Dec 96 02:11 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA25779; Sat, 14 Dec 1996 04:09:24 -0600
Received: from teaser.teaser.fr (teaser.teaser.fr [194.51.80.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA25648 for <
[email protected]>; Sat, 14 Dec 1996 03:59:10 -0600
Received: from job (ppp1055-ft.teaser.fr [194.206.155.33]) by teaser.teaser.fr (8.7.1/8.7.1) with SMTP id KAA11086 for <
[email protected]>; Sat, 14 Dec 1996 10:59:10 GMT
Message-Id: <
[email protected]>
Date: Sat, 14 Dec 1996 10:59:07 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Thierry LOUVEL <
[email protected]>
To:
[email protected]
Subject: links and real users...Please ! real answers
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected] (Unverified)
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 3 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
well,
it's my xxxxxxxx same questions for the same problem, in mailist
or newsgroup...
i receive for the SAME question: "IT'S NOT POSSIBLE", "IT'S POSSIBLE"
"NO", "YES", and so...
The question (simple no?) is:
"is it possible to use Symbolic links and not realpath for
real users with wu-ftpd ?"
now for the xxxx time (:_o ):
OS: Linux 1.2.13
FTPD: wu-ftpd-2.4.2b11
#df
/dev/hda2 /
/dev/hda1 /files
/dev/hdb1 /disk2
#cat /etc/passwd
[../..]
ftp:*:404:100: :/disk2:/etc/ftponly
guest:*:405:100: :/disk2:/etc/ftponly
userX:xxxx:406:100: :/disk2/users/userX:/bin/bash
[../..]
#cat /etc/group
[../..]
wheel::10:root
ftp::16:ftp
users::100:root
[../..]
in /disk2 i have:
/disk2/bin/ls (static)
/disk2/etc (with *.msg, no "passwd", no "group")
The /etc/ftpaccess is the origin file
in /disk2/users/userX i have:
#ls -l /disk2/users/userX
[../..]
lrwxrwxrwx root root dir1 -> /disk2/dir1
lrwxrwxrwx root root docs -> /files/docs
lrwxrwxrwx root root job -> /usr/local/job
[../..]
The "userX" can go in all of these directory (great !!)
BUT ! when he would like to come back ("cd ..") in the
$HOME directory the result is:
/disk2 for dir1/
/files for docs/
/usr/local for job/
stupid no ?
with "telnet" the result is ok.
so:
- wu-ftpd CAN'T use Symbolic ?
[]YES []NO
[]other....
- Must i change something ?
[] go to windows95
[] job
- How can i do to make it ok ?
[] use another ftpd
[] do what ftp want not what you want
[] kill users
- With guest account is it big crazy ?
- Do you want pizza ?
Please, if you have a think like this show me
how you make it...
Thank's !!!!
Thierry,
--
L.C.I (Etudes, Conseils & Developpement Independant)
Sous DOS/WINDOWS en SGBD, COMMUNICATION, RESEAU...
TEL: (33)01.47.89.18.00 mailto:
[email protected]
FAX: (33)01.41.16.07.53 DATA/PPP: (33)01.41.16.07.53
From
[email protected] Sat Dec 14 02:26:19 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYrGV-000BQoC; Sat, 14 Dec 96 02:24 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA26010; Sat, 14 Dec 1996 04:23:29 -0600
Received: from mail.edit-online.com (cultures.edit.fr [205.177.230.9]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA25709 for <
[email protected]>; Sat, 14 Dec 1996 04:02:58 -0600
Received: (qmail 8407 invoked by uid 42); 14 Dec 1996 16:03:45 -0000
Message-Id: <
[email protected]>
Date: Sat, 14 Dec 1996 11:03:45 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: built_in ls ?
In-Reply-To: <
[email protected]> from "Alain Magloire" at Dec 13, 96 10:43:26 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> From: Alain Magloire <
[email protected]>
> Seing your static-ls patch(previous post) made me wonder
> I hard will it be to have a BUILT_IN ``ls''
> in wu-ftpd.
Indeed I can't understand why wuftpd never used a built-in 'ls'. This
should not be impossible as anonftpd has one. But external libraries & co
will still be needed if you want to use tar/gtar/compress/gzip ( these might
be also implemented as built-in ) .
--
>Edit-Online< International translations, multilanguage WWW creation & hosting
Europe, Tokyo, Beijing, Seoul, Bangkok, Bombay, Washington, Rio, Buenos-Aires
<(=- [
http://www.edit-online.com/] <*> [
ftp://ftp.edit-online.com/] -=)>
Frank DENIS aka Jedi/Sector One, network system administrator. Email:
[email protected]
From
[email protected] Sat Dec 14 07:59:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYwRH-0006OWC; Sat, 14 Dec 96 07:55 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA01395; Sat, 14 Dec 1996 09:54:53 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA01147 for <
[email protected]>; Sat, 14 Dec 1996 09:46:36 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by legolas.mdh.se (8.7.3/8.7.3) with SMTP id QAA05177; Sat, 14 Dec 1996 16:47:26 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sat, 14 Dec 1996 16:47:26 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Alain Magloire <
[email protected]>
Cc:
[email protected]
Subject: Re: static ls for Solaris 2.5
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>>>> Hi,
>>>> does anybody has a static compiled ls for Solaris 2.5?
>>>> Dynamic ls is much to slow...
>>> No such animal. SUN neglected one needed .a file (can't remember which
>>> one) for a successful static ls to be built.
>> libdl.a
>>
> Can you be so kind to give a __FULL__ path of that library
The thing is that libdl.a is the .a file that sun neglected to ship with
Solaris 2.5 ..
> To compile ls statically I had to provide
> stubs (dlclose.o, etc..) on the command line
> see Solaris FAQ
That is why you needed libdl.a .. to get those functions .. but as a
static-ls it really don't need those functions .. dlopen(), dlclose() ..
is handling the dunamically linked library ..
And for getting uid to user conversion you (according to solaris manuals)
really need the dl-functions .. or you can do as Brett Porter
<
[email protected]> and I did .. patch the gnu ls ..
to fix the uid to user mapping .. and include the stubs .. It workes great
.
(I have sent it to the list ones .. I wont do it twice .. it should be in
the archive somewhere ..)
/Emil
From
[email protected] Sat Dec 14 09:36:00 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYxyH-000Af5C; Sat, 14 Dec 96 09:33 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA03348; Sat, 14 Dec 1996 11:33:13 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA03246 for <
[email protected]>; Sat, 14 Dec 1996 11:29:00 -0600
Received: from legolas.mdh.se (legolas.mdh.se [130.238.251.203]) by legolas.mdh.se (8.7.3/8.7.3) with SMTP id SAA13370; Sat, 14 Dec 1996 18:29:43 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sat, 14 Dec 1996 18:29:43 +0100 (MET)
Reply-To: Emil Isberg <
[email protected]>
Sender:
[email protected]
From: Emil Isberg <
[email protected]>
To: Alain Magloire <
[email protected]>,
[email protected]
Cc:
[email protected]
Subject: Re: built_in ls ?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Alain Magloire:
> The major pains in the ... neck, of wu-ftpd are:
> - the chroot()
> - the external execution of ``bin/ls''
> this two are probably 80%++ of this mailing list traffic.
hmm .. you are perhaps correct .. but I think I have seen more RQST for
FAQ (or similar) ..
> Seing your static-ls patch(previous post) made me wonder
> I hard will it be to have a BUILT_IN ``ls''
> in wu-ftpd.
The patch is not an ls itself .. it is just a patch to include something
that already is in the gnufileutils .. the uid to user mapping ..
It wouldn't be hard to include that in wu-ftpd though .. a simple stat
will return the uid and .. and naturally is ls -lR not possible (if it
isn't coded) ..
and also it could be configured so that it uses the built in long_ls()
only if it is in chrooted environment ..
> Having built_in ``ls'' may:
> - improve performance
> - will alleviate the needs
> for those (*#&@^*&$) <-- put your best(worst) blasphemy here
> ~ftp/dev/*
> ~ftp/lib/*
hmm .. those libs would perhaps still be needed if you would want to run
extern programs .. (SITE_EXEC) ..
> Especially on Solaris well to have ``bin/ls'' kicking,
> you must populate ~ftp/lib/* ... sigh
Or you could patch gnufileutils .. and do a make ls ..
.
> Unfortunatly, I will not have time to explore this (I promised
> my girlfriend that I would not even look at a computer this chrismas).
Hmm .. my gf is trying to force me to do the same.. :-( .. and I guess she
is really successful too .. :-)
But as I have work to do with my student union .. I have time to patch
(and learn how to patch) ..
> But if someone have try this or have
> Comments/suggestions/etc.. let me know.
Hmm .. what about all of us out there on solaris2.5^ (the last ^ stands
for and up)
[email protected] replies:
> Indeed I can't understand why wuftpd never used a built-in 'ls'. This
> should not be impossible as anonftpd has one. But external libraries & co
> will still be needed if you want to use tar/gtar/compress/gzip ( these might
> be also implemented as built-in ) .
Hmm .. if all unix hackers (not cracker hacker, I ment programmer hacker)..
come together it wouldn't be that hard to fix that ..
you could do it as easy as a <hacked this function>.c with a header file
<hacked this function>.h that is included where the wu-ftpd-staff want it
to be called ..
ls -l could be called long_ls .. (long_ls.c,long_ls.h)
gtar -> gtar() .. (gtar.c,gtar.h) ..
but I think it is easier to use external commands ..
/Emil
From
[email protected] Sat Dec 14 11:08:54 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vYzP1-000BBmC; Sat, 14 Dec 96 11:05 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA05799; Sat, 14 Dec 1996 13:04:55 -0600
Received: from academ.com (ACADEM.COM [198.137.249.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA05685 for <
[email protected]>; Sat, 14 Dec 1996 13:01:53 -0600
Received: (from sob@localhost) by academ.com (8.8.3/8.7.1) id NAA05507 for
[email protected]; Sat, 14 Dec 1996 13:01:44 -0600 (CST)
Message-Id: <
[email protected]>
Date: Sat, 14 Dec 1996 13:01:44 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Stan Barber)
To:
[email protected]
Subject: Beta-12 to be released January 10, 1997
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
A new release candidate for version 2.4.2, which will be beta 12 will be
released on January 10, 1997. This version will bug fixes only. No new
features will be added. After this release, version 2.5 alpha will be
released (no date is yet set) which will have some new features and
completely new ways of doing installation that is much more friendly to
the novice system administrator. As that will be alpha code, it will
only be released on a limited basis.
During 1997, it is my hope to get 2.4.2 to release and move all development
work to 2.5.
Thanks for your attention.
From
[email protected] Sun Dec 15 00:28:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZBsd-000AgsC; Sun, 15 Dec 96 00:25 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA29997; Sun, 15 Dec 1996 02:23:08 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id CAA29766 for <
[email protected]>; Sun, 15 Dec 1996 02:08:11 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id AAA00243 for
[email protected]; Sun, 15 Dec 1996 00:09:55 -0800
Message-Id: <
[email protected]>
Date: Sun, 15 Dec 1996 00:09:54 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: Re: wu-ftpd -- VERY odd problem
In-Reply-To: <9612140416.AA14480@bard> from Keith Iverson at "Dec 13, 96 08:16:14 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Yes, I had a very similar problem, just after entering a user name I
> would get the same error that you are reporting. The advice that I got,
> which has made everything work perfectly, is as follows. Signal 11 is a
> segmentation violation which could indicate that an address is not being
> properly de-referrenced...i.e., a bug in the program. The solution I
> received was simple, but worked perfectly. All I did was re-compile the
> ftpd using the latest gcc compiler. I was using gcc 2.4.5, which is
> ancient and caused the problems. The newest is gcc 2.7.2.1
I receive the exact same premature exit 'signal 11'; I have
upgraded to gcc v2.7.2.1, and libc 5.4.13, as shown:
# ls -l /lib/libc.so.5*
lrwxrwxrwx 1 root root 14 Dec 14 23:44 /lib/libc.so.5 -> libc.so
5.4.17
lrwxrwxrwx 1 root root 14 Dec 14 23:44 /lib/libc.so.5.3.12 -> li
bc.so.5.4.17
-rwxr-xr-x 1 bin bin 1816182 Dec 6 17:34 /lib/libc.so.5.4.17
# gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs
gcc version 2.7.2.1
I also tried removing the -O2 level optimization, dropping it down
to just -O.
Any other ideas? I'm desperate to get this working, as a few of
our customers need this type of feature.
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-0435 |
|
http://yoshi.parodius.com |
From
[email protected] Sun Dec 15 08:20:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZJGp-000BR8C; Sun, 15 Dec 96 08:18 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA07362; Sun, 15 Dec 1996 10:17:41 -0600
Received: from itsa.ucsf.edu (itsa.ucsf.EDU [128.218.1.14]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA07247 for <
[email protected]>; Sun, 15 Dec 1996 10:13:03 -0600
Received: from localhost (joed@localhost) by itsa.ucsf.edu (8.6.8/8.6.6) with SMTP id IAA24702 for <
[email protected]>; Sun, 15 Dec 1996 08:12:38 -0800
Message-Id: <
[email protected]>
Date: Sun, 15 Dec 1996 08:12:38 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Joe DeBattista <
[email protected]>
To: Discussion about the WUARCHIVE-FTPD project <
[email protected]>
Subject: dir doesn't work with anonymous ftp
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Greetings,
I'm having a little problem getting the dir command to work, when
someone ftps in to "anonymous". The "ls" command works fine, and there is
a link to "dir" in ~ftp/bin. If the user accesses their own account, then
both "ls" and "dir" work fine. I'm using wu-2.4(1), running on an RS6000
under AIX 4.1.4. I'm guessing it's something simple, but I haven't been
able to spot it yet. Any help will be greatly appreciated.
Joe DeBattista
UCSF, ITS Computing Facility
INTERNET:
[email protected]
From
[email protected] Sun Dec 15 14:10:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZOit-0006OiC; Sun, 15 Dec 96 14:07 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA14677; Sun, 15 Dec 1996 16:07:00 -0600
Received: from arthur.meme.com (primary.meme.com [204.128.247.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA14540 for <
[email protected]>; Sun, 15 Dec 1996 16:04:22 -0600
Received: from [206.183.68.209] (d209.loop.interaccess.com [206.183.68.209]) by arthur.meme.com (8.7.6/8.7.3) with SMTP id WAA26235; Sun, 15 Dec 1996 22:07:26 GMT
Message-Id: <v01510107aeda1fdc8898@[206.183.68.209]>
Date: Sun, 15 Dec 1996 16:05:20 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Karl O. Pinc)
To:
[email protected],
[email protected],
[email protected]
Cc:
[email protected],
[email protected]
Subject: Patch to wu-ftpd-2.4.2 -- provides more virtual server flexibility.
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Patch to wu-ftpd-2.4.2-beta-11.
=46rom the README file:
This patches ftpd, ftpcount, and ftpshut to accept an optional argument to=
the -a command line option so that the ftpaccess file can be placed in an=
alternate location. The primary benefit to this is that the tcpwrappers=
package can be used to start ftpd with different configuration files based=
on a wide variety of characteristics associated with the network packets=
requesting FTP service. This provides the mythical precise and total=
control of virtual FTP servers usually only associated with luxury sports=
cars. =20
The convienent thing about this patch is that, with tcpwrappers, every=
ftpaccess directive effectively has a "class" argument. I like using=
tcpwrappers to define classes because that's what it's designed to do, and=
it can do it in many ways, including destination IP.
It would be nice if someone would write a "ftproot" directive for the=
configuration file. This would specify the directory to chroot to for=
anonymous ftp users. The advantage is that then the existing "virtual"=
directives would never need to be used. This would keep IP numbers from=
appearing in yet another configuration file, the ftpaccess file.
Rpms have been uploaded to
ftp://ftp.redhat.com/pub/incoming/wu-ftpd-2.4.2b11.9-i386.rpm
ftp://ftp.redhat.com/pub/incoming/wu-ftpd-2.4.2b11.9-i386.rpm-try2 (Which is=
the same as *.rpm. Don't ask.)
ftp://ftp.redhat.com/pub/incoming/wu-ftpd-2.4.2b11.9-src.rpm
The patch is available at:
http://www.meme.com/soft
ftp://ftp.meme.com/software/wu-ftpd-2.4.2
I tried to upload the patch to
ftp://wuarchive.wustl.edu, but there dosen't=
seem to be an incoming directory. I'd appreciate knowing how to get the=
patch to them.
I would appreciate it if this patch was added to the wu-ftpd FAQ.
I would appreciate it even more if Washington University would incorporate=
this patch into their distribution so that I don't have to maintain it.
Karl e-mail:
[email protected],
[email protected]
---- public key: finger
[email protected]
Karl O. Pinc e-tattoo: Ride hard and die free.
From
[email protected] Sun Dec 15 14:32:17 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZP4i-000B5vC; Sun, 15 Dec 96 14:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA15449; Sun, 15 Dec 1996 16:29:31 -0600
Received: from sunfire.ucs.net (sunfire.ucs.net [199.224.7.165]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA15390 for <
[email protected]>; Sun, 15 Dec 1996 16:27:31 -0600
Received: from localhost (afurman@localhost) by sunfire.ucs.net (8.8.4/8.6.12) with SMTP id RAA05632 for <
[email protected]>; Sun, 15 Dec 1996 17:26:41 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sun, 15 Dec 1996 17:26:41 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Adam Furman <
[email protected]>
To:
[email protected]
Subject: virtual FTP
In-Reply-To: <v01510107aeda1fdc8898@[206.183.68.209]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have the virtual ftpd deamon and when I try to access the virtual host
it comes up with a 550 error that it can't set guest modes. I changed the
directory to my main anon ftp and it still does the same thing. I would
like to know what might be wrong and why I can't get anon ftp to work on
this ip. It does the banner and all.
Thanks Adam
Adam Furman
System Administrator of Sunfire.ucs.net
[email protected]
Irc HUB Admin of irc.ucs.net
From
[email protected] Sun Dec 15 16:05:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZQVd-000AlvC; Sun, 15 Dec 96 16:02 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA17701; Sun, 15 Dec 1996 18:01:20 -0600
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA17576 for <
[email protected]>; Sun, 15 Dec 1996 17:58:48 -0600
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA01632; Sun, 15 Dec 1996 16:58:47 MST
Received: (from jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) id QAA15066; Sun, 15 Dec 1996 16:58:45 -0700 (MST)
Message-Id: <
[email protected]>
Date: Sun, 15 Dec 1996 16:58:45 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: built_in ls ?
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 13 Dec 1996, Alain Magloire wrote:
> - improve performance
> - will alleviate the needs
> for those (*#&@^*&$) <-- put your best(worst) blasphemy here
> ~ftp/dev/*
> ~ftp/lib/*
>
> Especially on Solaris well to have ``bin/ls'' kicking,
> you must populate ~ftp/lib/* ... sigh
You'll need stuff in ~/ftp/dev and ~/ftp/lib for other things, even with a
builtin (or static) ls.
While a builtin ls shouldn't be difficult to add, and might be a useful
efficiency hack, under Solaris you'd still need stuff in ~ftp/lib if you
want a builtin ls to support all the different lookup options for user
names and groups.
From
[email protected] Sun Dec 15 16:30:21 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZQuu-0006OiC; Sun, 15 Dec 96 16:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18390; Sun, 15 Dec 1996 18:27:36 -0600
Received: from ftp (ftp.paradigm.co.nz [202.37.254.18]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18225 for <
[email protected]>; Sun, 15 Dec 1996 18:20:31 -0600
Received: from keiths-pc.paradigm.co.nz (andrew.paradigm.co.nz [202.37.254.15]) by ftp (8.6.9/8.6.9) with SMTP id NAA11187; Mon, 16 Dec 1996 13:21:58 +1300
Message-Id: <199612160021.NAA11187@ftp>
Date: Mon, 16 Dec 1996 13:24:43 +1300
Reply-To:
[email protected]
Sender:
[email protected]
From: "Keith Smith" <
[email protected]>
To: Thierry LOUVEL <
[email protected]>,
[email protected]
Subject: Re: links and real users...Please ! real answers
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-mailer: Pegasus Mail for Windows (v2.42)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On 14 Dec 96 at 10:59, Thierry LOUVEL wrote:
>"is it possible to use Symbolic links and not realpath for
> real users with wu-ftpd ?"
Yes, users that are not chroot()ed can follow symbolic links.
>userX:xxxx:406:100: :/disk2/users/userX:/bin/bash
> [cut]
>lrwxrwxrwx root root dir1 -> /disk2/dir1
>lrwxrwxrwx root root docs -> /files/docs
>lrwxrwxrwx root root job -> /usr/local/job
> [cut]
>/disk2 for dir1/
>/files for docs/
>/usr/local for job/
>
>stupid no ?
>with "telnet" the result is ok.
WUFTPD is correct. You have followed the link and have a new
working directory.
The reason Telnet works for you is because your user has bash for
their shell. One of the nicer features of bash is the ability to
cd.. back through a symbolic link. If you try a different shell (sh
for example) you would see that you can no longer cd.. back through a
symbolic link.
Regards,
Keith.
------------
Keith Smith
[email protected]
Paradigm Technology Limited Senior Software Engineer
PO Box 10-268 +64 (4) 495-1000 (voice)
Wellington, New Zealand +64 (4) 405-1003 (fax)
Finger
[email protected] for PGP key
[all required disclaimers apply]
From
[email protected] Sun Dec 15 20:46:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZUui-0006OhC; Sun, 15 Dec 96 20:44 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA26523; Sun, 15 Dec 1996 22:43:40 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id WAA26417 for <
[email protected]>; Sun, 15 Dec 1996 22:39:43 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id WAA10336 for <
[email protected]>; Sun, 15 Dec 1996 22:39:53 -0600
Message-Id: <
[email protected]>
Date: Sun, 15 Dec 1996 22:39:52 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: dir doesn't work with anonymous ftp
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
You need to get the guest howto and go over it carefully to set up 'ls'
and friends.
-- Michael
On Sun, 15 Dec 1996, Joe DeBattista wrote:
> Greetings,
> I'm having a little problem getting the dir command to work, when
> someone ftps in to "anonymous". The "ls" command works fine, and there is
> a link to "dir" in ~ftp/bin. If the user accesses their own account, then
> both "ls" and "dir" work fine. I'm using wu-2.4(1), running on an RS6000
> under AIX 4.1.4. I'm guessing it's something simple, but I haven't been
> able to spot it yet. Any help will be greatly appreciated.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
There are additional security references in the above docs.
From
[email protected] Mon Dec 16 06:59:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZeTs-000Af6C; Mon, 16 Dec 96 06:57 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA12707; Mon, 16 Dec 1996 08:55:58 -0600
Received: from mail.thecollective.com (cnc099229.concentric.net [206.173.103.229]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA12432 for <
[email protected]>; Mon, 16 Dec 1996 08:49:41 -0600
Received: from tachyon (cnc099214.concentric.net [206.173.103.214])
by mail.thecollective.com (Netscape Mail Server v1.1) with SMTP
id AAA15698 for <
[email protected]>;
Mon, 16 Dec 1996 09:47:48 -0400
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 09:48:31 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Kenneth J. Schutt" <
[email protected]>
To:
[email protected]
Subject: message cmd for virtual users using Netscape
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected] (Collective The - Schutt, Kenneth J. )
X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have the following line in my etc/ftpaccess
message /export/home/tempt/.message login
My real users are able to see this login message using a command prompt
and by using Netscape, my virtual users are unable to. Also, that same
should actually read as follows:
virtual 123.123.123.123 message /export/home/tempt/.message login
This is so only the virtual users accessing their account see their
specific login message. Anyone with any information please, I could use
your help. Thanks.
Ken Schutt
The Collective
1.517.832.2558
From
[email protected] Mon Dec 16 07:10:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZegL-000BCnC; Mon, 16 Dec 96 07:10 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vZcbM-0003gtC; Mon, 16 Dec 96 04:57 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA06405; Mon, 16 Dec 1996 06:57:49 -0600
Received: from mail.edit-online.com (cultures.edit.fr [205.177.230.9]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA06225 for <
[email protected]>; Mon, 16 Dec 1996 06:47:50 -0600
Received: (qmail 23790 invoked by uid 42); 16 Dec 1996 18:48:36 -0000
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 13:48:36 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Frank DENIS \(Jedi/Sector One\)" <
[email protected]>
To:
[email protected]
Subject: [PATCH] built-in 'ls'
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-850762116=:23762"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to
[email protected] for more info.
---559023410-851401618-850762116=:23762
Content-Type: TEXT/PLAIN; charset=US-ASCII
Here is a little patch to provide a built-in 'ls' to wuftpd 2.4.2-b11
.. So no more /etc and /bin directory is needed for anonymous ftp and
this may also fix some security holes. Also a new compilation flag was
added in order to avoid launching any external program.
Best regards, Frank.
--
>Edit-Online< International translations, multilanguage WWW creation & hosting
Europe, Tokyo, Beijing, Seoul, Bangkok, Bombay, Washington, Rio, Buenos-Aires
<(=- [
http://www.edit-online.com/] <*> [
ftp://ftp.edit-online.com/] -=)>
Frank DENIS aka Jedi/Sector One, network system administrator. Email:
[email protected]
---559023410-851401618-850762116=:23762
Content-Type: APPLICATION/octet-stream; name="wupatch1.gz"
Content-Transfer-Encoding: BASE64
Content-ID: <
[email protected]>
Content-Description:
H4sICEx6tDICA3d1cGF0Y2gxAO1dbXfaxhL+jH/FlNYBzIslXuwYktw6Nk7c
YjvHkDa9SQ5HCGHUCIkjidi+rf/7ndldSSshbEPI9T2nuI2xpJnZmdl5dnZn
hTQ0RyMoz6Bcdg195nrmVwP/to3r8si0DLielUf+dFiuVuqVanlg+FpZVXd/
aR+fvjvsHb0tq1Cp7D5ItFUulx8WlenObDg2dFAbUK026wfNWg3Ug4O9rWKx
uCR7rak2muoeZ//5ZygrJQWKaqmqwM8/bxW3ioA/vbHpwVTz9TFcm5YF2nAI
GgxmpuWXTRtylpcD3ZlMNHsIvoMakAIQKQCqWgLPgSYXt1Usw6nPRZmTqeug
Kz3D/Wq4OWzGcEeOi6J0oyQTDgyYOC4Rovf5pXOHn7INg7U71lCQBrmBaedK
kDN8PQekUs4yBzkYmthxvuPeAqpsaGiLZjv27cSZeVvFk9470FxDq0DXAX+s
+XDrzEDXbLCda/hz5vlcOp51YTobWKYO1O8eCfPHBuTQZGxN152Z7TPtXrvO
FyNwjjbzUEc0dWAZEw8t8sdwpumm7TveGHTLNGzfq8Af2OjQsXOiNd/ZKqLS
zmRKIaYJYahRJeiZQ8tzSmCOmLrULeXj84t++0P7iBxCih2ddA7fdAM1PVff
PdO+GKR7CXbOL3a2isaNb7i2ZpF6V642YWajuy1tZutjVBt5NfsWT3tGhccC
9hqq7HFPoRfLkiuFMSJSZr4z0XxT1yzrFtAJTIt45Ji25xvaEJwRdp53iwcT
cGyjIsUe/s/6ABVDbV2NR4Hp38LE8DAcyNipa3zFhpmqM/sLesmGsYN+M+15
Gz3wptq1bdpXlYpo6J1loIFojW9wu3xqeWRpV9Q8uqq3g/3rm181H30yuIWh
MdJmFjboMaNQIRfb3yrGrbNRKxe8sXPtAQaYRU5wwdZQcfSDDzlyHQVP2KeX
xtRxuR2D2VUJeP+jE9HPIoIQTbOrK8Ojc+C4ApvohD9/NoamXxm5XNTZLbZ/
zS9jewisAJwBprSvGspGmTBynQngtYqQsIthvvvnruDdGq4y/lG44Wl9Mqzc
Lh4AZap7RkCZLHOGhh9OXRrDlP1mQ20qew8NgTH++BBabTTr9WgMrFUbpWoN
ivRZ26eBEIKfO/7n3/ivc9rtAfpG/9K3nCvs76PLzklE+RL+2iqD9IMozSNh
X4yUXoGCHU/kOxdv+qfnJxclyJLMbKE1z/hTtRCdpBMh4uDZMxwzLNdgkCzE
WenHNXzXxCjMWx4qamNEZeeaMCzPuJ8TI9j1k6x3W8XMkpaFDGQRO3jAHkED
MMJxa4EtjIbZUPzRHNmITBDDYHoTP7wEBSX/aNgY1otbkG1OF8zbzNzrraiZ
+4Kn+45gOqaBYV2BBNtetgQ/1dPjifz8U51ccf6+01ljdM03+OjoWqBrmpbB
z8g1jDzjWyoUJd9IEZnwCawjQKM2yA3wXSKUt7FKhApOqZmkxwVv5Oe0sbDb
O1wmnL8lmQwr+oOpBGkeTiRINJ9GVPWRaYS440lEqTWVRpRE1Ea1tIdTafx4
zlLIj6atW7OhAS8wJHdxOloZv8Kz3PUsLsT1rOVVxlmcDiALdgZ2qWkbw3z/
dff4tP9b+7J7enFeoCiMn4IX1HhDUQsF2N3B5D6iyTHOPjyaJVRhZxcFcmHQ
uTh/c3Fy0u8BkXrmfwxnlHdGo75fgJcvgxMUwAXOx7Xkdu0r3LD9aqnOlgmw
BV8dc8j0pQDs97u946N+f6sYi1d9rLmwg/kX5zTsT4oOFuQsRuO0SCUuh2yt
4G+6IEXtX2yyc3LaacPO0Jn5LXbs+e5M9/FDo1/8nLhQ8fw+mYixWFY5cEjt
t4e/tVHz/uvOr93Tf7cl4oH1RdC/fn+C16TGGRV1U56aRoqh5mu6Y9t50rIk
tYYjz3W2wPzLRxeuN8flzLW5inehQMsTIkhwabGWmYSWO9XQpXiJKxyDeIGP
LvAXbz3QAlderuP2aVy7zTcaSonNUgtCLU6Wp34uwEi3HM9gFovrZHXgTpIl
H98FLWwVWZgUk2ECD4UIcHsgJTwoJKu1KsNatdZ4XtqrhRO2hEW4CM226Qwu
L3BVMMXuouGGcjSNZYu0K3rouj4ZVBX60YrFLYmIQx+wI4YeEH0QRbXEzNkE
fUQoyURnyULxMCZ1LubRIVcmLphcNMcHvRQ4WrdFwEcEvJXBbCQuEINt+KNh
yES+GBHI+AlcZtkeLX+KxYAFg9Iz/D8n0/zMvdJpYVCQolhiwZ5XWtF5Ob5F
gDNhzOYUPKQyeLhoxkVO3r+dGoyWn6ZVKfT+eNfuHzajFq/HlEfyeR014a4t
FsOwj8joZ3DrG322bA8NlScfOumX+2Tn5hgDihGLsjzvskJhnoh+rhxcnVEY
9JG6NU8jgIUxqedzn9wcxhOXl6C9ix/KbHoazx3EQf4IlZOqpvQjPyUWwM3H
BEA4pmTf21Q9MCa4VsZ1NPUcbLMaQ4gUnJixTr4nguiPQMVmIl6ltmMDQL26
h80f08BE47Oh0+o5WwiBItlGUFhG9L1jS/Eu8P8WJdseE4aIZEMkW3VPDTxE
p2d5h2Rh5pn2FasqaFNc8k9dU/MNMGxdm854JQCHGxzjdhgNE+TNBn+iSSTm
zBli1uiy/Ee1MlYE66FHK8TCR8w6jphqFYfMhtoo4fwlGDL58INzBDHPY+NK
i09P2LDY/tBrX54fdvqd7tbDc+NkoHpoiu3jzAInISUI58jkKpFsogXDg7xi
CptkRuWxn2iK1p86U8MWDFkX40qRZruM2OIdWKUKZZbmCmiDM8LVQTMbk7zQ
fHmkuTIQhth8gQ017YsTGjMWjyaLRhLPZ4mVSHhf1fdYdmvUWZ/J5YgE/gWn
cISYnwc5mzmEJ27SsRWmqGi+ERhcYiMyuSs5Zs6Hveyk1OmM7G7Z222b1fy6
zOlhEub1l7pS2odirYYWx+sv9IMgOh3xOhqNE0OaMEPZwg5D//NoZwU5VogE
Vnk973R7NJHC7tL8uDQBIiZuYmi2X2Ez3mTf4HydrPyofGZdWM5RqO/gWQvz
a5DD6Jw0WAjXLV75ZncHpr2L2rPVqGiikJIeYnPjRVyQ0g7rCIhnkNjh/KwP
I1ofs+I2ylx5pXZlOYOHVmqc5oGVGidadaUmuKWVmrrfrONirRqt1KrPVVyi
FelD5euZTCYT+i6TYQmRVrPoqiqduYvW2p3T8/cf2NCeYQimIYRiZVp+NRz2
cXYFzzx/UMC1GS7nE7JUaSxi3D+YHrLmiYGND5kMUtkOjizt84ve8ellK0XE
yj2Eq8wH+ocoHugdIsn0xjP4RbMBVFDUpqLg/+jdfeWBvmG8iULs81jPBJtR
B8FuFEK/QyUFHVOcXM4e3MIJ4u4LirJND16EdfBXBOaivLjG3D8yr/gCuyit
yf2h6dCKvBhfp9MI44nz0foL+6J93sNzEBLT/hIOHowSxDL7/PCs0z7P80sF
WpLiWJkPjjFE+vElcMjIKcSe1WKBCUkonKkkrRP/6PbPUdn+W7oAMctsUYLA
C2JRMce6gPN+xrT2UtoKPmOSCT4pnTDVXG2SPI+joX3FTkZwFJqfISx/ldxm
iSqA5ssL90iWb06MhHiGvLl+71wcHXbaMp3l6JolmEOTAurTs9Nel/siYjAn
pu8lGZj27w57b/tnhx8kzYNTUG00UnUPi0VFw55NcE3Pkgdy9I8Pe21c/ePo
Ua/iJJRNbfk+GJvVMQNbsVNh6moJnybWwT7t5PGV5IhwYRk+qxHBAC2Slrxp
dIIkJI+vZUVb3f5p93Xn13BKIo6Bc89VTCA3yCWnGTLr0dvLxax6LllwIRaM
3cUsw1SWy/abxSxlScHIxpPTk4uYDDqxWMh03kpJWOc87jA8XizKuldU9+Io
LotOLBbm3Svs7N1RTBYeLxY1uVfU+e9xtfB4sSg7NSZi8i5OjmPy8HixvLN7
Vbs46SREdZYSJV39V44XyxZDj2by4F7f5Ge2Z17ZOLFlayAGqKBiRr/nwRhy
RqRElCInrLLS77mKE2Nkk2BuJTwjL1y+714W4F+Qc3PQjIKeE6sJ4t8D4usU
4mqC+ENAfBMRP+wiz8B19IpO4rzLuWnxaPb+NIq0yCo6XQijgy0MmfW1z7Te
QltZ7GQgPIsnu7lwXXDHt5LmSDyJ5J6QfZOuE56WQjZSai9Vqb2HldpbRqnf
eh/SlMLTqUodpCp1wFrs3acUJ/HvUeouSqZhLj27OG53e5fIqu4FuXQuAnk8
THBqyucmyQCkK1HMzVGLyylMcnRFuxhRkkUBHyUtP8c2O1yO1jARi10d1hon
pGGBDtHlyr6isCWLi7CVLofXkQAXMy+gJqjq6VTKPqPaE1T7ARUH14QVqKJK
pTwK8rJ3sg/YNKjbfnd4edi7oG7I7eZK0ZWj95c0H6fzldzC/qEpjuXlcQGA
K3buflpGlaSto4VlfMHL6SXKsH5PV8LyvdiFur94L/fgUPONwWz0UZ63FUH9
3JqjpHaIMpwY7kB1AalrXBk3j6SlGlmMtAjP65+jkZkbiBRoAj9LMyWqf8R2
28S6ZcdgGxBzPUDCJO+H+3hBGSp1ey88z+wBXmkRraJf0cOkGq590vb9qLbE
z9Mcv++z+/lesoM823WQIpDt4glZSCNWa3SC79rJdbDAHUgnR2A4quzkI38h
zbOg2xBVURE5Gp2i4S1o/9XLcO4vhjgBEFUa3KK6/sSY6NPboNES8EANhGGf
R1WlmGKBGcXQibHtAl4XpJpGKPkZd6pUGcxA0DOS6DJTNMMW6flWSxAKkUFX
vkwAO6LiW1fGDduTCc5gj5CRQVyXOElBoki4nV8XDo/JDS7yDbHg0sA1tC/B
8Z2kcKivEB9TVKiVTwoulEJyWcWFkbPAiJTYSdc3w3suExpZLrNrd3OpLuiG
fLzDWJ+m9EhccSQuFiFJ2EohkyNd3ofCUQIvUW2eyl2Sj6R6Og0j5EptSDT4
jxfVEzuF7P6Sl4DEQTGlJYcu75EfouLsyJ7QtiW/wDe441XuDA1QvmnPjMQE
IernyL7YDvnj0XJvCyM2NIl8UJIX8iXIbg9or2z7bXP7rLndhe0/siXq8Awr
QjBG0R7dDjChE4W4djT6vYIEDYJ/r4O5oabQ72qdfu8pwe+//2YhRZwv5jjL
EaEwTjhJGICi90sQHaiNwrzVQfJT2eRfacnl6Wj7kRXh2S0WUhRkQGwKZbc9
2K5ZMxC300L0x/ZzPE2XvU/uJztbIodJ067ELK0g20hzJEYfEfHZU0RjY+b8
wnthMRG7/YNIgn6lv3nsZCBtrirvdbE4eJx9wjpY1jx4lH3wCANBthAiEzMg
3QgRWsUnUsFkq5U2TrENq2AI4BSjkTXzxvLdJykbtGKnie35hluudCs1zoGN
SjZl5qmweee3lNPHD5bTxw+X08ffUE4fJ8rpqtKsHcyV09U1VNMTEzupiBgM
sfJErwTxI6QrxEuPiXl5MCcPZtnBLBFSm5qXJW3zrtyhE/E9CS/8xkRFM2/u
7+J0ngc6PZ0pc+KacKYFO17VvWb9Ube4L5AW/9KPUm1WFelexVrpACOjVlJV
tv919utx+x2/WRPNnfmmtTv5MjSmdKdf9/Koy66IezHFLfU6iB0/y7m69idT
/IvtvuMn3YKIH5quGx79QV1l002JdPBJ2h6l70dQ5mTEFklw2dct6HjmjzHL
mzo/xFgRNzaSjLGDI5GuV3Rp4/SbZaFmOGqxLTC4eP2LZLMT2Oxwm53QZkfY
7HCbncBmR7bZSbfZYXo6oZ5OXE8npqcT6umk2byqrNBmh3pas6wms5jZS3dI
0R/eGHOw/oVvoyHZOvE1GJpL4wt5lscXMmV6M4MhAhBfe4SIxnN2A+3y+CJp
c/gK9qcFvlSFAyy4YfbbYfRpCzJxLK0a8xiPGRlE0sHaAJDU1uGtriH81yDk
KUPeGy4f8t5whZD3hiyl0E0UOLOoqnTDeo0lgfoKIY/SEiGvNhvS90gPKKMc
PE1CyWTWkUrWIYUNqN8vi2TWA6DMmjLHU6aO4dXyUzPkWR5HyJSCo+qKOCJp
cziqb3C0wdFT4ejWXh5Ht/YKOLq115iPSNocjmobHG1w9EQ4Gg28pXGEPMvj
CJnYUoYqRtUaKHVMH03lYMVSAUmbw1F1f4OjDY6eBkdXxvL5CHmWxxEyzecj
Hvkr5COSNocjdZOPNjh6IhyNzdnSOEKe5XGETCml6+cr5iOSNocjpbZ86boy
nt5s0LRB05rQNF2+2kABuDyapjfrRNN0rtqghNI2aNqg6WnQZHr60mhCnuXR
hEws/i90n6EJU8nzZkNdcdsnkBZDU03dzPH+wTiCEEj3IokurxNBlr18PkKe
5RGETCn5aNVqA0mL37HS2ItV7dQ9lo/2nghDa7klIbO2mxG+H4ZgPRux67oD
4Qlzkb1C3c5epW5nU91uPGO5CPjX0mvipoEVcpE9X7dTmmptk4s2c7onwtFN
dXkc3VRXwNFNdY37SCQtkZEO8P8NjjY4eioc1VbAUW0VHNVS6t8HK+OoNo+j
tPsaqhscCRwVN0j6rkhyvNHSSEKe5ZGETGtcI5G0OSTVUivgGywJLGUymQ2c
vjOcpv7yJQfkWR5OyJQywVNXTEwkbQ5OamOTmDaJ6amQ5NXVpZGEPMsjCZnm
E1NDWTExkbQ5JCnytx4aLDE1nghL66ndrfN7RN8HSP8v36F44u8OebqzPIp0
ZwUU6c4a8xFJS6Ao2JISKKozFNU3GekflZEeuZEkoWnNcLpa/qt4yLMCnK7M
TFfzeVLaA6XBdlFXXS0xaUk41er/L1913VTw/oHTO/t2eSTZtysgyb5dYwWP
pM0hSd3c3bDBkUPllaeBkmMtDyXHWgFKjsWC/xf8pz6n7dTaQbO+v+LmbCBN
gtJ+s9F4BJRIGILIsIffCUfrQNF6MPTdELQO/KwHPU+Xg+g9pcsCB3mWBw4y
ZX43hvxR/TUW6g1xv/YKOYikzQGnLj+4RGGzOWWThTazuf8Rkm6ul0fSzfUK
SLq5llOQstes7ovv9a2QggJpMSQp6hOkIAqnGJBWxs0apKw18yQs+wagrEHK
/zLhIAnzhffAA9AiugfgEBGmvPel9pjSgCRh7pFoivSFh6pKLxpivynuzRF8
hB+g7AI98Qw+t+jdQDYY+tgBBV6xsy0YmVvgOzN9zI7RvddfIJf5K8N4XsJP
Kj3psAV3GBDt82O8wJ/mB1n2cDPRWx/pYYefsr+J93OiKdwKTdeGxuTj63bv
EI35nN8eFoBebUSyX0GWwynbwu79VtnlX9rHp+z93vc1Az92Ds/fvKTPo37v
9Kz9kl5CE7S6PaSHDoZs9JlFy3Pwgvtm5ZgKho97A0oQPRBNgoqFEgsEHPaU
plpv1muPGU0D9sSbaqqxG5Ub7BVd+Fu8L1w8W5keR7czNYdeK3ZqxE6Ez9EL
X9gbPD865Ql70vvMxPOY+Zvsgyfa0+O9S/x1bfTERM8fGq4rvVw1Yg8YGUec
OCY5fMI9Ebb4I7Al8rnnWQfvIgu5o3NCQnQiLid6BqN4tPPdwud3y28x474C
05km7eTX+YWIapHG/FLyQZDFUOaWeBjh/PttYcVeYSPPHn9n6UENP9j7gcWr
oOgtaOXozVD4338BqLaCunyEAAA=
---559023410-851401618-850762116=:23762--
From
[email protected] Mon Dec 16 10:17:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZhXZ-000AoiC; Mon, 16 Dec 96 10:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA25471; Mon, 16 Dec 1996 12:12:27 -0600
Received: from cagw2.att.com (cagw2.att.com [192.128.52.90]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA24223 for <
[email protected]>; Mon, 16 Dec 1996 11:54:07 -0600
Received: from lynxhub.ho.att.com by caig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id MAA26253; Mon, 16 Dec 1996 12:57:27 -0500
Received: from HMMICRON.ho.att.com ([135.16.115.248]) by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA12584; Mon, 16 Dec 1996 12:52:30 -0500
Received: by HMMICRON.ho.att.com with Microsoft Mail
id <
[email protected]>; Mon, 16 Dec 1996 12:52:13 -0500
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 12:51:58 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Roger A. Hanke" <
[email protected]>
To: "'
[email protected]'" <
[email protected]>
Subject: RE: HELP WITH CONF
X-Ms-Attachment: WINMAIL.DAT 0 00-00-1980 00:00
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Ran into the same problem myself recently. No dont take an old one.
Just look at the makefile for the vers target. It uses a shell program to
build it dynamically. Not sure why this doesnt happen automatically, but
anyway after I ran shell program that created a current vers.c the rest of
the build went fine.
Roger Hanke
----------
From: John Falkarp[SMTP:
[email protected]]
Sent: Thursday, December 12, 1996 7:51 AM
To:
[email protected]
Subject: Re: HELP WITH CONF
Hi!
I download
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
and run build bdi and the compiling stoped with messaga
make: don't know how to make vers.c. Stop
under src/ vers.c do not exist. Can I use one from 2.4.0 ??
----------
> From: Michael Brennen <
[email protected]>
> To: Webmaster BR@ZNET <
[email protected]>
> Cc:
[email protected]
> Subject: Re: HELP WITH CONF
> Date: den 11 december 1996 23:40
>
>
> Take a look at the guest howto below for the "users" type of access. Pay
> close attention to it, and it should do what you want. You will also
need
> to set up the same 'ls' type structure for anonymous ftp.
>
> -- Michael
>
> On Wed, 11 Dec 1996, Webmaster BR@ZNET wrote:
>
> > i have 3 kinds of users:
> >
> > - anonymous: that should have access only to the pub directory.
> >
> > - users: that should have access only to home/"his own directory"
> > and the pub directory.
> >
> > - master: access to all directories but as non-priviliged user.
> >
> > the "anonymous" and the "users" type cannot have access to the
directories
> > below their directory three.
>
>
> This is the location for the latest wu-ftpd. You can't see the
> directory contents, but get the file anyway. It's there.
>
>
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
>
> wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
> OR
> send mail to
[email protected]
> with a subject line: send faq
>
> guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
> OR
> send mail to "
[email protected]"
> (immediate autoresponder; subject does not matter)
>
> There are additional security references in the above docs.
>
>
begin 600 WINMAIL.DAT
M>)\^(@T1`0:0" `$```````!``$``0>0!@`(````Y 0```````#H``$-@ 0`
M`@````(``@`!!) &`#0!```!````# ````,``# #````"P`/#@`````"`?\/
M`0```$\`````````@2L?I+ZC$!F=;@#=`0]4`@````!W=2UF='!D0'=U9V%T
M92YW=7-T;"YE9'4`4TU44 !W=2UF='!D0'=U9V%T92YW=7-T;"YE9'4``!X`
M`C !````!0```%--5% `````'@`#, $````9````=W4M9G1P9$!W=6=A=&4N
M=W5S=&PN961U``````,`%0P!`````P#^#P8````>``$P`0```!L````G=W4M
M9G1P9$!W=6=A=&4N=W5S=&PN961U)P```@$+, $````>````4TU44#I752U&
M5%!$0%=51T%412Y755-43"Y%1%4````#```Y``````L`0#H!`````@'V#P$`
M```$`````````YX\`0B !P`8````25!-+DUI8W)O<V]F="!-86EL+DYO=&4`
M,0@!!( !`!,```!213H@2$5,4"!7251(($-/3D8`O 0!!8 #``X```#,!PP`
M$ `,`#,`.@`!`&D!`2" `P`.````S <,`! `# `Q`#@``0!E`0$)@ $`(0``
M`$-!0T8W,3!%,S0U-T0P,3%"13DY,# R,$%&1#(P.$(Y`"X'`0.0!@`8" ``
M$@````L`(P```````P`F```````+`"D```````,`-@``````0 `Y`, :"M5Y
MZ[L!'@!P``$````3````4D4Z($A%3% @5TE42"!#3TY&```"`7$``0```!8`
M```!N^MYU0H.<<_+5S01T+Z9`""OT@BY```>`!X,`0````4```!33510````
M`!X`'PP!````%P```')A:$!L>6YX:'5B+FAO+F%T="YC;VT```,`!A!D7Q;1
M`P`'$($&```>``@0`0```&4```!204Y)3E1/5$A%4T%-15!23T),14U-65-%
M3$9214-%3E1,64Y/1$].5%1!2T5!3D],1$].14I54U1,3T]+05142$5-04M%
M1DE,149/4E1(159%4E-405)'151)5%5315-!4TA%``````(!"1 !````H 8`
M`)P&``#;# ``3%I&=6OTGN'_``H!#P(5`J@%ZP*#`% "\@D"`&-H"L!S970R
M-P8`!L,"@S(#Q0(`<')"<1'B<W1E;0*#,W<"Y <3`H!]"H (SPG9._$6#S(U
M-0* "H$-L0M@X&YG,3 S%% +"A11/0OR8P! !_ #D0N =&^ ('1H92!S80>
MFB 34&\"8!/@(&T3L%!E;&8@%A!C"?!TV&QY+@>P&V!D`B$;<%QA:QN@`Y$&
M\&0>D&ZD92X*A4IU$\ @%:!\;VL>8!X!&Y$`P!Y 9M\#$!N@`A %P!N"=@20
M!"#9`9!R9Q' '8!)!4 ?H.T'D6$;L!N0; ,@'!$)P,\;T!MP&V *A6)U`Q >
MP")I!4!D>6X;T&EC-P= '60%0',(<!N@=VA^>1MQ! `=P0>0'?$1@'"V< GP
M'F!U&U `P'0EA!HL))%T"H4`<'EW8?TFL&$!@ 20(G <\ .1(RUW$8 %0 4`
M92 P"8 B\6//"' 6$!WQ(;(N8QMS%A"Y'[%O9@J%&X(DI'<LTK\@X![X#(('
M\2(P!<!(`' ''D *A0J+;&DQ.##!`M%I+3$T- WP#-!S,S,+63$V"J #8!/0
M8WT%0"TU5PJ'- L,,#361AT#83HV7C36,%-*;V@5`Z!&!T!K"L!P6U.@3510
M.FHZ(4 #4+AE:BX-L 3P`W N$;!^737_-PT&8 (P.#\Y2U2R: AP<V0IT"C0
M1!T1$P;0*C$Q,BC0,3DY(#8@-SHU&M!!33,\?S<-5&\^OSE+=W6B+0& <&1
M1L!G+"&F+D; $\!L+@F =4+/<3V.=6)J-1%$[SE+4@)E2K!(14Q0(%<`251(
M($-/3D9S,5\R8S,V,]<:13362)QI(0J%*F =T'=N%: >81[ "H4A($<`.B\O
M?4;Q+@#04= 3X"U0`W ONG!*4"]&Q5/ !1!V+"$!5 8M,BXT+C(M)T& `9 S
M(#$N(@$N6C,I)Q[ <G4#H"2D8F1N:5<C&X(\`7 #$ N 9]\;L!M0)\ O(24`
M:!R !Y"_&\!'8 J%(*)*L!W1)P5 _&MN48 G@%OQ&U$@HBT%?1V 4UF!3;Q7
M@ 2!&[!R;&,O+08=T"!;X 5 9?9X! `B44,#D2I@(K$>T@LA( -A(%62," _
M/]=-O J%-5\^-^5-)8 1@+D<P"!"+,$>\ .@/ ;0;V6D.W #`%."/F0G1,)7
M'&5B`, 3P07 0E) ,%I.151F`"] 8D#Y9C!A>A[P(E \`F8P9RC\0V-*L$;/
M1]QDD$I'3)_[3:9DD$0L(4JP'< GT59 QV_A059"$C(S.C-09"?O<9] @!XS
M']MG"E ?L5PAWQM108 5H ?@(38B(K$1H+HB&W!Y)\ N`1Y@8QT@LP00'8 @
M4"G09"=C%:#O8/$@,!/0`C!I`B C\B4`_RC05S(E`2,@"& >L5^A)I ](#%Y
M"& F@ !P(E$@6<][0@,0`R '0'-O"H4>\%\)@&0G&U$1L2*@<!MX)_U\@"=V
MA!/ 5W U("92(3+_`' "( ; "& $(%+B<B]28,]28&. 90:!CR!/`Z!H`/YD
M0>$:T$$Q0?,HT&@/)H!]-.(Z@W]D@5@P$8 AL"#V,UO "X!D!"!VX78CAUC_
MA]N"X("G2K KHWI%B,-W%+\>T1U@(_(;@E/1'<!I'0']&U!R'7"*+XLUB<2,
M3XU><UP@!X O(B;B48&.R"+_A_F5AUA6CI^/KXMB:#1*L/^-91M1):&6UPB0
M!" H\1Y@^P0@@+$M5))9$2(P'L!V(O\=@)>/B%-UTX"G=G!85G8;_R609< F
M$9(J&U0*A9IJA_G_=30;@9;PEM@;<0G1@7]RFO\FXB;Q&X(5H"60>1,A-@M@
M_Q/0'[%K-7NUH)%;H1&P&Z"_H?ADD*3(!: ",!TQ<RC3?W1@?C$;@B#C*91W
M<2* )_^GTQ80I;]DD%*/4Y]4KU6_IZ^/:R8WX$%1;\%H`D %L,)WMU N:'9U
M+E%1H"]^:Q_P<[,G9F1A<;> =&V#:+GL3_Y2N6^5A!&P5T$`P ,1&U'%N&E
M60!Z>F&WA;K__Y6$6>,C`4I4'] OH4JPO&/_N.&T[W1J;\&PJ&:UL>MT<[XM
M=-.^O[I_NX^\F")T<^]TTV:FE-C'#"@'< > 6""W+"$G\RW!< (@!($[P(?O
M)R)?PRA!*B$IP?] @:]!^QY@T7)D6"!Y$@= ?A$LD=<E`":P%A!FKT%N=S$;
M(=L;<P&@;XCA'=!C+4#0+[]BG4V_3L]/W J%%3$`VJ #`! 0``````,`$1 #
M````0 `',$ ;?8QYZ[L!0 `(,$ ;?8QYZ[L!'@`]``$````%````4D4Z( ``
$``"9M `'
`
end
From
[email protected] Mon Dec 16 11:26:22 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZicG-000AgkC; Mon, 16 Dec 96 11:22 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA29513; Mon, 16 Dec 1996 13:21:26 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA29328 for <
[email protected]>; Mon, 16 Dec 1996 13:16:55 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id LAA07176 for
[email protected]; Mon, 16 Dec 1996 11:19:03 -0800
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 11:19:03 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from Frank DENIS at "Dec 16, 96 01:48:36 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Here is a little patch to provide a built-in 'ls' to wuftpd 2.4.2-b11
> ... So no more /etc and /bin directory is needed for anonymous ftp and
> this may also fix some security holes. Also a new compilation flag was
> added in order to avoid launching any external program.
>
> Best regards, Frank.
Excellent patch. One small "problem":
Your ls doesn't support any command-line arguments like standard
BSD & GNU ls, used from shells. The result is that no data is sent,
and FTP returns a prompt immediatly. This even happens on your
own site. Commands such as "ls -l" or "ls -FRal" do not work.
Besides that, looks good!
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-0435 |
|
http://yoshi.parodius.com |
From
[email protected] Mon Dec 16 11:36:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZimd-000At6C; Mon, 16 Dec 96 11:33 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA00193; Mon, 16 Dec 1996 13:31:59 -0600
Received: from morpho.dar.net ([128.252.125.187]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA29504 for <
[email protected]>; Mon, 16 Dec 1996 13:21:15 -0600
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.4/8.8.2) with SMTP id NAA28977 for <
[email protected]>; Mon, 16 Dec 1996 13:19:44 -0600
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 13:19:43 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To:
[email protected]
Subject: Patch for MKDIR bug in beta-11?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
We're having problems with the good ol' MKDIR bug (i.e. 'nodirs' in
ftpaccess blocks out normal users in addition to anonymous). Didn't
someone post a patch for this a few days ago? If so, I no longer have it
(and the mailing-list archive seems to be kind of messed up...the html is
chopped off at Dec. 9th) -- would whoever posted the patch be kind enough
to re-post it?
Thanks in advance.
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
| "...The wind was not the beginning. There are neither beginnings nor |
| endings to the turning of the Wheel of Time. But it was _a_ beginning..." |
| --The Wheel of Time saga, Robert Jordan |
+----------------------------------------------------------------------------+
From
[email protected] Mon Dec 16 11:42:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZiqY-000Aq8C; Mon, 16 Dec 96 11:37 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA00421; Mon, 16 Dec 1996 13:35:25 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA29855 for <
[email protected]>; Mon, 16 Dec 1996 13:28:50 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id NAA14393 for <
[email protected]>; Mon, 16 Dec 1996 13:28:51 -0600
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 13:28:51 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I did not look at the 'ls' patch, but if that is all it does, there is
already an ls built into wu-ftpd that will not take command line
arguments; the patch is entirely superfluous.
The external ls is forked when command arguments are given, which some ftp
clients seem to do by default. If you want to obviate the need for an
external ls, you are going to have to write a complete ls that will patch
into wu-ftpd.
IMO this should not be in the source tree; it should be available by patch
for those who want it. I would not want to burden an already overbig
server with yet more baggage.
-- Michael
On Mon, 16 Dec 1996, Yoshi wrote:
> > Here is a little patch to provide a built-in 'ls' to wuftpd 2.4.2-b11
> > ... So no more /etc and /bin directory is needed for anonymous ftp and
> > this may also fix some security holes. Also a new compilation flag was
> > added in order to avoid launching any external program.
> >
> > Best regards, Frank.
>
> Excellent patch. One small "problem":
>
> Your ls doesn't support any command-line arguments like standard
> BSD & GNU ls, used from shells. The result is that no data is sent,
> and FTP returns a prompt immediatly. This even happens on your
> own site. Commands such as "ls -l" or "ls -FRal" do not work.
From
[email protected] Mon Dec 16 12:37:00 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZjhf-000AgAC; Mon, 16 Dec 96 12:31 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA03401; Mon, 16 Dec 1996 14:30:53 -0600
Received: from hobbes.crim.ca (hobbes.crim.ca [132.218.1.154]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA02858 for <
[email protected]>; Mon, 16 Dec 1996 14:22:46 -0600
Received: from localhost (ldesrosi@localhost) by hobbes.crim.ca (8.7.6/8.7.5) with SMTP id PAA04334 for <
[email protected]>; Mon, 16 Dec 1996 15:22:42 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 15:22:42 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Luc Desrosiers <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: Votre message du "Mon, 16 Dec 1996 11:46:34 PST."
<
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Authentication-Warning: hobbes.crim.ca: Host ldesrosi@localhost didn't use HELO protocol
X-Mailer: exmh version 2.0alpha 12/3/96
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> The problem with me using an external ls is that I run Solaris
> 2.5.1, therefore I run into the nice problem of a static 'ls'
> binary (which is making me want to pull my hair out). Anyone know
> where I can obtain a Solaris 2.5.1 sparc4u (Ultrasparc 1) static
> 'ls' binary?
http://www.eng.auburn.edu/users/doug/second.html#Misc
-- =
Luc Desrosiers
Analyste de syst=E8mes
RISQ, CRIM 1801 McGill College, suite 800
Montr=E9al, Qu=E9bec H3A 2N4, (514) 840-1235 ext 8951
[email protected]
From
[email protected] Mon Dec 16 12:38:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZjlP-000Am9C; Mon, 16 Dec 96 12:35 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA03742; Mon, 16 Dec 1996 14:35:00 -0600
Received: from chilly-willy.avsi.com ([207.122.107.20]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA02892 for <
[email protected]>; Mon, 16 Dec 1996 14:23:35 -0600
Received: (qmail 22784 invoked by uid 1111); 16 Dec 1996 20:22:46 -0000
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 15:22:45 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Peter C. Norton" <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Mon, 16 Dec 1996, Yoshi wrote:
> GNU ls would be a nice add-on, in patch form of course. Possibly
> a simple -DEXTERNAL_GNU_LS define switch would be best.
>
> The problem with me using an external ls is that I run Solaris
> 2.5.1, therefore I run into the nice problem of a static 'ls'
> binary (which is making me want to pull my hair out). Anyone know
> where I can obtain a Solaris 2.5.1 sparc4u (Ultrasparc 1) static
> 'ls' binary?
I'm sure someone will correct me if I'm wrong, but isn't it possible to
put copies, or hard links to your /lib/libc*.so.* into your ~ftp/lib?
-Peter
From
[email protected] Mon Dec 16 12:56:23 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZk1e-000Am9C; Mon, 16 Dec 96 12:52 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA04881; Mon, 16 Dec 1996 14:51:45 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA03959 for <
[email protected]>; Mon, 16 Dec 1996 14:38:25 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id MAA07570 for
[email protected]; Mon, 16 Dec 1996 12:40:44 -0800
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 12:40:44 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from "Peter C. Norton" at "Dec 16, 96 03:22:45 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> On Mon, 16 Dec 1996, Yoshi wrote:
> > GNU ls would be a nice add-on, in patch form of course. Possibly
> > a simple -DEXTERNAL_GNU_LS define switch would be best.
> >
> > The problem with me using an external ls is that I run Solaris
> > 2.5.1, therefore I run into the nice problem of a static 'ls'
> > binary (which is making me want to pull my hair out). Anyone know
> > where I can obtain a Solaris 2.5.1 sparc4u (Ultrasparc 1) static
> > 'ls' binary?
>
> I'm sure someone will correct me if I'm wrong, but isn't it possible to
> put copies, or hard links to your /lib/libc*.so.* into your ~ftp/lib?
>
> -Peter
Of course.
But when you have 400 to 800 users who want this feature, so
customers can pull their newest file distributions, you start
to notice most of your disk consists of libraries for anonymous
FTPs. A static 'ls' binary is much more suiting for what we
need :-)
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-0435 |
|
http://yoshi.parodius.com |
From
[email protected] Mon Dec 16 13:13:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZkI2-000AhpC; Mon, 16 Dec 96 13:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA05650; Mon, 16 Dec 1996 15:07:38 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA05164 for <
[email protected]>; Mon, 16 Dec 1996 14:56:07 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id PAA11132 for
[email protected]; Mon, 16 Dec 1996 15:56:06 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 15:56:06 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from "Yoshi" at Dec 16, 96 11:46:34 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Yoshi':
>
[deleted]
>
> The problem with me using an external ls is that I run Solaris
> 2.5.1, therefore I run into the nice problem of a static 'ls'
> binary (which is making me want to pull my hair out). Anyone know
> where I can obtain a Solaris 2.5.1 sparc4u (Ultrasparc 1) static
> 'ls' binary?
>
A- Static-ls
(Solaris FAQ:You'll find pointers)
http://www.fwi.uva.nl/pub/solaris/solaris2.html
I don't want to delve into this, but providing static bins may
help in certain cases, however it's not|rarely recommended.
For solaris because sockets implementation is build over
STREAMS, you still need to provide
~ftpd/dev/tcp(666)
and maybe some other stuff under ~ftp/etc and ~ftp/lib
But all that said, I agree with you
it's still simpler and less error prone with static bins.
B- Share OS(platforms)
Maybe my previous post was misleading.
In fact I use dynamic bins for wu-ftpd, under solaris with no problem.
My real problem was that ~ftp is share across OS (SunOS and Solaris)
Although it's allright for ``real'' users
things will break for ``anonymous''.
There's no clean way to deal with this:
1- playing with the mount entries, passwd file(ftp home) etc..
is very messy.
2- providing built_in ls seems a good idea but to quote
`Michael Brennen ' :
" I would not want to burden an already overbig
server with yet more baggage."
My network is coming more heterogenous, it's allright
for the others services, it's a problem with wu-ftpd because of
the chroot().
There are some interesting patches posted, I look a them after
the X-mas break.
C- workaround
For now I'm using the ``guestserver'' to redirect ``anonymous''
to one central server were ~ftp is setup right.
--
Joyeux Noe:l, alain
From
[email protected] Mon Dec 16 13:24:11 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZkSt-000At3C; Mon, 16 Dec 96 13:20 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA06352; Mon, 16 Dec 1996 15:19:54 -0600
Received: from earth.astro.umd.edu (earth.astro.umd.edu [129.2.163.100]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA05355 for <
[email protected]>; Mon, 16 Dec 1996 15:00:40 -0600
Received: (wls@localhost)
by earth.astro.umd.edu (8.8.3/8.6.6mWLS)
id QAA25836 for
[email protected]; Mon, 16 Dec 1996 16:00:25 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 16:00:25 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William L. Sebok)
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Peter Norton <
[email protected]> wrote:
> I'm sure someone will correct me if I'm wrong, but isn't it possible to
> put copies, or hard links to your /lib/libc*.so.* into your ~ftp/lib?
Jeremy Chadwick <
[email protected]> replied:
> Of course.
>
> But when you have 400 to 800 users who want this feature, so
> customers can pull their newest file distributions, you start
> to notice most of your disk consists of libraries for anonymous
> FTPs. A static 'ls' binary is much more suiting for what we
> need :-)
You just need one copy of the libs per filesystem. The libs for all of the
users who live on the same filesystem can be hardlinked together.
Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
From
[email protected] Mon Dec 16 13:49:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZkrK-000AjnC; Mon, 16 Dec 96 13:46 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA07877; Mon, 16 Dec 1996 15:42:46 -0600
Received: from prawn.fishy.net (flounder.fishy.net [206.156.56.34]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA07349 for <
[email protected]>; Mon, 16 Dec 1996 15:34:32 -0600
Received: from sturgeon.fishy.net (sturgeon.fishy.net [172.16.1.3]) by prawn.fishy.net (8.7.6/8.7.3) with ESMTP id QAA125014 for <
[email protected]>; Mon, 16 Dec 1996 16:33:41 -0500
Received: (from ben@localhost) by sturgeon.fishy.net (8.7.6/8.7.3) id QAA105934 for
[email protected]; Mon, 16 Dec 1996 16:33:41 -0500
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 16:33:40 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ben Mehlman <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from "
[email protected]" at Dec 16, 96 08:42:06 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi. I'm new to the list (just sub'd this morning), but I think I get the
gist of this thread. I have a setup here where using an external ls is not
feasible. I solved the problem very simply, by using the ls code from GNU
fileutils.
It's two source changes- one to ls.c changing main() to ls_main(), and one
to ftpd_popen(), to call ls_main() instead of exec(), if the program to be
executed is ls. I build the fileutils support libraries as usual, then link
with them and with the two ls-specific objects. It's fat but it's
compatible.
-Ben Mehlman
---------------------------------------------------------------------------
Ben Mehlman Vladimir: Well? Shall we go?
Prodigy Services Company Estragon: Yes, let's go.
[email protected] (They do not move).
From
[email protected] Mon Dec 16 14:05:51 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZl72-000BIyC; Mon, 16 Dec 96 14:02 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA09057; Mon, 16 Dec 1996 16:01:17 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA08665 for <
[email protected]>; Mon, 16 Dec 1996 15:55:45 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id NAA07925 for
[email protected]; Mon, 16 Dec 1996 13:57:55 -0800
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 13:57:54 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from Brian Cully at "Dec 16, 96 04:33:46 pm"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> In a previous message, Yoshi said:
> > But when you have 400 to 800 users who want this feature, so
> > customers can pull their newest file distributions, you start
> > to notice most of your disk consists of libraries for anonymous
> > FTPs. A static 'ls' binary is much more suiting for what we
> > need :-)
>
> No read sentence incomprehensible i can.
?!?!
> The amount of users using your system has nothing (directly) to do
> with the amount of space being taken up by ~ftp/{dev, bin, lib}. Nor
> does the age of the file distribution they are all downloading like
> lemmings.
>
> Or maybe I'm not reading the above correctly.
This seems to be the case.
My statement above is solely in response to someone recommending
I copy all libs used by Solaris ls (via ldd) to ~ftp/lib.
If I have 400-800 clients who want to make use of this feature
(using 'guestgroup' in /etc/ftpaccess), copying libraries begins
to take up a significant amount of disk.
It was then recommended by Bill Sebok that I could use hard-links
which works, but I personally took the static ls approach -- and
so far, everything has been grand.
> In any case, let me throw imho.
>
> You can accomplish getting ls to work in any of a number of ways:
>
> 1) Put a shared ls into ~ftp/bin along with all the shared libraries
> it's linked against into ~ftp/lib (don't forget the dynamic linker).
For 400-800 accounts? I think not.
> 2) Build a static ls and put it into ~ftp/bin.
>
> 3) Hard code ls into ftpd.
>
> Of course, it's preferable to have 2 instead of 1, and anyone who has
> enough clue to copy all of the dynamic ftpd's dependencies should have
> enough clue to build a static ls, so there is almost no reason to use
> a dynamic ls.
And this was my point in the very beginning, or atleast how I
intended it to be ;-)
> So the question is, 2 or 3?
>
> My main objection to 3 is that we're reinventing the wheel
> here. Moreover, there's no reason to do so. If you need to run an ftp
> server under Solaris and can't figure out how to make it work you
> should get NT.
Implementing an option under wu-ftpd to support the ability
of compiling in GNU ls (from fileutils) is a good idea -- GNU
re-created the wheel, there's no need for us to write the
sourcecode when minor adjustments can be made to wu-ftpd to
actually support linking in GNU fileutils's ls.
> Then we get into other issues. Like the memory footprint of a bloated
> ftpd with ls and all the trimmings in it. When you have 800 users
> clamoring for the newest version of netscape this becomes very
> important.
>
> There are security issues at foot too, the ls /has/ to be run within
> the chroot() (although you'd have to go out of your way to do
> otherwise) and it has to run without permissions (also should be a no
> brainer). Undoubtedly there are some things I've forgotten as well.
Right, and this all boils down to the fact that the best solution
right now is to compile a static version of ls -- which I have
done, and all is well. Hurray. :-)
(I honestly didn't expect this subject to become such a large
discussed thread, but it's apparent this is a concern to all
users of wu-ftpd, so we might as well approach it, if it hasn't
be approached prior to now).
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-0435 |
|
http://yoshi.parodius.com |
From
[email protected] Mon Dec 16 14:38:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZlck-000AgyC; Mon, 16 Dec 96 14:35 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA10881; Mon, 16 Dec 1996 16:34:07 -0600
Received: from earth.astro.umd.edu (earth.astro.umd.edu [129.2.163.100]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA10758 for <
[email protected]>; Mon, 16 Dec 1996 16:30:56 -0600
Received: (wls@localhost)
by earth.astro.umd.edu (8.8.3/8.6.6mWLS)
id RAA29318 for
[email protected]; Mon, 16 Dec 1996 17:30:56 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 17:30:56 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (William L. Sebok)
To:
[email protected]
Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Neal S. Pressman <
[email protected]>, speaking of some SETPROCTITLE
code says:
> i found simillar code in ftpd.c
>
> but i cannot get this to work has anyone else done this with solaris 2.5
> before???
Process info set by SETPROCTITLE code will not be visible in Solaris 2.X with
the standard "ps" command /usr/bin/ps. However, you will be able to see this
info if you use /usr/ucb/ps. Whether this is a bug or a feature is a matter
of opinion. It does prevent hackers from hiding what they are up to.
Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
From
[email protected] Mon Dec 16 15:21:11 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZmGg-000Ag8C; Mon, 16 Dec 96 15:16 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA12603; Mon, 16 Dec 1996 17:14:15 -0600
Received: from gatekeeper.ray.com (gatekeeper.ray.com [138.125.162.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA12158 for <
[email protected]>; Mon, 16 Dec 1996 17:06:14 -0600
Received: (mailer@localhost) by gatekeeper.ray.com (8.7.5/8.7.3) id SAA24383 for <
[email protected]>; Mon, 16 Dec 1996 18:05:56 -0500
Received: from jaguar.nmc.ed.ray.com by gatekeeper.ray.com; Mon Dec 16 18:04:50 1996
Received: from cae091.ed.ray.com.noname by jaguar.nmc.ed.ray.com (4.1/SMI-4.1-DNI)
id AA04799; Mon, 16 Dec 96 18:04:50 EST
Received: from cae012.noname by cae091.ed.ray.com.noname (4.1/SMI-4.1)
id AA07816; Mon, 16 Dec 96 18:04:11 EST
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 96 18:04:11 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Neal S. Pressman ex 2317)
To:
[email protected]
Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
-> From
[email protected] Mon Dec 16 17:37:00 1996
-> Date: Mon, 16 Dec 1996 17:30:56 -0500 (EST)
-> From:
[email protected] (William L. Sebok)
-> To:
[email protected]
-> Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
-> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
-> Status: RO
->
-> Neal S. Pressman <
[email protected]>, speaking of some SETPROCTITLE
-> code says:
-> > i found simillar code in ftpd.c
-> >
-> > but i cannot get this to work has anyone else done this with solaris 2.5
-> > before???
->
-> Process info set by SETPROCTITLE code will not be visible in Solaris 2.X with
-> the standard "ps" command /usr/bin/ps. However, you will be able to see this
-> info if you use /usr/ucb/ps. Whether this is a bug or a feature is a matter
-> of opinion. It does prevent hackers from hiding what they are up to.
->
-> Bill Sebok Computer Software Manager, Univ. of Maryland, Astronomy
-> Internet:
[email protected] URL:
http://www.astro.umd.edu/~wls/
->
i have tried /usr/ucb/ps all i get is :
/usr/ucb/ps -auwx | grep ftp
ftp 7347 0.2 2.0 2160 1848 ? S 18:06:09 0:00 in.ftpd -adolLi
root 7351 0.1 0.6 740 516 pts/7 S 18:06:39 0:00 grep ftp
ftp 7312 0.0 0.9 2160 808 ? S 17:57:19 0:00 in.ftpd -adolLi
ftpwho gives me:
Service class mel_ftp:
ftp 7347 143 0 18:06:09 ? 0:00 in.ftpd -adolLi
ftp 7312 143 0 17:57:19 ? 0:00 in.ftpd -adolLi
- 2 users ( 50 maximum)
i'm probaly missing something obvious but i cant figure out what....
From
[email protected] Mon Dec 16 15:21:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZmJH-000AgyC; Mon, 16 Dec 96 15:18 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA12859; Mon, 16 Dec 1996 17:18:09 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA12422 for <
[email protected]>; Mon, 16 Dec 1996 17:10:44 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with SMTP
id RAA27317 for <
[email protected]>; Mon, 16 Dec 1996 17:10:56 -0600 (CST)
Message-Id: <v01540b11aedb86a7f593@[198.40.27.80]>
Date: Mon, 16 Dec 1996 17:10:44 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Karl O. Pinc)
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Various people have written:
>> In a previous message, Yoshi said:
>> > But when you have 400 to 800 users who want this feature, so
>> > customers can pull their newest file distributions, you start
>> > to notice most of your disk consists of libraries for anonymous
>> > FTPs. A static 'ls' binary is much more suiting for what we
>> > need :-)
>>
>> In any case, let me throw imho.
>>
>> You can accomplish getting ls to work in any of a number of ways:
>>
>> 1) Put a shared ls into ~ftp/bin along with all the shared libraries
>> it's linked against into ~ftp/lib (don't forget the dynamic linker).
>
> For 400-800 accounts? I think not.
Why not? If you use hard links you don't take up any more disk space (just
one copy per file system is required.) So, what's wrong with this method?
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Mon Dec 16 20:49:59 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZrPN-000AgrC; Mon, 16 Dec 96 20:45 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA26443; Mon, 16 Dec 1996 22:44:43 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id WAA26074 for <
[email protected]>; Mon, 16 Dec 1996 22:35:34 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id XAA15641; Mon, 16 Dec 1996 23:35:31 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 16 Dec 1996 23:35:31 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: upload directory matcher
In-Reply-To: <
[email protected]> from "Yacine Kheddache" at Dec 12, 96 12:48:12 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Yacine Kheddache':
>
> I create many guest group and I just want to know if it was
> possible to use some matcher in the root directory of a upload
> information.
[deleted]
> upload /arch6a/home/ftp/home/* /guest/exchange no
> upload /arch6a/home/ftp/home/* /guest/exchange/* yes root ftponly 0550 dirs
No this will not work, the matching(globing) is only done on
the second argument(dir-glob) of the `uplaod' directive, not
on the root-dir.
NOTE:
And it me be a suprise for you, but for example for this
line to work properly
> upload /arch6a/home/ftp/home/* /guest/exchange no
^^^^^^^^^^^^^^^^^^^^^^^^
the first argument(root-dir) __must__ match exactly the HOME field in
the passwd file, if not so, then people will be able to upload
even if you specified "no".
>
> Any idea will be great appreciate.
>
IMHO
Don't be to smart with the matching expression. The
regex in wu-ftpd is ok... but it's not perl. Better
a couple of lines more, but at least you're sure
of the behaviour
--
Joyeux Noe:l, alain
From
[email protected] Mon Dec 16 23:09:38 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZtdA-000AgrC; Mon, 16 Dec 96 23:08 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA02056; Tue, 17 Dec 1996 01:06:50 -0600
Received: from arthur.meme.com (primary.meme.com [204.128.247.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id AAA01778 for <
[email protected]>; Tue, 17 Dec 1996 00:55:35 -0600
Received: from [207.70.96.117] (d117.loop2.interaccess.com [207.70.96.117]) by arthur.meme.com (8.7.6/8.7.3) with SMTP id GAA32305 for <
[email protected]>; Tue, 17 Dec 1996 06:58:38 GMT
Message-Id: <v01510108aedbf2a8aba7@[207.70.96.117]>
Date: Tue, 17 Dec 1996 00:56:35 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Karl O. Pinc)
To:
[email protected]
Subject: Re: upload directory matcher
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>According to `Yacine Kheddache':
>>=20
>> I create many guest group and I just want to know if it was
>> possible to use some matcher in the root directory of a upload
>> information.
>
>[deleted]
>
>> upload /arch6a/home/ftp/home/* /guest/exchange no
>> upload /arch6a/home/ftp/home/* /guest/exchange/* yes root =
ftponly 0550 dirs
>
>No this will not work, the matching(globing) is only done on=20
>the second argument(dir-glob) of the `uplaod' directive, not
>on the root-dir.
>
>NOTE:
>And it me be a suprise for you, but for example for this
>line to work properly
>
>> upload /arch6a/home/ftp/home/* /guest/exchange no
> ^^^^^^^^^^^^^^^^^^^^^^^^
>the first argument(root-dir) __must__ match exactly the HOME field in
>the passwd file, if not so, then people will be able to upload
>even if you specified "no".
>
>>=20
>> Any idea will be great appreciate.
I don't know if this is a good idea or not, but you _may_ be able to do what=
you want using the command line patch I recently posted to allow multiple=
configuration files. (
http://www.meme.com/soft) You would use it with=
tcpwrappers and the ident protocol. Tcpwrappers together with ident would=
determine the group and run ftpd with a different configuration file with=
different upload directives for each group. See the tcpwrappers=
documentation to see how well you might be able to make this work. You can=
find a tcpwrappers distribution point linked at the URL above.
Note that this is not particularly secure because ident is not particularly =
secure.
Karl e-mail:
[email protected],
[email protected]
---- public key: finger
[email protected]
Karl O. Pinc e-tattoo: Ride hard and die free.
From
[email protected] Tue Dec 17 02:45:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZwyg-000AgkC; Tue, 17 Dec 96 02:42 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA08189; Tue, 17 Dec 1996 04:41:52 -0600
Received: from mail.edit-online.com (cultures.edit.fr [205.177.230.9]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA08093 for <
[email protected]>; Tue, 17 Dec 1996 04:35:11 -0600
Received: (qmail 29615 invoked by uid 42); 17 Dec 1996 16:35:50 -0000
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 11:35:50 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Frank DENIS \(Jedi/Sector One\)" <
[email protected]>
To:
[email protected]
Subject: [PATCH] Jedipatch#2
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-850840550=:29590"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to
[email protected] for more info.
---559023410-851401618-850840550=:29590
Content-Type: TEXT/PLAIN; charset=US-ASCII
Changes from Jedipatch#1 :
~~~~~~~~~~~~~~~~~~~~~~~~~~
- Idle servers bug removal.
Patch suggered by Michael Brennen <
[email protected]>
- Ehanced virtual FTP support.
Patch send by Scott Barker <
[email protected]>
------------------------------ Scott said : ----------------------------------
Primarily, I allowed for hostnames as well as ip numbers in the ftpaccess
file. I also had the code use the first instance of each "virtual" command in
the ftpaccess file, rather than parsing the whole acl list and using the last
instance.
Also, I removed the code for what must have been the "old way" of handling
virtual domains, since it's not documented anyway.
I added a feature of my own (RESTRICTED_VIRTUAL_ADMIN) which allows remote
administration of a virtual ftp site by a single admin account, which is
restricted by chroot() to it's own account, and need not have a valid shell
(thus allowing for /bin/false shells to restrict the remote admin to ftp
only, and prevent the remote admin from accessessing anything but their own
virtual site via ftp).
------------------------------------------------------------------------------
- The built-in 'ls' didn't deal with command-line options. This is now
( lazily ) fixed.
- Non-anonymous clients that use the built-in ls due to the NO_EXEC option
will now read the real group and owner.
- Two distinct Linux configurations are now provided.
./build lnx -> build wuftp for Linux without shadow passwords
./build lns -> for Linux with shadow passwords
The source was also patched to compile fine with Linux 2.1.x and libc
5.x.y .
This patch and the whole patched source code are also available from
ftp://ftp.edit.fr/pub/j/patches .
Ps: Adding a built-in 'ls' is not only getting the source code of GNU ls
and renaming 'main' to 'ls_main'. You will also have to parse differently
each argument, scan and match regular expressions and output the result to
a socket with the right protocol. This patch implements all of this and
the core of the 'ls' source code ARE taken from the GNU ls.
Best regards, Frank.
--
>Edit-Online< International translations, multilanguage WWW creation & hosting
Europe, Tokyo, Beijing, Seoul, Bangkok, Bombay, Washington, Rio, Buenos-Aires
<(=- [
http://www.edit-online.com/] <*> [
ftp://ftp.edit-online.com/] -=)>
Frank DENIS aka Jedi/Sector One, network system administrator. Email:
[email protected]
---559023410-851401618-850840550=:29590
Content-Type: APPLICATION/octet-stream; name="wupatch2.gz"
Content-Transfer-Encoding: BASE64
Content-ID: <
[email protected]>
Content-Description:
H4sICAy8tjICA3d1cGF0Y2gyAORc+3faxrP/2fwVUzetIYBAPGyHNmmIjR1a
G3wMzuP29HCEtIBqIXH1MObb+v7td2Z3BQIBthySntvrOMewOzs7O5957eph
mIMB5API5202zQ9Mi+FHl+mB65l3DKZBfuBPjHxJqSilfJ/5Wl5VC0rfMpSR
NQFFKWynSOXz+UeY7HVHAfyq2QAqFNVasYi/oL46Kqay2eyjYwMGp0wH9YiP
Pa6pFRz76jD19i3ki7kiZNVc6Qjevk1lbzxtyGrQD0zLgJ/H2i3LOxPfdGzv
Dfzsa+6Q+fmJpfkDxx2/SWVT2VgjjLUZ9Bk4Nv4fgD9iMHAsy5ma9rCWygIM
Ga4CoEYfmGvqQLNAWncmM6Q2PZiOkGLiuD6OAN8BDVDr4M08n40zxEEz7wWH
5rtLqDc/UVvfMEXbu85pod3hTZ4xb6LvxkxOfDqzzXtqGfQ90XLmMoZUUFKK
4LiAa2EuEYzMQBC8N31NH5lwI0eOJlKE91f5Gy6AZcuWC9MO7iHtM5TXQDUg
U1VRKxlB5EWJpqY/Am+kGc4UJprnTR3X8IjODgVrMZ/kUpUib74vhc2fush+
grzvRUd5paMsOhxvIDranbOCSi0TX8r5yy+/0HdPd/bwW+ekzReHA0t3aEW8
ayh12jlvQtPFzopSVKoa77Nnss/BTy029YTSPceS7YHd7kBVuYcC0liai8ii
tMCJKmqUqIIKQo257L8D02UeaLpOKAzxT0kpK2X6gkaNmHAlBpYvRt9YvhCK
LzW4n8pmXMZHzWXQ+XAtV6JbjHynBif8QzABp/8n030gX8YJbQO8QB+RtbnM
CHQGhundgjfR8KM2wJmFS6BFKsTPtD1fsyy0QPEByP2UlPGcOPFr47R5Ve+e
vM+rm0NFhGhLtIhQPSdgRIdfouHymHEIpXKtotbKx/GYUeQxgxQC0CXXnWg+
anFqokY0w0DPJa35edOGA8s7AN0Zj0nXqOZpQALAQgBQ1RxaD9QEu1Q2D01f
sDLHE9dB/XnMvWPuAU7DXIo1mq2zXJQQw87YcYkQVS66Wo5oshnj8440ZKTB
Qd+0D3JwwHz9gMN/YJn9A0Qd0fIdd4YIA0OPxz6077EToFueda8AzUpT0J4x
Umk+zJwAdNSxjf77Z+D5gju2ujAJ+hbGNmFfyIzi4AEu+YCs2wlsn0v3znVu
WagcLfBQRlxq32JjTwSHS003bd/xRmjCJrN9T4HPOKnh2AdyNt9JZVFoZzwh
c9MkM5RICZGpW56TA3PAxSVY8qetdq/xqXFCCiHBTs4u6uedUEzP1QuXGJNJ
9hy8bLVfprLsHn3A1iwSb+hqY75sVLelBbY+QrFxrIaBQNc8pghbQNRQZE9o
CrWYj6hSLkZaSuA7Y803dXSkGaASuBTLlkMOxzSDMoomUwFlGCVie/jLMUDB
UFpXE1Zg+jMYMw/NgRY7cdkdTsxFDexb1JINIwf1ZtrxNXrk/1ObfF6RE11h
+ED5bMdnYl08YQ0sbUjTo6q6LxFf37zTKPb3Z2CwgUbxSvP4olAgF+dPZZdX
Z6NULiYCZ+ph/EEJUAku2BoKjnrw4YBUR8Yzx/SaUYLk6+gHwxwI/DXK1Hlp
QehNwXCIWQjbKIIK30Ql/PmWGaavDFzB6nLG8yvvxvnQsULnDH1Ku9OQN/KE
geuMKdYpkkMBzbzwZ0GO/dL4V3pK/Cs9Kf6Vviz+lVZrplKtWorFv8qRjH97
e3twMtLsIemPVPQr6ocr5XuVAhr1/8/Gn0jAM6wwyhHwQzSGsXOnWQj7FUeP
I+oK07o09ZHGLIwhzLYxiPw87otPbwe2qaBBvBFsiXFjRLHSgDvT9QO0Lwpl
XjAhG1rwZjbn29Ed34d3mnuLNvizR9/eDjULwXQUPQiGitZXdI0Xf/mtP5KT
p5kGZt78oz/E8co1x1gqWLMcNEGjshGlJpMcOZ4vHAJdacoobKDLT8AOxn3S
loxdiCrGV+ZhjCHzUzgXj8K+IRzQMdg8xAxMF+MFz+WoHYotPOTvSy3tz/MV
RYcl7iBio6thq0uRAAtWDY2cClakm/KYoukWWCaPSAbOGXZamocBIJyVe7SI
0E0BN4tIyp2R4sx4nl36jIml7jtYok+12T4JjhIYFs6QyoYQGxhTcRKMAiYt
zvQxb2LcwnY9GGMMwmkweuB4LkGTEgM1wYBpPkVLZDqeAQXI9HWj071unnQb
p70PzevuTf2iVz+9bLYyKJtJOZJw8rj0PktlNWNs2rhuVxOhh0J2KBVqEAXC
6ImGppFoQ1IUDZjnRcnU9CivIRdTl7FUH7mO46czFMP4cki4+ShSMk/ytEiZ
5dF10Pa8EZpLKpv2R4EnZCUoSLUFrAIKAzQQJog8UQCKSbmSxZqkhNiJ8qey
jk32SROG+SRGyqOAsBX8pflQ2Zgs8AMFdKQ3XZJ/gRfXyp2p0RQZ5XHvSvoj
AkE3llkN06BawqC0w0sOafR5NCe0ArH5U+YpFlMmqhKN+D/opJBBR7hnhhAX
a61Ikg8LFpEnY1kddW0ELCxAwnpETJfK8sxDVZXLpOPytDh0HSzdSfGoOubK
abtTh8p13C4iaGJjpWO6NIeBsECPqjbOjcpI0+DyAigFsculjVv+jdzy8szH
bWOxQ3MQsHWbtAUDjxgsD1o7gv4TAh5WiOiTU80T0UnkT16fhoXcgLTPGQme
Jb5HoqVjoaqnsrixUmagyOyzR6Ee8q/zoj7YWXWww9og+7zqQKh4Y13Au7dU
BLyfb2bqExfUKhSPapVXtao8ANlcC4iB0SqgWKsWa5XDRRWgVnNHWAZUc8dU
BsBjxwmw6TgBYscJ+W3HCapSUo4zuz1ygPVHDrDpyAE2HTk8C+Ox3Gx4822H
QlJvBH09/RYrWD/gOSXiBk7LBlYt1YqHsWqxXOHV4vf4C+HgSNDgsAp4xMHH
oVIm0hdNowaRye5zd0RL7KuF4mFBPYYS7s7LWKNiXOlD434CL/g075qt0+b1
6729QuC5lOpS2Ub3JNLk8bbLepQMQz9vanzqYtMxVgatTrd+cfF6T555UISh
ow+MO2+B6SMHDm5kcN/nTrMom9I8qYKnu+bE52mbH/Xxs5KDyPjPchvtaTPJ
A3DgZJ9rx0DNm5gtHNqpTTHxA5rsrUcMZBVF5zA8kVNckh94URB+8UYBVlx7
+fEd5Afw4i+hhQe0LoWPibXksbQi+bh4cg6euk0bi1PmYdjde/GX1MwD5HXI
O9QJ+aH4M4ajanUhVGyCRONJfGQh4HyILOjpLIQ6lnjwpkRMsKpdZoEN67SE
2E+04ZO1hAUp1xJa/4u/hDE+kBkey9ZEXPiqFHWZkxrpScQNF7iWF29PxIkQ
W7tA0ZGIlygrleoyt2q0KxE/2lqtZyd7EiJg0/aVV43reC71P53z/YC5ljOM
s5x3UDzg/56Vg+jQS1SN8o9CVxk2pqC15Fsy0Fr6eXkBmDaqtbJaK/FD1uqW
BLSdkaxTDmvFcqROyZUp/1RF+glsgw0ATtutbu99/UOjd97oXn28aZ5u6Du/
Psc++B57qCQNeMUSfuNEnc+XF83Wb4tWuiSzIxDosk4CEJA8EQhIv5q7MZe+
eqw4XM8oDoK6AKGUO4RsKSwVX8JJdIfCE528cEWdPOcvOPOMLwqKQlEtlMpQ
ROavaqVKJOPjuMKXw7sCqBzBW9HlGq3uamOvVb+8aLR2hrdnJMLbM5Lh7Rmr
TldFyJM7XZSRxBsZHX8lp/unUTGGiUIhkidCBelXUFEPa9VXyVGJMlqgcvht
UJGtdNFxPUa7AmNmJwJjZicDY2avgnFEkSY5GBFGCzCq3xQMuvL/NbGgHX8C
LJA8ERZIv5v0RIziWJSfnJ7CreriYONTLFHhHDxRVf5fJCq6iyUB8kieCHmk
X/XC41qpmNwLo4wWyBf/VV5Ix2oJsEDyRFgg/W68kBjFsKgcb/bCcBz3vffN
m7jTIUvudKKEKailQhElpAPOGor6bZzuq8M7SVR9IHkyeCf3cXgrxWfAO1lT
fVSqT4X3ah28k/tFTP2Xwmt6ehJ4kTwRvEi/G3iJURzeLVu8pu0zl98NwsSt
dUtXpWJYI3+OdfnrYm0OqK/ZOaHPtm4FBoOfvZlXwC2NP5swTxm9iXbZzC8w
17Udat8R5FtP99eSJ4L8mWf7GxitQr7mRriKONovvExlEdQ1lyB5BcU7o4iH
h/lHsmIqF8hAD2slvvuJHOZ/CeLZqB9nl1xd+vFy49lF++S31bbux5UWZH/y
8TTeeNqtv7todJr/1VhMzPuuOt366lSdbu/dxW9riDufO83WWXuF/KZLv+/b
nVU+H66um63u2aIVAxjdlBt+bX9oXH+8bnYj01w3zhsRis5Vt9f9fNXgH64b
N51G/fr8Q6T/ff20/bF3Ve90PravI+u+ubpo1yNKvumcR0bRVnD+7ax+0rxo
dj/DRfu8d1pvXLZbq/r43Ol9OOvEWkVAXszZvax/ImkjTZ1GDxFZbsB5lhs+
1K8XDfJODjoxXTg7xgCKA+TqkVbPNyyzj417e4WXMGIui96PR7duWFZ456Cn
APTec3udjw/obhDBNJWlGEOqunNMAzrN81b9gqv+pyVJ9jE8hDlwn/dIsek+
gInmj+Yfeo7dQ1lcZOdx8TT9lt9g6ri3oLlOQDffSAG4H+0uiN0nC2L3CYPY
jsoSYhQPYlvKko3xC54Zv74wYy3VIWviF6yJXzvC2E62v7cT7u/tdfv752Bs
r9vflyO1SYUwrswxFpDA19rwfbttON2ekASg+1IygO5LK9vwUlEe8ybbhkcZ
zQEqHX2bbfhSmTfRXG2MsRgAg6WgN8i3uEF8xTKf7hdJhFQ5IVLlVaRUqeCk
SJXXIFX9B5H6qrDQA0IJYEHyRLAgfRwWcRNVMliijBawlL7pOdbmpLPrsEYP
aSVABckToYL0q6iUamopOSpRRgtUit/0MtjGumBHWNDDagmwQPJEWCD93plr
wqUmagDc8L+qlZ5xukiMYlioO78kyfv24krfeha/Kyh0JxEUupMMCt1ZU46p
z4ACGcWhiOSQYyrHjmU5lqJM3LD5ZmpeddMdtTwBMJ8eb6ATws5JW4ELxh/6
olupmeVM+VMQPpi47frCgu7xKjuK606rbHrONAmsw2Q3eSD9jmAdmmtgLSa+
isYfp71ufoKqUo5tqnCSxTHgP3QZ7azXaXTbH1uLluZVr9vu7Axwe5YIcHuW
DHB7tpreKjISJktvUUZzwIuH/6qLZ/TAdhIsHCsZFo611wlsnt5oQ4qeV5W3
uSV0PmQUx6LyTUuNiF98vXqDHhdNAAiSJwIE6ePO8ZybbaKMFoB81YpcZB3Y
cugMmw6YdwXO/TQROPfTZODcT1fBqcq3dSQEJ8JIglNZuuHj/6630D3EY0N5
JIOEVI+oPySLFwhhmN+u9aXxG9+XUC5Vc5jFs/S3fCSfFhI/D+Lj3/j/otnp
gj5i+m3PcoamDSfXF2cLytfwFz0YtPgxB5BGwp583MLL0IPx2JCmCwx0/SQH
+8RzP/NTfOCLUmbRSA2LB/d+/BEMx3IZf3w/szyUflzmuya7Y2nLQ0HtIU4T
m4JZHts+0hs5rr869CGV3Uu4svkAWlF27/H1SBqAgXbLNqyF0/A1ZL83B9yc
5SOK66f47jUUkfP3zEaz3jxDdM3rGYs597ZqazHNNuPpXNFjeyN6ZnpXhgQ/
ePs5eFFZb0+k5xcVUkXr5uJih9YVn/DJ1rVB1nVShj8Dl7E0H5fIFCO6iVjk
ik5gFwa6mIPUAF/FQsUcz7FQOTIyzarG5diFntfFQrpanMCcvySZGIr+aCpB
mscTCRLF04iqPjGNhKM3JhG1yreX9EdsMJdPiw3TFWfFQvUQvZhqeeIqKt39
AWl56J/u4dai2fvQuO40260MWeFyE/zM646imsnQCUWfDehFOvLhHSiJCwbh
Ffd267x9dtbr8ssKnvkf5gzSzmDQ8zPw+nXYQAacEeOElHzTrJb5tpk/Tkvr
Mm0/fF9Ab+wY7HURbcTz3UD3cf+r32qG4fbQJEIa+r6e4mVIMvGRIquPcBMS
NoUvlPj9sv6J7ilo1S8bF43WH8hpiY7eOUA0V/Xu+3X9fc22mbuNAg2YLHKZ
hJcFR8f0BHH5WM2hmYijIHl/Tnh1PoxaEZVYzJ7HNGr3mP+TeIXI/DsXOsc/
CfHEZynInFpqjDRBLzF4GVUNNixxjSq7Zxr3S50DusrewyHubJW5afMh8/Hy
+08RQw3XHN4gwXVzWCrnsF7NHpaLueqRtPe4aiJKgbmZRWUN4wsZ/pD5ZB2E
erqYg/SKxcBLdILo2FwqL56s/zEyTQbdophZpNCopaIIRYnNg/jDQ3SMFs0R
SdPrLHZFhDnSiF+EOzImZUeYaLo1ZvQqFGJBgXZOOR1ROEx/RxzQx1EJSMuH
p+dvOsnBj7wlwxe2R8r6Dhnr40m6fn2OukIf93u272jpyBrybzwJZ0YOFHrG
IWoY72lK/F5a5EBBF1Oc+pNsx3ltfTJLRx0wRzzUHCxcKLOJPDR4mnT9gEX+
blxfY/r+IEbSO3FOHBxMr/5wajyhSwN4dPWCN2K+9xCq/WFuB9LQ8/RvxYbz
T7Xh/PNtGNb8rDVo2GTQ0eQsDRp2Z9DZ+XcOdaxRABprlsEsIuHXdYpI/fgc
14gUoNHxaNP7tOr9FaolM221u82TxmOWGkf5KWYbIV/jkFF5NrllzMsi9dy2
ZQtcaeFb59nmz1u4S/N4lL2k28r/IbQ7aTXcbISx/v03fBcx0vCr5EpFVThW
/jxuadnoViW5pWWX9zrfpVeyOiKLMtCX/oxHEeKNI//+e0VSWBmYfzPi09AN
fBTN62e4/2l0M8vDdMf2TTtYFBm81l/UB0t+LPpcSK9WFzGqbQL16CVbv6+y
+GPz+JAkm11RGACGC7KOH1fKlVyMV3J51vOQ4X65WiLPzK7uWldEUjxRWGF1
vdYaZH9shatoqDE99V2m3a60PkS/PsSMLMLycXt4CF9iuC0cUlSeu9nKIuKB
KrvZwcM6n3t4kXt4pNxfVnQkB21nujH4ZdfoaHPomy9SNKwscyn5bZdnS5B8
mkTzcDkXaR7CYjItMu92obaF1uzKnn/+YW4cUZMnoOd2lSgxQvoHL4PxNWYN
K0b/hFQZ2bCE8pl07BH4hjO102pGnLGgvvhuvXjML/KrxVevcqrcsHMGtEGu
t9qtXrt18VlctZ8zTE+mVAJigJ5MUcw0iZrJRGvnrKwgN72Tb74tW1Xfhswy
mebfTKY9w3RzS1ve1VxCp1OzdBV3Y7B/Q28n/cGT77cDg9kmMxRFQT1zgZet
IgbXmji4T8ghSbOFCzu76TROIR3YWoB5ysUAacipMnB23b6kqX//wfsjJwqf
ODfxJj6COic/8xi+Rjiu7jD48tdhGYtScWn1fuDa65zpIayIwzOvpcAo34D0
GqSa+Vd+IsL3RlguvJQU/HhuOTPIoT3ymt67zvsGCTXvDmsRfSIyOr0ylg9J
RwxGmKJaPOKmqCJ6r5auPqApirdb+yM2A8SJ7ub3/re9J39OG1n6Z/mvmCVx
jA043LZhnff5wFnv+kjZzttsbVIUFgLzGUt8CNakUvzvX3fPaDSjg0MhL656
pCpGR3drjr5mpmd6TI3dGeNxvHP/IQPTgBEK0OTdRHqD9gq4lsVa984/lrcr
QPeFxpaLuhYcoiZd0/l+wJJi8nERPp/qDT/1ZYmXpek8ItfiIKegDHIWY2iF
o6khy9U8NWR5v5otVLWW1HSZrs0WqgmZUW1K+BfePHAVI8eIIs7E1CQXx3PI
WuYDSHU69TYlR3iZQOUrWPmTFp7/iAMhfnTlYNj7BzoQD3BKqdLSdUYOu2+1
60rT6z2QkXM0eAIMwfgNjlrv/BMrAZe5mGQAOOKUTrFuuY9wfY4HeoITIU8n
3SXW4s2+v89P2iuWvYmycKG8ZvfKshj/zGr2X0Lt/oomv9lMzO04XcC7w9e3
wXF3EFLtuAgVF+LeGp6hBu1p0kHEylHm0EKb0JdZ0ZgHe9l9bMzSXnYvzMJM
qaLyr88/WKQPXjk+9V/YhdPt4rFfwDp0et2D82QdvkXWYYYyBoQL0eZTz+IB
S+z4ySHY6NlheOgonu/Ltxj12jzUzbYmI0xUMLBAJrnJ5DPie1weq/mDbDkv
ZlBxY5FkxGbz9u70pNncyGgrHTQ/u2M+tbN8qnaHpNzr4AAsQInXEs2bTCY8
Zb2Di9jZ+UWD7bSdsZhC9aZFRi38w5+JF7vuqIlDANCCuYKv9ULb4yTwff9R
wB9/PIN3yscJiqwOfhog2i0Ya4I7lOb+r/816MNnHBkfKn5F2NBNJcG+K0gg
4Wx8KY1AKXeKsknhFS+wtjgkfSb+da8UA2s4dIZNRUsppnvKwdLYz9usY4I+
sajG4j3W2mtOpKXeS7O9kSE2yQTZhM1jESZ0QAR78MWMvRLqqmKxXA3YWnK6
rD6ITZrKlAG/+w2o3SxLd9pN1L/geeSDd29GvScLK0cuAo7SNblMu2Q/TWsg
qMZMCeLhrFn+g1N+vmKh6uitz1ir3xo+pYvlvLo6l+xL9SBVjSa1iVIWXWv6
iq5crEhLBVrA5p1scle/59hkqaj9S0UehFkCNVctyQ4IcBQOeRr4BI+V7NmD
Mc8EQkoL1VMMd2TwjPQmfrso+AP3QYJnySUeuonuaN2LCRnwtYqCzNEEvA+o
0IR2U4nCrUY1pHOgobo93AdJCzKmdItNuY4jAfhX7scd8QIRYPjTaUskbItO
u+4NxUbDlu1ikoNMpu57K8Cj/wsDiPGwa+IRv/qAQaIEZnI0R3rqE6M6R+ij
SAQX7Iz5wNI4E0Ww/DHmnmC4lbR5VPO/KP1kKAlvWpz28YZq2uDh/uvIatI5
kbKimlnG8m19trci5lQ4RIe4LM27bHs7csKHuyzIBk2ADk9SeYoNeNJMb30e
bgE/cXqzpmR0NDMKZ8qCYj63yMGiRvQjfyTSXNQWYQDf8/xoY44QS5xGT/uv
NymTiJQU8L+pk2dwEGV2EkWsBfhV+bamAMrFKnz+VNch0tnV6oaisAzpmbol
M/Xan2L+74gYSCRpMzo/e2DhYMxhKd4hKSVvQGswGDrgnLdGFrNsszUY970D
9imIHGGIkDvmuY2AzCV4rll2S2oaM+LQAeJ30KK7tAuUNGYZNGahCCqzUgH3
uiJVJlc/nZ7traCiXqnzwAJSi41Pd40b3L59cbsxP6olyKguVMUeddLo8WWZ
jG7BphLG3g/1mYsrgk+CyFB46CcMrmgO0GwIhNQQ+CqvxKloLi7mIUqhrwZ1
cDroWKc0yrHVVzUNDMjNNHyej8Ub12eaFx/SJnGaxB2RY+NNKhXL4FWgdatg
yEBRcy8C8i8w9cU7z2eiBuGOE5axLk2U7+95Fc6SRsbmCurMMNurjRTpTqrN
rba22PxyS40ujTCPnCznKUYCgyTCwxUQovMOz5ZD5wpgqAvL4YIKtD/ndsql
QakIGOVXurq4vUNHlvJqBAY6XIiI3JPVskd8rBHsGxj7UOBI/gt1YW4LWX0H
nlKyj0N/3VtRFodazEBEzFqKclFA6SmOTHxiO8I8aGOTOKyI8SLviLj5imiv
mzJx0HHnQDNxjFW379zPi7HiMHNirDhQ0hgrBTs2xqoIXAaDY/wp8PGkYRiy
7QyDDOKAsr4Mi/hk6kfJ0aEjpNppOqyDKgR5ZZB71243wbsCb390zz3vIK2C
oot49EXPxTkARCD9YBh0Bg9olsbV9d3p+U09gkTiHuq78/oHIeb0DoIkPXaH
42rx6pilIZxyqVSpipxLIPoXGAzo58nhiSnuv7IzkLtHIGX3YGwh81m846d/
KGFx+gEj6nEnPSd4BMpX9608HUkb/8pDdJgExskRUB4EKYKIWVSsXsafq1Lf
IuNEfF5uB9eKOsT0ZPpDEwuqllPGbyrFGDyLU178R93hIFAqztiBU2jEoQFg
dvl8BmjRiIrgsDVQLnmKlNZ+F9cnRxcNFa7vmK2+FSyKgD6/PL+7bf6mFbzf
e+qN3Miy09z55dEnpdzeIwYOjzp5Eg6XzFj2+Il94x4bYDRPj+4axx/PQArL
RXDmyEXkWePIO6IK1rVH0gToj6WXVFcmiJVh5gjT4fGBWgd7s2+NKHiS3UNF
lRFlFJwAkeD6UFF867Z5fnt88Ye0+OKecezQhBDbut8KWnEV9eS3m3hUcys4
n4QoIDfxKO1IlJvG+3iUnFJAv45n53iMlEIDH8QTGYRrqRC7uNIbDO7jSfVn
krqlQ7YUWvggnpg7k9jlhxONFtzHk3qaSerqT71YcB9Pyo7kCY3e9dmpRg/u
4+ldziza9dlFgNTFUqSUt//a4nOB8aJHp1MNnyfpse32unhECg0xSKC8CUH8
GxZGiemDIlAEHTmJjH9DEzqESD4mryV7g61w8/H2Zpv9i20Nt1jNZ3oOXAgA
/+kBP0cAFwPAnzzgiQ88v4lcC4apCRuJ4y7XTPHajDarCfbwa4WPtwMrZlj7
0hcczkBdiXcMJp/Cw9utenh1VwdxtwKrYNEs+z66TPA4tIyHtKuRharOL1R1
mUL9++5TVKHgcWShDiILdUBfvJtVKA4ymlGoqW9jpYm9vD7FFTsMLql6JjbE
gZwfcFmOO0BBBhTxIoLnQtDidQSSyl3+Io1vZIHA30opv2hrOUMurdIQi+0O
9DUOiGqBgpbewMgln6cRwRDEVnkt3wMAjBV+ZSUBVY6Gyu8RVFVA7XlQXLie
aP7HnwhUtSCfVQ72AXlHt40PRzdHd9fYDVtvt7L+m5OPN+ju4vNd8fz6w935
9VXzw03j7PwTowFxbMd5benY7kgoCPexN6A8225aezwaRvs5KgIHkgghHSpm
ZPAdzV7goLznEjI9DM1p0Oyw6nqE22qROuF6Jf/KYlXy4b+/RofL18hL23J1
ffXX5fXH2+bH28YNS4mkwynlEMmrP66u/7wS7x0cd6Yi2wR93L7eoThMzSpL
o7HLJAKXwyuQsl3wjVweEaussxdH1MZut0bW/bjzt+rPZ1jhSz0Eid9BSDlg
2GHFGNCh1bUmC8LiHKQGmmH75S++aeYVBAioAn+KrjLOL2mryXyQyXb4Rp1Q
D/DQS58j+Tq1/ETfxVmuLF5Q0I02BRhCUQhFIkoHi8NQa7BDJYwKe6U5ohal
7Uv4DEeIzRHl5TykmzSt/dQVhaqsmuPM4Mx6BoK4YHxbD7/lCUR3YKSrVTgO
NxpLWW3nrQHlF60BV7oUKWqXAp3rdXUGFc8xPWSKQsMn/qQfGmFiBhR1Tc0K
W6xH6k4DdH2topCd+gXiAYe8S7AYoyFccNiQGvF4EuBUOyC/vZP2mRZg3niy
A7bNXynxfQS/ft733x3KgbmonFBUBcXF8BevRJy2+EyWcW3hEQPB81tRK5hX
jYzkRW1NjE9+48SdpPyG855iKgzmMbhCOkcFNbReNmQnCoTDgHn1ofj6rDUh
XW34AbVYSU+5ZDnItgIRaHb+XjS4Rtd7yVd9jUCkt6HsvacCy/IK8lpBRbHS
QcLbWQmuFjGWc2IqEcE70eU1eM8ZspK5HL2bhhxOrxvSeodRn0b0iF5wAM5k
WBCwHgGmcrq62AqqGl7hAhRFgPltpCwa8Z0ZmO4YYTA8TA/75eRo+/Mho80G
7aavobVuU3bedewnXJvnL3gUjb6UY4QD9KeK62ArQgal9yhISa0vKTgzP9Yh
IyDsc1adcMuy1OY9rg1v/lbbvKxt3rLNv1JZ7Huj+0RY4mMYe0QPtvWioZF5
xwIwoASqF2CoS3n8Wyzj32re+4v7YYC1EPPXEGbOBxQ1E0IhSg+k97LMvylU
tsNV9jyRAg3F83V1LSY8dxt1loJU0q+YmO+MOsHF8ELL23xhcvA87rXTfpXg
bluLSQZIClLk3KbGnjP1+ABp/FS3sD6zMFJk1eGiSkr9tCfMylfjiIuj7kVN
wVDzmnaHXa2m3WBNu7g60x3Or6ln3RevamQtPTLqd0PVDAQ2s5CF4uF9SmkN
JhbEU5su2yz1x2wzt7+778qffXyEq4Sfh59tjJk3DGU8HBg+b6vsjoNXgveB
+LDWh7HBo30kGM85FBWdg0eRiAjiiTxe8wVMg0XNK6jL/qQi5ldXVJYtW1u2
SHVZVH3ZAhVmao2ZX2WDKTFispZ8DOSNk+pR1o3W8j3DwSE6nf7YfVADIyNi
V8QiPIXDyGgUzBbft0aWDP9Wx415GjV+z0rjw9yVxof5K40P37HS+DB7DVis
NPL13+9baAyMVZQFIM8wq0OrLNPvAG5bXzYKDKm94bQ3QPbGNCzyU2FaSgRM
4g6NSIg+N3FuNM6cTo9G0o7O3cPMA+WFzu2KoTb7AJZS9gA4o+TtQbj847Tx
gZ9AA9Udj3r9t0+PbWuAQei3Nye39EYcMCPOCTOZCIboO93n0dMArigwCX7x
XBX4ERmcTYZdZfM0ySb7rESOeIkvCLiPFIa9f0Cf4P149AC+Yc/kt2qqZZOO
+QDqu6YSU/LdtKBkGdSDQJVdH/+u1Nnx6uzwOjuyzo6os8Pr7Hh1dtQ6O9F1
dqicjiyno5fT0crpyHI6UXVOSkvW2cGepvTzpBBknnUvZ7v5yCMMAGyV8jU3
J3I0zvLypSY1ZpTZI19cMPtBDLV58lXIcwHz9nJ8vxh9xl0omiwl5fnPeMaH
IkTKzcoEIFhah391Bey/AiI/k+XnpYWOxknA8m6bTArGl4FnUQTPolQr0RHP
5QQsD9RmsvwBWpSDn2NQDGMVpmQVVEih/jgrYqxGgIwVWY6faTrmJvKOxlle
jjATd1iOignlCKmt5WgtRy9HjublYI/GSSBHX+0V2iOktpajtRy9GDnqzMuv
F42zvBx1RII8nDHCfBrlWhlTaiScKuiIvH1rOVrL0YuQo661vD0CnOXlCJDC
9oin2Utgj5DaWo7WcvRi5OihN15ajgBneTkCpIip6/2E9giprWTqevdhMFlL
01qaViRNg+VnG5ABl5emwWSV0jSYrKVpLU0vTZp6rrm0NAHO8tIESJSy7doc
kTSBj7dfqxQSLvsgtbWPt5YjVY6YFKSZkoSvVylBfXv52QbAWV6CAClpfEoc
NT2XW1HMAWoRK1UesfIKQ8k8ZApYuejZ4wk+pTyjCt1JdKbR/Vq5omQaRYon
JzLbTtc0kdZfR+LZIbv/2uLP2tZ9r4WJTie1jYwK0HNBA+S+bmTOzy6O3nPe
zp3v7tKft+54MMAdWLnzt2N3+Fbsw36LC3iZCwXhQoV1oVDKu+siy3VsJ+eO
hpbdHT0Aj7THJjBLx3nqjXIdzKSbGzg9G0/Aev2Nl2MKV/wDU/jS+XHjlpc3
15ef6ePS4yt88tBqO88E5lWLStvv3eN/c7eF767uiNyhATd/NG6OPXooG/Bj
Pg7v4Yf/bVtQh1h9l9nIrFzfYRjiikI+uKbKrFxTaUX8vggNrmKgHRex1QDm
vawZ3hW2jkg6hVFpGeP1t5MTZJoTwT45h73+H6aAi9oBWyE3TQVZ/FSNDm/h
14vTFdDRZEGYX3/DHpjyNyfTWFIanKDg1R1L5l2TOYsmoYLgLq22NakZ9OOV
TPl+7lhseeK4AgwReVVqAZ4G1WC4Dwx0PL13IxvF428qfN9q2aBljOETyLis
n+zlJ0GcetlrSEdjAN5njqRhOnTqKJRULS99qN0b1hhdSehRqwvWBCTVstsI
x6+wR1BseUuQcKtVkC83Mn1QRSo03muQUploaPhZFc2kcnj3q7WWkwTWcpLE
WkaN3pLOzSO1kLUsHKi51/cw9zo/TCrKSLFljRSbYaRyISO1qD1aqXVji1k3
NsO6MdW60TC4SsPg6k9y3VcSCblqg/gjXHe2mviv1ZrVnzIEthMsF9pJlgvt
e+7A4xCYVUCP1MolccxYgiGwvV4uXA+BX9JUkj0pLi9Hk2ICOZoUVxi+gtTW
crSWoxckR6UEclRKIkeliGX3g8RyVFpMjoprORJylFlL0g+VJMftLC1JgLO8
JAHSCgebSG3BpcK1LAlZMgxjLU4/WJwGo+XnbgBneXECpAgHr5DQMCG1tWFa
G6YXJEluubC0JAHO8pIESGHDVMknNExIbbZhqpBhqvwkWVrN3N0qty//GEF6
KVs3f/KWZdd0lpci00kgRaazQnuE1GZLUZmkqLy2SP9VFmnB+BVFmlYsTt3l
TwAAnATi1O0Zt60RN0pVlq9gIEsp6WgJqb3gEzbWM3j/he6d/XV5SbK/JpAk
++sKZ/CQWliSDtYz4Ws5wumVnyNKTn95UXL6CUTJ6VN88u/wv7CPzF86qJX3
Ei7OIrVQvEi5ohglyj0t4kWUOEjTnB0pEhsWoseEdFnu9LRx/PH9AlEgM0Hj
QjwwO6uFF7bbh7+47U8L85gV4hGrRrAhRezTj9Ehq9Agq9EfP0x7rEJ3rEZz
/Dz7O+6PllYagLO80gAk40+rzRPHlVixWKuAM1tKaH+R2kz7W8iTJ5tfW+C1
J/sfkqTJ8/KSNHlOIEmTZ9X85qu14p44SiGB+UVqyTzZVZsgZCdNkBLLzQqo
rNTyBGr2HYKyAir/SYPjh5PPFg0l7Hy2OPiAEVlIS4tMiygUdK+zUKkVlD09
RXI7i57f2euwv9kvLDdkeMgs+1LHTLU2s8wHh+XZO3paZ53eBhs5Y/OB7qF5
nx/ZlvHNIJxD9rqAR5HX2RQYonF1Ci/4gcosRefJit76G08j/5z6N7/DqvBa
tMxW23r6+7hxdwSV+ZLebG8zTLSLtN+xFBenVB2693tp535vnJ4P8NDa4ozP
sFcXR1fvD/H3pHl3ftk4xJSo3lc323j2s0TD3xTUfIv9ytsmMU956mMmQwmg
OdwkoHz9V2AFYIRyrVxaRJuG0KPUZ4USRsPfEmcksS0DNxvsDHptt6496tCD
8OHzXradiEONlezaInvN0OkOW09eAjjMhpXlycPxkGp31LaGSh4kBd1DJAwd
WKMsE8IhYJ0nDFLAQ9l/vMzYEtt/Jij4D3Q6/rHXIpXNNDbbkZpTm7cV6zmD
YD35e/7Ch4orMX8VPHs7I2luiPOfQQQCRWIJe4U0T7VIOcYPSlnKtcu8xMSY
kzvn5ylOrJj5yHT5DZoz8WaJ2kzERBs151DUpxP8+CJls2alNGuzJivsFnfB
oDz3Rg+44ZIVd6u7JQEevYuzEtjFCZokX4jexUl7OEHKj27ELXCE+X8bmZuj
q4vzY0xD0rL7vXu511GfJPD2cB4yuTsTL0+8yxVsxVS3PvLTy0HhYoaNFrLq
UHhRePb+LtbD95AEsKMCOz6wg0fZi/2Ar9OIBnJo5PiGLqie6FespPH629HN
VHuooLz+xttqGsBiysY0QXYHXTQNiJTB7gPC9GxQvv0+bm3LPbFyuczoFdO2
GLWGA8LC8Ykbhydeapj0Ka9Jan5TRu+tU15vZLqgcaDF3Aer30dc7T6GQBAG
k9wNKac8UpDXMdjqe8JsjwcCD6/iscRbwpF9XtPYJRZXgSB81/K+iVfxeOIt
sJJkrZrCk9F46nvkgWe+DfI5tkPo1ep17CShjp0k1bGToLNcFCsf1aQ6dhKh
Y/PqmHEPx4zc44lUYsxXYsxXYrmAEltyq95KNuqpQ9n5uo8to/v+HybgF3/H
8gAA
---559023410-851401618-850840550=:29590--
From
[email protected] Tue Dec 17 03:21:13 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZxYL-000BECC; Tue, 17 Dec 96 03:19 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA09187; Tue, 17 Dec 1996 05:18:48 -0600
Received: from ccsales.ccsales.com (ccsales.com [206.5.38.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA09064 for <
[email protected]>; Tue, 17 Dec 1996 05:15:13 -0600
Received: from rkntws40casa ([206.5.38.40]) by ccsales.ccsales.com (8.6.12/8.6.12) with SMTP id DAA09961 for <
[email protected]>; Tue, 17 Dec 1996 03:21:47 -0800
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 03:11:22 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Randy A. Katz" <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] Jedipatch#2
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-Confirm-Reading-To:
[email protected]
X-pmrqc: 1
X-mailer: Pegasus Mail for Win32 (v2.42a)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Does this allaw for non-IP based virtual FTP hosting?
>
> Primarily, I allowed for hostnames as well as ip numbers in the ftpaccess
> file. I also had the code use the first instance of each "virtual" command in
> the ftpaccess file, rather than parsing the whole acl list and using the last
> instance.
>
Thankx,
Randy Katz
---------------------------------------------------------
Randy A. Katz
---------------------------------------------------------
Computer Consultation & Sales
505 S. Beverly Drive, Suite 472, Beverly Hills, CA 90212
(213) 307-9581
[email protected]
http://www.ccsales.com
---------------------------------------------------------
From
[email protected] Tue Dec 17 04:44:43 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZyq3-000AiGC; Tue, 17 Dec 96 04:41 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA11432; Tue, 17 Dec 1996 06:40:40 -0600
Received: from sws6.ctd.ornl.gov (sws6.ctd.ornl.gov [128.219.128.168]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id GAA11347 for <
[email protected]>; Tue, 17 Dec 1996 06:37:04 -0600
Received: (from s4i@localhost) by sws6.ctd.ornl.gov (8.8.3/8.8.3) id HAA26177; Tue, 17 Dec 1996 07:37:03 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 07:37:03 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Simmons <
[email protected]>
To:
[email protected]
Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
In-Reply-To: <
[email protected]>
References: <
[email protected]>
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I did this with wu-ftp 2.4 and it seems to work better (it isn't as
nice as you get with Sunos 4.1.x, but it is better):
diff -c ftpcount.c.orig ftpcount.c
*** ftpcount.c.orig Wed May 22 10:36:01 1996
--- ftpcount.c Wed May 22 10:38:06 1996
***************
*** 205,211 ****
stat = kill(buf[which], SIGCONT);
if (((stat == -1) && (errno == EPERM)) || !stat) {
if (strcmp(progname,"ftpcount")) {
! #if defined(SVR4)
sprintf(line,"/bin/ps -l -p %d",buf[which]);
#elif defined(M_UNIX)
sprintf(line,"/bin/ps -f -p %d",buf[which]);
--- 205,213 ----
stat = kill(buf[which], SIGCONT);
if (((stat == -1) && (errno == EPERM)) || !stat) {
if (strcmp(progname,"ftpcount")) {
! #if defined(SOLARIS_21)
! sprintf(line,"/usr/ucb/ps -w %d",buf[which]);
! #elif defined(SVR4)
sprintf(line,"/bin/ps -l -p %d",buf[which]);
#elif defined(M_UNIX)
sprintf(line,"/bin/ps -f -p %d",buf[which]);
Jim
>
>i have tried /usr/ucb/ps all i get is :
>/usr/ucb/ps -auwx | grep ftp
>ftp 7347 0.2 2.0 2160 1848 ? S 18:06:09 0:00 in.ftpd -adolLi
>root 7351 0.1 0.6 740 516 pts/7 S 18:06:39 0:00 grep ftp
>ftp 7312 0.0 0.9 2160 808 ? S 17:57:19 0:00 in.ftpd -adolLi
>
>ftpwho gives me:
>Service class mel_ftp:
> ftp 7347 143 0 18:06:09 ? 0:00 in.ftpd -adolLi
> ftp 7312 143 0 17:57:19 ? 0:00 in.ftpd -adolLi
> - 2 users ( 50 maximum)
>
>i'm probaly missing something obvious but i cant figure out what....
From
[email protected] Tue Dec 17 05:52:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vZzsX-0006OUC; Tue, 17 Dec 96 05:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA13376; Tue, 17 Dec 1996 07:47:35 -0600
Received: from gatekeeper.ray.com (gatekeeper.ray.com [138.125.162.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id HAA13266 for <
[email protected]>; Tue, 17 Dec 1996 07:43:50 -0600
Received: (mailer@localhost) by gatekeeper.ray.com (8.7.5/8.7.3) id IAA08288; Tue, 17 Dec 1996 08:43:27 -0500
Received: from jaguar.nmc.ed.ray.com by gatekeeper.ray.com; Tue Dec 17 08:42:14 1996
Received: from cae091.ed.ray.com.noname by jaguar.nmc.ed.ray.com (4.1/SMI-4.1-DNI)
id AA20992; Tue, 17 Dec 96 08:42:15 EST
Received: from cae012.noname by cae091.ed.ray.com.noname (4.1/SMI-4.1)
id AA10019; Tue, 17 Dec 96 08:41:33 EST
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 96 08:41:33 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Neal S. Pressman ex 2317)
To:
[email protected],
[email protected]
Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
i looked at my ftpcount.c src file and found it is different from yours.
*** 226,233 ****
stat = kill(buf[which], SIGCONT);
if (((stat == -1) && (errno == EPERM)) || !stat) {
if (strcmp(progname,"ftpcount")) {
#if defined(SVR4) || defined (M_UNIX)
sprintf(line,"/bin/ps -f -p %d",buf[which]);
#else
sprintf(line,"/bin/ps %d",buf[which]);
#endif
i applied your sugested change but i still only get :
Service class mel_ftp:
ftp 7876 143 1 08:43:51 ? 0:00 in.ftpd -adolLi
- 1 users ( 50 maximum)
am i missing a lib file perhaps??????
Neal...
-> I did this with wu-ftp 2.4 and it seems to work better (it isn't as
-> nice as you get with Sunos 4.1.x, but it is better):
->
-> diff -c ftpcount.c.orig ftpcount.c
-> *** ftpcount.c.orig Wed May 22 10:36:01 1996
-> --- ftpcount.c Wed May 22 10:38:06 1996
-> ***************
-> *** 205,211 ****
-> stat = kill(buf[which], SIGCONT);
-> if (((stat == -1) && (errno == EPERM)) || !stat) {
-> if (strcmp(progname,"ftpcount")) {
-> ! #if defined(SVR4)
-> sprintf(line,"/bin/ps -l -p %d",buf[which]);
-> #elif defined(M_UNIX)
-> sprintf(line,"/bin/ps -f -p %d",buf[which]);
-> --- 205,213 ----
-> stat = kill(buf[which], SIGCONT);
-> if (((stat == -1) && (errno == EPERM)) || !stat) {
-> if (strcmp(progname,"ftpcount")) {
-> ! #if defined(SOLARIS_21)
-> ! sprintf(line,"/usr/ucb/ps -w %d",buf[which]);
-> ! #elif defined(SVR4)
-> sprintf(line,"/bin/ps -l -p %d",buf[which]);
-> #elif defined(M_UNIX)
-> sprintf(line,"/bin/ps -f -p %d",buf[which]);
->
-> Jim
From
[email protected] Tue Dec 17 07:55:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0va1pv-000AfHC; Tue, 17 Dec 96 07:53 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA20472; Tue, 17 Dec 1996 09:53:00 -0600
Received: from is.rice.edu (is.rice.edu [128.42.42.24]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA19697 for <
[email protected]>; Tue, 17 Dec 1996 09:40:47 -0600
Received: from pecos.is.rice.edu (pecos.is.rice.edu [128.42.42.7]) by is.rice.edu (8.7.5/8.7.3) with ESMTP id JAA00360 for <
[email protected]>; Tue, 17 Dec 1996 09:40:46 -0600 (CST)
Received: (from add@localhost) by pecos.is.rice.edu (8.7.5/8.7.3) id JAA01014 for
[email protected]; Tue, 17 Dec 1996 09:40:46 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 09:40:45 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Arthur Darren Dunham <
[email protected]>
To:
[email protected]
Subject: Re: setting proc title on solaris 2.5 [wu 2.4 beta 11]
In-Reply-To: <
[email protected]> from "Neal S. Pressman ex 2317" at Dec 16, 96 06:04:11 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> /usr/ucb/ps -auwx | grep ftp
> ftp 7347 0.2 2.0 2160 1848 ? S 18:06:09 0:00 in.ftpd -adolLi
> root 7351 0.1 0.6 740 516 pts/7 S 18:06:39 0:00 grep ftp
> ftp 7312 0.0 0.9 2160 808 ? S 17:57:19 0:00 in.ftpd -adolLi
>
> ftpwho gives me:
> Service class mel_ftp:
> ftp 7347 143 0 18:06:09 ? 0:00 in.ftpd -adolLi
> ftp 7312 143 0 17:57:19 ? 0:00 in.ftpd -adolLi
> - 2 users ( 50 maximum)
>
> i'm probaly missing something obvious but i cant figure out what....
I can't find documentation for it, but it seems to be argument
specific....
<pecos>:add % ps -agux | grep sendmail
add 1005 0.4 0.9 756 536 pts/4 S 09:38:15 0:00 grep sendmail
root 220 0.0 1.5 2164 912 ? S Oct 22 0:04 /usr/lib/sendmail
<pecos>:add % ps -aguxww | grep sendmail
add 1007 0.4 0.9 756 536 pts/4 S 09:38:23 0:00 grep sendmail
root 220 0.0 1.5 2164 912 ? S Oct 22 0:04 sendmail: accepting connections
aguxww works, I know I've managed it before with a smaller set... I
don't remember what it was. I think agxww will also work.
--
Darren Dunham
[email protected]
UNIX Sysadmin Rice University
(This line currently in revision) Houston, TX
<This space filled intentionally to prevent shock or mail bounces>
From
[email protected] Tue Dec 17 10:09:56 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0va3u9-000AfkC; Tue, 17 Dec 96 10:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA28554; Tue, 17 Dec 1996 12:05:41 -0600
Received: from gatekeeper.ray.com (gatekeeper.ray.com [138.125.162.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA28229 for <
[email protected]>; Tue, 17 Dec 1996 11:58:07 -0600
Received: (mailer@localhost) by gatekeeper.ray.com (8.7.5/8.7.3) id MAA15155 for <
[email protected]>; Tue, 17 Dec 1996 12:57:27 -0500
Received: from jaguar.nmc.ed.ray.com by gatekeeper.ray.com; Tue Dec 17 12:56:49 1996
Received: from cae091.ed.ray.com.noname by jaguar.nmc.ed.ray.com (4.1/SMI-4.1-DNI)
id AA27245; Tue, 17 Dec 96 12:56:50 EST
Received: from cae012.noname by cae091.ed.ray.com.noname (4.1/SMI-4.1)
id AA11984; Tue, 17 Dec 96 12:56:08 EST
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 96 12:56:08 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Neal S. Pressman ex 2317)
To:
[email protected]
Subject: SUMMARY: setting proc title on solaris 2.5 [wu 2.4 beta 11]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
thanks to:
From:
[email protected] (William L. Sebok)
From: Jim Simmons <
[email protected]>
From: Arthur Darren Dunham <
[email protected]>
for their input all three pointed me to problems and solutions with "ps"
this pointed me in the right direction.
i also had to redifine
#define SPT_TYPE SPT_NONE
to
#define SPT_TYPE SPT_PSSTRINGS
that with the suggested change to ftpcount.c have solved my problem.
\\|//
(0~0)
----------------------------oooO-(_)-Oooo----------------------------
Neal S. Pressman Raytheon Electronic Systems
System Administrator (MCAE) 528 Boston Post Road
phone: (508) 440-2317 Sudbury, MA 01776
fax: (508) 440-2684 ms 4-1-283
E-mail:
[email protected]
____________________________________Oooo.____________________________
.oooO (___)
From
[email protected] Tue Dec 17 13:26:52 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0va6yL-0006PAC; Tue, 17 Dec 96 13:22 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA09116; Tue, 17 Dec 1996 15:22:05 -0600
Received: from wunet.wustl.edu (wunet.wustl.edu [128.252.120.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA08703 for <
[email protected]>; Tue, 17 Dec 1996 15:13:25 -0600
Received: from cerco-rep.com by wunet.wustl.edu (PMDF V4.3-10 #14148)
id <
[email protected]>; Tue, 17 Dec 1996 16:06:02 -0500 (CDT)
Received: (from philipp@localhost) by ntex.com (8.7.3/8.7.3)
id NAA10539 for
[email protected]; Tue, 17 Dec 1996 13:13:18 -0800 (PST)
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 13:13:18 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Philip A. Prindeville" <
[email protected]>
To:
[email protected]
Subject: Question about /dev/null
Content-transfer-encoding: 7BIT
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi.
Sometimes, to test network performance, it is useful to be able to
upload a file (like /kernel/genunix) to a ~ftp/dev/null (assuming the
nod has been made)...
However, most configs don't allow users to overwrite a file in ~ftp/dev.
Is there a simple fix to the ftpaccess file that allows anonymous users
to put images into this device file?
(please reply directly)
Thanks,
-Philip
From
[email protected] Tue Dec 17 14:23:20 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0va7qB-000AqpC; Tue, 17 Dec 96 14:18 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA12783; Tue, 17 Dec 1996 16:17:34 -0600
Received: from onyx.southwind.net (onyx.southwind.net [204.95.83.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA12495 for <
[email protected]>; Tue, 17 Dec 1996 16:12:13 -0600
Received: from localhost (cravens@localhost) by onyx.southwind.net (8.8.4/8.8.3) with SMTP id QAA22079 for <
[email protected]>; Tue, 17 Dec 1996 16:11:54 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 16:11:53 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Carl D. Cravens" <
[email protected]>
To:
[email protected]
Subject: ftpd CPU usage increases when idle
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
We've recently noticed a problem with significant system load and have
tracked it down to periods when there are several incoming ftp
connections. Watching the behavior of ftpd, we've discovered that the
process takes up the *most* CPU time when it's *idle*. One would expect
an program waiting on input for further instructions to take up zero CPU
time until an interrupt signaling incoming data or a timeout wakes it up.
Is wu-ftpd sitting in a wait-loop here?
If anyone can help me with this (preferably patches or configuration
instructions that fix it) I'd really appreciate it.
--
Carl D. Cravens Technical Support / Junior Administrator
[email protected] <Troll-in-Training>
SouthWind Internet Access, Inc. Wichita: 316-263-7963
http://www.southwind.net/ Elsewhere: 1-800-525-7963
From
[email protected] Tue Dec 17 14:39:51 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0va88r-000AfaC; Tue, 17 Dec 96 14:37 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA14230; Tue, 17 Dec 1996 16:37:08 -0600
Received: from onyx.southwind.net (onyx.southwind.net [204.95.83.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA14088 for <
[email protected]>; Tue, 17 Dec 1996 16:33:56 -0600
Received: from localhost (cravens@localhost) by onyx.southwind.net (8.8.4/8.8.3) with SMTP id QAA00102 for <
[email protected]>; Tue, 17 Dec 1996 16:33:37 -0600 (CST)
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 16:33:37 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Carl D. Cravens" <
[email protected]>
To:
[email protected]
Subject: Re: ftpd CPU usage increases when idle
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Tue, 17 Dec 1996, Carl D. Cravens wrote:
> connections. Watching the behavior of ftpd, we've discovered that the
> process takes up the *most* CPU time when it's *idle*. One would expect
Excuse me, but I should clarify that... *sometimes* its CPU usage jumps
way up. Most of the time it's insignificant, but when the system load
spikes, we can be sure to find three or four high-CPU-but-idle ftpd's in
the top 20 processes. When they go non-idle, their CPU usage drops back
down.
--
Carl D. Cravens Technical Support / Junior Administrator
[email protected] <Troll-in-Training>
SouthWind Internet Access, Inc. Wichita: 316-263-7963
http://www.southwind.net/ Elsewhere: 1-800-525-7963
From
[email protected] Wed Dec 18 12:55:50 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaSyh-000AekC; Wed, 18 Dec 96 12:52 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA28881; Wed, 18 Dec 1996 14:50:51 -0600
Received: from netcom14.netcom.com (netcom14.netcom.com [192.100.81.126]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA28504 for <
[email protected]>; Wed, 18 Dec 1996 14:42:20 -0600
Received: from localhost (dschluss@localhost) by netcom14.netcom.com (8.6.13/Netcom)
id MAA07717; Wed, 18 Dec 1996 12:42:18 -0800
Message-Id: <Pine.SUN.3.95.961218121851.2466S-100000@netcom14>
Date: Wed, 18 Dec 1996 12:42:17 -0800 (PST)
Reply-To: David Schlussel <
[email protected]>
Sender:
[email protected]
From: David Schlussel <
[email protected]>
To:
[email protected]
Subject: can't create data socket (or find a faq)
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender: dschluss@netcom14
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
(maybe the answer to the subscribe message should point to a faq)
here's my problem:
i'm running wu-ftpd-2.4 on solaris2.5
i'd like to use the guestgroup function, and it seems to work
successfully.
this is the setup
/usr/local/etc/ftpaccess:guestgroup ftpgroup1
/etc/passwd:ftpguy1:x:2002:401:test ftp user \
2:/ftp/./dir1:/usr/local/etc/ftponly
/etc/group:ftpgroup1::401:
i log in like that and most of the time when an ls is issued, we get
this...
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
if a regular user (me) ftps in, i have no trouble.
anyone else experience this/know what's up/can tell me where there's a
FAQ?
thanks,
-David
From
[email protected] Wed Dec 18 13:31:43 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaTX0-000BE3C; Wed, 18 Dec 96 13:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA00483; Wed, 18 Dec 1996 15:27:33 -0600
Received: from morpho.dar.net ([128.252.125.187]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA00422 for <
[email protected]>; Wed, 18 Dec 1996 15:26:02 -0600
Received: from localhost (are1@localhost) by morpho.dar.net (8.8.4/8.8.2) with SMTP id PAA00452; Tue, 17 Dec 1996 15:25:15 -0600
Message-Id: <
[email protected]>
Date: Tue, 17 Dec 1996 15:25:14 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Andy Ellsworth <
[email protected]>
To: David Schlussel <
[email protected]>
Cc:
[email protected]
Subject: Re: can't create data socket (or find a faq)
In-Reply-To: <Pine.SUN.3.95.961218121851.2466S-100000@netcom14>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Authentication-Warning: morpho.dar.net: are1 owned process doing -bs
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
The wu-ftpd FAQ resides at:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
+----------------------------------------------------------------------------+
| Andy Ellsworth |
[email protected] | Admin/Cyberdiplomat, Wuarchive |
+----------------------------------------------------------------------------+
| "...The wind was not the beginning. There are neither beginnings nor |
| endings to the turning of the Wheel of Time. But it was _a_ beginning..." |
| --The Wheel of Time saga, Robert Jordan |
+----------------------------------------------------------------------------+
From
[email protected] Wed Dec 18 18:30:24 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaYDe-0000hdC; Wed, 18 Dec 96 18:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA10982; Wed, 18 Dec 1996 20:27:05 -0600
Received: from dfw.nkn.net (NKN.NET [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA10816 for <
[email protected]>; Wed, 18 Dec 1996 20:20:39 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id UAA01367 for <
[email protected]>; Wed, 18 Dec 1996 20:15:33 -0600 (CST)
Message-Id: <v03007808aede5670ffd0@[207.55.138.2]>
Date: Wed, 18 Dec 1996 20:19:44 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: Virtual FTP
In-Reply-To: <
[email protected]>
References: <v01510107aeda1fdc8898@[206.183.68.209]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Where can i read about configuring virtual ftp servers using wu-ftpd? Thanks
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Wed Dec 18 20:30:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaa5K-0000k4C; Wed, 18 Dec 96 20:27 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id WAA14619; Wed, 18 Dec 1996 22:27:19 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id WAA14487 for <
[email protected]>; Wed, 18 Dec 1996 22:20:41 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id WAA06204 for <
[email protected]>; Wed, 18 Dec 1996 22:20:46 -0600
Message-Id: <
[email protected]>
Date: Wed, 18 Dec 1996 22:20:46 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <v03007808aede5670ffd0@[207.55.138.2]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
~/VIRTUAL.FTP.SUPPPORT
-- Michael (
[email protected])
On Wed, 18 Dec 1996, Thom Dunaway wrote:
> Where can i read about configuring virtual ftp servers using wu-ftpd? Thanks
From
[email protected] Thu Dec 19 01:21:30 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaebh-000BKGC; Thu, 19 Dec 96 01:17 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA23521; Thu, 19 Dec 1996 03:16:29 -0600
Received: from mail.madge.com (mail.madge.com [205.184.45.3]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA23364 for <
[email protected]>; Thu, 19 Dec 1996 03:07:54 -0600
Received: from Connect2 Message Router by mail.madge.com
via Connect2-SMTP 4.00; Thu, 19 Dec 96 01:21:57 -0800
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 96 9:13:11 -0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Peter Harris Client Svc-ME" <
[email protected]>
To:
[email protected]
Subject: Re: can't create data socket (or find a faq)
In-Reply-To: <7105B93201B32700>
X-Sender: "Peter Harris Client Svc-ME" <
[email protected]>
X-mailer: Connect2-SMTP 4.00 MHS to SMTP Gateway
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This is most commonly a device problem - check yours are made as per
requirements.
Another reason can be the execute permissions on the bin directory (this
was my problem after doing sweeping security group changes).
______________________
Peter Harris
Information Technologist
Madge Europe
email:
[email protected]
tele: +44 1628 858587
Int ext: 33587
______________________
From
[email protected] Thu Dec 19 04:03:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vah9A-000BCZC; Thu, 19 Dec 96 04:00 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA26078; Thu, 19 Dec 1996 05:59:47 -0600
Received: from mail.edit-online.com (cultures.edit.fr [205.177.230.9]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA25985 for <
[email protected]>; Thu, 19 Dec 1996 05:58:11 -0600
Received: (qmail 13780 invoked by uid 42); 19 Dec 1996 17:59:00 -0000
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 12:59:00 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: [PATCH] Jedipatch#3
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Now available from
ftp://ftp.edit.fr/pub/j/patches/wupatch3.gz
The built-in 'ls' should work properly with Netscape now.
Best regards, Frank.
--
>Edit-Online< International translations, multilanguage WWW creation & hosting
Europe, Tokyo, Beijing, Seoul, Bangkok, Bombay, Washington, Rio, Buenos-Aires
<(=- [
http://www.edit-online.com/] <*> [
ftp://ftp.edit-online.com/] -=)>
Frank DENIS aka Jedi/Sector One, network system administrator. Email:
[email protected]
From
[email protected] Thu Dec 19 04:35:14 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vahf1-0008vIC; Thu, 19 Dec 96 04:33 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id GAA27008; Thu, 19 Dec 1996 06:32:44 -0600
Received: from jason.interalpha.net (jason.interalpha.net [194.176.136.60]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id GAA26664 for <
[email protected]>; Thu, 19 Dec 1996 06:22:03 -0600
Received: from jason (jbrown@localhost [127.0.0.1]) by jason.interalpha.net (8.7.5/8.7.3) with SMTP id MAA26574 for <
[email protected]>; Thu, 19 Dec 1996 12:29:02 GMT
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 12:29:02 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Jason Brown <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
References: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.24 i586)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Michael Brennen wrote:
>
> ~/VIRTUAL.FTP.SUPPPORT
whats the sitename/URL ?
>
> > Where can i read about configuring virtual ftp servers using
From
[email protected] Thu Dec 19 06:38:26 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vajZn-0000MPC; Thu, 19 Dec 96 06:35 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA01079; Thu, 19 Dec 1996 08:35:28 -0600
Received: from sol.AgiX.NET (Sol.AgiX.NET [194.112.66.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA00999 for <
[email protected]>; Thu, 19 Dec 1996 08:33:53 -0600
Received: from rigel.AgiX.net (Rigel.AgiX.NET [194.112.66.39]) by sol.AgiX.NET (8.7.5/8.7.3) with ESMTP id PAA11738 for <
[email protected]>; Thu, 19 Dec 1996 15:33:01 +0100 (MET)
Received: from scirocco.Strawberry.COM (
[email protected] [194.49.60.4]) by rigel.AgiX.net (8.7.5/8.7.3) with ESMTP id PAA19065 for <
[email protected]>; Thu, 19 Dec 1996 15:32:59 +0100 (MET)
Received: from ghibli.Strawberry.COM. (Ghibli.Strawberry.COM [194.49.60.51]) by scirocco.Strawberry.COM (8.7.5/8.7.3) with ESMTP id QAA09623 for <
[email protected]>; Thu, 19 Dec 1996 16:19:09 +0100
Received: (from jens@localhost) by ghibli.Strawberry.COM. (8.7.5/8.7.3) id PAA10103 for
[email protected]; Thu, 19 Dec 1996 15:32:57 +0100 (MET)
Message-Id: <
[email protected].>
Date: Thu, 19 Dec 1996 15:32:57 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jens Hamisch <
[email protected]>
To:
[email protected]
Subject: Re: inetd wrapper for ftpd
In-Reply-To: <
[email protected]> from "Neal S. Pressman ex 2317" at Dec 19, 96 09:02:30 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
> Now that my new ftp server is up and running i need to let people
> using the old server know what the new address is. The old system
> is using SunOS 4.1.3 ftpd and does not have the option of banner.msg.
> Instead of taking the time to setup wuftpd on this system i want
> to setup a quick wrapper called from inetd.conf that displays a message
> and then launches ftpd.
>
> any ideas???????
Use the tcp_wrappers package and issue an TWIST command on the FTP
port.
This is described in detail in the tcpd manuals.
Good luck
-- Jens
--------------------------------------------------------------------------------
/
+##+|##+ STRAWBERRY Jens Hamisch
+v#+v v##+ EDV-Systeme GmbH Managing director
/ v v\v
| . . . | Brauneckweg 2 Car (Voice): (+49 172) 81 04 162
| . | D-82549 Koenigsdorf Voice: (+49 8179) 9305-50
| . | Fax: (+49 8179) 9305-38
\ . / Tel./Fax: (+49 8179) 9305-50 Email:
[email protected]
\____/
[email protected] [email protected]
From
[email protected] Thu Dec 19 07:16:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vak9q-000AexC; Thu, 19 Dec 96 07:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA03138; Thu, 19 Dec 1996 09:12:35 -0600
Received: from falbala.wu-wien.ac.at (falbala.wu-wien.ac.at [137.208.3.33]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA03012 for <
[email protected]>; Thu, 19 Dec 1996 09:09:33 -0600
Received: by falbala.wu-wien.ac.at (AIX 3.2/UCB 5.64/4.03)
id AA70855; Thu, 19 Dec 1996 16:02:29 +0100
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 16:02:29 +0100 (MEZ)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Gerhard Gonter)
To:
[email protected]
Subject: Re: inetd wrapper for ftpd
In-Reply-To: <
[email protected]> from "Neal S. Pressman ex 2317" at "Dec 19, 96 09:02:30 am"
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to Neal S. Pressman ex 2317:
> Now that my new ftp server is up and running i need to let people
> using the old server know what the new address is. The old system
> is using SunOS 4.1.3 ftpd and does not have the option of banner.msg.
> Instead of taking the time to setup wuftpd on this system i want
> to setup a quick wrapper called from inetd.conf that displays a message
> and then launches ftpd.
Interesting idea, you don't want to install any new program on the
maschine?
I just tried this:
/etc/inetd.conf:
# ftp stream tcp nowait root /usr/local/lib/ftpd/bin/ftpd ftpd -a
ftp stream tcp nowait root /etc/noftpd noftpd
/etc/noftpd:
#!/bin/sh
cat <<EOX
220-This FTP Server is down, use ftp.wu-wien.ac.at
220-bye bye...
EOX
# /usr/afsws/local/bin/nvt ftp 21
telnet ftp 21
This seems to do the trick. If you have a glass telnet or a TCP relay
like nvt at hand, use this instead of the telnet.
+gg
--
[email protected] Fax: +43/1/31336/702
[email protected]
From
[email protected] Thu Dec 19 13:50:04 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqIF-000BNhC; Thu, 19 Dec 96 13:46 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA24545; Thu, 19 Dec 1996 15:45:42 -0600
Received: from hogw2.att.com (hogw2.att.com [204.179.186.34]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA23933 for <
[email protected]>; Thu, 19 Dec 1996 15:37:37 -0600
Received: from lynxhub.ho.att.com by hoig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id QAA29732; Thu, 19 Dec 1996 16:31:06 -0500
Received: by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA12404; Thu, 19 Dec 1996 16:35:59 -0500
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 16:35:58 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected] (ftp archive)
Subject: questions about PASV mode
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Folks,
Is there a way to disable the use of PASV mode in WU 2.4 so that who
ever is requesting it will use standard mode. Also if you can't
disable it, can you limit the ports that are returned in the
handshake so that from a security standpoint/firewall you have
smaller window of open ports. This is from the point of view of the
ftp server being behind a firewall and the clients in the general
internet population.
Thanks
Doug
--
Doug Courtney
[email protected]
(908)949-3597
From
[email protected] Thu Dec 19 13:54:17 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqNb-000BNjC; Thu, 19 Dec 96 13:51 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA24834; Thu, 19 Dec 1996 15:51:06 -0600
Received: from cagw2.att.com (cagw2.att.com [192.128.52.90]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA24284 for <
[email protected]>; Thu, 19 Dec 1996 15:42:09 -0600
Received: from lynxhub.ho.att.com by caig2.att.att.com (SMI-8.6/EMS-1.2 sol2)
id QAA22834; Thu, 19 Dec 1996 16:45:32 -0500
Received: by lynxhub.ho.att.com (5.x/EMS-1.2 sol2)
id AA12579; Thu, 19 Dec 1996 16:40:32 -0500
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 16:40:31 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected] (ftp archive)
Subject: Execution of programs within ftp
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL24]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Can anyone supply or point me to info on wrapping wuftp so that as a
client is about to download or finished downloading some other
programs can be run and results of these other programs can be
displayed back to the user during the users session. One way would be
just modifiy the code at the appropriate place to exec the desired
program, but I was looking for something more standard.
Thanks in advance
Doug
--
Doug Courtney
[email protected]
(908)949-3597
From
[email protected] Thu Dec 19 14:08:29 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqZ9-000B3oC; Thu, 19 Dec 96 14:03 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA25663; Thu, 19 Dec 1996 16:03:09 -0600
Received: from dfw.nkn.net (NKN.NET [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA25050 for <
[email protected]>; Thu, 19 Dec 1996 15:54:07 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id PAA02355 for <
[email protected]>; Thu, 19 Dec 1996 15:49:01 -0600 (CST)
Message-Id: <v0300780eaedf69c6b078@[207.55.138.2]>
Date: Thu, 19 Dec 1996 15:54:41 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <
[email protected]>
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have tried the below directory at every level of each of the domains
below. Several not founds and several server dropped connection. Can you
please give me the full URL to this document.
>It is in the root directory of the wu-ftpd distribution (below).
>
> -- Michael (
[email protected])
>
>On Thu, 19 Dec 1996, Jason Brown wrote:
>
>> Michael Brennen wrote:
>> > ~/VIRTUAL.FTP.SUPPPORT
>> whats the sitename/URL ?
>
>
>This is the location for the latest wu-ftpd. You can't see the
>directory contents, but get the file anyway. It's there.
>
>
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
>
>wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
> OR
> send mail to
[email protected]
> with a subject line: send faq
>
>guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
> OR
> send mail to "
[email protected]"
> (immediate autoresponder; subject does not matter)
>
>There are additional security references in the above docs.
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Thu Dec 19 14:10:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqch-000BOMC; Thu, 19 Dec 96 14:07 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA25923; Thu, 19 Dec 1996 16:06:53 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA25510 for <
[email protected]>; Thu, 19 Dec 1996 16:00:33 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id QAA06733 for <
[email protected]>; Thu, 19 Dec 1996 16:00:44 -0600 (CST)
Message-Id: <l03010d02aedf6941dd4b@[198.40.27.80]>
Date: Thu, 19 Dec 1996 15:53:22 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <v03007808aede5670ffd0@[207.55.138.2]>
References: <
[email protected]>
<v01510107aeda1fdc8898@[206.183.68.209]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Where can i read about configuring virtual ftp servers using wu-ftpd? Thanks
For more control over virtual ftp servers use tcpwrappers to spawn ftpd
with different configuration files. See the the patch at
http://www.meme.com/soft and read the tcpwrappers documentation.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Dec 19 14:15:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqgJ-000B1GC; Thu, 19 Dec 96 14:11 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA26108; Thu, 19 Dec 1996 16:10:40 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA25515 for <
[email protected]>; Thu, 19 Dec 1996 16:00:35 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id QAA06738 for <
[email protected]>; Thu, 19 Dec 1996 16:00:48 -0600 (CST)
Message-Id: <l03010d03aedf6a2e14dc@[198.40.27.80]>
Date: Thu, 19 Dec 1996 15:59:09 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: questions about PASV mode
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Folks,
>Is there a way to disable the use of PASV mode in WU 2.4 so that who
>ever is requesting it will use standard mode. Also if you can't
>disable it, can you limit the ports that are returned in the
>handshake so that from a security standpoint/firewall you have
>smaller window of open ports. This is from the point of view of the
>ftp server being behind a firewall and the clients in the general
>internet population.
If you do this, you will find that common ftp clients -- like netscape --
cannot connect to your server. It's an ulgy fact of life with an RFC to
document it, I think something in the 1500's. This RFC proposes that all
clients use PASV mode, in violation of the RFC which defines the ftp
protocol. I'm pretty much resigned to it.
The solution is probably to use gopher instead of ftp -- although I seem to
recall the RFC proposes gopher do this too. I'm blurry about this because
I thought that gopher used only one connection, which is why I say that
gopher is the solution.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Dec 19 14:27:11 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqtM-000AgNC; Thu, 19 Dec 96 14:24 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA26850; Thu, 19 Dec 1996 16:24:01 -0600
Received: from mercury.earthlink.net (mercury.earthlink.net [198.68.160.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA25974 for <
[email protected]>; Thu, 19 Dec 1996 16:08:03 -0600
Received: from santiago (santiago.it.earthlink.net [206.149.192.102]) by mercury.earthlink.net (8.7.5/8.7.3) with SMTP id OAA20244 for <
[email protected]>; Thu, 19 Dec 1996 14:09:14 -0800 (PST)
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 14:06:24 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: "Christopher M. Lee" <
[email protected]>
To:
[email protected]
Subject: install virtural ftp
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello,
I am new to the list so I am sure this has been asked and is probably
somewhere in a FAQ, I want to install wu-ftp on a Solaris 2.5.1 system with
the virtural servers option. Is there a FAQ on this, I see in the read me
that it has been tested on 2.4, but I'm running 2.5.1. If there is a easy
FAQ somewhere point me in that direction.
Yours,
-chrisl
Christopher M. Lee, Web Services | Voice: 213-644-9280
EarthLink Network, Inc. | 3171 Los Feliz Blvd., Suite 203
[email protected] | Los Angeles, CA 90039
From
[email protected] Thu Dec 19 14:32:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaqwy-000BUEC; Thu, 19 Dec 96 14:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA27045; Thu, 19 Dec 1996 16:27:46 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA26563 for <
[email protected]>; Thu, 19 Dec 1996 16:18:54 -0600
Received: from charlie1.EE.McGill.CA (
[email protected] [132.206.63.203])
by finnegan.EE.McGill.CA (8.8.4/8.8.4) with ESMTP
id RAA24378; Thu, 19 Dec 1996 17:18:52 -0500 (EST)
Received: by charlie1.EE.McGill.CA (8.8.4) id RAA14563; Thu, 19 Dec 1996 17:18:50 -0500 (EST)
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 17:18:49 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <v0300780eaedf69c6b078@[207.55.138.2]> from "Thom Dunaway" at Dec 19, 96 03:54:41 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Thom Dunaway':
>
> I have tried the below directory at every level of each of the domains
> below. Several not founds and several server dropped connection. Can you
> please give me the full URL to this document.
>
here, here
>From wu-ftpd-2.4.2-beta-11/VIRTUAL.FTP.SUPPPORT
-----------------------------------------------------------
Date: Fri, 26 May 1995 21:33:23 -0400 (EDT)
From: Brian Kramer <
[email protected]>
To:
[email protected]
Subject: Virtual FTP Servers
[Modifications to provide for discrete xferlogs for each server provided by
Marc G. Fournier <
[email protected]> -- sob.]
I'm attaching a patch for wu-ftpd 2.4 to allow virtual ftp servers to be
setup. Basically so a user ftping to ftp1.domain.com gets one ftp banner
and one ftp directory and a user ftping to ftp2.domain.com gets another
banner and directory even though they are on the same machine and port.
I was the person who originally asked how to do it, and got enough answers
to write a patch that would allow it. You have to be able to setup alias
IP addresses in order for this to work. I know linux and bsdi support this.
I do not warrant this code at all. Use it AT YOUR OWN RISK. If it causes
your computer to blow up, TOUGH!
Please send me comments, I'm interested in improving it, and hearing
how it works for people.
Here's the steps.
Compile the software with -DVIRTUAL added to the CFLAGS in the Makefile
Add lines similar to the following for each virtual server to ftpaccess:
# Virtual Server at 10.10.10.10
virtual 10.10.10.10 root /var/ftp/virtual/ftp-serv
virtual 10.10.10.10 banner /var/ftp/virtual/ftp-serv/banner.msg
virtual 10.10.10.10 logfile /var/log/ftp/virtual/ftp-serv/xferlog
The first arg is the ip address of the virtual server.
The second arg is either "root", "banner" or "logfile" (without the quotes)
for that virtual server.
The third arg is the file system location for the item specified in the
second arg.
Note: all the other message files, etc, and permissions and other settings
in the ftpaccess file apply to all virtual servers.
$Id: VIRTUAL.FTP.SUPPPORT,v 1.2 1996/03/15 06:17:33 sob Exp $
--------------------------------------------------------------------
From
[email protected] Thu Dec 19 14:46:59 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0varCS-000AjtC; Thu, 19 Dec 96 14:44 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA27899; Thu, 19 Dec 1996 16:43:49 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA27780 for <
[email protected]>; Thu, 19 Dec 1996 16:41:01 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id QAA12078 for <
[email protected]>; Thu, 19 Dec 1996 16:41:08 -0600
Message-Id: <
[email protected]>
Date: Thu, 19 Dec 1996 16:41:08 -0600 (CST)
Reply-To: Michael Brennen <
[email protected]>
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <v0300780eaedf69c6b078@[207.55.138.2]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
That is the full URL. I was just now able to download the WU ftpd source
by using exactly the URL below. I guess I don't understand what is going
on if you can't load it. You cannot see the contents of the private
directory, so you won't be able to point and click it, but it is there.
-- Michael (
[email protected])
On Thu, 19 Dec 1996, Thom Dunaway wrote:
> I have tried the below directory at every level of each of the domains
> below. Several not founds and several server dropped connection. Can you
> please give me the full URL to this document.
>
> >
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
From
[email protected] Thu Dec 19 15:05:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0varSV-0000kVC; Thu, 19 Dec 96 15:00 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA28856; Thu, 19 Dec 1996 17:00:19 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA28066 for <
[email protected]>; Thu, 19 Dec 1996 16:46:31 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id QAA10142 for <
[email protected]>; Thu, 19 Dec 1996 16:46:43 -0600 (CST)
Message-Id: <l03010d07aedf74f09b5f@[198.40.27.80]>
Date: Thu, 19 Dec 1996 16:43:02 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Execution of programs within ftp
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Can anyone supply or point me to info on wrapping wuftp so that as a
>client is about to download or finished downloading some other
>programs can be run and results of these other programs can be
>displayed back to the user during the users session. One way would be
>just modifiy the code at the appropriate place to exec the desired
>program, but I was looking for something more standard.
Use tcpwrappers with TWIST. Send lines beginning with 220 to standard out
(see ftp protocol rfc for syntax details.) Tcpwrappers can be found at
purdue, somewhere. Pointer at
http://www.meme.com/soft.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Dec 19 16:14:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vasYk-000BQWC; Thu, 19 Dec 96 16:11 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA02516; Thu, 19 Dec 1996 18:10:56 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA01458 for <
[email protected]>; Thu, 19 Dec 1996 17:54:00 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id AAA12152 for
[email protected]; Fri, 20 Dec 1996 00:54:50 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 00:54:49 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <v0300780eaedf69c6b078@[207.55.138.2]> from "Thom Dunaway" at Dec 19, 96 03:54:41 pm
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Thom Dunaway, who wrote :
> I have tried the below directory at every level of each of the domains
> below. Several not founds and several server dropped connection. Can you
> please give me the full URL to this document.
> >> Michael Brennen wrote:
> >> > ~/VIRTUAL.FTP.SUPPPORT
> >> whats the sitename/URL ?
The above *is* not an URL, it's relative to the wu-ftpd sourcedir. Forget
WWW and URL's for one <beeping> second, think Unix homedirs.
Don't you hate it when the cluefone is ringing and nobody answers ?
General note : Yes, I have a backlog in updates for the faq. This
backlog will grow since I am the proud owner of an appartment since 2
days. I'll work on the faq again after Januari 13th.
Koos van den Hout
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Thu Dec 19 16:47:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vat4i-000AiFC; Thu, 19 Dec 96 16:44 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA04204; Thu, 19 Dec 1996 18:43:30 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA03654 for <
[email protected]>; Thu, 19 Dec 1996 18:33:29 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id SAA14594 for <
[email protected]>; Thu, 19 Dec 1996 18:33:43 -0600 (CST)
Message-Id: <l03010d10aedf8d14467f@[198.40.27.80]>
Date: Thu, 19 Dec 1996 18:33:11 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP
In-Reply-To: <
[email protected]>
References: <v0300780eaedf69c6b078@[207.55.138.2]> from "Thom Dunaway" at
Dec 19, 96 03:54:41 pm
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>General note : Yes, I have a backlog in updates for the faq. This
>backlog will grow since I am the proud owner of an appartment since 2
>days. I'll work on the faq again after Januari 13th.
>
> Koos van den Hout
Now you've done gone and reminded me. The FAQ should have pointers to the
ftp rfcs, both the protocol and the "revision".
http://info.internet.isi.edu:80/in-notes/rfc/files/rfc959.txt
http://info.internet.isi.edu:80/in-notes/rfc/files/rfc1579.txt
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Dec 19 22:22:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vayJ0-000AfZC; Thu, 19 Dec 96 22:19 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA14853; Fri, 20 Dec 1996 00:18:15 -0600
Received: from mail.crystalball.com (mail.crystalball.com [198.49.119.107]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id AAA14664 for <
[email protected]>; Fri, 20 Dec 1996 00:06:45 -0600
Received: from jeff.texaslink.com (isdnfw.crystalball.com [198.49.119.108]) by mail.crystalball.com (8.7.3/8.6.9) with SMTP id AAA32041 for <
[email protected]>; Fri, 20 Dec 1996 00:13:39 -0600
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 00:05:36 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Jeff <
[email protected]>
To:
[email protected]
Subject: hi..Can you help me with a compile problem?
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (Win95; I)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi.. I think im shooting in the dark... but, i cant seem to find anymore
help on the net.. so, abeit your my last resort.
Ok. I DL'd Wu-ftpd_2.4.2.Beta.11 -- un compresed and all ok.
(i have it in /usr/src/wu-ftpd_2_4_2_Beta_11 )
I run Linux Kernel 2.0.27 (the Red Hat 3.03 Distrubiton)
Gcc version is 2.7.2 (I upgraded the kernel myself...:)
When I type "./build lnx" i get . .
Ok.. I get some ERROR 1 on FTPSHUT and the one previous.
When i do "./build install" i get. . .
make: *** No rule to make target `bin/ftpd', needed by `install'. Stop.
I have attempted to traceout the 'build' script and see what actally
happens.. from what I can figure out is it winds up running:
install program and yet still bombs on me.
2nd?
I run Beta9 Now --- How come my Windows GUI clients (cuteftp, WSFTP)
doesn't list a directory .. but i can change to dirs that i know exist
-- and the "dos" ftp or even a 'un*x' ftp program will 'ls' fine?
things to make you go HMMMM..
merry christmas
Jeff - A new die hard linux beginner (hey, im learning! got my web site
on it!)
From
[email protected] Thu Dec 19 22:48:14 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vayit-000ApFC; Thu, 19 Dec 96 22:46 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA15568; Fri, 20 Dec 1996 00:45:50 -0600
Received: from arthur.meme.com (primary.meme.com [204.128.247.209]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id AAA14958 for <
[email protected]>; Fri, 20 Dec 1996 00:23:58 -0600
Received: (from kop-mail@localhost) by arthur.meme.com (8.7.6/8.7.3) id GAA12118; Fri, 20 Dec 1996 06:26:53 GMT
Message-Id: <l03010d04aedfe15735c1@[207.70.96.117]>
Date: Fri, 20 Dec 1996 00:24:48 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: hi..Can you help me with a compile problem?
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Hi.. I think im shooting in the dark... but, i cant seem to find anymore
>help on the net.. so, abeit your my last resort.
>
>Ok. I DL'd Wu-ftpd_2.4.2.Beta.11 -- un compresed and all ok.
>(i have it in /usr/src/wu-ftpd_2_4_2_Beta_11 )
>
>I run Linux Kernel 2.0.27 (the Red Hat 3.03 Distrubiton)
>Gcc version is 2.7.2 (I upgraded the kernel myself...:)
I'd start by getting the latest source rpm from redhat and try building it/checking out the patches.
Karl e-mail:
[email protected],
[email protected]
---- public key: finger
[email protected]
Karl O. Pinc e-tattoo: Ride hard and die free.
From
[email protected] Thu Dec 19 23:08:57 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vaz2m-000AyfC; Thu, 19 Dec 96 23:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA16097; Fri, 20 Dec 1996 01:06:23 -0600
Received: from Sierra.onr.com (sierra.onr.com [199.1.90.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id BAA16001 for <
[email protected]>; Fri, 20 Dec 1996 01:01:10 -0600
Received: from aaron.onr.com (sa4-113.stic.net [204.57.113.118]) by Sierra.onr.com (8.7.4/8.6.10) with SMTP id BAA26975 for <
[email protected]>; Fri, 20 Dec 1996 01:00:45 -0600 (CST)
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 01:00:53 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Aaron Marco <
[email protected]>
To:
[email protected]
Subject: no resuming file transfers?
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Okay, here's a wierd one for ya ... normally you can resume downloads with
cuteftp and such ... but now with this new wu_FTP (beta 10) you can't. It
doesn't even prompt to resume. Any ideas? there's a #define OVERWRITE in
the config.lnx file but I don't know if that's it........... humph. :)
I'm running linux 2.0.27 (with shadowed passwds now enabled :)
Aaron
(and off to the CERT site I go, merrily, merrily, shit.)
From
[email protected] Fri Dec 20 05:32:15 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vb51Y-0000iqC; Fri, 20 Dec 96 05:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA23391; Fri, 20 Dec 1996 07:29:21 -0600
Received: from step.polymtl.ca (step.polymtl.ca [132.207.4.32]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA23137 for <
[email protected]>; Fri, 20 Dec 1996 07:20:58 -0600
Received: from localhost (coyote@localhost) by step.polymtl.ca (8.6.10/8.6.10) with SMTP id IAA03799 for <
[email protected]>; Fri, 20 Dec 1996 08:15:22 -0500
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 08:15:22 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Vincent Cojot <
[email protected]>
To:
[email protected]
Subject: Re: hi..Can you help me with a compile problem?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 20 Dec 1996, Jeff wrote:
> When I type "./build lnx" i get . .
> Ok.. I get some ERROR 1 on FTPSHUT and the one previous.
Let me guess...:
The problem was:
glob.c: in function 'matchdir':
glob.c: 240: dereferencing pointer to incomplete type
make: *** [glob.c] error 1
If so, then add "-DDIRENT_ILLEGAL_ACCESS" to the CFLAGS line in the
Makefile.lnx
> When i do "./build install" i get. . .
> make: *** No rule to make target `bin/ftpd', needed by `install'. Stop.
See above. It can't install because the binaries were not built.
Actually, this is just a shot in the dark but it would have helped if you
could have provided the output given by the error.
> 2nd?
> I run Beta9 Now --- How come my Windows GUI clients (cuteftp, WSFTP)
> doesn't list a directory .. but i can change to dirs that i know exist
> -- and the "dos" ftp or even a 'un*x' ftp program will 'ls' fine?
It's the famous static-ls problem which accounts for 50% of this list's
traffic. Here is the location of the FAQ, to help you solve this problem:
WU-FTPD FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
Basically, this is just a matter of putting the right libs under ~ftp/lib
so that your ~ftp/bin/ls can work.
> Jeff - A new die hard linux beginner (hey, im learning! got my web site
> on it!)
,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,
Vincent S. Cojot, Computer Engineering. STEP project. _.,-*~'`^`'~*-,._.,-*~
Ecole Polytechnique de Montreal, Comite Micro-Informatique. _.,-*~'`^`'~*-,.
Linux Xview/OpenLook resources page _.,-*~'`^`'~*-,._
[email protected]
http://www.info.polymtl.ca/~coyote _.,-*~'`^`'~*-,._
[email protected]
They cannot scare me with their empty spaces
Between stars - on stars where no human race is
I have it in me so much nearer home
To scare myself with my own desert places. - Robert Frost
From
[email protected] Fri Dec 20 10:55:20 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbA2s-0000HAC; Fri, 20 Dec 96 10:51 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA10473; Fri, 20 Dec 1996 12:50:30 -0600
Received: from parodius.com (parodius.com [199.2.205.230]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA09786 for <
[email protected]>; Fri, 20 Dec 1996 12:36:13 -0600
Received: (from yoshi@localhost) by parodius.com (8.8.4/8.8.4) id KAA27973 for
[email protected]; Fri, 20 Dec 1996 10:39:35 -0800
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 10:39:34 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Yoshi <
[email protected]>
To:
[email protected]
Subject: Re: hi..Can you help me with a compile problem?
In-Reply-To: <
[email protected]> from Jeff at "Dec 20, 96 00:05:36 am"
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4ME+ PL25 (25)]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Hi.. I think im shooting in the dark... but, i cant seem to find anymore
> help on the net.. so, abeit your my last resort.
>
> Ok. I DL'd Wu-ftpd_2.4.2.Beta.11 -- un compresed and all ok.
> (i have it in /usr/src/wu-ftpd_2_4_2_Beta_11 )
>
> I run Linux Kernel 2.0.27 (the Red Hat 3.03 Distrubiton)
> Gcc version is 2.7.2 (I upgraded the kernel myself...:)
>
> When I type "./build lnx" i get . .
> Ok.. I get some ERROR 1 on FTPSHUT and the one previous.
>
> When i do "./build install" i get. . .
> make: *** No rule to make target `bin/ftpd', needed by `install'. Stop.
>
> I have attempted to traceout the 'build' script and see what actally
> happens.. from what I can figure out is it winds up running:
> install program and yet still bombs on me.
I'd recommend, as did Karl, getting the patches for wu-ftpd for
RedHat. If the problem you have has something to do with dd_fd
in 'glob.c' and some other things, EMail me and i'll send you
the modified 'glob.c' I have (which removes this problem).
--
| Jeremy Chadwick
[email protected] |
| System/Network/Security Administrator 541-330-1995 |
|
http://yoshi.parodius.com/ |
From
[email protected] Fri Dec 20 12:34:29 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbBb7-000BIlC; Fri, 20 Dec 96 12:31 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA16993; Fri, 20 Dec 1996 14:30:37 -0600
Received: from moss.verinet.com (moss.verinet.com [204.144.246.15]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA16581 for <
[email protected]>; Fri, 20 Dec 1996 14:23:43 -0600
Received: from bamboo.verinet.com (bamboo.verinet.com [204.144.246.3]) by moss.verinet.com (8.7.6/8.6.9) with SMTP id NAA24066 for <
[email protected]>; Fri, 20 Dec 1996 13:24:10 -0700
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 13:23:03 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Zachary Tippit <
[email protected]>
To:
[email protected]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I just installed wu-ftpd-2.4.2b11-8.i386.rpm on my redhat system.
Everything seems to work fine except the -u flag. Here is my inetd.conf
entry:
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -u033
When I put files as a normal user, they are mode 644 which is good.
However, when a user makes directories, they are mode drwxr-Sr--. That's
no good. I've tried replacing my ftpaccess file to the default, no
dice.. I have a slackware system on which I compiled the same version and
it works OK.. Any ideas?
Zach
From
[email protected] Fri Dec 20 13:05:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbC4c-000BScC; Fri, 20 Dec 96 13:01 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA18403; Fri, 20 Dec 1996 15:01:04 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA17848 for <
[email protected]>; Fri, 20 Dec 1996 14:50:57 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id OAA27787 for <
[email protected]>; Fri, 20 Dec 1996 14:51:08 -0600 (CST)
Message-Id: <l03010d0aaee0aacf5f18@[198.40.27.80]>
Date: Fri, 20 Dec 1996 14:48:34 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re:
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>I just installed wu-ftpd-2.4.2b11-8.i386.rpm on my redhat system.
>Everything seems to work fine except the -u flag. Here is my inetd.conf
>entry:
>ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -u033
>
>When I put files as a normal user, they are mode 644 which is good.
>However, when a user makes directories, they are mode drwxr-Sr--. That's
>no good. I've tried replacing my ftpaccess file to the default, no
>dice.. I have a slackware system on which I compiled the same version and
>it works OK.. Any ideas?
It's because the group setuid bit is set on the directory in which the user
is creating a sub-directory. It's supposed to work this way. See the
redhat installation and users guide for information on the
unique-group-per-user administration stratigy. If you _really_ don't want
it to work this way you have to set bits in the first byte of the umask (it
has 4 bytes), read the chmod man pages to see which are which.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Fri Dec 20 18:33:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbHCr-000BHmC; Fri, 20 Dec 96 18:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA29826; Fri, 20 Dec 1996 20:29:37 -0600
Received: from mx.ProNetC.com (ns.ProNetC.com [38.225.60.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA29740 for <
[email protected]>; Fri, 20 Dec 1996 20:27:22 -0600
Received: from mailhub.ProNetC.com (solaris.ProNetC.com [38.225.60.130]) by mx.ProNetC.com id SAA01066 for <
[email protected]>; Fri, 20 Dec 1996 18:28:37 -0800 (PST)
Received: by a host running sendmail id SAA01354 for
[email protected]; Fri, 20 Dec 1996 18:31:10 -0800 (PST)
Message-Id: <
[email protected]>
Date: Fri, 20 Dec 1996 18:31:09 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Lojewski <
[email protected]>
To:
[email protected]
Subject: server using system passwd for cd ~user commands
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Dear wu-ftpd user,
I've built wu-ftpd-2.4 under Solaris 2.5.1 (libc patches installed)
using gcc gcc-2.7.2.1.
There is a user named "username" defined in the system passwd file but
not in the ~ftp/etc/passwd file. His home directory is
"/home/username".
When an anonymous ftp client logs into the machine and types
"cd ~username" wu-ftpd responds "/home/username" no such file or
directory. The chroot is working, the client itself doesn't have
access to the system passwd file.
The problem is that it lets anon users probe to see what accounts are
defined.
I suspect this is a cacheing problem with nscd. Truss shows calls to
"door_info" and "door_call".
Has anyone experienced a similar problem? Any help would be
appreciated.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
+ =+= +
+ phone: (510)864-8633 =+= fax:(510)864-8637 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
From
[email protected] Fri Dec 20 22:54:04 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbLI8-000AxqC; Fri, 20 Dec 96 22:52 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA06695; Sat, 21 Dec 1996 00:51:10 -0600
Received: from jp.INEXT.FR (jp.inext.fr [194.206.6.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA06457 for <
[email protected]>; Sat, 21 Dec 1996 00:41:56 -0600
Received: from jp.INEXT.FR by jp.INEXT.FR (NTMail 3.02.10) with ESMTP id ga002788 for <
[email protected]>; Sat, 21 Dec 1996 07:46:51 +0100
Message-Id: <
[email protected]>
Date: Sat, 21 Dec 1996 07:39:32 +0100
Reply-To:
[email protected]
Sender:
[email protected]
From: Frederic Cambray <
[email protected]>
To:
[email protected]
Subject: (no subject)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.0 (X11; I; Linux 2.0.27 i586)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
unsuscribe
From
[email protected] Sat Dec 21 12:19:19 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbXqr-0000WpC; Sat, 21 Dec 96 12:16 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA23394; Sat, 21 Dec 1996 14:15:54 -0600
Received: from Argus.montgomerybell.com (montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA23218 for <
[email protected]>; Sat, 21 Dec 1996 14:07:01 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id OAA07236; Sat, 21 Dec 1996 14:07:00 -0600
Message-Id: <
[email protected]>
Date: Sat, 21 Dec 1996 14:07:00 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To: wu-ftpd list <
[email protected]>
Subject: Help on a user pref..
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
When a user logs onto my system I want the chroot command to execute so
that their home dir looks to the ftpd as the sys root... Is that possible?
In other words I want t oknow if there is a way to make a user-type clone
of Anonymous where the chroot command is executed, like in Anon FTP. as
is now, the user is put into a subdir of the FTP as his home, but I don't
want him to be able to go back past the ftp docs root.
Any solutions?
Alan
From
[email protected] Sat Dec 21 12:43:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbYEQ-000ApFC; Sat, 21 Dec 96 12:41 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA23973; Sat, 21 Dec 1996 14:40:43 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA23574 for <
[email protected]>; Sat, 21 Dec 1996 14:28:11 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id OAA23650 for <
[email protected]>; Sat, 21 Dec 1996 14:28:18 -0600
Message-Id: <
[email protected]>
Date: Sat, 21 Dec 1996 14:28:18 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: wu-ftpd list <
[email protected]>
Subject: Re: Help on a user pref..
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
The guest howto below will do what you want.
-- Michael (
[email protected])
On Sat, 21 Dec 1996, Alan Halachmi wrote:
> When a user logs onto my system I want the chroot command to execute so
> that their home dir looks to the ftpd as the sys root... Is that possible?
> In other words I want t oknow if there is a way to make a user-type clone
> of Anonymous where the chroot command is executed, like in Anon FTP. as
> is now, the user is put into a subdir of the FTP as his home, but I don't
> want him to be able to go back past the ftp docs root.
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
wu-ftpd FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
OR
send mail to
[email protected]
with a subject line: send faq
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
OR
send mail to "
[email protected]"
(immediate autoresponder; subject does not matter)
There are additional security references in the above docs.
From
[email protected] Sat Dec 21 15:45:22 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbb4f-000AwcC; Sat, 21 Dec 96 15:43 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA27902; Sat, 21 Dec 1996 17:42:35 -0600
Received: from infinity.exit118.com (infinity.exit118.com [198.82.200.71]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA27564 for <
[email protected]>; Sat, 21 Dec 1996 17:34:33 -0600
Received: from infinity.heartofgold (probability.heartofgold [192.0.2.129]) by infinity.exit118.com (8.7/8.6.9) with SMTP id SAA01383 for <
[email protected]>; Sat, 21 Dec 1996 18:42:30 -0500
Message-Id: <
[email protected]>
Date: Sat, 21 Dec 1996 18:42:14 EST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: No Subject
X-Mailer: Post Road Mailer (Green Edition Ver 2.0)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
** Reply to note from
[email protected] Fri, 20 Dec 1996 13:23:03 -0700 (MST)
> I just installed wu-ftpd-2.4.2b11-8.i386.rpm on my redhat system.
> Everything seems to work fine except the -u flag. Here is my inetd.conf
> entry:
> ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -u033
>
> When I put files as a normal user, they are mode 644 which is good.
> However, when a user makes directories, they are mode drwxr-Sr--. That's
> no good. I've tried replacing my ftpaccess file to the default, no
> dice.. I have a slackware system on which I compiled the same version and
> it works OK.. Any ideas?
Zach,
Try this:
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -a -l -u033
Without the -a option, the daemon does *not* read the /etc/ftpaccess file.
=========================================================================
= Clifton Wood | "Tis better to worry for nothing than to not worry
- Software Engineer | and meet Mr. Murphy when you are the least
- TeleWorks, Inc. | unprepared for him." - Overheard at a bar.
From
[email protected] Sat Dec 21 17:49:40 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbd0z-000BI3C; Sat, 21 Dec 96 17:47 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA01739; Sat, 21 Dec 1996 19:47:04 -0600
Received: from news.IAEhv.nl (news.IAEhv.nl [194.151.64.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA01630 for <
[email protected]>; Sat, 21 Dec 1996 19:41:22 -0600
Received: from LOCAL (uucp@localhost)
by news.IAEhv.nl (8.6.13/1.63) with IAEhv.nl; pid 25116
on Sun, 22 Dec 1996 02:31:26 +0100; id CAA25116
efrom: news; eto:
[email protected]
Received: (from news@localhost) by Garfield.IAEhv.nl (8.8.4/8.7.3) id VAA06915; Sat, 21 Dec 1996 21:22:48 +0100
Message-Id: <
[email protected]>
Date: 21 Dec 1996 20:22:48 GMT
Reply-To:
[email protected]
Sender:
[email protected]
From: Perry Rovers <
[email protected]>
To:
[email protected]
Subject: Re: inetd wrapper for ftpd
References: <
[email protected]>
X-Newsreader: TIN [UNIX 1.3 unoff BETA release 961126]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
A hoard of pink elephants inspired Gerhard Gonter <
[email protected]> to tell garfield.mail.wu-ftpd:
: According to Neal S. Pressman ex 2317:
: > Now that my new ftp server is up and running i need to let people
: > using the old server know what the new address is. The old system
: /etc/noftpd:
[snip]
You can also use something like:
guestserver ftp.wu-wien.ac.at
in the ftpaccess file though this will not launch an ftp session.
It will give a similar message, namely saying the user should connect to
the guestservername.
--
Perry Rovers (
[email protected])
From
[email protected] Sat Dec 21 21:19:49 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbgHw-000BX5C; Sat, 21 Dec 96 21:17 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id XAA06863; Sat, 21 Dec 1996 23:16:48 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id XAA06554 for <
[email protected]>; Sat, 21 Dec 1996 23:06:09 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id AAA15866 for
[email protected]; Sun, 22 Dec 1996 00:06:08 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 00:06:08 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: server using system passwd for cd ~user commands
In-Reply-To: <
[email protected]> from "Tom Lojewski" at Dec 20, 96 06:31:09 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Tom Lojewski':
>
>
> Dear wu-ftpd user,
>
> I've built wu-ftpd-2.4 under Solaris 2.5.1 (libc patches installed)
> using gcc gcc-2.7.2.1.
>
> There is a user named "username" defined in the system passwd file but
> not in the ~ftp/etc/passwd file. His home directory is
> "/home/username".
>
> When an anonymous ftp client logs into the machine and types
> "cd ~username" wu-ftpd responds "/home/username" no such file or
> directory. The chroot is working, the client itself doesn't have
> access to the system passwd file.
>
> The problem is that it lets anon users probe to see what accounts are
> defined.
>
> I suspect this is a cacheing problem with nscd. Truss shows calls to
> "door_info" and "door_call".
>
> Has anyone experienced a similar problem? Any help would be
> appreciated.
>
The expand of "~" is done by wu-ftpd
On my SunOS4 boxes the behaviour is right
if you loggin anonymous and try to do
cd ~username
and username is not defined in ~ftp/etc/passwd
you'll get the "550 ..Unknow user.." error
Eventhough username is a real user.
Now i didn't try this on Solaris.
but If you find it to be a nuisance
you can disable the behaviour by
recompiling.
in ftpcmd.y, look for pathname:
and get rid of the strncmp(..,"~")
this will stop the globbing for ~
--
au revoir, alain
From
[email protected] Sun Dec 22 00:11:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbiyf-000AoZC; Sun, 22 Dec 96 00:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA13429; Sun, 22 Dec 1996 02:08:39 -0600
Received: from mx.ProNetC.com (ns.ProNetC.com [38.225.60.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id BAA13252 for <
[email protected]>; Sun, 22 Dec 1996 01:59:30 -0600
Received: from mailhub.ProNetC.com (solaris.ProNetC.com [38.225.60.130]) by mx.ProNetC.com id AAA00581 for <
[email protected]>; Sun, 22 Dec 1996 00:00:44 -0800 (PST)
Received: by a host running sendmail id AAA01175 for
[email protected]; Sun, 22 Dec 1996 00:03:18 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 00:03:17 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Lojewski <
[email protected]>
To:
[email protected]
Subject: Re: server using system passwd for cd ~user commands (fwd)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Alain Magloire writes:
> From
[email protected] Sat Dec 21 21:21 PST 1996
> Message-Id: <
[email protected]>
> Date: Sun, 22 Dec 1996 00:06:08 -0500 (EST)
> Reply-To:
[email protected]
> Sender:
[email protected]
> From: Alain Magloire <
[email protected]>
> To:
[email protected]
> Subject: Re: server using system passwd for cd ~user commands
> In-Reply-To: <
[email protected]> from "Tom Lojewski" at Dec 20, 96 06:31:09 pm
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Mailer: ELM [version 2.4 PL25]
> X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Content-Type: text/plain; charset=US-ASCII
> Content-Length: 1319
>
> According to `Tom Lojewski':
> >
> >
> > Dear wu-ftpd user,
> >
> > I've built wu-ftpd-2.4 under Solaris 2.5.1 (libc patches installed)
> > using gcc gcc-2.7.2.1.
> >
> > There is a user named "username" defined in the system passwd file but
> > not in the ~ftp/etc/passwd file. His home directory is
> > "/home/username".
> >
> > When an anonymous ftp client logs into the machine and types
> > "cd ~username" wu-ftpd responds "/home/username" no such file or
> > directory. The chroot is working, the client itself doesn't have
> > access to the system passwd file.
> >
> > The problem is that it lets anon users probe to see what accounts are
> > defined.
> >
> > I suspect this is a cacheing problem with nscd. Truss shows calls to
> > "door_info" and "door_call".
> >
> > Has anyone experienced a similar problem? Any help would be
> > appreciated.
> >
>
> The expand of "~" is done by wu-ftpd
> On my SunOS4 boxes the behaviour is right
> if you loggin anonymous and try to do
> cd ~username
> and username is not defined in ~ftp/etc/passwd
> you'll get the "550 ..Unknow user.." error
> Eventhough username is a real user.
>
> Now i didn't try this on Solaris.
> but If you find it to be a nuisance
> you can disable the behaviour by
> recompiling.
>
> in ftpcmd.y, look for pathname:
> and get rid of the strncmp(..,"~")
> this will stop the globbing for ~
>
> --
> au revoir, alain
>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
+ =+= +
+ phone: (510)864-8633 =+= fax:(510)864-8637 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
From
[email protected] Sun Dec 22 01:03:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbjl1-000AoZC; Sun, 22 Dec 96 00:59 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA15086; Sun, 22 Dec 1996 02:59:05 -0600
Received: from mx.ProNetC.com (ns.ProNetC.com [38.225.60.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id CAA13431 for <
[email protected]>; Sun, 22 Dec 1996 02:08:46 -0600
Received: from mailhub.ProNetC.com (solaris.ProNetC.com [38.225.60.130]) by mx.ProNetC.com id AAA00584 for <
[email protected]>; Sun, 22 Dec 1996 00:10:00 -0800 (PST)
Received: by a host running sendmail id AAA01197 for
[email protected]; Sun, 22 Dec 1996 00:12:34 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 00:12:33 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Lojewski <
[email protected]>
To:
[email protected]
Subject: Re: server using system passwd for cd ~user commands
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Alain Magloire writes:
>
> The expand of "~" is done by wu-ftpd
> On my SunOS4 boxes the behaviour is right
> if you loggin anonymous and try to do
> cd ~username
> and username is not defined in ~ftp/etc/passwd
> you'll get the "550 ..Unknow user.." error
> Eventhough username is a real user.
>
> Now i didn't try this on Solaris.
> but If you find it to be a nuisance
> you can disable the behaviour by
> recompiling.
>
> in ftpcmd.y, look for pathname:
> and get rid of the strncmp(..,"~")
> this will stop the globbing for ~
Thanks, I may try this. Someone on the list suggested I try putting
the following line in my /etc/nscd.conf file:
enable-cache passwd no
I did this and it solved my problem. Which is scary. It means that
on Solaris, the system passwd file is cached even in a chrooted
environment. This could possibly lead to other vulnerablities.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
+ =+= +
+ phone: (510)864-8633 =+= fax:(510)864-8637 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
From
[email protected] Sun Dec 22 01:24:01 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbk6Y-000AobC; Sun, 22 Dec 96 01:21 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA15858; Sun, 22 Dec 1996 03:21:18 -0600
Received: from mx.ProNetC.com (ns.ProNetC.com [38.225.60.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA15761 for <
[email protected]>; Sun, 22 Dec 1996 03:16:49 -0600
Received: from mailhub.ProNetC.com (solaris.ProNetC.com [38.225.60.130]) by mx.ProNetC.com id BAA00636 for <
[email protected]>; Sun, 22 Dec 1996 01:18:05 -0800 (PST)
Received: by a host running sendmail id BAA01256 for
[email protected]; Sun, 22 Dec 1996 01:20:37 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 01:20:36 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Lojewski <
[email protected]>
To:
[email protected]
Subject: Re: server using system passwd for cd ~user commands (fwd)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Tom Lojewski writes:
>
> Alain Magloire writes:
> >
> > The expand of "~" is done by wu-ftpd
> > On my SunOS4 boxes the behaviour is right
> > if you loggin anonymous and try to do
> > cd ~username
> > and username is not defined in ~ftp/etc/passwd
> > you'll get the "550 ..Unknow user.." error
> > Eventhough username is a real user.
I tested this on a SunOS4.1.4 machine and doing this causes wu-ftpd
to dump core.
> > Now i didn't try this on Solaris.
> > but If you find it to be a nuisance
> > you can disable the behaviour by
> > recompiling.
> >
> > in ftpcmd.y, look for pathname:
> > and get rid of the strncmp(..,"~")
> > this will stop the globbing for ~
I had posted that the following fixes my problem. It stops revealing
my real system passwd users. But it also causes wu-ftpd to dump core.
enable-cache passwd no
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> + Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
> + =+= +
> + phone: (510)864-8633 =+= fax:(510)864-8637 +
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
+ =+= +
+ phone: (510)864-8633 =+= fax:(510)864-8637 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
From
[email protected] Sun Dec 22 01:40:03 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbkLt-000ApPC; Sun, 22 Dec 96 01:37 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id DAA16158; Sun, 22 Dec 1996 03:37:13 -0600
Received: from mx.ProNetC.com (ns.ProNetC.com [38.225.60.66]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id DAA16085 for <
[email protected]>; Sun, 22 Dec 1996 03:33:23 -0600
Received: from mailhub.ProNetC.com (solaris.ProNetC.com [38.225.60.130]) by mx.ProNetC.com id BAA00679 for <
[email protected]>; Sun, 22 Dec 1996 01:34:39 -0800 (PST)
Received: by a host running sendmail id BAA01295 for
[email protected]; Sun, 22 Dec 1996 01:37:11 -0800 (PST)
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 01:37:10 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Tom Lojewski <
[email protected]>
To:
[email protected]
Subject: Doing a cd ~realuser dumps core
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Doing a cd ~realuser caused a core dump on both SunOS and Solaris machines
using the version of wu-ftpd at the wustl ftp archive.
When I built the version at acedem.com (wu-ftpd-2.4.2-beta-11) for
Solaris the core dumps stopped. Although the connection is broken.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Tom Lojewski (
[email protected]) =+= ProNet Consulting Alameda, CA +
+ =+= +
+ phone: (510)864-8633 =+= fax:(510)864-8637 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
From
[email protected] Sun Dec 22 13:00:54 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vbuyM-0006OhC; Sun, 22 Dec 96 12:58 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA02019; Sun, 22 Dec 1996 14:57:10 -0600
Received: from Argus.montgomerybell.com (montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA01920 for <
[email protected]>; Sun, 22 Dec 1996 14:52:45 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id OAA00769; Sun, 22 Dec 1996 14:52:43 -0600
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 14:52:43 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To: wu-ftpd list <
[email protected]>
Subject: User?
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-851287963=:686"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to
[email protected] for more info.
---559023410-851401618-851287963=:686
Content-Type: TEXT/PLAIN; charset=US-ASCII
I used the attached manual that was sent out a couple days ago to try and
setup a chroot situation for a user. Well, when my user logs into the
ftp site it says," User myusername logged in. Access restrictions apply."
However, it doesn't log into myusername's home dir. IT does a chroot to
the e anon ftp dir. I have a passwd entry of
myusername:*:193:10::/my/users/d/dir/./:/etc/ftponly
located in my /etc/passwd /my/users/dir/etc and /my/anon/ftpdir/etc/
I have group files with the text client::400:scienc in those same three
places. What's not working? Ideas?
ASlan Halachmi
---559023410-851401618-851287963=:686
Content-Type: TEXT/PLAIN; charset=US-ASCII; name=ftpattach
Content-Transfer-Encoding: BASE64
Content-ID: <
[email protected]>
Content-Description:
RnJvbSBtYnJlbm5lbkBmbmkuY29tU3VuIERlYyAyMiAxNDo0MDozNyAxOTk2
DQpEYXRlOiBTYXQsIDIxIERlYyAxOTk2IDE0OjQ1OjMyIC0wNjAwDQpGcm9t
OiBNaWNoYWVsIEJyZW5uZW4gPG1icmVubmVuQGZuaS5jb20+DQpUbzogQWxh
biBIYWxhY2htaSA8aGFsYWNoYUBtb250Z29tZXJ5YmVsbC5jb20+DQpTdWJq
ZWN0OiB3dS1mdHBkIGd1ZXN0IGFjY291bnRzDQoNCioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqDQpUaGUgd29ya2luZyBleGFtcGxlIGhlcmUgd2ls
bCBiZSBhcyBpZiBpdCB3ZXJlIGEgZGlyZWN0b3J5IHVuZGVyIGEgV2ViDQp0
cmVlLCAvaG9tZS93ZWIuICBUaGUgV2ViIGFjY291bnQgd2lsbCBiZSBtYWlu
dGFpbmVkIHJlbW90ZWx5IGJ5IEZUUC4gIFRoZQ0KcmVtb3RlIHVzZXIgaXMg
TW9ydGltZXIuICBNb3J0aW1lcidzIGFjY291bnQgbmFtZSBpcyAibW9ydCIs
IGdyb3VwDQoiY2xpZW50Ii4gDQoNCihZZXMsIHRoZXJlIGlzIHNvbWUgZHJv
bGwgaHVtb3IgaGVyZSBmb3IgdGhlIEZyZW5jaCBzcGVha2Vycy4uLikNCg0K
DQoxLiBEbyB0aGUgL2V0YyBoYWNrcy4gIENyZWF0ZSBNb3J0J3MgZW50cnkg
aW4gL2V0Yy9wYXNzd2QgYW5kIGFkZCB0aGUgDQogICAvZXRjL2dyb3VwIGVu
dHJ5LiAgKE9yIGFkZHVzZXIgb3Igd2hhdGV2ZXIgeW91IHVzZS4pICBBZGQg
dGhlIA0KICAgZW50cmllcyB0byAvZXRjL2Z0cGFjY2Vzcy4NCg0KL2V0Yy9w
YXNzd2Q6DQptb3J0Oio6NDAzOjQwMDpNb3J0aW1lciBTbmVyZDovaG9tZS93
ZWIvbW9ydC8uLzovZXRjL2Z0cG9ubHkNCiAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgXl5eDQogICBUaGUgLy4vIHNlcXVl
bmNlIGRldGVybWluZXMgd2hlcmUgdGhlIGNocm9vdCgpIGlzIGRvbmUgdG8u
ICBJZiB5b3UgDQogICB3YW50IHRoZSBjaHJvb3QoKSBkb25lIHRvIHRoZSB3
ZWIgZGlyZWN0b3J5IGFuZCBhIGNoZGlyKCkgdG8gbW9ydCwNCiAgIGl0IHdv
dWxkIGxvb2sgbGlrZSB0aGlzOg0KDQptb3J0Oio6NDAzOjQwMDpNb3J0aW1l
ciBTbmVyZDovaG9tZS93ZWIvLi9tb3J0LzovZXRjL2Z0cG9ubHkNCiAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIF5eXg0KDQogICAt
LS0tLS0tLT4gKG1ha2Ugc3VyZSAiL2V0Yy9mdHBvbmx5IiBpcyBpbiAvZXRj
L3NoZWxscy4pDQoNCg0KDQovZXRjL2dyb3VwOg0KY2xpZW50Ojo0MDA6bW9y
dA0KDQoNCg0KU2V0IE1vcnQncyBwYXNzd29yZCBhcyB5b3Ugd2lzaCwgb3Ig
YmV0dGVyIHlldCB1c2UgUy9LRVkuDQoNCg0KDQoNCklmIHlvdSBhcmUgdXNp
bmcgdGhlIEJldGEgdmVyc2lvbiBvZiBmdHBkIChISUdITFkgUkVDT01NRU5E
RUQpIHRoYXQNClN0YW4gQmFyYmVyIGhhcyBwdXQgdG9nZXRoZXIsIHlvdSBt
dXN0IGRvIG9uZSBvZiB0d28gdGhpbmcgdG8gcHJvcGVybHkNCnVzZSAvZXRj
L2Z0cGFjY2VzczoNCg0KMSkgIGNvbXBpbGUgdGhlIHNvdXJjZSB0byB1c2Ug
L2V0Yy9mdHBhY2Nlc3MgYnkgZGVmYXVsdCAoY29tZXMgdHVybmVkIG9mZik7
DQogICAgaGFjayB0aGUgc291cmNlIHRvIHNldCB1c2VfYWNjZXNzZmlsZSA9
IDE7DQoNCk9SDQoNCjIpICBydW4gdGhlIGRhZW1vbiB3aXRoIHRoZSAtYSBv
cHRpb24uDQoNCg0KL2V0Yy9mdHBhY2Nlc3M6DQpjbGFzcyAgIGxvY2FsICAg
cmVhbCxndWVzdCxhbm9ueW1vdXMgLi4uLi4uDQouLi4gICAgICAgICAgICAg
ICAgICBeXl5eXg0KLi4uICAgICAgICAgICAgICAgICAgICArLS0tLS0tLS0t
LS0gZGVmaW5lICdndWVzdCcgaW4gdGhlIHByb3BlciBjbGFzc2VzOw0KLi4u
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcyBpcyBzaXRl
IGRlcGVuZGVudC4NCi4uLg0KLi4uDQpkZWxldGUgICAgIG5vICAgYW5vbnlt
b3VzLGd1ZXN0ICAgICAgICAgICAgICAgIyBkZWxldGUgcGVybWlzc2lvbj8N
Cm92ZXJ3cml0ZSAgbm8gICBhbm9ueW1vdXMsZ3Vlc3QgICAgICAgICAgICAg
ICAjIG92ZXJ3cml0ZSBwZXJtaXNzaW9uPw0KcmVuYW1lICAgICBubyAgIGFu
b255bW91cyxndWVzdCAgICAgICAgICAgICAgICMgcmVuYW1lIHBlcm1pc3Np
b24/DQpjaG1vZCAgICAgIG5vICAgYW5vbnltb3VzLGd1ZXN0ICAgICAgICAg
ICAgICAgIyBjaG1vZCBwZXJtaXNzaW9uPw0KdW1hc2sgICAgICBubyAgIGFu
b255bW91cyxndWVzdCAgICAgICAgICAgICAgICMgdW1hc2sgcGVybWlzc2lv
bj8NCi4uLiAgICAgICAgICAgICAgICAgICAgICAgXl5eXl4NCi4uLiAgICAg
ICAgICAgICAgICAgICAgICAgICArLS0tLS0tIGRlY2lkZSBpZiBndWVzdCBz
aG91bGQgYmUgaW4gdGhpcyANCi4uLiAgICAgICAgICAgICAgICAgICAgICAg
ICAgICAgICAgIHBlcm1pc3Npb24gbGlzdDsgdGhpcyBpcyBzaXRlIGRlcGVu
ZGVudC4NCi4uLg0KLi4uDQpwYXRoLWZpbHRlciAgZ3Vlc3QgICAgICAvZXRj
L3BhdGhtc2cgIF5bLUEtWmEtejAtOV9cLl0qJCAgXlwuICBeLQ0KLi4uDQpn
dWVzdGdyb3VwIGNsaWVudA0KLi4uDQoNCg0KDQoNCjIuIENyZWF0ZSBNb3J0
J3MgaG9tZSBkaXJlY3RvcnkgYW5kIHNldCBpdHMgb3duZXJzaGlwIGFuZCBw
cm90ZWN0aW9ucy4NCg0KbWtkaXIgL2hvbWUvd2ViL21vcnQNCg0KY2hvd24g
bW9ydC5jbGllbnQgL2hvbWUvd2ViL21vcnQNCg0KY2htb2QgNzU1IC9ob21l
L3dlYi9tb3J0DQoNCg0KDQoNCjMuIEJ1aWxkIHRoZSBkaXJlY3Rvcnkgc3Ry
dWN0dXJlIHVuZGVyIE1vcnQncyBhY2NvdW50Lg0KDQpjZCAvaG9tZS93ZWIv
bW9ydA0KDQpta2RpciBldGMgYmluIFtkZXYgbGliXSAgIChkZXYgYW5kIGxp
YiBhcmUgb3B0aW9uYWwgYW5kIGFyZSBPUyBkZXBlbmRlbnQuKQ0KDQpjaG93
biByb290LmRhZW1vbiBldGMgYmluDQoNCmNobW9kIDExMSBldGMgYmluDQoN
Cg0KDQoNCjQuIEJ1aWxkIHRoZSBjb250ZW50cyBvZiB0aGUgfi9iaW4gZGly
ZWN0b3J5Lg0KDQpVU0UgU1RBVElDQUxMWSBMSU5LRUQgQ09QSUVTIE9GIEFM
TCBVVElMSVRJRVMgSUYgUE9TU0lCTEUgLS0gWU9VUiBMSUZFDQooQU5EIEVW
RVJZT05FIEVMU0UnUyBPTiB3dS1mdHBkQHd1Z2F0ZS53dXN0bC5lZHUpIFdJ
TEwgQkUgU0lNUExFUi4gDQoNCmNwIC8uLi4vYmluL2xzIGJpbg0KY2hvd24g
cm9vdC5iaW4gYmluL2xzDQpjaG1vZCAxMTEgYmluL2xzDQoNCk9wdGlvbmFs
IGZvciBvbiB0aGUgZmx5IGNvbXByZXNzaW9uIGFuZCB0YXI6DQoNCmNwIC8u
Li4vYmluL2d6aXAgYmluDQpjcCAvLi4uL2Jpbi90YXIgIGJpbg0KY2hvd24g
cm9vdC5iaW4gYmluL2d6aXANCmNob3duIHJvb3QuYmluIGJpbi90YXINCmNo
bW9kIDExMSBiaW4vZ3ppcA0KY2htb2QgMTExIGJpbi90YXINCg0KDQpJZiB0
aGUgdXRpbGl0aWVzIGFyZSBub3Qgc3RhdGljLCBjcmVhdGUgdGhlIG5lY2Vz
c2FyeSBkZXZpY2VzIGluIH4vZGV2IGFuZCANCmNvcHkgdGhlIG5lY2Vzc2Fy
eSBsaWJyYXJpZXMgaW50byB+L2xpYi4gIENoZWNrIHRoZSBtYW4gcGFnZSBm
b3IgZnRwZCB0aGF0IA0KY29tZXMgd2l0aCB5b3VyIHN5c3RlbTsgaXQgbWF5
IGJlIG9mIGhlbHAuDQoNClJFR0FSRElORyBIQVJEIEFORCBTT0ZUL1NZTUJP
TElDIExJTktTOg0KDQpUaGUgY2hyb290KCkgb2J2aWF0ZXMgdGhlIHVzZSBv
ZiBzb2Z0IGxpbmtzIGluIHRoaXMgY2FzZS4gIEhvd2V2ZXIsIGl0DQppdCBp
cyBwb3NzaWJsZSB0byBtYWtlIHRoZXNlIGhhcmQgbGlua3MgYmFjayB0byB0
aGUgbWFzdGVyIGNvcHkgb2YgdGhlDQp1dGlsaXRpZXMgcmF0aGVyIHRoYW4g
Y29waWVzLiAgVGhpcyBjYW4gc2F2ZSBzb21lIGRpc2sgc3BhY2UgaWYgdGhh
dCBpcw0KYSBjb25jZXJuLg0KDQoNCg0KDQo1LiBCdWlsZCB0aGUgY29udGVu
dHMgb2YgdGhlIH4vZXRjIGRpcmVjdG9yeS4NCg0KRWRpdCAicGFzc3dkIiB0
byBjb250YWluIHRoZSBmb2xsb3dpbmc6DQoNCnJvb3Q6KjowOjA6Oi86L2V0
Yy9mdHBvbmx5DQptb3J0Oio6NDAzOjQwMDo6L2hvbWUvd2ViL21vcnQvLi86
L2V0Yy9mdHBvbmx5DQoNCg0KRWRpdCAiZ3JvdXAiIHRvIGNvbnRhaW4gdGhl
IGZvbGxvd2luZzoNCg0Kcm9vdDo6MDpyb290DQpjbGllbnQ6OjQwMDptb3J0
DQoNCg0KY2hvd24gcm9vdC5kYWVtb24gcGFzc3dkIGdyb3VwDQoNCmNobW9k
IDQ0NCBwYXNzd2QgZ3JvdXANCg0KDQoNCg0KNi4gQWRkIHNvbWUgZXh0cmEg
c2VjdXJpdHkgdG91Y2hlcw0KDQpjZCAvaG9tZS93ZWIvbW9ydA0KdG91Y2gg
LnJob3N0cyAuZm9yd2FyZA0KY2hvd24gcm9vdC5yb290IC5yaG9zdHMgLmZv
cndhcmQNCmNobW9kIDQwMCAucmhvc3RzIC5mb3J3YXJkDQoNCg0KDQoNCllv
dSBzaG91bGQgbm93IGJlIHRoZSBwcm91ZCBvd25lciBvZiBhIHdvcmtpbmcg
Z3Vlc3QgZ3JvdXAgRlRQIGxvZ2luLiANCkNvbm5lY3QgdG8gdGhlIG1hY2hp
bmUgdmlhIEZUUCBhbmQgbG9naW4gYXMgIm1vcnQiLiAgWW91IHNob3VsZCBl
bmQgdXAgaW4NCk1vcnQncyBhY2NvdW50IHdpdGggYSBjdXJyZW50IGRpcmVj
dG9yeSBvZiAiLyIuDQoNCklmIG5vdCwgZ28gb3ZlciBpdCBjYXJlZnVsbHkg
YWdhaW4sIGFzIHRoZXJlIGlzIGEgbG90IG9mIGRldGFpbCBoZXJlLiAgSWYN
CnlvdSBzdGlsbCBjYW4ndCBnZXQgaXQgdG8gd29yaywgeWVsbCBmb3IgaGVs
cCBvbiB3dS1mdHBkQHd1Z2F0ZS53dXN0bC5lZHUuIA0KDQoqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKg0KDQpPUyBERVBFTkRFTkNJRVMgLyBRVUlS
S1MNCg0KTElOVVg6DQoNCkxpbnV4IGRvZXMgbm90IG5lZWQgYSB+L2RldiBk
aXIuICBJdCBkb2VzIG5lZWQgdGhlIH4vbGliIGRpciBpZiB0aGUNCnV0aWxp
dGllcyBpbiB+L2JpbiBhcmUgZHluYW1pY2FsbHkgbGlua2VkLiANCg0KSWYg
dXNpbmcgU2xhY2t3YXJlIExpbnV4LCB1c2UgdGhlIC9ob21lL2Z0cC9iaW4v
bHMgdXRpbGl0eSByYXRoZXIgdGhhbg0KL2Jpbi9scy4gIC9iaW4vbHMgaXMg
ZHluYW1pY2FsbHkgbGlua2VkLCB3aGlsZSAvaG9tZS9mdHAvYmluL2xzIGlz
DQpzdGF0aWNhbGx5IGxpbmtlZC4NCg0KVXNlIHRoZSAnbGRkJyBjb21tYW5k
IHRvIGZpbmQgb3V0IHdoYXQgbGlicmFyaWVzIGFyZSBuZWNlc3NhcnkgZm9y
IGEgZ2l2ZW4NCmR5bmFtaWNhbGx5IGxpbmtlZCB1dGlsaXR5LiANCg0KDQoN
ClNPTEFSSVM6IA0KDQpTb2xhcmlzIGNhbid0IGhhbmRsZSBTRVRQUk9DVElU
TEUsIHNvIHR1cm4gdGhlIGNvbXBpbGUgdGltZSBvcHRpb24gb2ZmLg0KDQoo
VGhlIGZvbGxvd2luZyB3YXMgY3VsbGVkIGZyb20gYSBwb3N0IGJ5IFRvbSBM
ZWFjaCB0byB0aGUgd3UtZnRwZCBsaXN0LikNCg0KPkZvciBwZW9wbGUgd2hv
IGFyZSBoYXZpbmcgcHJvYmxlbXMgd2l0aCBscyAtYWwgYW5kIGRpciBvbiBz
b2xhcmlzIDIueA0KPnN5c3RlbXMsIHlvdSBtaWdodCB0cnkgdGhlIGZvbGxv
d2luZyB0byBmaW5kIG91dCB3aGF0J3MgbWlzc2luZy4uLiANCg0KPnRydXNz
IC1mIGNocm9vdCB+ZnRwIC9iaW4vbHMNCg0KPlRoaXMgd2lsbCBydW4gdGhl
IGxzIGNvbW1hbmQgaW4gdGhlIHNhbWUgY2hyb290J2QgZW52aXJvbm1lbnQg
dGhhdA0KPmFub255bW91cyBGVFAgcnVucyBpbi4gIFRoZSB0cnVzcyB3aWxs
IHNob3cgeW91IHdoYXQNCj5maWxlcy9saWJyYXJpZXMvZGV2aWNlcyBhcmUg
YWNjZXNzZWQgYW5kIHdoZXJlIHRoZSBscyBpcyBsb29raW5nIGZvciB0aGVt
LiANCg0KPlRvbSBMZWFjaA0KPmxlYWNoQG9jZS5vcnN0LmVkdQ0KDQoNCg0K
U1VOIDQuMS54Og0KDQpDcmVhdGUgYSB+ZGV2L3plcm8gYW5kIH5kZXYvdGNw
IGRldmljZSBmcm9tIHRoZSBGVFAgZGlyZWN0b3J5IGFzIGZvbGxvd3M6DQoN
CiMgY2QgZGV2DQojIG1rbm9kIHplcm8gYyAgMyAxMg0KIyBta25vZCB0Y3Ag
IGMgMTEgNDINCiMgY2QgLi4NCiMgY2htb2QgNTU1IGRldg0KDQpUaGUgcmVz
dWx0aW5nIGRldmljZSBzaG91bGQgbHMgbGlrZSB0aGlzOg0KDQpjcnctci0t
ci0tICAxIHJvb3QgICAgICAgIDMsIDEyIEp1bCAyNyAxNzo0OCB6ZXJvDQpj
cnctci0tci0tICAxIHJvb3QgICAgICAgMTEsIDQyIEp1bCAyNyAxNzo0OCB0
Y3ANCg0KQWxzbywgeW91IHByb2JhYmx5IG5lZWQgdGhlIGZvbGxvd2luZyBz
aGFyZWQgbGlicmFyaWVzOg0KfmxpYi9sZC5zbw0KfmxpYi9saWJjLnNvDQp+
bGliL2xpYmRsLnNvDQoNCg0KDQpCU0RJOg0KDQpTZXQgNTU1IHByb3RlY3Rp
b25zIG9uIHRoZSB+ZnRwL3NobGliIGFuZCBpdHMgY29udGVudHMgaWYgc2hh
cmVkIGxpYnJhcmllcw0KYXJlIHVzZWQuDQoNCkZyb20gRGFyY2kgQ2hhcG1h
biAoZGNoYXBtYXhAcHJldmlldy5qZi5pbnRlbC5jb20pOg0KDQpUaGUgZm9s
bG93aW5nIGRpcmVjdG9yaWVzIGFuZCBmaWxlcyBuZWVkIHRvIGJlIGNyZWF0
ZWQgaW4gd2hhdGV2ZXINCmRpcmVjdG9yeS9pZXMgYXJlIGJlaW5nIGNocm9v
dGVkIHRvICh+ZnRwIGZvciBhbm9uIGZ0cCBvciBmb3Igd2hhdGV2ZXINCmRp
cmVjdG9yeSBndWVzdCB1c2VycyBhcmUgY2hyb290ZWQpOiANCg0KZHIteHIt
eHIteCByb290L3doZWVsICAgICAgICAwIE5vdiAgMyAwMTo0MyAxOTk1IGJp
bi8NCi1yLXhyLXhyLXggcm9vdC93aGVlbCAgICAxMjI4OCBOb3YgIDMgMDE6
NDMgMTk5NSBiaW4vY29tcHJlc3MNCi1yLXhyLXhyLXggcm9vdC93aGVlbCAg
ICA0NTA1NiBOb3YgIDMgMDE6NDMgMTk5NSBiaW4vZ3ppcA0KLXIteHIteHIt
eCByb290L3doZWVsICAgIDEyMjg4IE5vdiAgMyAwMTo0MyAxOTk1IGJpbi9s
cw0KLXIteHIteHIteCByb290L3doZWVsICAgIDY1NTM2IE5vdiAgMyAwMTo0
MyAxOTk1IGJpbi9wYXgNCmRyLXhyLXhyLXggcm9vdC93aGVlbCAgICAgICAg
MCBOb3YgIDMgMDE6NDMgMTk5NSBldGMvDQotci0tci0tci0tIHJvb3Qvd2hl
ZWwgICAgICA3OTMgTm92ICAzIDAxOjQzIDE5OTUgZXRjL2dyb3VwDQotci0t
ci0tci0tIHJvb3Qvd2hlZWwgICAgICA4MTcgTm92ICAzIDAxOjQzIDE5OTUg
ZXRjL2xvY2FsdGltZQ0KLXItLXItLXItLSByb290L3doZWVsICAgIDQwOTYw
IE5vdiAgMyAwMTo0MyAxOTk1IGV0Yy9wd2QuZGINCmRyLXhyLXhyLXggcm9v
dC93aGVlbCAgICAgICAgMCBGZWIgIDMgMTI6MzQgMTk5NSBwdWIvDQpkci14
ci14ci14IHJvb3Qvd2hlZWwgICAgICAgIDAgTm92ICAzIDAxOjQzIDE5OTUg
c2hsaWIvDQotci14ci14ci14IHJvb3Qvd2hlZWwgICAyOTg0MDcgTm92ICAz
IDAxOjQzIDE5OTUgc2hsaWIvbGliY19zLjIuMA0KDQoNCg0KDQoqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKg0KDQpGb3IgZXh0cmEgdGlwcyBvbiBz
ZWN1cml0eSBzZWUgQ2hyaXN0b3BoZXIgS2xhdXMncyBGQVE6DQoNCmh0dHA6
Ly93d3cuaXNzLm5ldC9pc3MvZmFxLmh0bWwNCg0KKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioNCg0KSWYgeW91IHJ1biBhY3Jvc3Mgc29tZSBzcGVj
aWFsIHRyaWNrIHJlcXVpcmVkIHRvIGdldCBndWVzdCBhY2Nlc3MgdG8gcnVu
DQpvbiB5b3VyIE9TLCBvciBzb21lIHNlY3VyaXR5IGNsZWFudXAsIHBsZWFz
ZSBsZXQgbWUga25vdyBhbmQgSSB3aWxsIHVwZGF0ZQ0KdGhlIG1hc3RlciBv
ZiB0aGlzIGRvY3VtZW50LiANCg0KRG9uJ3QgY29udGFjdCBtZSBpbmRpdmlk
dWFsbHkgZm9yIGhlbHAuICBHbyB0aHJvdWdoIHRoZSB3dS1mdHBkIGxpc3Qg
Zm9yDQp0aGF0IGFuZCBJIHdpbGwgc2VlIHRoZSBwb3N0IHRoZXJlLg0KDQpN
aWNoYWVsIEJyZW5uZW4NCm1icmVubmVuQGZuaS5jb20NCg==
---559023410-851401618-851287963=:686--
From
[email protected] Sun Dec 22 21:07:11 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2bV-000AiNC; Sun, 22 Dec 96 21:07 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vbwxj-0003cAC; Sun, 22 Dec 96 15:05 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA04763; Sun, 22 Dec 1996 17:07:08 -0600
Received: from aix1.rz.uni-landau.de (aix1.rz.uni-landau.de [139.14.1.99]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA04631 for <
[email protected]>; Sun, 22 Dec 1996 16:59:46 -0600
Received: from localhost by aix1.rz.uni-landau.de (AIX 3.2/UCB 5.64/4.03)
id AA16679; Mon, 23 Dec 1996 00:00:03 +0100
Message-Id: <
[email protected]>
Date: Mon, 23 Dec 1996 00:00:03 +0100 (NFT)
Reply-To:
[email protected]
Sender:
[email protected]
From: Frank Scherthan <
[email protected]>
To:
[email protected]
Subject: Shadowed passwords on AIX
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hello,
I'm trying to build the wu-ftp-deamon on an IBM rs6000 running AIX.
I compiled the source-code, installed all the nesaccary files and testet
the new FTP-deamon, and there was the Problem. I couldn't log in as a
REAL-User. I searched the Internet and found a FAQ where I found my
Problem. So I created a file ETC/SHELLS...No Problems.
BUT HOW CAN I IMPLEMENT SHADOWED PASSWORDS ?
There is a solution for Linux User. But I have no file shadow.h and I
don't know how to get it...
Has anybody build WU-FTPD on an AIX with shadowed passwords ? How ?
Please help me...
So long and thanx for all the fish,
--
Frank Scherthan, in some places better known as
_________________________________
_____ _____ ____ _____ ____ ||||| |snail-mail: | |
| | _ | _ \| _ | __| O O | Frank Scherthan | Tel. |
|_ _| | | | | | | | | | |__ \_/ | Jahnstrasse 8 | 06341/ |
| | | |_| | |_|/| | | |__ | / \ | 76833 Knoeringen| 960399 |
| | | _ | _ \| | | |__| | || || |_________________|_______________|
| | | | | | | | | |_| | | |/ \| |email: |
|_| |_| |_|_| |_|_____|____| )_____( |
[email protected] |
|__|__| |_________________________________|
For PGP-Public-Key: finger
[email protected]
From
[email protected] Sun Dec 22 21:07:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2c3-000AiNC; Sun, 22 Dec 96 21:07 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vbzHa-0003tmC; Sun, 22 Dec 96 17:34 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA08161; Sun, 22 Dec 1996 19:35:51 -0600
Received: from calvin.tcscs.com (ded-tcscs.InnovSoftD.com [206.11.32.232]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA08020 for <
[email protected]>; Sun, 22 Dec 1996 19:28:36 -0600
Received: from hobbes ([198.69.94.234]) by calvin.tcscs.com (8.7.5/8.6.9) with SMTP id TAA09025 for <
[email protected]>; Sun, 22 Dec 1996 19:40:16 -0600
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 20:27:00 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Gregory S. Youngblood" <
[email protected]>
To:
[email protected]
Subject: HELP... chroot not working
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 1 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
First, I've read and applied the guest-howto information, I've double and
triple checked everything I could find. I know this is asked repeatedly,
and I even went and looked in my archives but didn't find anything.
This is using 2.4.2 beta 11 on linux 2.0.24, libc 5.3.12 and I am not using
shadow passwords.
When the guest user is logged in it is treated as a regular user, even
though in the passwd entry for this user is:
user:password:527:508:whatever:/home/webmet/home/./user:/bin/fakeshell
when ftp'd in, a cd / goes to the root directory of the host, not
/home/webmet/home as it would seem.
When using 2.4[1] ls and dir wouldn't return anything, but mkdir and chmod
commands were working.
Anyone have any ideas on getting this to work?
TIA
Greg
From
[email protected] Sun Dec 22 21:07:47 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2c6-00001YC; Sun, 22 Dec 96 21:07 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vbznY-0003uFC; Sun, 22 Dec 96 18:07 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA08850; Sun, 22 Dec 1996 20:08:58 -0600
Received: from basil.acr.net.au (basil.acr.net.au [203.22.236.98]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id UAA08758 for <
[email protected]>; Sun, 22 Dec 1996 20:01:55 -0600
Received: from geoff.acr.net.au (geoff.acr.net.au [203.22.236.80]) by basil.acr.net.au (8.7.3/8.7.3) with SMTP id NAA26385 for <
[email protected]>; Mon, 23 Dec 1996 13:07:47 +1100 (EST)
Message-Id: <
[email protected]>
Date: Mon, 23 Dec 1996 13:07:47 +1100 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
To:
[email protected]
Subject: Re: HELP... chroot not working
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Version 1.4.3
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>First, I've read and applied the guest-howto information, I've double and
>triple checked everything I could find. I know this is asked repeatedly,
>and I even went and looked in my archives but didn't find anything.
>
>This is using 2.4.2 beta 11 on linux 2.0.24, libc 5.3.12 and I am not using
>shadow passwords.
>
>When the guest user is logged in it is treated as a regular user, even
>though in the passwd entry for this user is:
>user:password:527:508:whatever:/home/webmet/home/./user:/bin/fakeshell
>
>when ftp'd in, a cd / goes to the root directory of the host, not
>/home/webmet/home as it would seem.
>
>When using 2.4[1] ls and dir wouldn't return anything, but mkdir and chmod
>commands were working.
>
>Anyone have any ideas on getting this to work?
>
>TIA
C
>
>
Greg,
You need to create a group and associate the user with that group. In
/etc/ftpaccess (or whereever you put the ftpaccess file) you need to define
that group as a guest group.
Regards Geofft
Geoff Terry
Systems & Network Support
ACR Net
Sapphire Coast NSW 2550
Australia
Ph 064 923677
Mobile 015 668 227
Fax 064 924594
From
[email protected] Sun Dec 22 21:07:57 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2cH-000AiNC; Sun, 22 Dec 96 21:07 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vbzU6-0003tsC; Sun, 22 Dec 96 17:47 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA08435; Sun, 22 Dec 1996 19:48:56 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA08350 for <
[email protected]>; Sun, 22 Dec 1996 19:44:03 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id TAA28772; Sun, 22 Dec 1996 19:44:05 -0600
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 19:44:05 -0600 (CST)
Reply-To: Michael Brennen <
[email protected]>
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: wu-ftpd list <
[email protected]>
Cc:
[email protected]
Subject: Re: User?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Sun, 22 Dec 1996, Alan Halachmi wrote:
> I used the attached manual that was sent out a couple days ago to try and
> setup a chroot situation for a user. Well, when my user logs into the
> ftp site it says," User myusername logged in. Access restrictions apply."
> However, it doesn't log into myusername's home dir. IT does a chroot to
> the e anon ftp dir. I have a passwd entry of
> myusername:*:193:10::/my/users/d/dir/./:/etc/ftponly
> located in my /etc/passwd /my/users/dir/etc and /my/anon/ftpdir/etc/
The guest password entry should not be in the /etc/passwd in the anonymous
directory. Same with the group file.
You give two paths above; is it possible that there is some confusion
there?
/my/users/dir/
/my/users/d/dir/./
^^
??
> I have group files with the text client::400:scienc in those same three
> places. What's not working? Ideas?
I've not seen this before; not sure what you are facing.
-- Michael (
[email protected])
From
[email protected] Sun Dec 22 21:08:28 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from camco1.celestial.com by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2cl-0000YYC; Sun, 22 Dec 96 21:08 PST
Received: from wugate.wustl.edu by camco1.celestial.com with smtp
(Smail3.1.29.1 #1) id m0vc0kS-0003DlC; Sun, 22 Dec 96 19:08 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA11130; Sun, 22 Dec 1996 21:09:43 -0600
Received: from Argus.montgomerybell.com (montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id UAA10775 for <
[email protected]>; Sun, 22 Dec 1996 20:55:02 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id UAA02429; Sun, 22 Dec 1996 20:54:58 -0600
Message-Id: <
[email protected]>
Date: Sun, 22 Dec 1996 20:54:57 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To: Michael Brennen <
[email protected]>
Cc: wu-ftpd list <
[email protected]>
Subject: Re: User?
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
In order to aleviate some confusion I caused, I need to clarify some typos...
> /my/users/dir/
and
> /my/users/d/dir/./
are the same! I miss typed the second entry.
From
[email protected] Sun Dec 22 21:26:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vc2rY-000AkHC; Sun, 22 Dec 96 21:23 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id XAA14700; Sun, 22 Dec 1996 23:22:58 -0600
Received: from calvin.tcscs.com (ded-tcscs.InnovSoftD.com [206.11.32.232]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id XAA14549 for <
[email protected]>; Sun, 22 Dec 1996 23:15:20 -0600
Received: from hobbes ([198.69.94.234]) by calvin.tcscs.com (8.7.5/8.6.9) with SMTP id XAA09271; Sun, 22 Dec 1996 23:26:56 -0600
Message-Id: <
[email protected]>
Date: Mon, 23 Dec 1996 00:13:39 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: "Gregory S. Youngblood" <
[email protected]>
To:
[email protected] (Geoff Terry Systems & Net supt 064 923677)
Cc:
[email protected]
Subject: Re: HELP... chroot not working
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 1 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
At 01:07 PM 12/23/96 +1100, Geoff Terry Systems & Net supt 064 923677 wrote:
>>First, I've read and applied the guest-howto information, I've double and
>>triple checked everything I could find. I know this is asked repeatedly,
>>and I even went and looked in my archives but didn't find anything.
>>
>Greg,
>You need to create a group and associate the user with that group. In
>/etc/ftpaccess (or whereever you put the ftpaccess file) you need to define
>that group as a guest group.
Ok, in the real system, /etc/passwd has a user entry that has
/home/webmet/home/./lies defined as the home directory, the shell is
a c program I wrote that simply says "you don't have telnet privileges" and
closes out. Quite simple really. That user is part of the group webmet
(group #508), as defined in /etc/group. In /etc/ftpaccess I have the line:
guestgroup webmet
and I also have private set to no (I dont want the users to change their
group with site group .. ) if this matters. In /home/webmet/home/lies I
have created a bin and etc directory. I have copied fakeshell (static
binary) and ls (static binary) to the bin directory. I've also created the
'fake' group/passwd file in the etc directory as per the guest howto. I
also created the .rhosts and .forward files, also as per the guest howto.
I've gone through everything step by step, as well as using the OReilly
Managin Internet Information Services book. It doesn't seem to be chrooting
properly.
Any more ideas I can try or check??
TIA
Greg
From
[email protected] Mon Dec 23 10:27:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcF3D-000AjgC; Mon, 23 Dec 96 10:24 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA15259; Mon, 23 Dec 1996 12:23:03 -0600
Received: from banzai.PCC.COM (banzai.pcc.com [205.219.166.145]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA14677 for <
[email protected]>; Mon, 23 Dec 1996 12:09:53 -0600
Received: by banzai.PCC.COM (Smail3.1.29.1 #3)
id m0vcEmZ-0000BVC; Mon, 23 Dec 96 13:07 EST
Message-Id: <
[email protected]>
Date: Mon, 23 Dec 1996 13:07:22 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Jay Schuster)
To:
[email protected]
Cc:
[email protected]
Subject: Re: Shadowed passwords on AIX
In-Reply-To: <
[email protected]> from "Frank Scherthan" at Dec 23, 96 00:00:03 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Frank Scherthan writes:
> I'm trying to build the wu-ftp-deamon on an IBM rs6000 running AIX.
> I compiled the source-code, installed all the nesaccary files and testet
> the new FTP-deamon, and there was the Problem. I couldn't log in as a
> REAL-User. I searched the Internet and found a FAQ where I found my
> Problem. So I created a file ETC/SHELLS...No Problems.
> BUT HOW CAN I IMPLEMENT SHADOWED PASSWORDS ?
> There is a solution for Linux User. But I have no file shadow.h and I
> don't know how to get it...
> Has anybody build WU-FTPD on an AIX with shadowed passwords ? How ?
I am not 100% sure what you mean here. AIX by default implements shadow
passwords, since the passwords are stored in /etc/security/passwd and
not in /etc/passwd.
We run wu-ftpd here under AIX. For what I needed to do to get it
running, check out:
http://www.pcc.com/~jay/src/networking/wu-ftpd-2.4/ORIGINALS/
It's working fine, that I know of.
-- Jay
--
Jay Schuster <
[email protected]>
The People's Computer Company `Revolutionary Programming'
From
[email protected] Mon Dec 23 19:40:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcNfw-000Ag1C; Mon, 23 Dec 96 19:37 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA05771; Mon, 23 Dec 1996 21:36:18 -0600
Received: from light.lightlink.com (light.lightlink.com [205.232.34.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id VAA05307 for <
[email protected]>; Mon, 23 Dec 1996 21:24:50 -0600
Received: from localhost (homer@localhost)
by light.lightlink.com (8.8.4/8.8.4) with SMTP
id WAA05417 for <
[email protected]>; Mon, 23 Dec 1996 22:24:48 -0500 (EST)
Message-Id: <
[email protected]>
Date: Mon, 23 Dec 1996 22:24:48 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Homer W. Smith" <
[email protected]>
To: FTP MAILING LIST <
[email protected]>
Subject: Linux?
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
What's the trick to getting wuftp11 to compile in linux?
Slackware 3.0 Linux 2.0.27 gcc 2.72.
Failed make below.
Thanks, Homer
Script started on Mon Dec 23 22:48:34 1996
root romance/usr/local/main/wu-ftpd-2.4.2-beta-11: ./build lnx
make args are :
make opts are :
Linking Makefiles.
Making support library.
gcc -O2 -fomit-frame-pointer -c fnmatch.c
gcc -O2 -fomit-frame-pointer -c strcasestr.c
gcc -O2 -fomit-frame-pointer -c authuser.c
rm -f libsupport.a
ar cq libsupport.a fnmatch.o strcasestr.o authuser.o
ranlib libsupport.a
Making ftpd.
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -c ftpd.c -o ftpd.o
bison -y ftpcmd.y
mv -f y.tab.c ftpcmd.c
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -c ftpcmd.c -o ftpcmd.o
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -c glob.c -o glob.o
glob.c: In function `matchdir':
glob.c:284: dereferencing pointer to incomplete type
make: *** [glob.o] Error 1
Making ftpcount.
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -o ftpcount ftpcount.c vers.o -lsupport -lbsd
gcc: vers.o: No such file or directory
make: *** [ftpcount] Error 1
Making ftpshut.
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -o ftpshut ftpshut.c vers.o -lsupport -lbsd
gcc: vers.o: No such file or directory
make: *** [ftpshut] Error 1
Making ckconfig.
gcc -O2 -fomit-frame-pointer -I.. -I../support -I/usr/include/bsd -L../support -s -o ckconfig ckconfig.c
Links to executables are in bin directory:
size: bin/ftpd: No such file or directory
size: bin/ftpcount: No such file or directory
size: bin/ftpshut: No such file or directory
size: bin/ftpwho: No such file or directory
text data bss dec hex filename
1032 1865 92 2989 bad bin/ckconfig
Done
root romance/usr/local/main/wu-ftpd-2.4.2-beta-11: dir[K[K[Kcd src
droot romance/usr/local/main/wu-ftpd-2.4.2-beta-11/src: dir ves*[K[Krs*
/bin/ls: No match.
root romance/usr/local/main/wu-ftpd-2.4.2-beta-11/src: cd ..
root romance/usr/local/main/wu-ftpd-2.4.2-beta-11: ^Dexit
Script done on Mon Dec 23 22:49:20 1996
From
[email protected] Tue Dec 24 03:04:41 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcUd4-0006OWC; Tue, 24 Dec 96 03:02 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA15007; Tue, 24 Dec 1996 04:59:37 -0600
Received: from archimedes.y-net.gr (archimedes.y-net.gr [193.92.129.69]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA14878 for <
[email protected]>; Tue, 24 Dec 1996 04:48:10 -0600
Received: from vaniouska.y-net.gr by archimedes.y-net.gr (AIX 3.2/UCB 5.64/4.03)
id AA14258; Tue, 24 Dec 1996 12:30:14 +0200
Received: by vaniouska.y-net.gr with Microsoft Mail
id <
[email protected]>; Tue, 24 Dec 1996 12:40:56 +-200
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 12:40:52 +-200
Reply-To:
[email protected]
Sender:
[email protected]
From: Elias Sideris <
[email protected]>
To: "
[email protected]" <
[email protected]>
Cc: "
[email protected]" <
[email protected]>
Subject: RE: Shadowed passwords on AIX
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Frank Scherthan writes:
> I'm trying to build the wu-ftp-deamon on an IBM rs6000 running AIX.
> I compiled the source-code, installed all the nesaccary files and testet
> the new FTP-deamon, and there was the Problem. I couldn't log in as a
> REAL-User. I searched the Internet and found a FAQ where I found my
> Problem. So I created a file ETC/SHELLS...No Problems.
> BUT HOW CAN I IMPLEMENT SHADOWED PASSWORDS ?
> There is a solution for Linux User. But I have no file shadow.h and I
> don't know how to get it...
> Has anybody build WU-FTPD on an AIX with shadowed passwords ? How ?
You dont need to implement shadowed passwords, IBM have done it already.
Make sure that in your /etc/shells you have add the shell of the real user
i.e. if your user have /bin/ksh the line /bin/ksh must be in /etc/shells.
From
[email protected] Tue Dec 24 03:20:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcUsJ-0006OWC; Tue, 24 Dec 96 03:18 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA15514; Tue, 24 Dec 1996 05:17:39 -0600
Received: from archimedes.y-net.gr (archimedes.y-net.gr [193.92.129.69]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id FAA15248 for <
[email protected]>; Tue, 24 Dec 1996 05:09:58 -0600
Received: from vaniouska.y-net.gr by archimedes.y-net.gr (AIX 3.2/UCB 5.64/4.03)
id AA08454; Tue, 24 Dec 1996 12:52:36 +0200
Received: by vaniouska.y-net.gr with Microsoft Mail
id <
[email protected]>; Tue, 24 Dec 1996 13:03:19 +-200
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 13:03:16 +-200
Reply-To:
[email protected]
Sender:
[email protected]
From: Elias Sideris <
[email protected]>
To: "'WU-FTPD Mailing List'" <
[email protected]>
Subject: guestgroup in AIX
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I have install the wu-ftpd in an AIX 3.5
it works fine for normal use, but i have problem when i try to
use it for guestgroups ( for users that must have permission to ftp only)
An ftp only user logs in correctly, the root changes correctly to the home
directory, but the LIST command does not work.
Even with the full read-execute permissions of bin/ls i can't see the file list.
A dummy shell (/etc/ftponly) have been added in /etc/shells, the directory structure
have been as the anonyous ftp, etc...
I have also tried a dummy bin/ls and seems that bin/ls never called.
Does anyone know whats the solution (or what's the problem) ?
Thanks in advance.
From
[email protected] Tue Dec 24 07:41:30 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcYvh-000AflC; Tue, 24 Dec 96 07:38 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA21080; Tue, 24 Dec 1996 09:37:20 -0600
Received: from Argus.montgomerybell.com (Argus.montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA20830 for <
[email protected]>; Tue, 24 Dec 1996 09:29:08 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id JAA07666; Tue, 24 Dec 1996 09:29:06 -0600
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 09:29:05 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To: wu-ftpd list <
[email protected]>
Subject: chroot problem..
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I setup a virtual ftp site and it works great. However, I need a user to
be able to access his own dir and manipulate its contents. I seem to
have set everything up correctly because when he logs in it says `User
hisusername logged in. Access Restrictions Apply`. However, the server
isn't doing a chroot! I have the passwd files that say /his/dir/./ but
that isn't working. I've built the appropriate bin and etc dirs...
What's not working...I'm happy to field questions as to certain
configurations, but I think I've done it all correctly... Is there a bug
in the beta-11 verion?
Alan Halachmi
[email protected]
From
[email protected] Tue Dec 24 07:55:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcZB2-00005fC; Tue, 24 Dec 96 07:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA21812; Tue, 24 Dec 1996 09:53:18 -0600
Received: from Argus.montgomerybell.com (Argus.montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id JAA21419 for <
[email protected]>; Tue, 24 Dec 1996 09:43:17 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id JAA07768; Tue, 24 Dec 1996 09:43:16 -0600
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 09:43:16 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To:
[email protected]
Subject: Re: chroot problem..
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
If it helps any, I tried to log onto the `real` ftp server and got the
message:
425 Can't create data socket (0.0.0.0,20): Bad file number.
Help!,
Alan
On Tue, 24 Dec 1996, Alan Halachmi wrote:
> I setup a virtual ftp site and it works great. However, I need a user to
> be able to access his own dir and manipulate its contents. I seem to
> have set everything up correctly because when he logs in it says `User
> hisusername logged in. Access Restrictions Apply`. However, the server
> isn't doing a chroot! I have the passwd files that say /his/dir/./ but
> that isn't working. I've built the appropriate bin and etc dirs...
> What's not working...I'm happy to field questions as to certain
> configurations, but I think I've done it all correctly... Is there a bug
> in the beta-11 verion?
>
> Alan Halachmi
>
[email protected]
>
From
[email protected] Tue Dec 24 08:14:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcZSw-000BAJC; Tue, 24 Dec 96 08:12 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA22579; Tue, 24 Dec 1996 10:11:50 -0600
Received: from bambam.magiccarpet.com (bambam.magiccarpet.com [205.229.228.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id JAA21996 for <
[email protected]>; Tue, 24 Dec 1996 09:56:40 -0600
Received: from fred (fred.magiccarpet.com [205.229.228.3]) by bambam.magiccarpet.com (8.7.4/8.7.3) with SMTP id KAA12115 for <
[email protected]>; Tue, 24 Dec 1996 10:55:47 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 10:56:01 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Ali Davachi" <
[email protected]>
To:
[email protected]
Subject: Re: chroot problem..
X-mailer: Pegasus Mail for Win32 (v2.32a)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Alan,
If it's any consolation, I am seeing the same problem on my end when
I activate chrooting <g> .. If I remove work around the chroot, it
works fine. Looks to me like the remote IP is getting clobbered
somewhere..
Regards,
Ali
> If it helps any, I tried to log onto the `real` ftp server and got the
> message:
> 425 Can't create data socket (0.0.0.0,20): Bad file number.
>
> Help!,
> Alan
>
> On Tue, 24 Dec 1996, Alan Halachmi wrote:
>
> > I setup a virtual ftp site and it works great. However, I need a user to
> > be able to access his own dir and manipulate its contents. I seem to
> > have set everything up correctly because when he logs in it says `User
> > hisusername logged in. Access Restrictions Apply`. However, the server
> > isn't doing a chroot! I have the passwd files that say /his/dir/./ but
> > that isn't working. I've built the appropriate bin and etc dirs...
> > What's not working...I'm happy to field questions as to certain
> > configurations, but I think I've done it all correctly... Is there a bug
> > in the beta-11 verion?
> >
> > Alan Halachmi
> >
[email protected]
> >
>
>
From
[email protected] Tue Dec 24 08:30:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcZiI-00005cC; Tue, 24 Dec 96 08:28 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA23356; Tue, 24 Dec 1996 10:27:41 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA23073 for <
[email protected]>; Tue, 24 Dec 1996 10:21:08 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id LAA26731; Tue, 24 Dec 1996 11:20:57 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 11:20:56 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: chroot problem..
In-Reply-To: <
[email protected]> from "Ali Davachi" at Dec 24, 96 10:56:01 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Ali Davachi':
>
> Alan,
>
> If it's any consolation, I am seeing the same problem on my end when
> I activate chrooting <g> .. If I remove work around the chroot, it
> works fine. Looks to me like the remote IP is getting clobbered
> somewhere..
>
> Regards,
>
> Ali
> > If it helps any, I tried to log onto the `real` ftp server and got the
> > message:
> > 425 Can't create data socket (0.0.0.0,20): Bad file number.
> >
[... deleted..]
Ali, read the FAQ and the guess howto:
----Quote From M. B.-----
This is the location for the latest wu-ftpd. You can't see the
directory contents, but get the file anyway. It's there.
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
WU-FTPD FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
There are additional security references in the above docs.
----Quote From M. B.-----
I'm guessing that you're using some SYSVr4 OS(Solaris?)
If you do a chroot you must provide in all the directories that
do a chroot() all the necessary lib, dev, etc..
lib/*
dev/*
etc/*
also for solaris
~ftp/dev/tcp must be 666
If not, the ftpd server will not be able to open the Data socket
hence the "425 Can't..."
--
Joyeux Noe:l, alain
From
[email protected] Tue Dec 24 08:50:30 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vca1c-000Ap3C; Tue, 24 Dec 96 08:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA24328; Tue, 24 Dec 1996 10:47:39 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA23322 for <
[email protected]>; Tue, 24 Dec 1996 10:26:26 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id LAA26849; Tue, 24 Dec 1996 11:26:24 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 11:26:24 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Re: chroot problem..
In-Reply-To: <
[email protected]> from "Ali Davachi" at Dec 24, 96 10:56:01 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Ali Davachi':
>
[..deleted...]
OOPS !!!
sorry about that ``Ali'', the previous was for ``Alan''
``Ali'', ``Alan'', ``Alain'', !!!!
All Beautifull names ;-)
Allez, je vais me coucher
--
Joyeux Noe:l, alain
From
[email protected] Tue Dec 24 09:57:10 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcb35-0006OYC; Tue, 24 Dec 96 09:53 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA26386; Tue, 24 Dec 1996 11:53:09 -0600
Received: from bambam.magiccarpet.com (bambam.magiccarpet.com [205.229.228.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA26226 for <
[email protected]>; Tue, 24 Dec 1996 11:47:18 -0600
Received: from fred (fred.magiccarpet.com [205.229.228.3]) by bambam.magiccarpet.com (8.7.4/8.7.3) with SMTP id MAA13553 for <
[email protected]>; Tue, 24 Dec 1996 12:46:28 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 12:46:42 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Ali Davachi" <
[email protected]>
To:
[email protected]
Subject: Re: chroot problem..
X-mailer: Pegasus Mail for Win32 (v2.32a)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>
> Ali, read the FAQ and the guess howto:
>
> ----Quote From M. B.-----
> This is the location for the latest wu-ftpd. You can't see the
> directory contents, but get the file anyway. It's there.
>
>
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
>
> WU-FTPD FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
>
> guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
>
> There are additional security references in the above docs.
> ----Quote From M. B.-----
>
> I'm guessing that you're using some SYSVr4 OS(Solaris?)
> If you do a chroot you must provide in all the directories that
> do a chroot() all the necessary lib, dev, etc..
>
> lib/*
> dev/*
> etc/*
>
> also for solaris
>
> ~ftp/dev/tcp must be 666
>
> If not, the ftpd server will not be able to open the Data socket
> hence the "425 Can't..."
>
Thanks for the speed reply... I tried to determine the libraries
required, but I was unable to do so.. :( You were correct when you
guessed that I was running Solaris 2.5 :) .. Any pushes in the right
direction would be greatly appreciated..
Regards,
Ali
P.S. The problem is still the 425 data connection ...
From
[email protected] Tue Dec 24 10:41:31 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcbko-000BCuC; Tue, 24 Dec 96 10:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id MAA27778; Tue, 24 Dec 1996 12:38:21 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA27584 for <
[email protected]>; Tue, 24 Dec 1996 12:30:01 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id MAA21765 for <
[email protected]>; Tue, 24 Dec 1996 12:30:15 -0600 (CST)
Message-Id: <l03010d0baee5d16af526@[198.40.27.80]>
Date: Tue, 24 Dec 1996 12:29:45 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: chroot problem..
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>>
>> Ali, read the FAQ and the guess howto:
>>
>> ----Quote From M. B.-----
>> This is the location for the latest wu-ftpd. You can't see the
>> directory contents, but get the file anyway. It's there.
>>
>>
ftp://ftp.academ.com/pub/wu-ftpd/private/wu-ftpd-2.4.2-beta-11.tar.Z
>>
>> WU-FTPD FAQ:
http://www.hvu.nl/~koos/wu-ftpd-faq.html
>>
>> guest howto:
ftp://ftp.fni.com/pub/wu-ftpd/guest-howto
>>
>> There are additional security references in the above docs.
>> ----Quote From M. B.-----
>>
>> I'm guessing that you're using some SYSVr4 OS(Solaris?)
>> If you do a chroot you must provide in all the directories that
>> do a chroot() all the necessary lib, dev, etc..
>>
>> lib/*
>> dev/*
>> etc/*
>>
>> also for solaris
>>
>> ~ftp/dev/tcp must be 666
>>
>> If not, the ftpd server will not be able to open the Data socket
>> hence the "425 Can't..."
>>
>Thanks for the speed reply... I tried to determine the libraries
>required, but I was unable to do so.. :( You were correct when you
>guessed that I was running Solaris 2.5 :) .. Any pushes in the right
>direction would be greatly appreciated..
A) There's a gnu utility, I think it's ldd, that will tell you the
libraries required by an executable binary.
B) Give up and use the libraries that come in your standard anonymous ftp
/lib directory. These can usually be examined at your typical anonymous
ftp site. Maybe pick one running the same OS you are.
C) Poke at it with a stick. Start with the standard C library, libc, and
use the chroot command to test from there.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Tue Dec 24 11:40:43 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vccfx-000AldC; Tue, 24 Dec 96 11:38 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA29545; Tue, 24 Dec 1996 13:35:17 -0600
Received: from bambam.magiccarpet.com (bambam.magiccarpet.com [205.229.228.5]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA29415 for <
[email protected]>; Tue, 24 Dec 1996 13:30:51 -0600
Received: from fred (fred.magiccarpet.com [205.229.228.3]) by bambam.magiccarpet.com (8.7.4/8.7.3) with SMTP id OAA15112 for <
[email protected]>; Tue, 24 Dec 1996 14:30:02 -0500 (EST)
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 14:30:15 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: "Ali Davachi" <
[email protected]>
To:
[email protected]
Subject: Re: chroot problem..
X-mailer: Pegasus Mail for Win32 (v2.32a)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> Date: Tue, 24 Dec 1996 12:29:45 -0600
> Reply-to:
[email protected]
> From: "Karl O. Pinc" <
[email protected]>
> To:
[email protected]
> Subject: Re: chroot problem..
Karl,
>
> A) There's a gnu utility, I think it's ldd, that will tell you the
> libraries required by an executable binary.
>
> B) Give up and use the libraries that come in your standard anonymous ftp
> /lib directory. These can usually be examined at your typical anonymous
> ftp site. Maybe pick one running the same OS you are.
>
> C) Poke at it with a stick. Start with the standard C library, libc, and
> use the chroot command to test from there.
>
Been there done that... :) Placed all of the proper libs in the
proper places, created the dev/tcp and dev/zero files in the users
dir, now the connection is established, and then boom core dump..
yet i am able to upload to the user's dir.. just no ls.. I have also
tried the JEDIPATCH which implements an internal ls.. with the same
results.. any more ideas..
Thanks,
Ali
From
[email protected] Tue Dec 24 12:16:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcdES-000BGfC; Tue, 24 Dec 96 12:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA00724; Tue, 24 Dec 1996 14:13:08 -0600
Received: from quark.foobar.co.uk (quark.foobar.co.uk [193.122.182.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id OAA00561 for <
[email protected]>; Tue, 24 Dec 1996 14:08:55 -0600
Received: from gatekeeper.room.net (grasmere.foobar.co.uk [193.123.0.93]) by quark.foobar.co.uk (8.8.2/8.8.2) with ESMTP id UAA08633 for <
[email protected]>; Tue, 24 Dec 1996 20:08:37 GMT
Received: from localhost (fred@localhost [127.0.0.1]) by gatekeeper.room.net (8.8.2/8.6.9) with SMTP id UAA24432 for <
[email protected]>; Tue, 24 Dec 1996 20:08:27 GMT
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 20:08:27 +0000 (GMT)
Reply-To:
[email protected]
Sender:
[email protected]
From: Ahmad F Misron <
[email protected]>
To:
[email protected]
Subject: welcome.msg & README problem
In-Reply-To: <l03010d0baee5d16af526@[198.40.27.80]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
I just upgraded to beta 11 and now both the files
welcome.msg and README are not being read anymore.
I'm running it on a Linux box kernel 2.1.7
Can anyone please help?
Here's my ftpaccess file:
#######################################################
class all real,guest,anonymous *
limit all 10 Any /etc/msgs/msg.dead
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes local remote
tar yes local remote
log commands real
log transfers anonymous,real inbound,outbound
shutdown /etc/shutmsg
email user@hostname
###################################################
Thanks in advance,
Ahmad
From
[email protected] Tue Dec 24 14:00:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vceqN-000AoOC; Tue, 24 Dec 96 13:57 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA02939; Tue, 24 Dec 1996 15:56:23 -0600
Received: from dfw.nkn.net (NKN.NET [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA02789 for <
[email protected]>; Tue, 24 Dec 1996 15:50:20 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id PAA08706 for <
[email protected]>; Tue, 24 Dec 1996 15:45:12 -0600 (CST)
Message-Id: <v03007801aee5fe1bb88a@[207.55.138.2]>
Date: Tue, 24 Dec 1996 15:45:21 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: Virtual FTP not working
In-Reply-To: <
[email protected]>
References: <
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Well it seems so simple when I read the instructions, yet it doesn't work.
I complied with -DVIRTUAL added to the CFLAGS in the Makefile, and added
"virtual 10.10.10.10 root /export/home0/islands" to the ftpaccess. And
yes, I did change 10.10.10.10 to my IP. When I FTP in it will let me back
out to the root of the box and browse around.
Any suggestions? Solaris 2.5.1 Merry Christmas all and thanks mucho!
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Tue Dec 24 14:13:42 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcf46-000AwbC; Tue, 24 Dec 96 14:11 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA03268; Tue, 24 Dec 1996 16:10:23 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id QAA03139 for <
[email protected]>; Tue, 24 Dec 1996 16:04:25 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id QAA26172 for <
[email protected]>; Tue, 24 Dec 1996 16:04:41 -0600 (CST)
Message-Id: <l03010d11aee60391bd47@[198.40.27.80]>
Date: Tue, 24 Dec 1996 16:04:19 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP not working
In-Reply-To: <v03007801aee5fe1bb88a@[207.55.138.2]>
References: <
[email protected]>
<
[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
>Well it seems so simple when I read the instructions, yet it doesn't work.
>I complied with -DVIRTUAL added to the CFLAGS in the Makefile, and added
>"virtual 10.10.10.10 root /export/home0/islands" to the ftpaccess. And
>yes, I did change 10.10.10.10 to my IP. When I FTP in it will let me back
>out to the root of the box and browse around.
>
>Any suggestions? Solaris 2.5.1 Merry Christmas all and thanks mucho!
Note: You still have to anonymous ftp in to keep from browsing around.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Tue Dec 24 14:26:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcfGG-000AliC; Tue, 24 Dec 96 14:23 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA03612; Tue, 24 Dec 1996 16:23:06 -0600
Received: from kaba.fine.ad.jp (kaba.fine.ad.jp [202.228.129.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA03455 for <
[email protected]>; Tue, 24 Dec 1996 16:16:49 -0600
Received: from FASTNET197 (fastnet197.fine.ad.jp [202.228.129.197]) by kaba.fine.ad.jp (8.6.12/3.4W2) with SMTP id HAA10617 for <
[email protected]>; Wed, 25 Dec 1996 07:16:41 +0900
Message-Id: <
[email protected]>
Date: Wed, 25 Dec 1996 07:16:41 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: "Y.Hariyama" <
[email protected]>
To:
[email protected]
Subject: What is "Can't create data socket." ?
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2J
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I installed wu-FTP-2.4.2-beta11 on Solaris 2.5.1, and edited ftpaccess
to availeable guestgoup.
In case of guestgroup login, I don't use "ls" "put" "get" command.
Please check my progress.
A part of /etc/passwd
canon-cs:x:100:1000:Canon-CS:/www/docs/csip/./web:/bin/csh
A part of /etc/group
ftponly::1000:canon-cs
add "guestgoup ftponly" to /etc/ftpaccess.
mkdir /www/docs/csip/bin and etc.
cp /bin/ls /www/docs/csip/bin, cp /etc/passwd /www/docs/csip/etc
cp /etc/group /www/docs/csip/etc
### Phenomenon ###
CSSUN3# !!
ftp 202.228.128.226
Connected to 202.228.128.226.
220-FTP test
220-#
220-
220-
220 CSSUN1 FTP server (Version wu-2.4.2-academ[BETA-11](1)
1996 12 24 20:59:26: JST) ready.
Name (202.228.128.226:fastnet): canon-cs
331 Password required for canon-cs.
Password:
230 User canon-cs logged in. Access restrictions apply.
ftp> ls
200 PORT command successful.
425 Can't create data socket (0.0.0.0,20): Bad file number.
ftp>pwd
257 "/web" is current directory
pwd or cd command is available, but ls or put, get is unavailable.
What's mean "Can't create data socket (0.0.0.0,20): Bad file number." ?
Please teach me to solve this problem.
Thank you.
**********************************************************************
$B?K;3(J $B6UG7(J ( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
From
[email protected] Tue Dec 24 16:11:40 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcguF-000AliC; Tue, 24 Dec 96 16:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA06406; Tue, 24 Dec 1996 18:08:09 -0600
Received: from up.spin.it (up.spin.it [147.123.1.22]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA06308 for <
[email protected]>; Tue, 24 Dec 1996 18:03:40 -0600
Received: (from furio@localhost)
by up.spin.it (8.8.4/8.8.4)
id BAA29996; Wed, 25 Dec 1996 01:03:30 +0100 (MET)
Message-Id: <
[email protected]>
Date: Wed, 25 Dec 1996 1:03:29 MET
Reply-To:
[email protected]
Sender:
[email protected]
From: furio ercolessi <
[email protected]>
To:
[email protected]
Cc:
[email protected]
Subject: Minimum password length 8 chars? [HPUX, 2.4.2beta11]
X-Mailer: Elm [revision: 109.18]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi all,
I am setting up wu-2.4.2-academ[BETA-11] on HP-UX 9.05 (HP's cc).
I used default settings #undef PARANOID, #undef SKEY, #undef SHADOW_PASSWORD.
I have spent a few hours trying to understand why everything
works fine for some users, while other users get
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
421 Service not available, remote server has closed connection
the first time they try to use 'ls' or 'dir' after they are
successfully connected.
The surprising answer is that things work well for user whose
password is at least 8 characters long, while those with 6
(our minimum) or 7 characters experience the problem above.
Interestingly, the problem is also present for user 'ftp',
while it disappears for user 'anonymous'.
Now, requiring massive amounts of users to change their password
is doable, but kinda of a nightmare for our user support people.
Is there some compilation or configuration trick to avoid this
bizarre problem, or am I the first to run into it?
Any suggestion is welcome, and Merry Christmas and Happy 1997
to everybody!
furio ercolessi
[email protected]
From
[email protected] Tue Dec 24 16:33:38 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vchF5-00001TC; Tue, 24 Dec 96 16:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA07112; Tue, 24 Dec 1996 18:29:55 -0600
Received: from Argus.montgomerybell.com (Argus.montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA06920 for <
[email protected]>; Tue, 24 Dec 1996 18:22:09 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id SAA10189; Tue, 24 Dec 1996 18:22:09 -0600
Message-Id: <
[email protected]>
Date: Tue, 24 Dec 1996 18:22:08 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To:
[email protected]
Subject: Re: Virtual FTP not working
In-Reply-To: <v03007801aee5fe1bb88a@[207.55.138.2]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Is the -a option enabled in your inetd.conf?
Alan
On Tue, 24 Dec 1996, Thom Dunaway wrote:
> Well it seems so simple when I read the instructions, yet it doesn't work.
> I complied with -DVIRTUAL added to the CFLAGS in the Makefile, and added
> "virtual 10.10.10.10 root /export/home0/islands" to the ftpaccess. And
> yes, I did change 10.10.10.10 to my IP. When I FTP in it will let me back
> out to the root of the box and browse around.
>
> Any suggestions? Solaris 2.5.1 Merry Christmas all and thanks mucho!
>
> *******************************
> "A man can receive only what is given him from heaven."
> thom dunaway
>
[email protected]
> *******************************
>
>
>
From
[email protected] Wed Dec 25 02:26:33 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcqVj-000AlMC; Wed, 25 Dec 96 02:24 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA18770; Wed, 25 Dec 1996 04:23:18 -0600
Received: from aapo.japo.fi (aapo.japo.fi [194.136.70.70]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id EAA18605 for <
[email protected]>; Wed, 25 Dec 1996 04:13:46 -0600
Received: from localhost (kube@localhost) by aapo.japo.fi (8.8.4/8.7.3) with SMTP id MAA25496 for <
[email protected]>; Wed, 25 Dec 1996 12:13:44 +0200 (EET)
Message-Id: <
[email protected]>
Date: Wed, 25 Dec 1996 12:13:43 +0200 (EET)
Reply-To: Hannu Laurila <
[email protected]>
Sender:
[email protected]
From: Hannu Laurila <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <v01540b11aedb86a7f593@[198.40.27.80]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Mon, 16 Dec 1996, Karl O. Pinc wrote:
> >> 1) Put a shared ls into ~ftp/bin along with all the shared libraries
> >> it's linked against into ~ftp/lib (don't forget the dynamic linker).
> >
> > For 400-800 accounts? I think not.
>=20
> Why not? If you use hard links you don't take up any more disk space (ju=
st
> one copy per file system is required.) So, what's wrong with this method=
?
Less files, less administration, easier upgrades, simpler setups --> less
security risks
As you can guess, I'm in favor of builtin ls. Of course, as an option,
those who would still like to use an external ls could define
-DEXTERNAL_LS.
---
Hannu Laurila -
[email protected], JAPO yll=E4pito * gsm (050) 592 6400
Alaj=E4rven Puhelinosuuskunta, tel (06) 557 2209 * fax (06) 557 2788
"kuulen jo lokkien kirkunan ja tunnen suolan tuoksun" -- mkoponen
From
[email protected] Wed Dec 25 08:56:34 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vcwbC-000AiFC; Wed, 25 Dec 96 08:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id KAA24285; Wed, 25 Dec 1996 10:53:45 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id KAA24192 for <
[email protected]>; Wed, 25 Dec 1996 10:46:34 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id KAA12276; Wed, 25 Dec 1996 10:46:24 -0600
Message-Id: <
[email protected]>
Date: Wed, 25 Dec 1996 10:46:24 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: Hannu Laurila <
[email protected]>
Cc:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I disagree. Adding a bunch more code to an already overcomplex daemon is
not a good thing to do. It makes porting just that more complex, as well
as adding yet another glob of code on top of everything else. There is no
way that makes things more secure.
-- Michael (
[email protected])
On Wed, 25 Dec 1996, Hannu Laurila wrote:
> On Mon, 16 Dec 1996, Karl O. Pinc wrote:
> > Why not? If you use hard links you don't take up any more disk space (just
> > one copy per file system is required.) So, what's wrong with this method?
>
> Less files, less administration, easier upgrades, simpler setups --> less
> security risks
From
[email protected] Wed Dec 25 22:13:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vd90h-000AlTC; Wed, 25 Dec 96 22:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA07952; Thu, 26 Dec 1996 00:08:43 -0600
Received: from jupiter.avsi.com (jupiter.avsi.com [207.122.107.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA07825 for <
[email protected]>; Thu, 26 Dec 1996 00:00:19 -0600
Received: (from spacey@localhost)
by jupiter.avsi.com (8.6.11/8.6.9) id AAA19690; Thu, 26 Dec 1996 00:54:45 -0500
Message-Id: <
[email protected]>
Date: Thu, 26 Dec 1996 00:54:42 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Peter C. Norton" <
[email protected]>
To:
[email protected]
Cc: Hannu Laurila <
[email protected]>,
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> I disagree. Adding a bunch more code to an already overcomplex daemon is
> not a good thing to do. It makes porting just that more complex, as well
> as adding yet another glob of code on top of everything else. There is no
> way that makes things more secure.
I agree that a built-in ls provides less for most of us then it allows. I
wonder how much it would take to make that built-in ls into a seperate,
minimal, staticly-linkable, standalone ls. That should satisfy
everyone's requirements, right?
Any thoughts?
-Peter
From
[email protected] Thu Dec 26 09:24:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdJUm-000AhLC; Thu, 26 Dec 96 09:21 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id LAA21133; Thu, 26 Dec 1996 11:20:42 -0600
Received: from dune.artic.edu (dune.artic.edu [198.40.25.4]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id LAA20872 for <
[email protected]>; Thu, 26 Dec 1996 11:11:44 -0600
Received: from [198.40.27.80] (2780.artic.edu [198.40.27.80])
by dune.artic.edu (8.8.4/8.8.4) with ESMTP
id LAA12406 for <
[email protected]>; Thu, 26 Dec 1996 11:11:54 -0600 (CST)
Message-Id: <l03010d00aee85be9c7f8@[198.40.27.80]>
Date: Thu, 26 Dec 1996 11:10:08 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: "Karl O. Pinc" <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <l03010d00aee7accd8ad9@[207.70.96.117]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hannu Laurila <
[email protected]> wrote:
>On Mon, 16 Dec 1996, Karl O. Pinc wrote:
>
>> >> 1) Put a shared ls into ~ftp/bin along with all the shared libraries
>> >> it's linked against into ~ftp/lib (don't forget the dynamic linker).
>> >
>> > For 400-800 accounts? I think not.
>>
>> Why not? If you use hard links you don't take up any more disk space (just
>> one copy per file system is required.) So, what's wrong with this method?
>
>Less files, less administration, easier upgrades, simpler setups --> less
>security risks
Trouble is, it dosen't make things substantially simpler. You still have
to have (minimally) /etc and have to have /bin and /lib if you want to
support the fancy tar and zip suff. And the
security/reliability/complexity problems are only pushed into the code
where they are harder to work with.
I'd opt for a configuration utility (script). You give it a directory and
it makes the directory anonymous ftp-able. Various options to
allow/disallow different bin utilities (would remove stuff from bin as well
as add). An option to supply a directory to be used as a "template". An
option to hardlink to the template directory's leaf nodes. An option to
"update" to make the target directory conform to a template or set of
command line specifications.
Is it do-able to have a "allow ls" option that knows what libraries ls
requires across different platforms? Or would each platform have to have
library info hardcoded?
On a slightly different note: I'd opt for _removing_ the class and
guestgroup stuff. tcpwrappers does a more through job of setting up
"classes". Pluggable components are better -- more widely used, more
options, less bugs, etc. You'd need a) a command line option to specify a
configuration file (I have a patch at
ftp://ftp.meme.com/software/) b) a
configuration file directive to force a directory to chroot to as with
anonynmous ftp. I haven't thought this through. You'd probably want to
keep whatever keeps track of login names and just get rid of the network
layer class making. You could probably get rid of some other stuff as well.
Karl
May the Legos (TM) always be swept from your path in the night.
From
[email protected] Thu Dec 26 11:53:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdLpx-000AhmC; Thu, 26 Dec 96 11:51 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA26013; Thu, 26 Dec 1996 13:50:23 -0600
Received: from VNET.IBM.COM (vnet.ibm.com [199.171.26.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA25673 for <
[email protected]>; Thu, 26 Dec 1996 13:42:44 -0600
Received: from BLDVMA by VNET.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 1024;
Thu, 26 Dec 96 14:42:36 EST
Message-Id: <
[email protected]>
Date: Thu, 26 Dec 1996 12:42:24 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: problem with "user" command
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: IPERNOTE 01.05.34 dated 17 June 1996
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I am running Version wu-2.4.2-academ[BETA-11](1) on a Sun Ultra2 with
Solaris 2.5. I would like to be able to issue the "user" command on the
command line in order to change to a different user while in ftp. (This
is possible with the Solaris ftp.)
However, when I try it with wu-ftp, I get the following:
cox2:/issc1/netscape/ns-home# ftp cox1
Connected to cox1.
220 cox1 FTP server (Version wu-2.4.2-academ[BETA-11](1) Mon Sep 30 18:00:18 MD
T 1996) ready.
Name (cox1:compoper):
331 Password required for compoper.
Password:
230 User compoper logged in.
ftp> user root
530 Already logged in.
Login failed.
ftp> user notauser
530 Already logged in.
Login failed.
ftp>
Is the "user" feature enabled in wu-ftpd? Or am I just doing something
wrong? Any suggestions would be greatly appreciated!
Thanks,
Pete Ruprecht
[email protected]
From
[email protected] Thu Dec 26 12:08:52 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdM4p-000AlfC; Thu, 26 Dec 96 12:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA26601; Thu, 26 Dec 1996 14:06:11 -0600
Received: from VNET.IBM.COM (vnet.ibm.com [199.171.26.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA26175 for <
[email protected]>; Thu, 26 Dec 1996 13:55:54 -0600
Received: from BLDVMA by VNET.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 1219;
Thu, 26 Dec 96 14:55:30 EST
Message-Id: <
[email protected]>
Date: Thu, 26 Dec 1996 12:55:24 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Password is appearing in syslog
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: IPERNOTE 01.05.34 dated 17 June 1996
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
I'm using Version wu-2.4.2-academ[BETA-11](1) with Solaris 2.5. I like to
have lots of info from ftpd in my syslog/xferlog, and so I have the following
set in /etc/inetd.conf:
ftp stream tcp nowait root /usr/sbin/wuftpd ftpd -Aiod
However, this is putting users' passwords into the syslog when they log in.
Is there any way around this while still using the "d" flag?
Any suggestions are appreciated!
Thanks,
Pete Ruprecht
[email protected]
From
[email protected] Thu Dec 26 13:46:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdNbE-000AlnC; Thu, 26 Dec 96 13:44 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA29730; Thu, 26 Dec 1996 15:43:13 -0600
Received: from dfw.nkn.net (dfw.nkn.edu [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA29593 for <
[email protected]>; Thu, 26 Dec 1996 15:39:57 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id PAA05547 for <
[email protected]>; Thu, 26 Dec 1996 15:34:48 -0600 (CST)
Message-Id: <v03007800aee89f9f106a@[207.55.138.2]>
Date: Thu, 26 Dec 1996 15:36:57 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: Virtual FTP question
In-Reply-To: <
[email protected]>
References: <v03007808aede5670ffd0@[207.55.138.2]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I was hoping that the virtual ftp would allow users to log in and be
restricted to their directory, but they will be logging in using their user
name and pw, not anonymously. This seems to negate the virtual aspect. Is
there a way to allow users to be dumped into thier home directory and being
restricted to that directory? Thanks
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Thu Dec 26 17:08:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdQkh-0000VCC; Thu, 26 Dec 96 17:06 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA06122; Thu, 26 Dec 1996 19:05:31 -0600
Received: from kaba.fine.ad.jp (kaba.fine.ad.jp [202.228.129.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA05911 for <
[email protected]>; Thu, 26 Dec 1996 18:56:46 -0600
Received: from FASTNET197 (fastnet197.fine.ad.jp [202.228.129.197]) by kaba.fine.ad.jp (8.6.12/3.4W2) with SMTP id JAA12976; Fri, 27 Dec 1996 09:56:37 +0900
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 09:56:37 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: "Y.Hariyama" <
[email protected]>
To:
[email protected], Serge Bezzubov <
[email protected]>
Subject: Re: What is "Can't create data socket." ?
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2J
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thank you for your advice.
I solved "Can't create data socket." problem, but I found another
problem.....
At 18:37 96/12/26 +0300, Serge Bezzubov wrote:
>
> It seems you've missed dev directory. You should create tcp and zero devices
> as same as in system dev derictory.
> My ~ftp/dev contains the following devices:
I used mknod commnad and made device file to ~/ftp/dev directory.
ls, put and get command works well !! :-)
But, "dir" command is seemed working strange.
Phenomena)
It takes about 30 second to return "dir" result.
UID, GID appear numeric.
Example)
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 53844
drwxr-xr-x 8 100 1 512 Dec 26 17:19 .
drwxr-xr-x 8 100 1 512 Dec 26 17:19 ..
drwxrwxr-x 2 100 1000 512 Dec 25 17:10 Testcont
dr-xr-xr-x 2 0 1 512 Dec 25 16:06 bin
drwxr-xr-x 2 0 1 512 Dec 25 16:42 dev
dr--r--r-- 2 0 1 512 Dec 26 14:12 etc
drwxr-xr-x 5 0 1 512 Dec 25 10:00 usr
drwxr-xr-x 13 0 1 4608 Dec 27 03:15 web
226 Transfer complete.
625 bytes received in 40 seconds (0.015 Kbytes/s)
I copyed /etc/passwd, /etc/group, /etc/netconfig, /nsswitch.conf
to ~ftp/etc/ directory.
UID=100 and 0, GID=1000 and 1 is written in ~ftp/etc/passwd, group.
Question)
Why is numeric UID and GID appeared ?
Why does it take about 30 seconds to return "dir" result ?
Please inform me to solve this problem.
Thank you.
**********************************************************************
( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
From
[email protected] Thu Dec 26 19:13:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdSfq-0000WBC; Thu, 26 Dec 96 19:09 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA10272; Thu, 26 Dec 1996 21:08:42 -0600
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA10171 for <
[email protected]>; Thu, 26 Dec 1996 21:04:02 -0600
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA16352; Thu, 26 Dec 1996 20:04:00 MST
Received: (from jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) id UAA23035; Thu, 26 Dec 1996 20:03:59 -0700 (MST)
Message-Id: <
[email protected]>
Date: Thu, 26 Dec 1996 20:03:59 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: problem with "user" command
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Thu, 26 Dec 1996
[email protected] wrote:
> I am running Version wu-2.4.2-academ[BETA-11](1) on a Sun Ultra2 with
> Solaris 2.5. I would like to be able to issue the "user" command on the
> command line in order to change to a different user while in ftp. (This
> is possible with the Solaris ftp.)
>
> However, when I try it with wu-ftp, I get the following:
>
> cox2:/issc1/netscape/ns-home# ftp cox1
> Connected to cox1.
> 220 cox1 FTP server (Version wu-2.4.2-academ[BETA-11](1) Mon Sep 30 18:00:18 MD
> T 1996) ready.
> Name (cox1:compoper):
> 331 Password required for compoper.
> Password:
> 230 User compoper logged in.
> ftp> user root
> 530 Already logged in.
> Login failed.
> ftp> user notauser
> 530 Already logged in.
> Login failed.
> ftp>
>
> Is the "user" feature enabled in wu-ftpd? Or am I just doing something
> wrong? Any suggestions would be greatly appreciated!
>From the Sun 'bugs' database:
====
Bug Reports document 1219594
Synopsis: ftpd manpage: interference between sublogins and /usr/sbin/nscd -
note needed
Manpage for in.ftpd should mention (in the NOTES section) that the
name service caching daemon /us/sbin/nscd might interfere with some
functionality of anonymous ftp. Namely, unless caching for passwd
is disabled in /etc/nscd.conf, a feature known as sublogin will
not work. Which is more a feature, than a bug ;)
[Sublogin takes place when user first logins as anonymous, and then issues
user xxx command - in order to become xxx, where xxx is a valid username
in the anonymous-ftp (chrooted) area (ie an entry for xxx exists in
~ftp/etc/passwd and not in /etc/passwd).]
====
You can disable passwd caching by nscd by putting
enable-cache passwd no
in /etc/nscd.conf, then kill and restart /usr/sbin/nscd.
From
[email protected] Thu Dec 26 19:28:53 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdSvF-000AelC; Thu, 26 Dec 96 19:25 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA10715; Thu, 26 Dec 1996 21:24:21 -0600
Received: from optima.cs.arizona.edu (optima.CS.Arizona.EDU [192.12.69.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id VAA10365 for <
[email protected]>; Thu, 26 Dec 1996 21:12:05 -0600
Received: from lectura.CS.Arizona.EDU by optima.cs.arizona.edu (5.65c/15) via SMTP
id AA16407; Thu, 26 Dec 1996 20:12:04 MST
Received: (from jdavis@localhost) by lectura.CS.Arizona.EDU (8.8.4/8.7.3) id UAA23080; Thu, 26 Dec 1996 20:12:02 -0700 (MST)
Message-Id: <
[email protected]>
Date: Thu, 26 Dec 1996 20:12:02 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Davis <
[email protected]>
To:
[email protected]
Subject: Re: What is "Can't create data socket." ?
In-Reply-To: <
[email protected]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Fri, 27 Dec 1996, Y.Hariyama wrote:
> Thank you for your advice.
> I solved "Can't create data socket." problem, but I found another
> problem.....
>
> At 18:37 96/12/26 +0300, Serge Bezzubov wrote:
> >
> > It seems you've missed dev directory. You should create tcp and zero devices
> > as same as in system dev derictory.
> > My ~ftp/dev contains the following devices:
>
> I used mknod commnad and made device file to ~/ftp/dev directory.
> ls, put and get command works well !! :-)
(Just as the ftpd man page told you to...)
>
> But, "dir" command is seemed working strange.
>
> Phenomena)
> .It takes about 30 second to return "dir" result.
> .UID, GID appear numeric.
Check that you have 'files' in /etc/nsswitch.conf for passwd and group,
and that ~/ftp/passwd and ~/ftp/group have the values you want in them. If
you have nis or nis+ listed instead of files for passwd and group, then
the 30 second delay probably is a nameservice timeout.
Also check the ftpd man page again, for anything else you've missed.
From
[email protected] Thu Dec 26 22:33:50 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdVoK-0000WBC; Thu, 26 Dec 96 22:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id AAA15496; Fri, 27 Dec 1996 00:29:02 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id AAA15308 for <
[email protected]>; Fri, 27 Dec 1996 00:19:14 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id BAA21195 for
[email protected]; Fri, 27 Dec 1996 01:19:13 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 01:19:13 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: [PATCH] built-in 'ls'
In-Reply-To: <
[email protected]> from "Peter C. Norton" at Dec 26, 96 00:54:42 am
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Peter C. Norton':
>
> > I disagree. Adding a bunch more code to an already overcomplex daemon is
> > not a good thing to do. It makes porting just that more complex, as well
> > as adding yet another glob of code on top of everything else. There is no
> > way that makes things more secure.
>
> I agree that a built-in ls provides less for most of us then it allows. I
> wonder how much it would take to make that built-in ls into a seperate,
> minimal, staticly-linkable, standalone ls. That should satisfy
> everyone's requirements, right?
>
> Any thoughts?
>
yes, /home/ftp is in the NIS map and shared across platforms.
This will make it unworkable for anonymous.
I could :
1-
overide the mount points and override NIS locally
for each platforms
2-
Builtin ls.
Althougth I agree, wu-ftpd is a monster
3-
a hardcoded path for a statical link ls(from Karl Pinc)
"/bin/ls.ostype"
I've already got rid of 1), I'm looking at 2) and 3)
If you have any comments/suggestions I'll be happy
to hear them.
NOTE:
I don't wanna here about loosing gzip/tar etc ...
it's nonsense!! must packages are allready tarred and
gunzip... It's a waste of CPU cycles, especially when
two of my main Ftp servers are xferring 2 GIG a day.
--
bonne anne'e, alain
From
[email protected] Fri Dec 27 01:04:36 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdY9j-000Ap3C; Fri, 27 Dec 96 01:00 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id CAA19367; Fri, 27 Dec 1996 02:59:44 -0600
Received: from andromeda.raksnet.com.tr (andromeda.raksnet.com.tr [194.54.48.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id CAA19190 for <
[email protected]>; Fri, 27 Dec 1996 02:53:06 -0600
Received: from andromeda.raksnet.com.tr ([194.54.48.1])
by andromeda.raksnet.com.tr (Netscape Mail Server v2.0) with SMTP
id AAA19960 for <
[email protected]>;
Fri, 27 Dec 1996 10:55:26 +0300
Message-Id: <Pine.OSF.3.95.961227105105.19920A-100000@andromeda.raksnet.com.tr>
Date: Fri, 27 Dec 1996 10:55:26 +0300 (EET)
Reply-To:
[email protected]
Sender:
[email protected]
From: "Ozerk Alpay" <
[email protected]>
To:
[email protected]
Subject: Re: problem with "user" command
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Thu, 26 Dec 1996
[email protected] wrote:
> I am running Version wu-2.4.2-academ[BETA-11](1) on a Sun Ultra2 with
> Solaris 2.5. I would like to be able to issue the "user" command on the
> command line in order to change to a different user while in ftp. (This
> is possible with the Solaris ftp.)
>
> However, when I try it with wu-ftp, I get the following:
>
> cox2:/issc1/netscape/ns-home# ftp cox1
> Connected to cox1.
> 220 cox1 FTP server (Version wu-2.4.2-academ[BETA-11](1) Mon Sep 30 18:00:18 MD
> T 1996) ready.
> Name (cox1:compoper):
> 331 Password required for compoper.
> Password:
> 230 User compoper logged in.
> ftp> user root
> 530 Already logged in.
> Login failed.
> ftp> user notauser
> 530 Already logged in.
> Login failed.
> ftp>
>
> Is the "user" feature enabled in wu-ftpd? Or am I just doing something
> wrong? Any suggestions would be greatly appreciated!
as far as I know you may not use the user feature once you are logged in
as another user.
If I'm wrong then something is wrong with my ftpd too.
PS- If anyone wants a precompiled 2-4-2academ[BETA11] for linux boxes
using shadow passwords, they cant get it from:
ftp://charon.raksnet.com.tr/pub/linux
the file is named:
wu-ftpd-2.4.2-beta-11.linux-bin-shadow.tgz
cheers.
Ozerk Alpay
[email protected] Abidin Daver 23/1
[email protected] Cankaya 06550
http://www06.raksnet.com.tr/ozerk Ankara - TURKEY
HOME: 90(312)4380690 WORK: 90(312)4400072
From
[email protected] Fri Dec 27 02:50:04 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdZpe-0000QtC; Fri, 27 Dec 96 02:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA21381; Fri, 27 Dec 1996 04:47:14 -0600
Received: from kaba.fine.ad.jp (kaba.fine.ad.jp [202.228.129.5]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id EAA21251 for <
[email protected]>; Fri, 27 Dec 1996 04:37:43 -0600
Received: from FASTNET197 (fastnet197.fine.ad.jp [202.228.129.197]) by kaba.fine.ad.jp (8.6.12/3.4W2) with SMTP id TAA03017 for <
[email protected]>; Fri, 27 Dec 1996 19:37:37 +0900
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 19:37:37 +0900
Reply-To:
[email protected]
Sender:
[email protected]
From: "Y.Hariyama" <
[email protected]>
To:
[email protected]
Subject: Re: What is "Can't create data socket." ?
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 2.1.2J
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> > But, "dir" command is seemed working strange.
> >
> > Phenomena)
> > .It takes about 30 second to return "dir" result.
> > .UID, GID appear numeric.
>
> Check that you have 'files' in /etc/nsswitch.conf for passwd and group,
> and that ~/ftp/passwd and ~/ftp/group have the values you want in them. If
> you have nis or nis+ listed instead of files for passwd and group, then
> the 30 second delay probably is a nameservice timeout.
>
> Also check the ftpd man page again, for anything else you've missed.
>
I saw man page and copied /etc/nsswitch.conf to ~ftp/etc.
But, It seems works strange.
Please check nsswitch.conf.
passwd: files
group: files
hosts: files dns
networks: files
protocols: files
rpc: files
ethers: files
netmasks: files
bootparams: files
publickey: files
# At present there isn't a 'files' backend for netgroup; the system will
# figure it out pretty quickly, and won't use netgroups at all.
netgroup: files
automount: files
aliases: files
services: files
sendmailvars: files
Is it true ?
Thank you.
**********************************************************************
( Yoshiyuki Hariyama ) | E-Mail :
[email protected]
FastNet, Inc. INTERNET Project | URL :
http://www.fine.ad.jp
TEL : +81-45-476-5261 | Meguro Build. 3-22-5, Sin-yokohama
FAX : +81-45-476-3489(G4/G3) | Kouhoku-ku, Yokomaha 222, Japan
**********************************************************************
From
[email protected] Fri Dec 27 05:56:43 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdcio-000BJ5C; Fri, 27 Dec 96 05:53 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA24917; Fri, 27 Dec 1996 07:52:17 -0600
Received: from cfd.unimed.com.br ([200.231.213.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id HAA24647 for <
[email protected]>; Fri, 27 Dec 1996 07:39:40 -0600
Received: from rcgso.unimed.com.br (rcgso.unimed.com.br [200.231.213.4]) by cfd.unimed.com.br (8.6.8.1/SCA-6.6) with SMTP
id KAA00842; Fri, 27 Dec 1996 10:31:33 -0400
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 11:39:22 -0200
Reply-To:
[email protected]
Sender:
[email protected]
From: "Regina Celia Orlandi" <
[email protected]>
To: <
[email protected]>
Cc: <
[email protected]>
Subject: Sublogins in FTP
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1080
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Content-Transfer-Encoding: quoted-printable
HI!
I'm trying to set up sublogins using WU-FTPD but I have found some
problems. After I had added entries in ~ftp/etc/passwd, and had created a
subdirectory that only people using the sublogin could access, I accessed
the FTP archive as normal, anonymous users, and then I tried to specify
the sublogin with the user ftp command, but the system answered that I
can't change to user from guest login.
Does someone have an ideia? What can I do?
TIA.
See ya.
-----------------------------------------------------------------------
Regina C=E9lia Ghislotti de Sousa Orlandi=20
[email protected]
(011) 245 9925=20
Analista de Teleprocessamento
Grupo de Redes - Unimed Sistemas=20
Sao Paulo - Brasil
-----------------------------------------------------------------------
From
[email protected] Fri Dec 27 06:51:12 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vddab-000BKSC; Fri, 27 Dec 96 06:48 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id IAA26134; Fri, 27 Dec 1996 08:48:06 -0600
Received: from venus.net (venus.net [205.243.72.10]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id IAA25949 for <
[email protected]>; Fri, 27 Dec 1996 08:40:35 -0600
Received: (from rob@localhost) by venus.net (8.7.1/8.7.3) id JAA15417 for
[email protected]; Fri, 27 Dec 1996 09:44:49 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 09:44:49 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Rob Edwards <
[email protected]>
To:
[email protected]
Subject: Odd problem with virtual ftp
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL23]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I don't know if this has been reported or not. When i try to ftp into a
virtual server, if i put in my full e-mail address for the password to
anonymous i am let it.
If i put in just rob@ or just rob, i get an error 421 Service not available,
message. I had anonymous ftp set up to accept any response to the password
for the main ftp, but it apparently did not cascade to my virtual ftp. Is
there something i missed in the settings?
Rob
From
[email protected] Fri Dec 27 11:27:07 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdhrz-000AiEC; Fri, 27 Dec 96 11:23 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA07614; Fri, 27 Dec 1996 13:21:36 -0600
Received: from up.spin.it (up.spin.it [147.123.1.22]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA07151 for <
[email protected]>; Fri, 27 Dec 1996 13:07:06 -0600
Received: (from furio@localhost)
by up.spin.it (8.8.4/8.8.4)
id UAA29418 for
[email protected]; Fri, 27 Dec 1996 20:07:03 +0100 (MET)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 20:07:03 MET
Reply-To:
[email protected]
Sender:
[email protected]
From: furio ercolessi <
[email protected]>
To:
[email protected]
Subject: Re: Odd problem with virtual ftp
In-Reply-To: <
[email protected]>; from "Rob Edwards" at Dec 27, 96 9:44 am
X-Mailer: Elm [revision: 109.18]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
> If i put in just rob@ or just rob, i get an error 421 Service not available,
> message. I had anonymous ftp set up to accept any response to the password
> for the main ftp, but it apparently did not cascade to my virtual ftp. Is
> there something i missed in the settings?
I am experiencing a syndrome where the password has to be at least
8 characters long , otherwise I get '421 Service not available'.
This is also true for anonymous ftp.
Your problem may be of a different nature, of course, but just
out of curiosity can you try using, for instance,'robrobrob'
as a password?
furio ercolessi
From
[email protected] Fri Dec 27 12:52:48 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdjEG-000BByC; Fri, 27 Dec 96 12:50 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA11472; Fri, 27 Dec 1996 14:49:20 -0600
Received: from VNET.IBM.COM (vnet.ibm.com [199.171.26.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA11217 for <
[email protected]>; Fri, 27 Dec 1996 14:40:22 -0600
Received: from BLDVMA by VNET.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 8559;
Fri, 27 Dec 96 15:40:02 EST
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 13:39:59 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: problem with "user" command
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: IPERNOTE 01.05.34 dated 17 June 1996
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi all,
Unfortunately, disabling the nscd password cache doesn't clear up
my problem. Nor does killing the nsc daemon. Does anyone else see
the kind of behavior I describe below, or is it just me?
Thanks again,
Pete Ruprecht
> I am running Version wu-2.4.2-academ[BETA-11](1) on a Sun Ultra2 with
> Solaris 2.5. I would like to be able to issue the "user" command on the
> command line in order to change to a different user while in ftp. (This
> is possible with the Solaris ftp.)
>
> However, when I try it with wu-ftp, I get the following:
>
> cox2:/issc1/netscape/ns-home# ftp cox1
> Connected to cox1.
> 220 cox1 FTP server (Version wu-2.4.2-academ[BETA-11](1) Mon Sep 30 18:00:18
MD
> T 1996) ready.
> Name (cox1:compoper):
> 331 Password required for compoper.
> Password:
> 230 User compoper logged in.
> ftp> user root
> 530 Already logged in.
> Login failed.
> ftp> user notauser
> 530 Already logged in.
> Login failed.
> ftp>
>
> Is the "user" feature enabled in wu-ftpd? Or am I just doing something
> wrong? Any suggestions would be greatly appreciated!
>From the Sun 'bugs' database:
====
Bug Reports document 1219594
Synopsis: ftpd manpage: interference between sublogins and /usr/sbin/nscd -
note needed
Manpage for in.ftpd should mention (in the NOTES section) that the
name service caching daemon /us/sbin/nscd might interfere with some
functionality of anonymous ftp. Namely, unless caching for passwd
is disabled in /etc/nscd.conf, a feature known as sublogin will
not work. Which is more a feature, than a bug ;)
[Sublogin takes place when user first logins as anonymous, and then issues
[Sublogin takes place when user first logins as anonymous, and then issues
user xxx command - in order to become xxx, where xxx is a valid username
in the anonymous-ftp (chrooted) area (ie an entry for xxx exists in
~ftp/etc/passwd and not in /etc/passwd).] 0
From
[email protected] Fri Dec 27 13:09:06 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdjSc-0000PEC; Fri, 27 Dec 96 13:04 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA11948; Fri, 27 Dec 1996 15:04:05 -0600
Received: from patty.loop.net (patty.loop.net [207.211.60.69]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id OAA11738 for <
[email protected]>; Fri, 27 Dec 1996 14:56:23 -0600
Received: (from cassy@localhost) by patty.loop.net (8.6.12/8.6.12) id MAA01680; Fri, 27 Dec 1996 12:55:22 -0800
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 12:55:18 -0800 (PST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Cassandra Perkins <
[email protected]>
To: WU-FTP MAILING LIST <
[email protected]>
Subject: Path-filter in ftpaccess file
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Sender:
[email protected]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I'm trying to prevent real users from uploading files with spaces and
characters beginning with . or -. Using the command below prevents any
file from being uploaded.
path-filter real /usr/local/etc/pathmsg ^[A-Za-z0-9]*$ ^. ^- \
^
(a space)
Can someone please tell me what I'm doing wrong.
Thanks.
----------------------------------------------------------------------------
| Cassandra M. Perkins | People usually get what's coming to |
| Network Operations | them... unless it's been mailed. |
| The Loop Internet Switch Co., LLC | -fortune |
----------------------------------------------------------------------------
From
[email protected] Fri Dec 27 13:33:16 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdjrW-0000OoC; Fri, 27 Dec 96 13:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id PAA12623; Fri, 27 Dec 1996 15:29:48 -0600
Received: from ns.intelenet.net (intelenet.net [204.182.160.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA12402 for <
[email protected]>; Fri, 27 Dec 1996 15:20:46 -0600
Received: (from bob@localhost) by ns.intelenet.net (8.7.5/8.7.3) id NAA13766 for
[email protected]; Fri, 27 Dec 1996 13:20:27 -0800 (PST)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 13:20:27 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Bob Myers)
To:
[email protected]
Subject: Re: chroot problem..
In-Reply-To: Alan Halachmi <
[email protected]>
"chroot problem.." (Dec 24, 9:29)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
On Dec 24, 9:29, Alan Halachmi wrote:
} Subject: chroot problem..
> I setup a virtual ftp site and it works great. However, I need a user to
> be able to access his own dir and manipulate its contents. I seem to
> have set everything up correctly because when he logs in it says `User
> hisusername logged in. Access Restrictions Apply`. However, the server
> isn't doing a chroot! I have the passwd files that say /his/dir/./ but
> that isn't working. I've built the appropriate bin and etc dirs...
> What's not working...I'm happy to field questions as to certain
> configurations, but I think I've done it all correctly... Is there a bug
> in the beta-11 verion?
>
> Alan Halachmi
>
[email protected]
>-- End of excerpt from Alan Halachmi
Beta 11, using the "virtual ftp" feature, chroot's to the virtual chroot dir
for both anonymous and guest users, regardless of passwd file entries.
I consider this a bug, personally, but this is open to opinion on how virtual
ftp servers should operate. I patched Beta-11 to use the passwd /./ directory
preferentially over the virtual ftp chroot dir.
Here is my patch (previously posted) to fix this:
*** ftpd.c.~1~ Sun Apr 14 22:51:11 1996
--- ftpd.c Wed Aug 7 23:26:22 1996
***************
*** 1430,1441 ****
if (anonymous || guest) {
/* We MUST do a chdir() after the chroot. Otherwise the old current
* directory will be accessible as "." outside the new root! */
#ifdef VIRTUAL
! if (virtual_mode) {
! strcpy(pw->pw_dir, virtual_root);
! }
#endif
- if (anonymous) {
if (chroot(pw->pw_dir) < 0 || chdir("/") < 0) {
reply(550, "Can't set guest privileges.");
goto bad;
--- 1445,1456 ----
if (anonymous || guest) {
/* We MUST do a chdir() after the chroot. Otherwise the old current
* directory will be accessible as "." outside the new root! */
+ if (anonymous) {
#ifdef VIRTUAL
! if (virtual_mode) {
! strcpy(pw->pw_dir, virtual_root);
! }
#endif
if (chroot(pw->pw_dir) < 0 || chdir("/") < 0) {
reply(550, "Can't set guest privileges.");
goto bad;
From
[email protected] Fri Dec 27 14:06:49 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdkMw-00001fC; Fri, 27 Dec 96 14:03 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA14024; Fri, 27 Dec 1996 16:02:23 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA13757 for <
[email protected]>; Fri, 27 Dec 1996 15:53:53 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id QAA26356 for
[email protected]; Fri, 27 Dec 1996 16:53:53 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 16:53:52 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: Path-filter in ftpaccess file
In-Reply-To: <
[email protected]> from "Cassandra Perkins" at Dec 27, 96 12:55:18 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `Cassandra Perkins':
>
>
> I'm trying to prevent real users from uploading files with spaces and
> characters beginning with . or -. Using the command below prevents any
> file from being uploaded.
>
> path-filter real /usr/local/etc/pathmsg ^[A-Za-z0-9]*$ ^. ^- \
>
> Can someone please tell me what I'm doing wrong.
>
primo)
this "^." will match anything and everything
try:
^\.
or
^[-.].*$
secondo)
^[A-Za-z0-9]*$ is plain wrong
try:
^[-A-Za-z0-9]*$
tertio)
Browse the archive or the FAQ for more exemples
quatro)
Happy new year, ;-)
#if _female_
kisses and hugs
#else
strong handshake
#endif
--
Bonne anne'e, alain
From
[email protected] Fri Dec 27 14:14:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdkUt-00001fC; Fri, 27 Dec 96 14:11 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA14386; Fri, 27 Dec 1996 16:10:35 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id PAA13817 for <
[email protected]>; Fri, 27 Dec 1996 15:56:33 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id PAA24177 for <
[email protected]>; Fri, 27 Dec 1996 15:56:36 -0600
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 15:56:36 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To: WU-FTP MAILING LIST <
[email protected]>
Subject: Re: Path-filter in ftpaccess file
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
These work for me; note the \ before the . in mine.
path-filter anonymous /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
path-filter guest /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
path-filter real /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
-- Michael (
[email protected])
On Fri, 27 Dec 1996, Cassandra Perkins wrote:
> I'm trying to prevent real users from uploading files with spaces and
> characters beginning with . or -. Using the command below prevents any
> file from being uploaded.
>
> path-filter real /usr/local/etc/pathmsg ^[A-Za-z0-9]*$ ^. ^- \
From
[email protected] Fri Dec 27 16:02:09 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdmAW-000AiAC; Fri, 27 Dec 96 15:58 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA17475; Fri, 27 Dec 1996 17:57:20 -0600
Received: from VNET.IBM.COM (vnet.ibm.com [199.171.26.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA17334 for <
[email protected]>; Fri, 27 Dec 1996 17:51:24 -0600
Received: from BLDVMA by VNET.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 0884;
Fri, 27 Dec 96 18:51:15 EST
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 16:51:12 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: problem with "user" command
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: IPERNOTE 01.05.34 dated 17 June 1996
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi all,
I was recently having problems using the "user" command to switch to
a different user when already logged in. To fix this, I commented
out the following lines from the source code for wu-ftpd-2.4.2b11
(ftpd.c):
/* H* fix: if we're logged in at all, we can't log in again.
if (logged_in) {
reply(530, "Already logged in.");
return;
} */
Works fine now.
Pete Ruprecht
From
[email protected] Fri Dec 27 16:19:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdmQR-000AiAC; Fri, 27 Dec 96 16:14 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18007; Fri, 27 Dec 1996 18:14:12 -0600
Received: from VNET.IBM.COM (vnet.ibm.com [199.171.26.4]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA17413 for <
[email protected]>; Fri, 27 Dec 1996 17:54:43 -0600
Received: from BLDVMA by VNET.IBM.COM (IBM VM SMTP V2R3) with BSMTP id 0907;
Fri, 27 Dec 96 18:54:34 EST
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 16:54:32 -0700 (MST)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected]
To:
[email protected]
Subject: Re: Password is appearing in syslog
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: IPERNOTE 01.05.34 dated 17 June 1996
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi all,
I was recently having trouble with password appearing in the syslog
when using wu-ftpd-2.4.2b11 in -d (debug) mode. To fix that I modified
ftpcmd.y to include the following lines:
if (debug){
if (strstr(s,"PASS") != NULL)
syslog(LOG_DEBUG, "command: %s", "password");
else
syslog(LOG_DEBUG, "command: %s", s);
}
Maybe you will find this useful.
Pete Ruprecht
From
[email protected] Fri Dec 27 16:34:55 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdmgf-000AloC; Fri, 27 Dec 96 16:31 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18679; Fri, 27 Dec 1996 18:30:57 -0600
Received: from dns1.olympio.net ([207.168.71.10]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA18232 for <
[email protected]>; Fri, 27 Dec 1996 18:19:04 -0600
Received: from 207.168.71.33 ([207.168.71.33]) by dns1.olympio.net (8.7/8.7) with SMTP id TAA01224 for <
[email protected]>; Fri, 27 Dec 1996 19:17:28 -0500 (EST)
Message-Id: <
[email protected]>
Date: Sat, 28 Dec 1996 07:24:38 -0400
Reply-To:
[email protected]
Sender:
[email protected]
From: Jim Bird <
[email protected]>
To: WU-FTPD <
[email protected]>
Subject: build install
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Macintosh; I; PPC)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I'm sure this question has been asked before, but I can't seem to find
the archive to this mailing list. I compiled wu-ftpd just fine, but
when I do a 'build install' I get errors concerning usage of the install
command. I sure could use the help!
Thanks in advance,
Jim Bird
From
[email protected] Fri Dec 27 16:42:18 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdmo4-0004jmC; Fri, 27 Dec 96 16:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA18908; Fri, 27 Dec 1996 18:38:34 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA18377 for <
[email protected]>; Fri, 27 Dec 1996 18:21:47 -0600
Received: from ns1.fni.com (ns1.fni.com [204.181.104.1])
by ns1.fni.com (8.8.4/8.8.4) with SMTP
id SAA24666 for <
[email protected]>; Fri, 27 Dec 1996 18:21:55 -0600
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 18:21:55 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Michael Brennen <
[email protected]>
To:
[email protected]
Subject: Re: Password is appearing in syslog
In-Reply-To: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
If you are going to post this type of thing, please save the original
file, modify a copy, and do a 'diff -u oldfile newfile > patchfile'. Then
post the patchfile. Otherwise examples below are ambiguous and can cause
people to patch the wrong thing and thus introduce more/worse errors.
-- Michael (
[email protected])
On Fri, 27 Dec 1996
[email protected] wrote:
> I was recently having trouble with password appearing in the syslog
> when using wu-ftpd-2.4.2b11 in -d (debug) mode. To fix that I modified
> ftpcmd.y to include the following lines:
>
> if (debug){
> if (strstr(s,"PASS") != NULL)
> syslog(LOG_DEBUG, "command: %s", "password");
> else
> syslog(LOG_DEBUG, "command: %s", s);
> }
From
[email protected] Fri Dec 27 16:50:37 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdmvi-000AgPC; Fri, 27 Dec 96 16:47 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA19146; Fri, 27 Dec 1996 18:46:29 -0600
Received: from finnegan.EE.McGill.CA (Finnegan.EE.McGill.CA [132.206.1.11]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA18378 for <
[email protected]>; Fri, 27 Dec 1996 18:21:47 -0600
Received: (from alainm@localhost)
by finnegan.EE.McGill.CA (8.8.4/8.8.4)
id TAA27881 for
[email protected]; Fri, 27 Dec 1996 19:21:46 -0500 (EST)
Message-Id: <
[email protected]>
Date: Fri, 27 Dec 1996 19:21:46 -0500 (EST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alain Magloire <
[email protected]>
To:
[email protected]
Subject: Re: problem with "user" command
In-Reply-To: <
[email protected]> from "
[email protected]" at Dec 27, 96 04:51:12 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
According to `
[email protected]':
>
> Hi all,
>
> I was recently having problems using the "user" command to switch to
> a different user when already logged in. To fix this, I commented
> out the following lines from the source code for wu-ftpd-2.4.2b11
> (ftpd.c):
>
> /* H* fix: if we're logged in at all, we can't log in again.
> if (logged_in) {
> reply(530, "Already logged in.");
> return;
> } */
>
> Works fine now.
>
Pardon me, but ... I believe this was
one of the many security fixes done by
Hobbit(H*): to disallow "re-login", port fix, pasv fix, etc ..
see FIXES*-HOBBIT
There was a healthy thread on bugtraq|best-of-security
on this issues and the exploits.
Well if you know what you're doing ... that's fine.
Just wanted to bring it to your attention, no
malice intended.
bye, bye
--
Bonne anne'e, alain
From
[email protected] Fri Dec 27 23:57:05 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vdtbR-000AfjC; Fri, 27 Dec 96 23:54 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id BAA00367; Sat, 28 Dec 1996 01:53:33 -0600
Received: from pizza.hvu.nl (Pizza.hvu.nl [145.89.234.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id BAA00150 for <
[email protected]>; Sat, 28 Dec 1996 01:41:25 -0600
Received: (from koos@localhost) by pizza.hvu.nl (8.8.3/KH19961213 [Fight Spam]) id IAA20701 for
[email protected]; Sat, 28 Dec 1996 08:42:16 +0100 (MET)
Message-Id: <
[email protected]>
Date: Sat, 28 Dec 1996 08:42:16 +0100 (MET)
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Koos van den Hout _U nix and we all_)
To:
[email protected]
Subject: build install
Content-Type: text
X-Zen: Ommmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
X-Mailer: ELM [version 2.4 PL25]
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Quoting Jim Bird, who wrote :
> I'm sure this question has been asked before, but I can't seem to find
> the archive to this mailing list. I compiled wu-ftpd just fine, but
> when I do a 'build install' I get errors concerning usage of the install
> command. I sure could use the help!
There are two different archives. A pointer to both is in the FAQ for the
current versions of wu-ftpd, which also has the following item :
10. install fails with 'install: ..'
The makefile is setup for the bsd version of the install program. Some
OS'es (including Solaris) use the svr4 version. In that case set in the
makefile :
INSTALL = /usr/ucb/install
The faq is at
http://www.hvu.nl/~koos/wu-ftpd-faq.html
Grtx KH
--
Koos van den Hout, Internetter, Unix freak, ISFJ and BBS SysOp at large
[email protected] (Work) <-- finger -l for PGPkey Fax: +31-30-2586290
[email protected] (Home) Workphone: +31-30-2586287
http://www.hvu.nl/~koos (WWW) Looking for a license plate with "RFC 822"
From
[email protected] Sun Dec 29 14:41:39 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0veTtF-0000hgC; Sun, 29 Dec 96 14:39 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA17830; Sun, 29 Dec 1996 16:37:59 -0600
Received: from Argus.montgomerybell.com (Argus.montgomerybell.com [38.242.97.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id QAA17640 for <
[email protected]>; Sun, 29 Dec 1996 16:26:45 -0600
Received: by Argus.montgomerybell.com (SMI-8.6/SMI-SVR4)
id QAA21503; Sun, 29 Dec 1996 16:26:40 -0600
Message-Id: <
[email protected]>
Date: Sun, 29 Dec 1996 16:26:40 -0600 (CST)
Reply-To:
[email protected]
Sender:
[email protected]
From: Alan Halachmi <
[email protected]>
To: wu-ftpd list <
[email protected]>
Subject: Data socket and guestgroup
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
O.K... I realize that this has been answered more than once, but I can't
find th email that has one consice answer... So, what does one do if they
receive the error:
425 Can't create data socket (0.0.0.0,20): Bad file number.
Secondly, Is there a way to have more than one guest group?
Thanks,
Alan Halachmi
[email protected]
From
[email protected] Mon Dec 30 11:17:58 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0ven9P-000AegC; Mon, 30 Dec 96 11:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA25831; Mon, 30 Dec 1996 13:11:02 -0600
Received: from berlin.atlantic.net (berlin.atlantic.net [204.215.255.12]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id MAA25293 for <
[email protected]>; Mon, 30 Dec 1996 12:58:13 -0600
Received: from rio.atlantic.net (
[email protected] [204.215.255.3]) by berlin.atlantic.net (8.8.3/8.6.9) with ESMTP id OAA12130 for <
[email protected]>; Mon, 30 Dec 1996 14:20:05 -0500
Received: from dunamis (
[email protected] [205.136.45.113]) by rio.atlantic.net (8.8.4/8.7.5) with SMTP id OAA07514 for <
[email protected]>; Mon, 30 Dec 1996 14:02:37 -0500
Message-Id: <
[email protected]>
Date: Mon, 30 Dec 1996 13:58:02 -0500
Reply-To:
[email protected]
Sender:
[email protected]
From: Jonathan Roy <
[email protected]>
To:
[email protected]
Subject: Using glob() under Solaris to recuce stack size?
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Light Version 3.0.1 beta 4 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hey there. We've been poking around trying to understand why wuftpd uses
so much RAM on our Solaris box. It appears that the recursive use of
tglob()/ftpglob() uses around 500K on the stack. Since it's all mostly used
when someone does a "ls -l", it all pages back in to service the next ls
command. Since we run a fairly high traffic FTP server, the 2MB or so
footprint of wuftpd is rather painful.
Has anyone tried replacing wuftpd's internal globbing code with calls to
the glob and globfree system calls under Solaris (and linux I believe,
etc)? Perhaps the system glob() is more memory efficient.
If anyone has tried that and has a patch, we'd be very happy to try it
out here. :)
Thanks,
-Jonathan
--
Jonathan Roy -
[email protected] -- Idle Communications, Inc.
Mail
[email protected] to advertise with the Games Domain!
http://www.gamesdomain.com/ or
http://www.gamesdomain.co.uk/
From
[email protected] Mon Dec 30 11:43:59 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0venZK-000AliC; Mon, 30 Dec 96 11:40 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA27085; Mon, 30 Dec 1996 13:39:24 -0600
Received: from quark.foobar.co.uk ([193.122.182.2]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA25727 for <
[email protected]>; Mon, 30 Dec 1996 13:08:21 -0600
Received: from gatekeeper.room.net (grasmere.foobar.co.uk [193.123.0.93]) by quark.foobar.co.uk (8.8.2/8.8.2) with ESMTP id TAA21777 for <
[email protected]>; Mon, 30 Dec 1996 19:08:12 GMT
Received: from ijun.room.net (ijun.room.net [192.168.2.2]) by gatekeeper.room.net (8.8.2/8.6.9) with SMTP id TAA26614 for <
[email protected]>; Mon, 30 Dec 1996 19:08:09 GMT
Message-Id: <
[email protected]>
Date: Mon, 30 Dec 1996 19:08:11 +0000
Reply-To:
[email protected]
Sender:
[email protected]
From: Ahmad Faridzun Misron <
[email protected]>
To:
[email protected]
Subject: Help with Linux build install
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
X-Mailer: Windows Eudora Pro Version 3.0.1 beta 3 (32)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Hi,
I managed to install the beta11 on my Linux box after following the FAQ.
BUT a couple of things doesn't seem to work:
1) The "Please read the README file. It was changed *** days ago" doesn't
work anymore for any file.
This is still configured in /etc/ftpaccess as
readme README* login
readme README* cwd=*
2) It also doesn't read the welcome.msg files. Again this is also defined
in /etc/ftpaccess.
Other than that, it compiles with shadow support and works great!
Also, I would like to ask whether HTML tags could be read in either the
README or welcome.msg files
so that it could pass through a web browser as links. I tried it and it
doesn't work. Any ideas?
Thanks in advance,
Ahmad
From
[email protected] Mon Dec 30 15:51:26 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0verSF-000AgXC; Mon, 30 Dec 96 15:49 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id RAA08026; Mon, 30 Dec 1996 17:48:11 -0600
Received: from dfw.nkn.net (dfw.nkn.edu [199.171.20.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id RAA07670 for <
[email protected]>; Mon, 30 Dec 1996 17:39:20 -0600
Received: from [207.55.138.2] ([207.55.138.2]) by dfw.nkn.net (8.7/8.7.3) with ESMTP id RAA07862 for <
[email protected]>; Mon, 30 Dec 1996 17:34:11 -0600 (CST)
Message-Id: <v03007808aeee026d425f@[207.55.138.2]>
Date: Mon, 30 Dec 1996 17:40:00 -0600
Reply-To:
[email protected]
Sender:
[email protected]
From: Thom Dunaway <
[email protected]>
To:
[email protected]
Subject: guest accounts question 2
In-Reply-To: <
[email protected]>
References: <v03007803aeeddf25f86e@[207.55.138.2]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
The how-to for guest accounts says to "compile the source to use
/etc/ftpaccessby default (comes turned off)"
How do I do this?
*******************************
"A man can receive only what is given him from heaven."
thom dunaway
[email protected]
*******************************
From
[email protected] Mon Dec 30 16:18:32 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0verqx-000AgvC; Mon, 30 Dec 96 16:14 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA09156; Mon, 30 Dec 1996 18:12:25 -0600
Received: from mhsgate.ci.mil.wi.us (mhsgate.ci.mil.wi.us [199.196.84.2]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id SAA09053 for <
[email protected]>; Mon, 30 Dec 1996 18:09:23 -0600
Received: by MHS.ci.mil.wi.us via BCAHAJBI.507 id BE52C83281C34DD2; Mon, 30 Dec 96 18:09:16 CST
Message-Id: <
[email protected]>
Date: Mon, 30 Dec 96 18:09 CST
Reply-To:
[email protected]
Sender:
[email protected]
From:
[email protected] (Hapanovich, Craig)
To:
[email protected]
Subject: Compile AIX 4.2
Content-Type: text/plain
X-Date-posted: 30-Dec-96 18:06:00
X-SMF-version: 70
X-Date: 30-Dec-1996 18:05:23 -0600
X-Importance: Normal
X-Conversation-ID: 3845C83202C1D2D1
X-Original-recipients: SEND @ SMTP {
[email protected]}
X-Originator: CHAPAN @ MKE
X-Message-type: 1100
X-Via-host: ISD.MKE
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
I tried to compile wu-ftpd under AIX 4.2 and got these results:
"authuser.c", line 72.53: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
"authuser.c", line 80.53: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
"ftpd.c", line 276.55: 1506-280 (W) Function argument assignment between
types "unsigned long*" and "int*" is not allowed.
"ftpd.c", line 283.56: 1506-280 (W) Function argument assignment between
types "unsigned long*" and "int*" is not allowed.
"ftpd.c", line 1710.54: 1506-280 (W) Function argument assignment between
types "unsigned long*" and "int*" is not allowed.
"ftpd.c", line 2482.60: 1506-280 (W) Function argument assignment between
types "unsigned long*" and "int*" is not allowed.
554 1500-010: (W) WARNING in main: Infinite loop. Program may not
stop.
"ftpcmd.y", line 371.18: 1506-045 (S) Undeclared identifier cmdtab.
"ftpcmd.y", line 383.26: 1506-045 (S) Undeclared identifier sitetab.
"ftpcmd.y", line 1057.36: 1506-280 (W) Function argument assignment
between types "void(*)(int)" and "void(*)()" is not allowed.
"ftpcmd.y", line 1519.1: 1506-343 (S) Redeclaration of print_groups
differs from previous declaration on line 683 of "ftpcmd.y".
"ftpcmd.y", line 1519.1: 1506-050 (I) Return type "void" in redeclaration
is not compatible with the previous return type "int".
make: 1254-004 The error code from the last command is 1.
Stop.
cc: 1501-228 input file vers.o not found
make: 1254-004 The error code from the last command is 252.
Stop.
cc: 1501-228 input file vers.o not found
make: 1254-004 The error code from the last command is 252.
Stop.
size: 0654-304 Cannot open bin/ftpd.
size: 0654-304 Cannot open bin/ftpcount.
size: 0654-304 Cannot open bin/ftpshut.
size: 0654-304 Cannot open bin/ftpwho.
This was after following the installation instructions and using the
supplied support/ftp.h.
Any ideas?
From
[email protected] Mon Dec 30 17:07:02 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vesdZ-000BDnC; Mon, 30 Dec 96 17:05 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA10918; Mon, 30 Dec 1996 19:03:55 -0600
Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id SAA10661 for <
[email protected]>; Mon, 30 Dec 1996 18:53:18 -0600
Received: from scv3.apple.com (A17-128-100-121.apple.com [17.128.100.121]) by mail-out1.apple.com (8.7.5/8.7.3) with ESMTP id QAA28660 for <
[email protected]>; Mon, 30 Dec 1996 16:52:06 -0800
Received: from [17.128.200.71] (macip71.apple.com [17.128.200.71]) by scv3.apple.com (8.7.5/8.7.3) with SMTP id QAA66600 for <
[email protected]>; Mon, 30 Dec 1996 16:53:58 -0800
Message-Id: <
[email protected]>
Date: Mon, 30 Dec 96 16:54:25 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Larry Goodwin <
[email protected]>
To: <
[email protected]>
Subject: Re: Compile AIX 4.2
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Craig, I just went throught the same thing on my AIX 4.2 and AIX 4.1.3
systems. I got some suggestions from people on the list.
They were to use Beta 11 which has the
"ftpcmd.y", line 371.18: 1506-045 (S) Undeclared identifier cmdtab.
"ftpcmd.y", line 383.26: 1506-045 (S) Undeclared identifier sitetab
fixed.
The vers.o problems were fixed by using GNU make.
The other errors don't seem to matter. The Beta version puts the ftpd in
/etc and the other files in /usr/local/lib/ftpd/... You can edit the
Makefile after the build to change some of the paths. The the
src/pathnames file is different. Everthing seems to run fine but I have a
lot of tesing to do.
BTY, I used xlC version 3.1.4 for the compiles.
Good luck. WU-ftp is worth the effort.
Larry
Larry Goodwin
Mgr AppleSoft Engineering Services Office: 408-974-0520
Apple Computer Pager: 800-539-7517 Pager w/voice mail
1 Infinite Loop Pager:
[email protected]
Cupertino, CA 95014
From
[email protected] Mon Dec 30 17:32:44 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vet20-000AkTC; Mon, 30 Dec 96 17:30 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id TAA11871; Mon, 30 Dec 1996 19:28:40 -0600
Received: from ns.intelenet.net (intelenet.net [204.182.160.1]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id TAA11064 for <
[email protected]>; Mon, 30 Dec 1996 19:08:12 -0600
Received: from cueball (cueball.intelenet.net [207.38.65.9]) by ns.intelenet.net (8.7.5/8.7.3) with SMTP id RAA15400 for <
[email protected]>; Mon, 30 Dec 1996 17:07:54 -0800 (PST)
Message-Id: <
[email protected]>
Date: Mon, 30 Dec 1996 17:08:05 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Bob Myers <
[email protected]>
To:
[email protected]
Subject: Re: Virtual vs. guest accounts
References: Alan Halachmi <
[email protected]> "chroot
problem.." (Dec 24, 9:29) <v03007803aeeddf25f86e@[207.55.138.2]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Sender:
[email protected]
X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.5.1 sun4c)
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thom Dunaway wrote:
>
> Michael sent me the "guest accounts" how-to last week because I was trying
> to create user accounts and restrict their ability to snoop around. I have
> a few questions concerning that how-to.
>
> The how-to says to assign "/etc/ftponly" as their shell. Is "ftponly" an
> actual shell (I couldn't find it) and if so does that mean that this method
> will only allow these users ftp access. (If so this will not work for me)
>
> What do you change to complie the source to use /etc/ftpaccess by default.
>
> Would Bob Meyers' fix, posted last week and quoted below, be a solution
> which would allow my users to have any shell I wish.
>
That patch has nothing to do with this.
It doesn't hurt if /etc/ftponly does not exist.
It does need to be listed in /etc/shells though.
From
[email protected] Tue Dec 31 11:16:25 1996
X-Delivered: at request of bill on camco
Return-Path: <
[email protected]>
Received: from wugate.wustl.edu by camco.celestial.com with smtp
(Smail3.1.29.1 #8) id m0vf9d1-000BGdC; Tue, 31 Dec 96 11:13 PST
Received: from host (wugate.wustl.edu [128.252.120.1]) by wugate.wustl.edu (8.7.5/8.7.3) with SMTP id NAA15876; Tue, 31 Dec 1996 13:11:14 -0600
Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by wugate.wustl.edu (8.7.5/8.7.3) with ESMTP id NAA15615 for <
[email protected]>; Tue, 31 Dec 1996 13:03:14 -0600
Received: from scv2.apple.com (A17-128-100-120.apple.com [17.128.100.120]) by mail-out1.apple.com (8.7.5/8.7.3) with ESMTP id LAA26792 for <
[email protected]>; Tue, 31 Dec 1996 11:01:57 -0800
Received: from [17.128.202.193] ([17.128.202.193]) by scv2.apple.com (8.7.5/8.7.3) with SMTP id LAA05018 for <
[email protected]>; Tue, 31 Dec 1996 11:03:57 -0800
Message-Id: <
[email protected]>
Date: Tue, 31 Dec 96 11:04:15 -0800
Reply-To:
[email protected]
Sender:
[email protected]
From: Larry Goodwin <
[email protected]>
To: <
[email protected]>
Subject: Re: guest accounts question 2
Mime-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Listprocessor-Version: 7.1 -- ListProcessor by CREN
Thom, The guest account instructions talk about 2 options for this.
1) change the /src/ftpd.c file to int use_accessfile = 0; to int
use_accessfile = 1;
or
2) use the -a flag in the /etc/inetd.conf file when starting ftpd
BTY: there are other options you can use there also.
-L log user commands to syslog file
-i log incoming (uploaded files) to the xferlog
-o log outgoing (downloaded files) to the xfer log
-a enables the access file
-A disables the access file
-d sends debugging info to syslog
These are in the nutshell book.
hope this helps.
Larry Goodwin
Mgr AppleSoft Engineering Services Office: 408-974-0520
Apple Computer Pager: 800-539-7517 Pager w/voice mail
1 Infinite Loop Pager:
[email protected]
Cupertino, CA 95014