From owner-cvs-all@FreeBSD.ORG Wed Dec 27 12:41:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F25D316A47E; Wed, 27 Dec 2006 12:41:26 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EB88C13C48A; Wed, 27 Dec 2006 12:41:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBRCfJaH097662; Wed, 27 Dec 2006 12:41:19 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBRCfJv6097659; Wed, 27 Dec 2006 12:41:19 GMT (envelope-from itetcu) Message-Id: <200612271241.kBRCfJv6097659@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 27 Dec 2006 12:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/vinetto Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 27 Dec 2006 12:41:27 -0000 itetcu 2006-12-27 12:41:19 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/vinetto Makefile distinfo pkg-descr pkg-plist Log: Vinetto extracts the thumbnails and associated metadata from the Thumbs.db files. The Windows systems (98, ME, 2000, XP and 2003 Server) can store thumbnails and metadata of the picture files contained in the directories of its FAT32 or NTFS filesystems. The thumbnails and associated metadata are stored in Thumbs.db files. The Thumbs.db files are undocumented OLE structured files. Once a picture file has been deleted from the filesystem, the related thumbnail and associated metada remain stored in the Thumbs.db file. So, the data contained in those Thumbs.db files are an helpful source of information for the forensics investigator. WWW: http://vinetto.sourceforge.net/ PR: ports/107235 Submitted by: Aleksander Fafula Revision Changes Path 1.846 +1 -0 ports/security/Makefile 1.1 +34 -0 ports/security/vinetto/Makefile (new) 1.1 +3 -0 ports/security/vinetto/distinfo (new) 1.1 +16 -0 ports/security/vinetto/pkg-descr (new) 1.1 +12 -0 ports/security/vinetto/pkg-plist (new)