304 Commits

Author SHA1 Message Date
adam-m
cea08ec24e search query analyzer: send new data event once at end of ingest, not for every result (minimize tree refresh) 2013-03-23 19:13:50 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
Tim McIver
e3581df5d9 Reinstated copyright that was mistakenly deleted from Chrome.java. 2013-03-11 13:07:17 -04:00
Tim McIver
41e98c4171 Removed contact info for Autopsy developer no longer working on the project. 2013-03-11 11:08:04 -04:00
Tim McIver
4eb5a6ba2d Removed log message when more than one Chrome history file is found as this
is an expected case (on mulit-user systems). Also updated copyright years.
2013-03-11 11:00:16 -04:00
Tim McIver
6af0b6d1b8 Changed 2 warning level log messages to info level. 2013-03-08 15:02:23 -05:00
Tim McIver
e19f6b20df Updated method getHistory() in RecentActivity/Chrome.java so that the
allocation status of the found history files is checked and only the
allocated files are used. Log a warning if more than one allocated history
file is found.
2013-03-08 12:57:17 -05:00
adam-m
9c136f8e6f rename ingest context to pipeline context 2013-02-25 10:48:25 -05:00
adam-m
a15a035565 add ingest context to ingest module process() method - API change.
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
8d287ddc26 delete genfiles props 2013-02-14 16:00:43 -05:00
adam-m
8c64fe1a8b catch exception from lnk parser 2013-02-14 13:31:34 -05:00
adam-m
91de7a6a1c ra minro cleanup, don't throw unchecked exceptions, do not process 0 sized files in chrome 2013-02-14 13:04:32 -05:00
adam-m
763e6aa593 skip processing 0 size history files - fixed 2013-02-14 12:21:17 -05:00
adam-m
6816a1eaf1 update modules versions 2013-02-12 17:24:45 -05:00
adam-m
da3928f42a restore the pause when forking process, add log msg if interrupted 2013-02-12 10:59:21 -05:00
adam-m
bc534eb19b remove waitfor (redundant) 2013-02-11 15:37:15 -05:00
adam-m
380c82cf37 concurrency fix: make sure forked process finished before reading output from it 2013-02-11 15:19:57 -05:00
adam-m
768642b7fe update TSK_USER_NAME artifact type 2013-01-29 22:13:18 -05:00
Brian Carrier
5887f2fbda Made ingest inbox messages more consistent 2013-01-29 14:49:02 -05:00
adam-m
34e1b811c3 change java source level to 1.7 2013-01-20 08:48:14 -05:00
adam-m
93de5d7c33 Update versions for 3.0.4 release 2013-01-18 09:56:07 -05:00
adam-m
f9373d6e13 fix ra warning, better close 2013-01-08 14:04:17 -05:00
adam-m
330c3ca45a update module versions and deps for release 2013-01-04 16:39:13 -05:00
adam-m
6ee69fc881 RA: fix chrome null ptr exception when extracting bookmarks 2012-12-20 11:14:12 -05:00
Tim McIver
f100a40f4f Updated the HTMLEditorKit used by JTextPane in ExtractedContentPanel so
that strings of characters that are too long to fit into the view port are
properly wrapped.  These changes satisfy the requirements of AUT-698.
2012-12-14 15:08:41 -05:00
adam-m
f2ed498ae5 enable regripper to run on linux, if user has deps installed 2012-12-07 13:08:35 -05:00
adam-m
d58666df1c update module versions 2012-12-06 23:00:11 -05:00
Brian Carrier
151234c1fe changed order of running recent activity modules to get results faster 2012-12-04 22:21:25 -05:00
Tim McIver
996d98af9e Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2012-12-03 17:38:25 -05:00
Tim McIver
a4c66f9cae Fixed bug in Firefox.getDownload causing no downloads to be found. 2012-11-30 17:38:07 -05:00
0xNF
9ab004802a Download Path column now correctly shows location of the the local file. 2012-11-30 12:18:45 -05:00
Tim McIver
39a8be2faa Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-11-29 17:50:39 -05:00
Tim McIver
f43d072bcf Updated FileManager API methods to take an Image as argument so that only
files for that image is returned. These changes in support of AUT-613.
2012-11-29 16:37:37 -05:00
Tim McIver
3824f90a0e Refactored ExtractRegistry.getregistryfiles() to use several
FileManager.findFiles calls in order to remove the raw SQL used to retrieve
registry files. Also renamed method to getRegistryFiles().
2012-11-27 17:34:38 -05:00
Tim McIver
e8e9bd3558 Created Services class in Core module and added a member variable of this
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
0xNF
e85658fb00 Documented thew new infinite loop mode in regression.py 2012-11-20 15:42:32 -05:00
adam-m
1897ac0cf0 auto-update module versions 2012-11-13 16:21:02 -05:00
Devin148
6611b55adc Update copyrights 2012-11-12 13:55:49 -05:00
adam-m
6bf3f78b89 cleanup exceptions 2012-11-08 12:33:59 -05:00
adam-m
2c1dc3bfae rename class 2012-11-08 12:29:43 -05:00
adam-m
141cb07196 fix recent activity external process stop() 2012-11-07 16:11:10 -05:00
adam-m
7399139733 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-11-07 16:10:23 -05:00
Devin148
227db1839d Merge recent activity changes 2012-11-07 15:41:37 -05:00
adam-m
f949e5bf75 reuse object 2012-11-07 15:20:53 -05:00
Devin148
8dee9c9202 Change logging to be more descriptive 2012-11-07 13:54:52 -05:00
Devin148
ee411ac567 Log major errors in recent activity as severe 2012-11-07 09:25:45 -05:00
adam-m
9561237315 remove unneeded sqlite sep in RA 2012-11-05 23:12:14 -05:00
adam-m
0c8a748d14 clear list after cleanuo 2012-10-31 13:23:32 -04:00
adam-m
68d681d0bb Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestModule.java
2012-10-31 13:18:58 -04:00
0xNF
2625fb7c28 Changed flow of module init in RAImageIngestModule
Removed UnsupportedOperationExceptions from submodule complete() methods
2012-10-31 12:59:59 -04:00