From owner-freebsd-bugs Sat Dec 8 11:10:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECD3337B41D for ; Sat, 8 Dec 2001 11:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8JA3t99477; Sat, 8 Dec 2001 11:10:03 -0800 (PST) (envelope-from gnats) Received: from stash.attlabs.att.com (mpfg.attlabs.net [12.106.35.2]) by hub.freebsd.org (Postfix) with ESMTP id 65C0E37B41C for ; Sat, 8 Dec 2001 11:08:21 -0800 (PST) Received: (from fenner@localhost) by stash.attlabs.att.com (8.11.6/8.11.6) id fB8J88d31972; Sat, 8 Dec 2001 11:08:08 -0800 (PST) (envelope-from fenner) Message-Id: <200112081908.fB8J88d31972@stash.attlabs.att.com> Date: Sat, 8 Dec 2001 11:08:08 -0800 (PST) From: Bill Fenner Reply-To: Bill Fenner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/32619: libfetch does not use RFC 1738's definiton of ftp: URLs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32619 >Category: bin >Synopsis: libfetch does not use RFC 1738's definiton of ftp: URLs >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 08 11:10:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: Bill Fenner >Release: FreeBSD 5.0-CURRENT i386 >Organization: AT&T >Environment: System: FreeBSD stash.attlabs.att.com 5.0-CURRENT FreeBSD 5.0-CURRENT #53: Thu Dec 6 13:03:35 PST 2001 root@stash.attlabs.att.com:/usr/obj/usr/src/sys/STASHNOV6 i386 >Description: libfetch does not use RFC 1738's definition of FTP: URLs. It appears to send a single CWD / as opposed to splitting it at slashes, unescaping each piece, and sending each as an argument to an individual CWD command. >How-To-Repeat: use "fetch" to fetch an ftp: URL. Since there is no debugging output, use "tcpdump" to see what is sent on the ftp command channel. >Fix: Implement RFC 1738's definition of FTP: URLs, as fetch(1) used to before libfetch was introduced. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message