From owner-cvs-all@FreeBSD.ORG Sun Jan 2 12:17:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0003E16A4CE; Sun, 2 Jan 2005 12:17:38 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E12243D3F; Sun, 2 Jan 2005 12:17:38 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id j02CE2VC028579; Sun, 2 Jan 2005 07:14:02 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)j02CE2Be028576; Sun, 2 Jan 2005 12:14:02 GMT (envelope-from robert@fledge.watson.org) Date: Sun, 2 Jan 2005 12:14:02 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Tim Kientzle In-Reply-To: <200501020521.j025LF68085390@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libarchive Makefile archive.h.in archive_read_support_format_iso9660.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2005 12:17:39 -0000 On Sun, 2 Jan 2005, Tim Kientzle wrote: > First cut support for extracting from ISO9660 disk images. > This seems to be able to extract a TOC and extract files from > the couple of ISO images I've tested it with. > > Treat this as experimental proof-of-concept code for the > moment. There are still a bunch of debug messages (there > are a few oddities in ISO9660 that I haven't yet figured > out how to handle), a lot of bugs to be addressed (this > code leaks memory very badly), and a lot of missing features (no > Rockridge support, in particular). I'd appreciate > feedback from anyone who understands ISO9660 format > better than I do. ;-) Very cool -- finally we can extract files from install CD's without root privilege :-). This will be very useful. Robert N M Watson