Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 1998 23:08:04 +0200 (CEST)
From:      Harold Gutch <logix@foobar.franken.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/8293: /usr/libexec/ftpd expands "~" to root's homedir
Message-ID:  <199810122108.XAA04329@foobar.franken.de>

next in thread | raw e-mail | index | archive | help

>Number:         8293
>Category:       bin
>Synopsis:       /usr/libexec/ftpd expands "~" to root's homedir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 12 14:20:00 PDT 1998
>Last-Modified:
>Originator:     Harold Gutch
>Organization:
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

ftpd from STABLE snapshot 980807-SNAP

>Description:

/usr/libexec/ftpd expands "~" to the homedirectory of root instead of the homedirectory of the user you are logged in as.

>How-To-Repeat:

logix@overdose:~ $ ftp
ftp> o localhost
Connected to localhost.
220 overdose.franken.de FTP server (Version 6.00) ready.
Name (localhost:logix): 
331 Password required for logix.
Password:
230 User logix logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd ~
250 CWD command successful.
ftp> pwd
257 "/root" is current directory.
ftp> 

>Fix:
	
unknown
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810122108.XAA04329>