<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-4134</id>
	<title>Nabble - The Sleuth Kit</title>
	<updated>2009-12-05T21:28:13Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/The-Sleuth-Kit-f4134.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-Sleuth-Kit-f4134.html" />
	<subtitle type="html">The Sleuth Kit is a collection of open source file system forensics tools that allow one to view allocated and deleted data from NTFS, FAT, FFS, and EXT2FS images.  The Autopsy Forensic Browser provides a graphical interface to The Sleuth Kit. The Sleuth Kit home is &lt;a href=&quot;http://sourceforge.net/projects/sleuthkit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26662404</id>
	<title>beta 3.1.0b1 - tsk3/fs/tsk_fs_i.h</title>
	<published>2009-12-05T21:28:13Z</published>
	<updated>2009-12-05T21:28:13Z</updated>
	<author>
		<name>Simson Garfinkel-3</name>
	</author>
	<content type="html">tsk_fs_make_ls(TSK_FS_META *, char *); is declared in tsk_fs_i.h , but tsk_fs_i.h is not installed into /usr/local/include/tsk3 in the 3.1 beta. Can it be added?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beta-3.1.0b1---tsk3-fs-tsk_fs_i.h-tp26662404p26662404.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26660179</id>
	<title>3.10b1 - tsk_img_open_utf8</title>
	<published>2009-12-05T11:07:18Z</published>
	<updated>2009-12-05T11:07:18Z</updated>
	<author>
		<name>Simson Garfinkel-3</name>
	</author>
	<content type="html">Sleuthkit 3.1 changes the calling sequence of tsk_img_open_utf8.
&lt;br&gt;&lt;br&gt;The new calling sequence is:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; extern TSK_IMG_INFO *tsk_img_open_utf8(int num_img,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const char *const images[], TSK_IMG_TYPE_ENUM type, unsigned int);
&lt;br&gt;&lt;br&gt;This is good news --- apparently the new argument is the sector size (0 for default). 
&lt;br&gt;&lt;br&gt;But it would be nice if the #include file gave a name for the fourth argument, rather than just calling it &amp;quot;unsigned int&amp;quot;
&lt;br&gt;&lt;br&gt;Please change the include file to read:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; extern TSK_IMG_INFO *tsk_img_open_utf8(int num_img,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; const char *const images[], TSK_IMG_TYPE_ENUM type, unsigned int sector_size);
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.10b1---tsk_img_open_utf8-tp26660179p26660179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637147</id>
	<title>[ sleuthkit-Feature Requests-2908516 ] HFS Hot files</title>
	<published>2009-12-03T18:47:37Z</published>
	<updated>2009-12-03T18:47:37Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2908516, was opened at 2009-12-03 21:47
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908516&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908516&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: HFS Hot files
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Show users which files are in the Hot Files B-Tree. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908516&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908516&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637147&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2908516---HFS-Hot-files-tp26637147p26637147.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637131</id>
	<title>[ sleuthkit-Feature Requests-2908514 ] Finish HFS+ features</title>
	<published>2009-12-03T18:44:57Z</published>
	<updated>2009-12-03T18:44:57Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2908514, was opened at 2009-12-03 21:44
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908514&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908514&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: None
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Finish HFS+ features
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Add:
&lt;br&gt;- Resource fork support
&lt;br&gt;- Soft links
&lt;br&gt;- Hard links
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908514&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908514&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637131&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2908514---Finish-HFS%2B-features-tp26637131p26637131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637103</id>
	<title>[ sleuthkit-Feature Requests-2908510 ] Make temporal data more granular</title>
	<published>2009-12-03T18:41:18Z</published>
	<updated>2009-12-03T18:41:18Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2908510, was opened at 2009-12-03 21:41
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908510&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908510&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Make temporal data more granular
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;TSK currently ignores temporal data that is smaller than 1 second. &amp;nbsp;We should be storing that data somewhere (in a separate variable) and allowing the user to use it. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908510&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2908510&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2908510---Make-temporal-data-more-granular-tp26637103p26637103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637085</id>
	<title>[ sleuthkit-Feature Requests-2351426 ] Include mactime with Windows binaries</title>
	<published>2009-12-03T18:39:22Z</published>
	<updated>2009-12-03T18:39:22Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2351426, was opened at 2008-11-26 11:37
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2351426&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2351426&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: Timeline
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Include mactime with Windows binaries
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;mactime could be included with the Windows binaries. Some installation issues need to be figured out because the 'make' process currently locates perl and adds that to the top of the mactime script. 
&lt;br&gt;&lt;br&gt;It was suggested that PAR could help... &amp;nbsp;I haven't looked into it yet.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-12-03 21:39
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;&amp;gt;From RB: 
&lt;br&gt;On Nov 19, 2009, at 5:33 PM, RB wrote:
&lt;br&gt;&lt;br&gt;On Thu, Nov 19, 2009 at 15:05, Brian Carrier &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carrier@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;br&gt;then I can make it happen. &amp;nbsp;For example, what needs to happen for the
&lt;br&gt;script
&lt;br&gt;to find Perl.exe? Does the user have to edit the first line of the file
&lt;br&gt;to
&lt;br&gt;point to their installation? &amp;nbsp;Do they need to run it as &amp;quot;perl mactime&amp;quot;?
&lt;br&gt;&lt;br&gt;Generally speaking, yes - it's up to the Perl distribution to insert
&lt;br&gt;itself into %PATH%, and they typically do a good job of that. &amp;nbsp;The
&lt;br&gt;ubiquitous &amp;quot;#!&amp;quot; from UNIX is relatively meaningless in that world,
&lt;br&gt;IIRC, so unless the user has also associated .pl scripts with perl.exe
&lt;br&gt;(another thing I've seen done), you'll have to invoke Perl first.
&lt;br&gt;&lt;br&gt;Steps to make this happen:
&lt;br&gt;- update the release process to set the version in the script
&lt;br&gt;- Update the doc on using mactime on windows. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2351426&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2351426&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2351426---Include-mactime-with-Windows-binaries-tp26637085p26637085.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26637063</id>
	<title>[ sleuthkit-Feature Requests-2367458 ] Process NTFS Security Attribute</title>
	<published>2009-12-03T18:36:48Z</published>
	<updated>2009-12-03T18:36:48Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2367458, was opened at 2008-11-30 18:00
&lt;br&gt;Message generated for change (Settings changed) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2367458&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2367458&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Process NTFS Security Attribute
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Display the security settings for a file.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-12-03 21:36
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;This has been addressed by the patch in Issue 2895607. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2367458&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2367458&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26637063&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2367458---Process-NTFS-Security-Attribute-tp26637063p26637063.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636996</id>
	<title>[ sleuthkit-Bugs-2905750 ] reading data from compressed file on NTFS</title>
	<published>2009-12-03T18:27:17Z</published>
	<updated>2009-12-03T18:27:17Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2905750, was opened at 2009-11-29 16:33
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System Tools
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;&amp;gt;Resolution: Fixed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: oncer oncer surname (oncer82)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: reading data from compressed file on NTFS
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This issue is reprodusable when trying to read content of a compressed file on NTFS with using tsk_fs_file_read funstion.
&lt;br&gt;&lt;br&gt;Bug is reproduced on an alive OS while trying to read content of a C:\WINDOWS\ie7\inetres.adm &amp;nbsp;file.
&lt;br&gt;Function tsk_fs_file_read continues reading data even when an offset from where to read data is past file's boundary.
&lt;br&gt;Function continues returning data without any error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-12-03 21:27
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;I confirmed that the code does not return -1 when offset is past the end of
&lt;br&gt;the file. &amp;nbsp;0 was returned instead. &amp;nbsp;This was inconsistent with the reading
&lt;br&gt;functionality of the image layer, which returns -1 in that case. &amp;nbsp;All file
&lt;br&gt;system code was updated to return -1 when an offset is given past the end
&lt;br&gt;of the allocated file size. &amp;nbsp; Thanks!
&lt;br&gt;&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/base/tsk_base.h
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/base/tsk_error.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/fs_attr.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/fs_file.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/ntfs.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/tsk_fs.h
&lt;br&gt;Transmitting file data ......
&lt;br&gt;Committed revision 138.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: oncer oncer surname (oncer82)
&lt;br&gt;Date: 2009-11-29 16:35
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Windows XP, search pak 2.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636996&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Bugs-2905750---reading-data-from-compressed-file-on-NTFS-tp26636996p26636996.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602891</id>
	<title>Re: TSK 3.0.1 crashes with truncated volumes</title>
	<published>2009-12-01T19:12:55Z</published>
	<updated>2009-12-01T19:12:55Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">Thanks for the trace. &amp;nbsp;I fixed it and it is checked into the trunk.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 1, 2009, at 9:54 PM, Simson Garfinkel wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, Brian. I also got it to crash with TSK 3.1beta
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (gdb) run -o63 ~/0411.iso
&lt;br&gt;&amp;gt; Starting program: /Users/simsong/domex/src/dist/sleuthkit-3.1.0b1/ 
&lt;br&gt;&amp;gt; tools/fstools/fls -o63 ~/0411.iso
&lt;br&gt;&amp;gt; Reading symbols for shared libraries .+++++++++. done
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Program received signal EXC_BAD_ACCESS, Could not access memory.
&lt;br&gt;&amp;gt; Reason: KERN_INVALID_ADDRESS at address: 0x00000001007f9ff0
&lt;br&gt;&amp;gt; 0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;&amp;gt; (gdb) where
&lt;br&gt;&amp;gt; #0 &amp;nbsp;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;&amp;gt; #1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, &amp;nbsp;
&lt;br&gt;&amp;gt; __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;&amp;gt; #2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, &amp;nbsp;
&lt;br&gt;&amp;gt; a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;&amp;gt; #3 &amp;nbsp;0x000000010003e8e6 in tsk_fs_read (a_fs=0x1002007a0, &amp;nbsp;
&lt;br&gt;&amp;gt; a_off=65536, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at fs_io.c:63
&lt;br&gt;&amp;gt; #4 &amp;nbsp;0x00000001000364a2 in ffs_open (img_info=0x10018e000, &amp;nbsp;
&lt;br&gt;&amp;gt; offset=32256, ftype=TSK_FS_TYPE_FFS_DETECT) at ffs.c:1963
&lt;br&gt;&amp;gt; #5 &amp;nbsp;0x000000010003ffc8 in tsk_fs_open_img (a_img_info=0x10018e000, &amp;nbsp;
&lt;br&gt;&amp;gt; a_offset=32256, a_ftype=TSK_FS_TYPE_DETECT) at fs_open.c:157
&lt;br&gt;&amp;gt; #6 &amp;nbsp;0x0000000100001457 in main (argc=&amp;lt;value temporarily unavailable, &amp;nbsp;
&lt;br&gt;&amp;gt; due to optimizations&amp;gt;, argv1=0x7fff5fbfef80) at fls.cpp:263
&lt;br&gt;&amp;gt; (gdb) up
&lt;br&gt;&amp;gt; #1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, &amp;nbsp;
&lt;br&gt;&amp;gt; __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;&amp;gt; 58	 &amp;nbsp;return __builtin___memcpy_chk (__dest, __src, __len, &amp;nbsp;
&lt;br&gt;&amp;gt; __darwin_obsz0(__dest));
&lt;br&gt;&amp;gt; Current language: &amp;nbsp;auto; currently c
&lt;br&gt;&amp;gt; (gdb) up
&lt;br&gt;&amp;gt; #2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, &amp;nbsp;
&lt;br&gt;&amp;gt; a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;&amp;gt; 71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;&amp;gt; (gdb) list 65,75
&lt;br&gt;&amp;gt; 65	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (tsk_verbose)
&lt;br&gt;&amp;gt; 66	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;&amp;gt; 67	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_img_read: Read found in cache %d\n&amp;quot;, i);
&lt;br&gt;&amp;gt; 68	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;gt; 69	
&lt;br&gt;&amp;gt; 70	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// We found it...
&lt;br&gt;&amp;gt; 71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;&amp;gt; 72	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;a_img_info-&amp;gt;cache[i][a_off -
&lt;br&gt;&amp;gt; 73	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a_img_info-&amp;gt;cache_off[i]], len2);
&lt;br&gt;&amp;gt; 74	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;retval = (ssize_t) len2;
&lt;br&gt;&amp;gt; 75	
&lt;br&gt;&amp;gt; (gdb) p a_buf
&lt;br&gt;&amp;gt; $1 = 0x100801e00 &amp;quot;&amp;quot;
&lt;br&gt;&amp;gt; (gdb) p i
&lt;br&gt;&amp;gt; $2 = 3
&lt;br&gt;&amp;gt; (gdb) p a_off
&lt;br&gt;&amp;gt; $3 = 97792
&lt;br&gt;&amp;gt; (gdb) p a_img_info-&amp;gt;cache_off[i]
&lt;br&gt;&amp;gt; $4 = 32256
&lt;br&gt;&amp;gt; (gdb) p len2
&lt;br&gt;&amp;gt; $5 = 18446744073709519360
&lt;br&gt;&amp;gt; (gdb)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSK-3.0.1-crashes-with-truncated-volumes-tp26559551p26602891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602877</id>
	<title>[ sleuthkit-Bugs-2907248 ] crash in image layer caching</title>
	<published>2009-12-01T19:12:25Z</published>
	<updated>2009-12-01T19:12:25Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2907248, was opened at 2009-12-01 22:10
&lt;br&gt;Message generated for change (Settings changed) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System Tools
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Closed
&lt;br&gt;&amp;gt;Resolution: Fixed
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: crash in image layer caching
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Reported from Simson Garfinkel:
&lt;br&gt;&lt;br&gt;(gdb) run -o63 ~/0411.iso 
&lt;br&gt;Starting program: /Users/simsong/domex/src/dist/sleuthkit-3.1.0b1/tools/fstools/fls -o63 ~/0411.iso
&lt;br&gt;Reading symbols for shared libraries .+++++++++. done
&lt;br&gt;&lt;br&gt;Program received signal EXC_BAD_ACCESS, Could not access memory.
&lt;br&gt;Reason: KERN_INVALID_ADDRESS at address: 0x00000001007f9ff0
&lt;br&gt;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;(gdb) where
&lt;br&gt;#0 &amp;nbsp;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;#3 &amp;nbsp;0x000000010003e8e6 in tsk_fs_read (a_fs=0x1002007a0, a_off=65536, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at fs_io.c:63
&lt;br&gt;#4 &amp;nbsp;0x00000001000364a2 in ffs_open (img_info=0x10018e000, offset=32256, ftype=TSK_FS_TYPE_FFS_DETECT) at ffs.c:1963
&lt;br&gt;#5 &amp;nbsp;0x000000010003ffc8 in tsk_fs_open_img (a_img_info=0x10018e000, a_offset=32256, a_ftype=TSK_FS_TYPE_DETECT) at fs_open.c:157
&lt;br&gt;#6 &amp;nbsp;0x0000000100001457 in main (argc=&amp;lt;value temporarily unavailable, due to optimizations&amp;gt;, argv1=0x7fff5fbfef80) at fls.cpp:263
&lt;br&gt;(gdb) up
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;58	 &amp;nbsp;return __builtin___memcpy_chk (__dest, __src, __len, __darwin_obsz0(__dest));
&lt;br&gt;Current language: &amp;nbsp;auto; currently c
&lt;br&gt;(gdb) up
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;(gdb) list 65,75
&lt;br&gt;65	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (tsk_verbose)
&lt;br&gt;66	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;67	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_img_read: Read found in cache %d\n&amp;quot;, i);
&lt;br&gt;68	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;69	
&lt;br&gt;70	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// We found it...
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;72	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;a_img_info-&amp;gt;cache[i][a_off -
&lt;br&gt;73	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a_img_info-&amp;gt;cache_off[i]], len2);
&lt;br&gt;74	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;retval = (ssize_t) len2;
&lt;br&gt;75	
&lt;br&gt;(gdb) p a_buf
&lt;br&gt;$1 = 0x100801e00 &amp;quot;&amp;quot;
&lt;br&gt;(gdb) p i
&lt;br&gt;$2 = 3
&lt;br&gt;(gdb) p a_off
&lt;br&gt;$3 = 97792
&lt;br&gt;(gdb) p a_img_info-&amp;gt;cache_off[i]
&lt;br&gt;$4 = 32256
&lt;br&gt;(gdb) p len2
&lt;br&gt;$5 = 18446744073709519360
&lt;br&gt;(gdb) 
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-12-01 22:12
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Fixed. &amp;nbsp;Issue was with length calculation when reading past end of image.
&lt;br&gt;&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/img/img_io.c
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 136.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26602877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Bugs-2907248---crash-in-image-layer-caching-tp26602877p26602877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602867</id>
	<title>[ sleuthkit-Bugs-2907248 ] crash in image layer caching</title>
	<published>2009-12-01T19:10:13Z</published>
	<updated>2009-12-01T19:10:13Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2907248, was opened at 2009-12-01 22:10
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System Tools
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: crash in image layer caching
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Reported from Simson Garfinkel:
&lt;br&gt;&lt;br&gt;(gdb) run -o63 ~/0411.iso 
&lt;br&gt;Starting program: /Users/simsong/domex/src/dist/sleuthkit-3.1.0b1/tools/fstools/fls -o63 ~/0411.iso
&lt;br&gt;Reading symbols for shared libraries .+++++++++. done
&lt;br&gt;&lt;br&gt;Program received signal EXC_BAD_ACCESS, Could not access memory.
&lt;br&gt;Reason: KERN_INVALID_ADDRESS at address: 0x00000001007f9ff0
&lt;br&gt;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;(gdb) where
&lt;br&gt;#0 &amp;nbsp;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;#3 &amp;nbsp;0x000000010003e8e6 in tsk_fs_read (a_fs=0x1002007a0, a_off=65536, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at fs_io.c:63
&lt;br&gt;#4 &amp;nbsp;0x00000001000364a2 in ffs_open (img_info=0x10018e000, offset=32256, ftype=TSK_FS_TYPE_FFS_DETECT) at ffs.c:1963
&lt;br&gt;#5 &amp;nbsp;0x000000010003ffc8 in tsk_fs_open_img (a_img_info=0x10018e000, a_offset=32256, a_ftype=TSK_FS_TYPE_DETECT) at fs_open.c:157
&lt;br&gt;#6 &amp;nbsp;0x0000000100001457 in main (argc=&amp;lt;value temporarily unavailable, due to optimizations&amp;gt;, argv1=0x7fff5fbfef80) at fls.cpp:263
&lt;br&gt;(gdb) up
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;58	 &amp;nbsp;return __builtin___memcpy_chk (__dest, __src, __len, __darwin_obsz0(__dest));
&lt;br&gt;Current language: &amp;nbsp;auto; currently c
&lt;br&gt;(gdb) up
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;(gdb) list 65,75
&lt;br&gt;65	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (tsk_verbose)
&lt;br&gt;66	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;67	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_img_read: Read found in cache %d\n&amp;quot;, i);
&lt;br&gt;68	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;69	
&lt;br&gt;70	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// We found it...
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;72	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;a_img_info-&amp;gt;cache[i][a_off -
&lt;br&gt;73	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a_img_info-&amp;gt;cache_off[i]], len2);
&lt;br&gt;74	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;retval = (ssize_t) len2;
&lt;br&gt;75	
&lt;br&gt;(gdb) p a_buf
&lt;br&gt;$1 = 0x100801e00 &amp;quot;&amp;quot;
&lt;br&gt;(gdb) p i
&lt;br&gt;$2 = 3
&lt;br&gt;(gdb) p a_off
&lt;br&gt;$3 = 97792
&lt;br&gt;(gdb) p a_img_info-&amp;gt;cache_off[i]
&lt;br&gt;$4 = 32256
&lt;br&gt;(gdb) p len2
&lt;br&gt;$5 = 18446744073709519360
&lt;br&gt;(gdb) 
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2907248&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26602867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Bugs-2907248---crash-in-image-layer-caching-tp26602867p26602867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602791</id>
	<title>Re: TSK 3.0.1 crashes with truncated volumes</title>
	<published>2009-12-01T18:54:49Z</published>
	<updated>2009-12-01T18:54:49Z</updated>
	<author>
		<name>Simson Garfinkel-3</name>
	</author>
	<content type="html">Hi, Brian. I also got it to crash with TSK 3.1beta
&lt;br&gt;&lt;br&gt;(gdb) run -o63 ~/0411.iso 
&lt;br&gt;Starting program: /Users/simsong/domex/src/dist/sleuthkit-3.1.0b1/tools/fstools/fls -o63 ~/0411.iso
&lt;br&gt;Reading symbols for shared libraries .+++++++++. done
&lt;br&gt;&lt;br&gt;Program received signal EXC_BAD_ACCESS, Could not access memory.
&lt;br&gt;Reason: KERN_INVALID_ADDRESS at address: 0x00000001007f9ff0
&lt;br&gt;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;(gdb) where
&lt;br&gt;#0 &amp;nbsp;0x00007fffffe00f40 in __memcpy ()
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;#3 &amp;nbsp;0x000000010003e8e6 in tsk_fs_read (a_fs=0x1002007a0, a_off=65536, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at fs_io.c:63
&lt;br&gt;#4 &amp;nbsp;0x00000001000364a2 in ffs_open (img_info=0x10018e000, offset=32256, ftype=TSK_FS_TYPE_FFS_DETECT) at ffs.c:1963
&lt;br&gt;#5 &amp;nbsp;0x000000010003ffc8 in tsk_fs_open_img (a_img_info=0x10018e000, a_offset=32256, a_ftype=TSK_FS_TYPE_DETECT) at fs_open.c:157
&lt;br&gt;#6 &amp;nbsp;0x0000000100001457 in main (argc=&amp;lt;value temporarily unavailable, due to optimizations&amp;gt;, argv1=0x7fff5fbfef80) at fls.cpp:263
&lt;br&gt;(gdb) up
&lt;br&gt;#1 &amp;nbsp;0x0000000100004580 in __inline_memcpy_chk (__dest=0x100801e00, __src=0x1001ce014, __len=18446744073709519360) at _string.h:58
&lt;br&gt;58	 &amp;nbsp;return __builtin___memcpy_chk (__dest, __src, __len, __darwin_obsz0(__dest));
&lt;br&gt;Current language: &amp;nbsp;auto; currently c
&lt;br&gt;(gdb) up
&lt;br&gt;#2 &amp;nbsp;0x0000000100004285 in tsk_img_read (a_img_info=0x10018e000, a_off=97792, a_buf=0x100801e00 &amp;quot;&amp;quot;, a_len=1536) at img_io.c:71
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;(gdb) list 65,75
&lt;br&gt;65	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (tsk_verbose)
&lt;br&gt;66	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fprintf(stderr,
&lt;br&gt;67	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_img_read: Read found in cache %d\n&amp;quot;, i);
&lt;br&gt;68	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;69	
&lt;br&gt;70	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// We found it...
&lt;br&gt;71	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;memcpy(a_buf,
&lt;br&gt;72	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;a_img_info-&amp;gt;cache[i][a_off -
&lt;br&gt;73	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a_img_info-&amp;gt;cache_off[i]], len2);
&lt;br&gt;74	 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;retval = (ssize_t) len2;
&lt;br&gt;75	
&lt;br&gt;(gdb) p a_buf
&lt;br&gt;$1 = 0x100801e00 &amp;quot;&amp;quot;
&lt;br&gt;(gdb) p i
&lt;br&gt;$2 = 3
&lt;br&gt;(gdb) p a_off
&lt;br&gt;$3 = 97792
&lt;br&gt;(gdb) p a_img_info-&amp;gt;cache_off[i]
&lt;br&gt;$4 = 32256
&lt;br&gt;(gdb) p len2
&lt;br&gt;$5 = 18446744073709519360
&lt;br&gt;(gdb) 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSK-3.0.1-crashes-with-truncated-volumes-tp26559551p26602791.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602576</id>
	<title>Re: 3.1.0 beta</title>
	<published>2009-12-01T18:28:09Z</published>
	<updated>2009-12-01T18:28:09Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">Hi Adric,
&lt;br&gt;&lt;br&gt;Thanks. &amp;nbsp;If you could check for missing files and errors about &amp;nbsp;
&lt;br&gt;unexpected data, then that would be great.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 30, 2009, at 8:59 PM, Adric Net wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've got the beta loaded up on my MacBook here and have a freshly &amp;nbsp;
&lt;br&gt;&amp;gt; acquired Tiger Server HFS+ image (dd splitfile) loaded into Autopsy.
&lt;br&gt;&amp;gt; I'll be poking at it with sleuthkit and looking around over the next &amp;nbsp;
&lt;br&gt;&amp;gt; few days, but if there is anything in particular you'd like tested, &amp;nbsp;
&lt;br&gt;&amp;gt; please let me know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; adric
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 25, 2009, at 3:57 PM, Brian Carrier wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was hoping to get the 3.1.0 release out in the Spring before the
&lt;br&gt;&amp;gt;&amp;gt; baby was born, but that didn't work. &amp;nbsp;So, a new release is LONG over
&lt;br&gt;&amp;gt;&amp;gt; due. &amp;nbsp;There are a lot of bug fixes in the 3.1.0 release and HFS
&lt;br&gt;&amp;gt;&amp;gt; support is now enabled by default. &amp;nbsp;Thanks to Rob Joyce and ATC-NY &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; for
&lt;br&gt;&amp;gt;&amp;gt; their HFS help. I would like to have the HFS code put through some
&lt;br&gt;&amp;gt;&amp;gt; more tests before an official release is made though.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 3.1.0b1 is available from &lt;a href=&quot;http://www.sleuthkit.org/betas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org/betas/&lt;/a&gt;. I'll build
&lt;br&gt;&amp;gt;&amp;gt; the Windows executables next week. Everyone is free to try it out, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; but
&lt;br&gt;&amp;gt;&amp;gt; help with HFS is especially appreciated. &amp;nbsp;The goal is to have the
&lt;br&gt;&amp;gt;&amp;gt; official 3.1.0 out by the end of 09.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; brian
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; 2008 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; and focus on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Adric Net
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26602576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adric@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.1.0-beta-tp26520190p26602576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26602540</id>
	<title>Re: TSK 3.0.1 crashes with truncated volumes</title>
	<published>2009-12-01T18:22:07Z</published>
	<updated>2009-12-01T18:22:07Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">Hi Simson,
&lt;br&gt;&lt;br&gt;I can't recreate this with the trunk or 3.0.1:
&lt;br&gt;&lt;br&gt;# fls -o 63 ~/Downloads/0411.iso
&lt;br&gt;Error reading image file (tsk_fs_read_block: Address missing in &amp;nbsp;
&lt;br&gt;partial image: 261)) (tsk_fs_file_walk: Error reading block at 261 - &amp;nbsp;
&lt;br&gt;fatfs_dir_open_meta)
&lt;br&gt;# fls -V
&lt;br&gt;The Sleuth Kit ver 3.0.1
&lt;br&gt;&lt;br&gt;Can you run 'fls' in gdb and send me the 'bt' stack trace for the &amp;nbsp;
&lt;br&gt;crash on your system?
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 29, 2009, at 12:49 AM, Simson Garfinkel wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a number of disks for which I was only able to image the &amp;nbsp;
&lt;br&gt;&amp;gt; first 64K of so. These images cause TSK to crash.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One of the images is 0411.iso, which can be downloaded from &lt;a href=&quot;http://www.simson.net/0411.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simson.net/0411.iso&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ mmls ~/0411.iso
&lt;br&gt;&amp;gt; DOS Partition Table
&lt;br&gt;&amp;gt; Offset Sector: 0
&lt;br&gt;&amp;gt; Units are in 512-byte sectors
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Slot &amp;nbsp; &amp;nbsp;Start &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Length &amp;nbsp; &amp;nbsp; &amp;nbsp; Description
&lt;br&gt;&amp;gt; 00: &amp;nbsp;Meta &amp;nbsp; &amp;nbsp;0000000000 &amp;nbsp; 0000000000 &amp;nbsp; 0000000001 &amp;nbsp; Primary Table (#0)
&lt;br&gt;&amp;gt; 01: &amp;nbsp;----- &amp;nbsp; 0000000000 &amp;nbsp; 0000000062 &amp;nbsp; 0000000063 &amp;nbsp; Unallocated
&lt;br&gt;&amp;gt; 02: &amp;nbsp;00:00 &amp;nbsp; 0000000063 &amp;nbsp; 0002124863 &amp;nbsp; 0002124801 &amp;nbsp; DOS FAT16 (0x06)
&lt;br&gt;&amp;gt; c$ fls -o 63 &amp;nbsp;~/0411.iso
&lt;br&gt;&amp;gt; Segmentation fault (core dumped)
&lt;br&gt;&amp;gt; 12:47 AM t:~/domex/src/fiwalk/src$ ls -l ~/0411.iso
&lt;br&gt;&amp;gt; -rw-r--r-- 1 simsong slg 65536 2009-11-29 00:46 /home/simsong/0411.iso
&lt;br&gt;&amp;gt; $ fls -V
&lt;br&gt;&amp;gt; The Sleuth Kit ver 3.0.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 &amp;nbsp;
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and &amp;nbsp;
&lt;br&gt;&amp;gt; focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSK-3.0.1-crashes-with-truncated-volumes-tp26559551p26602540.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26600466</id>
	<title>[ sleuthkit-Feature Requests-2895607 ] Identify in NTFS the SID of the owner of a file</title>
	<published>2009-12-01T14:49:22Z</published>
	<updated>2009-12-01T14:49:22Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2895607, was opened at 2009-11-10 19:25
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: James Butler (jamiebutler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Identify in NTFS the SID of the owner of a file
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The owner SID of files needs to be identified per file.
&lt;br&gt;&lt;br&gt;Every file has an associated security identifier which identifies the owner, groups, etc. of the file. More than one file may have the same security identifier if the files share the exact same security descriptor. Using the security identifier of the file (secid), we can lookup its security descriptor within $Secure. Security descriptors are variable length and contained in the $SDS stream within $Secure. The $SII stream of $Secure is an index into the $SDS stream. $SII entries are stored incrementally by the secid. Once we find the secid of the file inside the $SII stream, the $SII entry will tell the offset within the $SDS stream to read the security descriptor. 
&lt;br&gt;&lt;br&gt;Use the tsk_fs_file_read_owner_sid function within fs_file.c to get the string representation of the owner SID of a file on NTFS. When an NTFS filesystem is opened ntfs_open is called. ntfs_open initializes a pointer to ntfs_lookup_security_id and then calls ntfs_load_secure. ntfs_load_secure opens MFT entry 9, $Secure, and reads in the $SDS and $SII streams. When tsk_fs_file_read_owner_sid is called on a TSK_FS_FILE, the owner SID is returned in its string form.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-12-01 17:49
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Thanks. &amp;nbsp;This has been added to the trunk. I changed it up a bit and moved
&lt;br&gt;some code around. &amp;nbsp;For example, I moved the NTFS code from fs_file into
&lt;br&gt;ntfs.c and changed some of the NTFS functions, but most of it is the same. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm keeping this open as a reminder to go in an add some more error
&lt;br&gt;statements into ntfs.c
&lt;br&gt;&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/fs_attrlist.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/fs_file.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/ntfs.c
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/tsk_fs.h
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/tsk_fs_i.h
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/tsk3/fs/tsk_ntfs.h
&lt;br&gt;Transmitting file data ......
&lt;br&gt;Committed revision 135.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: James Butler (jamiebutler)
&lt;br&gt;Date: 2009-11-25 17:12
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Sorry, here is that function.
&lt;br&gt;&lt;br&gt;#define MIN(a, b) ((a) &amp;lt; (b) ? (a) : (b))
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* \internal
&lt;br&gt;&amp;nbsp;* Search the attribute list of TSK_FS_ATTR structures for an entry with a
&lt;br&gt;given 
&lt;br&gt;&amp;nbsp;* type (no ID) and a given name. &amp;nbsp;If more than one entry with the same
&lt;br&gt;type exists, 
&lt;br&gt;&amp;nbsp;* the one with the lowest ID will be returned. 
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @param a_fs_attrlist Data list structure to search in
&lt;br&gt;&amp;nbsp;* @param a_type Type of attribute to find
&lt;br&gt;&amp;nbsp;* @param name Name of the attribute to find
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @return NULL is returned on error and if an entry could not be found.
&lt;br&gt;&amp;nbsp;* tsk_errno will be set to TSK_ERR_FS_ATTR_NOTFOUND if entry could not be
&lt;br&gt;found.
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;const TSK_FS_ATTR *
&lt;br&gt;tsk_fs_attrlist_get_name_type(const TSK_FS_ATTRLIST * a_fs_attrlist,
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR_TYPE_ENUM a_type, char *name)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR *fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR *fs_attr_ok = NULL;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; if ((!a_fs_attrlist) || (name == NULL)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_error_reset();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errno = TSK_ERR_FS_ARG;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; snprintf(tsk_errstr, TSK_ERRSTR_L,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_fs_attrlist_get: Null list pointer&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errstr2[0] = '\0';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return NULL;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; for (fs_attr_cur = a_fs_attrlist-&amp;gt;head; fs_attr_cur; fs_attr_cur =
&lt;br&gt;fs_attr_cur-&amp;gt;next) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_cur-&amp;gt;flags &amp; TSK_FS_ATTR_INUSE) &amp;&amp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (fs_attr_cur-&amp;gt;type == a_type) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (!strncmp(fs_attr_cur-&amp;gt;name, name, MIN(fs_attr_cur-&amp;gt;name_size,
&lt;br&gt;strlen(name))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* If we are looking for NTFS $Data, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* then return default when we see it */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_cur-&amp;gt;type == TSK_FS_ATTR_TYPE_NTFS_DATA) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (fs_attr_cur-&amp;gt;name_size &amp;gt; 5) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (strncmp(fs_attr_cur-&amp;gt;name, &amp;quot;$Data&amp;quot;, 5) == 0)) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // make sure we return the lowest if multiple exist
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_ok == NULL) || (fs_attr_ok-&amp;gt;id &amp;gt;
&lt;br&gt;fs_attr_cur-&amp;gt;id))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fs_attr_ok = fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; if (!fs_attr_ok) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errno = TSK_ERR_FS_ATTR_NOTFOUND;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; snprintf(tsk_errstr, TSK_ERRSTR_L,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_fs_attrlist_get: Attribute %d not found&amp;quot;, a_type);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return NULL;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return fs_attr_ok;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 11:01
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Jamie, did you create a tsk_fs_attrlist_get_name_type() function as well? 
&lt;br&gt;It is being called from the new NTFS code, but it is not defined in TSK and
&lt;br&gt;I didn't see it in the patch.
&lt;br&gt;&lt;br&gt;thanks.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 10:30
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Applied memory leak patches into fs_file.c:
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fs/fs_file.c
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 131.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26600466&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2895607---Identify-in-NTFS-the-SID-of-the-owner-of-a-file-tp26600466p26600466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585575</id>
	<title>Re: 3.1.0 beta</title>
	<published>2009-11-30T17:59:21Z</published>
	<updated>2009-11-30T17:59:21Z</updated>
	<author>
		<name>Adric Net</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've got the beta loaded up on my MacBook here and have a freshly acquired Tiger Server HFS+ image (dd splitfile) loaded into Autopsy.
&lt;br&gt;I'll be poking at it with sleuthkit and looking around over the next few days, but if there is anything in particular you'd like tested, please let me know.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;adric
&lt;br&gt;&lt;br&gt;On Nov 25, 2009, at 3:57 PM, Brian Carrier wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I was hoping to get the 3.1.0 release out in the Spring before the &amp;nbsp;
&lt;br&gt;&amp;gt; baby was born, but that didn't work. &amp;nbsp;So, a new release is LONG over &amp;nbsp;
&lt;br&gt;&amp;gt; due. &amp;nbsp;There are a lot of bug fixes in the 3.1.0 release and HFS &amp;nbsp;
&lt;br&gt;&amp;gt; support is now enabled by default. &amp;nbsp;Thanks to Rob Joyce and ATC-NY for &amp;nbsp;
&lt;br&gt;&amp;gt; their HFS help. I would like to have the HFS code put through some &amp;nbsp;
&lt;br&gt;&amp;gt; more tests before an official release is made though.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 3.1.0b1 is available from &lt;a href=&quot;http://www.sleuthkit.org/betas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org/betas/&lt;/a&gt;. I'll build &amp;nbsp;
&lt;br&gt;&amp;gt; the Windows executables next week. Everyone is free to try it out, but &amp;nbsp;
&lt;br&gt;&amp;gt; help with HFS is especially appreciated. &amp;nbsp;The goal is to have the &amp;nbsp;
&lt;br&gt;&amp;gt; official 3.1.0 out by the end of 09.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; brian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Adric Net
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adric@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.1.0-beta-tp26520190p26585575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566420</id>
	<title>[ sleuthkit-Bugs-2905750 ] reading data from compressed file on NTFS</title>
	<published>2009-11-29T13:35:22Z</published>
	<updated>2009-11-29T13:35:22Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2905750, was opened at 2009-11-29 23:33
&lt;br&gt;Message generated for change (Comment added) made by oncer82
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System Tools
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: oncer oncer surname (oncer82)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: reading data from compressed file on NTFS
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This issue is reprodusable when trying to read content of a compressed file on NTFS with using tsk_fs_file_read funstion.
&lt;br&gt;&lt;br&gt;Bug is reproduced on an alive OS while trying to read content of a C:\WINDOWS\ie7\inetres.adm &amp;nbsp;file.
&lt;br&gt;Function tsk_fs_file_read continues reading data even when an offset from where to read data is past file's boundary.
&lt;br&gt;Function continues returning data without any error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: oncer oncer surname (oncer82)
&lt;br&gt;Date: 2009-11-29 23:35
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Windows XP, search pak 2.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26566420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Bugs-2905750---reading-data-from-compressed-file-on-NTFS-tp26566420p26566420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26566401</id>
	<title>[ sleuthkit-Bugs-2905750 ] reading data from compressed file on NTFS</title>
	<published>2009-11-29T13:33:01Z</published>
	<updated>2009-11-29T13:33:01Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Bugs item #2905750, was opened at 2009-11-29 23:33
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by oncer82
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System Tools
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Resolution: None
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: oncer oncer surname (oncer82)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: reading data from compressed file on NTFS
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;This issue is reprodusable when trying to read content of a compressed file on NTFS with using tsk_fs_file_read funstion.
&lt;br&gt;&lt;br&gt;Bug is reproduced on an alive OS while trying to read content of a C:\WINDOWS\ie7\inetres.adm &amp;nbsp;file.
&lt;br&gt;Function tsk_fs_file_read continues reading data even when an offset from where to read data is past file's boundary.
&lt;br&gt;Function continues returning data without any error.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477889&amp;aid=2905750&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26566401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Bugs-2905750---reading-data-from-compressed-file-on-NTFS-tp26566401p26566401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26559551</id>
	<title>TSK 3.0.1 crashes with truncated volumes</title>
	<published>2009-11-28T21:49:17Z</published>
	<updated>2009-11-28T21:49:17Z</updated>
	<author>
		<name>Simson Garfinkel-3</name>
	</author>
	<content type="html">I have a number of disks for which I was only able to image the first 64K of so. These images cause TSK to crash.
&lt;br&gt;&lt;br&gt;One of the images is 0411.iso, which can be downloaded from &lt;a href=&quot;http://www.simson.net/0411.iso&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.simson.net/0411.iso&lt;/a&gt;&lt;br&gt;&lt;br&gt;$ mmls ~/0411.iso 
&lt;br&gt;DOS Partition Table
&lt;br&gt;Offset Sector: 0
&lt;br&gt;Units are in 512-byte sectors
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Slot &amp;nbsp; &amp;nbsp;Start &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Length &amp;nbsp; &amp;nbsp; &amp;nbsp; Description
&lt;br&gt;00: &amp;nbsp;Meta &amp;nbsp; &amp;nbsp;0000000000 &amp;nbsp; 0000000000 &amp;nbsp; 0000000001 &amp;nbsp; Primary Table (#0)
&lt;br&gt;01: &amp;nbsp;----- &amp;nbsp; 0000000000 &amp;nbsp; 0000000062 &amp;nbsp; 0000000063 &amp;nbsp; Unallocated
&lt;br&gt;02: &amp;nbsp;00:00 &amp;nbsp; 0000000063 &amp;nbsp; 0002124863 &amp;nbsp; 0002124801 &amp;nbsp; DOS FAT16 (0x06)
&lt;br&gt;c$ fls -o 63 &amp;nbsp;~/0411.iso 
&lt;br&gt;Segmentation fault (core dumped)
&lt;br&gt;12:47 AM t:~/domex/src/fiwalk/src$ ls -l ~/0411.iso 
&lt;br&gt;-rw-r--r-- 1 simsong slg 65536 2009-11-29 00:46 /home/simsong/0411.iso
&lt;br&gt;$ fls -V
&lt;br&gt;The Sleuth Kit ver 3.0.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TSK-3.0.1-crashes-with-truncated-volumes-tp26559551p26559551.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521181</id>
	<title>[ sleuthkit-Feature Requests-2895607 ] Identify in NTFS the SID of the owner of a file</title>
	<published>2009-11-25T14:12:19Z</published>
	<updated>2009-11-25T14:12:19Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2895607, was opened at 2009-11-10 19:25
&lt;br&gt;Message generated for change (Comment added) made by jamiebutler
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: James Butler (jamiebutler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Identify in NTFS the SID of the owner of a file
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The owner SID of files needs to be identified per file.
&lt;br&gt;&lt;br&gt;Every file has an associated security identifier which identifies the owner, groups, etc. of the file. More than one file may have the same security identifier if the files share the exact same security descriptor. Using the security identifier of the file (secid), we can lookup its security descriptor within $Secure. Security descriptors are variable length and contained in the $SDS stream within $Secure. The $SII stream of $Secure is an index into the $SDS stream. $SII entries are stored incrementally by the secid. Once we find the secid of the file inside the $SII stream, the $SII entry will tell the offset within the $SDS stream to read the security descriptor. 
&lt;br&gt;&lt;br&gt;Use the tsk_fs_file_read_owner_sid function within fs_file.c to get the string representation of the owner SID of a file on NTFS. When an NTFS filesystem is opened ntfs_open is called. ntfs_open initializes a pointer to ntfs_lookup_security_id and then calls ntfs_load_secure. ntfs_load_secure opens MFT entry 9, $Secure, and reads in the $SDS and $SII streams. When tsk_fs_file_read_owner_sid is called on a TSK_FS_FILE, the owner SID is returned in its string form.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: James Butler (jamiebutler)
&lt;br&gt;Date: 2009-11-25 17:12
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Sorry, here is that function.
&lt;br&gt;&lt;br&gt;#define MIN(a, b) ((a) &amp;lt; (b) ? (a) : (b))
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* \internal
&lt;br&gt;&amp;nbsp;* Search the attribute list of TSK_FS_ATTR structures for an entry with a
&lt;br&gt;given 
&lt;br&gt;&amp;nbsp;* type (no ID) and a given name. &amp;nbsp;If more than one entry with the same
&lt;br&gt;type exists, 
&lt;br&gt;&amp;nbsp;* the one with the lowest ID will be returned. 
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @param a_fs_attrlist Data list structure to search in
&lt;br&gt;&amp;nbsp;* @param a_type Type of attribute to find
&lt;br&gt;&amp;nbsp;* @param name Name of the attribute to find
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @return NULL is returned on error and if an entry could not be found.
&lt;br&gt;&amp;nbsp;* tsk_errno will be set to TSK_ERR_FS_ATTR_NOTFOUND if entry could not be
&lt;br&gt;found.
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;const TSK_FS_ATTR *
&lt;br&gt;tsk_fs_attrlist_get_name_type(const TSK_FS_ATTRLIST * a_fs_attrlist,
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR_TYPE_ENUM a_type, char *name)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR *fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; TSK_FS_ATTR *fs_attr_ok = NULL;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; if ((!a_fs_attrlist) || (name == NULL)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_error_reset();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errno = TSK_ERR_FS_ARG;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; snprintf(tsk_errstr, TSK_ERRSTR_L,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_fs_attrlist_get: Null list pointer&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errstr2[0] = '\0';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return NULL;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; for (fs_attr_cur = a_fs_attrlist-&amp;gt;head; fs_attr_cur; fs_attr_cur =
&lt;br&gt;fs_attr_cur-&amp;gt;next) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_cur-&amp;gt;flags &amp; TSK_FS_ATTR_INUSE) &amp;&amp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (fs_attr_cur-&amp;gt;type == a_type) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (!strncmp(fs_attr_cur-&amp;gt;name, name, MIN(fs_attr_cur-&amp;gt;name_size,
&lt;br&gt;strlen(name))))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* If we are looking for NTFS $Data, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* then return default when we see it */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_cur-&amp;gt;type == TSK_FS_ATTR_TYPE_NTFS_DATA) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (fs_attr_cur-&amp;gt;name_size &amp;gt; 5) &amp;&amp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (strncmp(fs_attr_cur-&amp;gt;name, &amp;quot;$Data&amp;quot;, 5) == 0)) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // make sure we return the lowest if multiple exist
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((fs_attr_ok == NULL) || (fs_attr_ok-&amp;gt;id &amp;gt;
&lt;br&gt;fs_attr_cur-&amp;gt;id))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fs_attr_ok = fs_attr_cur;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; if (!fs_attr_ok) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tsk_errno = TSK_ERR_FS_ATTR_NOTFOUND;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; snprintf(tsk_errstr, TSK_ERRSTR_L,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;tsk_fs_attrlist_get: Attribute %d not found&amp;quot;, a_type);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return NULL;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return fs_attr_ok;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 11:01
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Jamie, did you create a tsk_fs_attrlist_get_name_type() function as well? 
&lt;br&gt;It is being called from the new NTFS code, but it is not defined in TSK and
&lt;br&gt;I didn't see it in the patch.
&lt;br&gt;&lt;br&gt;thanks.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 10:30
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Applied memory leak patches into fs_file.c:
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fs/fs_file.c
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 131.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2895607---Identify-in-NTFS-the-SID-of-the-owner-of-a-file-tp26521181p26521181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520190</id>
	<title>3.1.0 beta</title>
	<published>2009-11-25T12:57:38Z</published>
	<updated>2009-11-25T12:57:38Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">I was hoping to get the 3.1.0 release out in the Spring before the &amp;nbsp;
&lt;br&gt;baby was born, but that didn't work. &amp;nbsp;So, a new release is LONG over &amp;nbsp;
&lt;br&gt;due. &amp;nbsp;There are a lot of bug fixes in the 3.1.0 release and HFS &amp;nbsp;
&lt;br&gt;support is now enabled by default. &amp;nbsp;Thanks to Rob Joyce and ATC-NY for &amp;nbsp;
&lt;br&gt;their HFS help. I would like to have the HFS code put through some &amp;nbsp;
&lt;br&gt;more tests before an official release is made though.
&lt;br&gt;&lt;br&gt;3.1.0b1 is available from &lt;a href=&quot;http://www.sleuthkit.org/betas/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org/betas/&lt;/a&gt;. I'll build &amp;nbsp;
&lt;br&gt;the Windows executables next week. Everyone is free to try it out, but &amp;nbsp;
&lt;br&gt;help with HFS is especially appreciated. &amp;nbsp;The goal is to have the &amp;nbsp;
&lt;br&gt;official 3.1.0 out by the end of 09.
&lt;br&gt;&lt;br&gt;thanks!
&lt;br&gt;&lt;br&gt;brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.1.0-beta-tp26520190p26520190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518316</id>
	<title>Re: make-live-cd returns...</title>
	<published>2009-11-25T10:53:00Z</published>
	<updated>2009-11-25T10:53:00Z</updated>
	<author>
		<name>suman.beros</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000099&quot;&gt;
&lt;font face=&quot;Arial&quot;&gt;Confirming that the fix works.&amp;nbsp; Thank you Brian.&lt;br&gt;
&lt;/font&gt;&lt;br&gt;
Brian Carrier wrote:
&lt;blockquote cite=&quot;mid:9FC134BC-4B3A-4852-9457-DB9A5C4D5380@sleuthkit.org&quot; type=&quot;cite&quot;&gt;That is a bug. I just fixed it. If you copy this file:
  &lt;br&gt;
  &lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://svn.sleuthkit.org/repos/autopsy/trunk/base/make-live-cd.base&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.sleuthkit.org/repos/autopsy/trunk/base/make-live-cd.base&lt;/a&gt;
  &lt;br&gt;
  &lt;br&gt;
to your 'base' directory, and then type './configure'.&amp;nbsp; You can say no
to the question about making a new config file and yes to making a new
'autopsy'.&amp;nbsp; Then, it should work.
  &lt;br&gt;
  &lt;br&gt;
brian
  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
On Nov 24, 2009, at 11:47 PM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518316&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;suman.beros@...&lt;/a&gt; wrote:
  &lt;br&gt;
  &lt;br&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;Missing Sleuth Kit executable (md5) at
./make-live-cd line 48.
    &lt;br&gt;
    &lt;br&gt;
Autopsy reports MD5 values, so I'd say it was able to find it.&amp;nbsp;
Browsing through sleuthkit-users archive I don't see any mention of
this situation.&amp;nbsp; Would appreciate any help.
    &lt;br&gt;
    &lt;br&gt;
sleuthkit-3.01
    &lt;br&gt;
autopsy-2.21
    &lt;br&gt;
ubuntu 9.10
    &lt;br&gt;
    &lt;br&gt;
Best regards,
    &lt;br&gt;
Suman
    &lt;br&gt;
------------------------------------------------------------------------------
    &lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
    &lt;br&gt;
trial. Simplify your report design, integration and deployment - and
focus on
    &lt;br&gt;
what you do best, core application coding. Discover what's new with
    &lt;br&gt;
Crystal Reports now.&amp;nbsp;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://p.sf.net/sfu/bobj-july_______________________________________________&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july_______________________________________________&lt;/a&gt;
    &lt;br&gt;
sleuthkit-users mailing list
    &lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;
    &lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;
    &lt;br&gt;
  &lt;/blockquote&gt;
  &lt;br&gt;
  &lt;br&gt;
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4636 (20091125) __________
  &lt;br&gt;
  &lt;br&gt;
The message was checked by ESET NOD32 Antivirus.
  &lt;br&gt;
  &lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.eset.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eset.com&lt;/a&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
&lt;/blockquote&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-live-cd-returns...-tp26507529p26518316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516738</id>
	<title>Re: make-live-cd returns...</title>
	<published>2009-11-25T09:17:35Z</published>
	<updated>2009-11-25T09:17:35Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">That is a bug. I just fixed it. If you copy this file:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://svn.sleuthkit.org/repos/autopsy/trunk/base/make-live-cd.base&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.sleuthkit.org/repos/autopsy/trunk/base/make-live-cd.base&lt;/a&gt;&lt;br&gt;&lt;br&gt;to your 'base' directory, and then type './configure'. &amp;nbsp;You can say no &amp;nbsp;
&lt;br&gt;to the question about making a new config file and yes to making a new &amp;nbsp;
&lt;br&gt;'autopsy'. &amp;nbsp;Then, it should work.
&lt;br&gt;&lt;br&gt;brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 24, 2009, at 11:47 PM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;suman.beros@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Missing Sleuth Kit executable (md5) at ./make-live-cd line 48.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Autopsy reports MD5 values, so I'd say it was able to find it. &amp;nbsp; 
&lt;br&gt;&amp;gt; Browsing through sleuthkit-users archive I don't see any mention of &amp;nbsp;
&lt;br&gt;&amp;gt; this situation. &amp;nbsp;Would appreciate any help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sleuthkit-3.01
&lt;br&gt;&amp;gt; autopsy-2.21
&lt;br&gt;&amp;gt; ubuntu 9.10
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Suman
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 &amp;nbsp;
&lt;br&gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and &amp;nbsp;
&lt;br&gt;&amp;gt; focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july_______________________________________________&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july_______________________________________________&lt;/a&gt;&lt;br&gt;&amp;gt; sleuthkit-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-live-cd-returns...-tp26507529p26516738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515318</id>
	<title>[ sleuthkit-Feature Requests-2895607 ] Identify in NTFS the SID of the owner of a file</title>
	<published>2009-11-25T08:01:36Z</published>
	<updated>2009-11-25T08:01:36Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2895607, was opened at 2009-11-10 19:25
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: James Butler (jamiebutler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Identify in NTFS the SID of the owner of a file
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The owner SID of files needs to be identified per file.
&lt;br&gt;&lt;br&gt;Every file has an associated security identifier which identifies the owner, groups, etc. of the file. More than one file may have the same security identifier if the files share the exact same security descriptor. Using the security identifier of the file (secid), we can lookup its security descriptor within $Secure. Security descriptors are variable length and contained in the $SDS stream within $Secure. The $SII stream of $Secure is an index into the $SDS stream. $SII entries are stored incrementally by the secid. Once we find the secid of the file inside the $SII stream, the $SII entry will tell the offset within the $SDS stream to read the security descriptor. 
&lt;br&gt;&lt;br&gt;Use the tsk_fs_file_read_owner_sid function within fs_file.c to get the string representation of the owner SID of a file on NTFS. When an NTFS filesystem is opened ntfs_open is called. ntfs_open initializes a pointer to ntfs_lookup_security_id and then calls ntfs_load_secure. ntfs_load_secure opens MFT entry 9, $Secure, and reads in the $SDS and $SII streams. When tsk_fs_file_read_owner_sid is called on a TSK_FS_FILE, the owner SID is returned in its string form.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 11:01
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Jamie, did you create a tsk_fs_attrlist_get_name_type() function as well? 
&lt;br&gt;It is being called from the new NTFS code, but it is not defined in TSK and
&lt;br&gt;I didn't see it in the patch.
&lt;br&gt;&lt;br&gt;thanks.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 10:30
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Applied memory leak patches into fs_file.c:
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fs/fs_file.c
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 131.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515318&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2895607---Identify-in-NTFS-the-SID-of-the-owner-of-a-file-tp26515318p26515318.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514768</id>
	<title>[ sleuthkit-Feature Requests-2895607 ] Identify in NTFS the SID of the owner of a file</title>
	<published>2009-11-25T07:30:13Z</published>
	<updated>2009-11-25T07:30:13Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2895607, was opened at 2009-11-10 19:25
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: James Butler (jamiebutler)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: Identify in NTFS the SID of the owner of a file
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;The owner SID of files needs to be identified per file.
&lt;br&gt;&lt;br&gt;Every file has an associated security identifier which identifies the owner, groups, etc. of the file. More than one file may have the same security identifier if the files share the exact same security descriptor. Using the security identifier of the file (secid), we can lookup its security descriptor within $Secure. Security descriptors are variable length and contained in the $SDS stream within $Secure. The $SII stream of $Secure is an index into the $SDS stream. $SII entries are stored incrementally by the secid. Once we find the secid of the file inside the $SII stream, the $SII entry will tell the offset within the $SDS stream to read the security descriptor. 
&lt;br&gt;&lt;br&gt;Use the tsk_fs_file_read_owner_sid function within fs_file.c to get the string representation of the owner SID of a file on NTFS. When an NTFS filesystem is opened ntfs_open is called. ntfs_open initializes a pointer to ntfs_lookup_security_id and then calls ntfs_load_secure. ntfs_load_secure opens MFT entry 9, $Secure, and reads in the $SDS and $SII streams. When tsk_fs_file_read_owner_sid is called on a TSK_FS_FILE, the owner SID is returned in its string form.
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 10:30
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Applied memory leak patches into fs_file.c:
&lt;br&gt;Sending &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fs/fs_file.c
&lt;br&gt;Transmitting file data .
&lt;br&gt;Committed revision 131.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2895607&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26514768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2895607---Identify-in-NTFS-the-SID-of-the-owner-of-a-file-tp26514768p26514768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513736</id>
	<title>[ sleuthkit-Feature Requests-2903757 ] HFS+ specific ffind code</title>
	<published>2009-11-25T06:37:10Z</published>
	<updated>2009-11-25T06:37:10Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2903757, was opened at 2009-11-25 09:37
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903757&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903757&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: HFS+ specific ffind code
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;HFS+, like NTFS already does, should have special code to map a metadata address to a name. &amp;nbsp;The current code recurses the directories until it finds a file that maps to the metadata. &amp;nbsp;We could develop code that looks up the thread for the metadata address, and goes up the parent directory links in the catalog file. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903757&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903757&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513736&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2903757---HFS%2B-specific-ffind-code-tp26513736p26513736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513133</id>
	<title>[ sleuthkit-Feature Requests-2903408 ] ffind -d option</title>
	<published>2009-11-25T06:01:04Z</published>
	<updated>2009-11-25T06:01:04Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2903408, was opened at 2009-11-24 17:46
&lt;br&gt;Message generated for change (Comment added) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: ffind -d option
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Make an ffind -d option that allows you to specify the block and it finds the metadata address and then the name. This merges 'ifind -d' into ffind. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 09:01
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Requires request 2206344 to be resolved first, which makes ifind more
&lt;br&gt;library friendly. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513133&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2903408---ffind--d-option-tp26513133p26513133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513044</id>
	<title>[ sleuthkit-Feature Requests-2903736 ] ffind -d option</title>
	<published>2009-11-25T05:56:10Z</published>
	<updated>2009-11-25T05:56:10Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2903736, was opened at 2009-11-25 08:55
&lt;br&gt;Message generated for change (Settings changed) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;&amp;gt;Status: Deleted
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: ffind -d option
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Make an ffind -d option that allows you to specify the block and it finds the metadata address and then the name. This merges 'ifind -d' into ffind. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;gt;Comment By: Brian Carrier (carrier)
&lt;br&gt;Date: 2009-11-25 08:56
&lt;br&gt;&lt;br&gt;Message:
&lt;br&gt;Created by accident. &amp;nbsp;Duplicate of existing request. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2903736---ffind--d-option-tp26513044p26513044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513027</id>
	<title>[ sleuthkit-Feature Requests-2903736 ] ffind -d option</title>
	<published>2009-11-25T05:55:03Z</published>
	<updated>2009-11-25T05:55:03Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2903736, was opened at 2009-11-25 08:55
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: ffind -d option
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Make an ffind -d option that allows you to specify the block and it finds the metadata address and then the name. This merges 'ifind -d' into ffind. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903736&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2903736---ffind--d-option-tp26513027p26513027.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507529</id>
	<title>make-live-cd returns...</title>
	<published>2009-11-24T20:47:33Z</published>
	<updated>2009-11-24T20:47:33Z</updated>
	<author>
		<name>suman.beros</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000099&quot;&gt;
&lt;font face=&quot;Arial&quot;&gt;Missing Sleuth Kit executable (md5) at
./make-live-cd line 48.&lt;br&gt;
&lt;br&gt;
Autopsy reports MD5 values, so I'd say it was able to find it.&amp;nbsp;
Browsing through sleuthkit-users archive I don't see any mention of
this situation.&amp;nbsp; Would appreciate any help.&lt;br&gt;
&lt;br&gt;
sleuthkit-3.01&lt;br&gt;
autopsy-2.21&lt;br&gt;
ubuntu 9.10&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
Suman&lt;/font&gt;&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-live-cd-returns...-tp26507529p26507529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507466</id>
	<title>Badblocks - Speed...</title>
	<published>2009-11-24T20:39:39Z</published>
	<updated>2009-11-24T20:39:39Z</updated>
	<author>
		<name>Al Grant</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;This maybe slightly OT, but definitly I am sure someone here can help out.
&lt;br&gt;&lt;br&gt;I am running badblocks on a drive (which possibly has water damage).
&lt;br&gt;&lt;br&gt;Normally when badblocks finds a badblock it simply output the badblock number to the std output, ie:
&lt;br&gt;1998696
&lt;br&gt;&lt;br&gt;Thought I have noticed, sometimes I get output like:
&lt;br&gt;1998696 done, 13:55 elapsed
&lt;br&gt;&lt;br&gt;I think this means that the block passed, but it may have taken more time than normal to test that block?
&lt;br&gt;&lt;br&gt;Now on the drive in question I have done 2000017 blocks and its been running for about 30 minutes though the command line reads:
&lt;br&gt;2000017 done, 15:23 elapsed
&lt;br&gt;&lt;br&gt;But I am sure its been longer that 15 minutes. The drive is a WD 2.5&amp;quot; 250Gb.
&lt;br&gt;&lt;br&gt;So, a few questions about interpreting the results and in particular whether that seems slow? I my experience I have been able to test 100-200Gb drives in about 15 minutes. At this rate with a total of 488397167 it is going to take a very long time (days!).
&lt;br&gt;&lt;br&gt;I would also assume that a drive this slow is a sign of impending failure?
&lt;br&gt;&lt;br&gt;Cheers in advance,
&lt;br&gt;&lt;br&gt;-Al
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Badblocks---Speed...-tp26507466p26507466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505525</id>
	<title>Re: icat and ifind -- Help with -- Please DO NOT hijack threads</title>
	<published>2009-11-24T16:08:50Z</published>
	<updated>2009-11-24T16:08:50Z</updated>
	<author>
		<name>Simson Garfinkel-3</name>
	</author>
	<content type="html">Brian,
&lt;br&gt;&lt;br&gt;Precisely correct! &amp;nbsp;The hard drives now hide the low-level details of how data is stored, and only provide us with LBAs.
&lt;br&gt;&lt;br&gt;Yours for more fuller encapsulation,
&lt;br&gt;&lt;br&gt;Simson
&lt;br&gt;&lt;br&gt;On Nov 24, 2009, at 2:23 PM, Brian Carrier wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Nov 22, 2009, at 2:05 PM, Simson Garfinkel wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Nov 22, 2009, at 10:55 AM, Al Grant wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks. This has been a most interesting bit of learning.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; While we are on the subject do partitions have to start on a new Cylinder?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hard drives don't have cylinders anymore, and haven't for more than 10 years. Everything is done with the Logical Block Address.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I thought there was no value in low-level details.... :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/icat-and-ifind----Help-with----Please-DO-NOT-hijack-threads-tp26452166p26505525.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504616</id>
	<title>[ sleuthkit-Feature Requests-2903408 ] ffind -d option</title>
	<published>2009-11-24T14:46:00Z</published>
	<updated>2009-11-24T14:46:00Z</updated>
	<author>
		<name>SourceForge.net</name>
	</author>
	<content type="html">Feature Requests item #2903408, was opened at 2009-11-24 17:46
&lt;br&gt;Message generated for change (Tracker Item Submitted) made by carrier
&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please note that this message will contain a full copy of the comment thread,
&lt;br&gt;including the initial issue submission, for this request,
&lt;br&gt;not just the latest update.
&lt;br&gt;Category: File System
&lt;br&gt;Group: None
&lt;br&gt;Status: Open
&lt;br&gt;Priority: 5
&lt;br&gt;Private: No
&lt;br&gt;Submitted By: Brian Carrier (carrier)
&lt;br&gt;Assigned to: Nobody/Anonymous (nobody)
&lt;br&gt;Summary: ffind -d option
&lt;br&gt;&lt;br&gt;Initial Comment:
&lt;br&gt;Make an ffind -d option that allows you to specify the block and it finds the metadata address and then the name. This merges 'ifind -d' into ffind. 
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;You can respond by visiting: 
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?func=detail&amp;atid=477892&amp;aid=2903408&amp;group_id=55685&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-developers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sleuthkit-developers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-developers-f4136.html&quot; embed=&quot;fixTarget[4136]&quot; target=&quot;_top&quot; &gt;sleuthkit-developers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/--sleuthkit-Feature-Requests-2903408---ffind--d-option-tp26504616p26504616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504387</id>
	<title>Re: icat and ifind -- Help with -- Please DO NOT hijack threads</title>
	<published>2009-11-24T14:23:33Z</published>
	<updated>2009-11-24T14:23:33Z</updated>
	<author>
		<name>Brian Carrier-2</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 22, 2009, at 2:05 PM, Simson Garfinkel wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 22, 2009, at 10:55 AM, Al Grant wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks. This has been a most interesting bit of learning.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; While we are on the subject do partitions have to start on a new &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Cylinder?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hard drives don't have cylinders anymore, and haven't for more than &amp;nbsp;
&lt;br&gt;&amp;gt; 10 years. Everything is done with the Logical Block Address.
&lt;/div&gt;&lt;br&gt;I thought there was no value in low-level details.... :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/icat-and-ifind----Help-with----Please-DO-NOT-hijack-threads-tp26452166p26504387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26470770</id>
	<title>Off-topic -- A good forensics education -- How to obtain -- &quot;push button forensics&quot; (PBF)</title>
	<published>2009-11-22T15:30:01Z</published>
	<updated>2009-11-22T15:30:01Z</updated>
	<author>
		<name>Paul D. Bain</name>
	</author>
	<content type="html">&lt;br&gt;Theodore Pham wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I think there is room for both. &amp;nbsp;Good tools that automate tedious,
&lt;br&gt;&amp;gt;&amp;gt; error prone tasks and are at least somewhat transparent as to what
&lt;br&gt;&amp;gt;&amp;gt; they are doing to achieve a given output are desirable.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; But at the same time, there are fundamentals that a good forensic
&lt;br&gt;&amp;gt;&amp;gt; analyst should understand independent of what tools they choose to
&lt;br&gt;&amp;gt;&amp;gt; use. &amp;nbsp;If you don't at least expose beginners to the fundamentals of
&lt;br&gt;&amp;gt;&amp;gt; file systems, inodes, and data blocks, then I believe their overall
&lt;br&gt;&amp;gt;&amp;gt; ability to reason and interpret the output of higher level tools is
&lt;br&gt;&amp;gt;&amp;gt; reduced. &amp;nbsp;Especially if the higher level tool has a bug and is lying
&lt;br&gt;&amp;gt;&amp;gt; to you or basing its output on an assumption which may be incorrect in
&lt;br&gt;&amp;gt;&amp;gt; your situation.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I'm not arguing that they need to master all the nuances down to
&lt;br&gt;&amp;gt;&amp;gt; assembly language, they just need to be aware of where the limit of
&lt;br&gt;&amp;gt;&amp;gt; their knowledge is so that if they find themselves in a situation
&lt;br&gt;&amp;gt;&amp;gt; where they are not specialized enough, they know to seek out help from
&lt;br&gt;&amp;gt;&amp;gt; someone who is if necessary.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Think about doctors. &amp;nbsp;Someone may end up specializing in orthodontics,
&lt;br&gt;&amp;gt;&amp;gt; but they are still forced to do general medical school so they have
&lt;br&gt;&amp;gt;&amp;gt; the proper exposure and understanding of how problems with your teeth
&lt;br&gt;&amp;gt;&amp;gt; may manifest as other symptoms throughout your body.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Our field is changing so rapidly that a solid understanding of the
&lt;br&gt;&amp;gt;&amp;gt; fundamentals will do you immense benefit as what is old becomes new
&lt;br&gt;&amp;gt;&amp;gt; again.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Then again I went down the SANS path which teaches the fundamentals
&lt;br&gt;&amp;gt;&amp;gt; before showing you the higher level tools so maybe I'm biased.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Sun, Nov 22, 2009 at 1:34 PM, Simson Garfinkel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26470770&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;simsong@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Nov 21, 2009, at 11:00 AM, Al Grant wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sure I would love it thanks Simson.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I still however want to do it the manual way a few times first, else there
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; is no learning :-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Al,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would politely disagree with this statement. I do not think that there is much value in everyone's learning the low-level details of SleuthKit, just as there is no reason to learn the low-level details of assembly language or RTL (resistor transistor logic). Forensics is so complicated that people must specialize --- there is simply too much to learn. We need higher-level tools for creating forensic tools, so that it is easier to automate tasks and pass along each other's knowledge.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Guidance Software's scripting language (escript) is a good first step. Unfortunately, the language is quite inefficient, poorly documented outside of the company's manuals (which are not freely available), and the only implementation is inside EnCase. &amp;nbsp;The main problem with EnCase is that, as a GUI application, it is hard to use in a forensics pipeline. Because it only runs from a Windows GUI, you can't use EnCase on a cluster, even if you have thousands of disk images that you want to analyze in parallel.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Simson
&lt;/div&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; This thread of discussion is somewhat relevant to several other, recent 
&lt;br&gt;forensics discussions that dealt with the question of the value of &amp;quot;push 
&lt;br&gt;button forensics&amp;quot; (PBF). You may find them here:
&lt;br&gt;&lt;br&gt;A) 
&lt;br&gt;&lt;a href=&quot;http://integriography.wordpress.com/2009/11/17/the-value-of-push-button-forensics/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://integriography.wordpress.com/2009/11/17/the-value-of-push-button-forensics/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -- see especially the comments that appear _after_ the article.
&lt;br&gt;&lt;br&gt;B) 
&lt;br&gt;&lt;a href=&quot;http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers&amp;discussionID=9884541&amp;gid=36573&amp;commentID=8553835&amp;trk=view_disc&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers&amp;discussionID=9884541&amp;gid=36573&amp;commentID=8553835&amp;trk=view_disc&lt;/a&gt;&lt;br&gt;&lt;br&gt;C) 
&lt;br&gt;&lt;a href=&quot;http://integriography.wordpress.com/2009/11/19/push-button-forensics-managing-the-downsides/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://integriography.wordpress.com/2009/11/19/push-button-forensics-managing-the-downsides/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The comment that I attached the most value to was the one by Windows 
&lt;br&gt;forensics expert Harlan Carvey, whose comment is the first one in the 
&lt;br&gt;first link above. I would like to know whether others agree with H. 
&lt;br&gt;Carvey's remark.
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;Paul Bain
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;sleuthkit-users mailing list
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/sleuthkit-users&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.sleuthkit.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sleuthkit.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/sleuthkit-users-f4138.html&quot; embed=&quot;fixTarget[4138]&quot; target=&quot;_top&quot; &gt;sleuthkit-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Off-topic----A-good-forensics-education----How-to-obtain----%22push-button-forensics%22-%28PBF%29-tp26470770p26470770.html" />
</entry>

</feed>
