37 Commits

Author SHA1 Message Date
raman-bt
c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -05:00
U-BASIS\tshahi
c4698cc443 renamed class, removed execPasco stuff 2014-02-03 13:14:22 -05:00
U-BASIS\tshahi
d2d72bd4c8 taking Recent Activity out of IE class 2014-01-31 11:50:34 -05:00
Brian Carrier
4692715fc2 Reduced RecentActivity API via making veriables private and reducing scope of classes. Also removed dead enums 2014-01-15 23:43:23 -05:00
Jeff Wallace
48a8afec6f Report if any browser data was found, not just history. 2013-10-31 11:25:20 -04:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Jeff Wallace
7e967e2568 Added ingest messages summarizing browser data found on the image. 2013-10-29 14:30:28 -04:00
Brian Carrier
170f40b77d reorganized logic inside of IE parser and order of modules in RecentActivity. 2013-10-25 20:53:08 -04:00
Jeff Wallace
d6020ec824 Added better error handling when dealing with json. 2013-10-10 11:54:24 -04:00
Brian Carrier
41a0e7096e Added more error messages to IE parsing and support format w/out @ sign in URL 2013-09-09 17:40:28 -04:00
Brian Carrier
36c37e52ff Improved layout and styling of ingest messages to have style sheets and consistent look and feel 2013-08-08 18:02:18 -04:00
Richard Cordovano
d1f6036fc1 Merge remote-tracking branch 'upstream/master' 2013-07-19 12:50:32 -04:00
Richard Cordovano
d6e82a8721 Backed out addition of multi-selection feature for file extraction. 2013-07-18 15:08:10 -04:00
Brian Carrier
f1aa4441fe Better deal with write failures in RecentActivity. Use more specialized temp/output folders 2013-07-16 11:41:11 -04:00
Brian Carrier
87f68da53c Run regripper full on registry hives and post to blackboard. Removed old rr code in third party since it is not used 2013-07-16 10:50:29 -04:00
adam-m
fbe2dd76eb Changed image-level ingest to data-source Content-level ingest.
Related changes, such as FileManager API adjustments and fixes in client code.
Simplifications in RecentActivity logic to get files per current data source (no need to use deprecated method)
2013-06-07 18:49:59 -04:00
Brian Carrier
b29a2b5c88 Cleaned up Doxygen docs. Removed getDefault() from image modules 2013-06-06 10:54:11 -04:00
Brian Carrier
90a0acf1bf Updated IngestModule API to be abstract class instead of interface. Started to update docs. 2013-05-24 09:56:28 -04: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
Brian Carrier
5887f2fbda Made ingest inbox messages more consistent 2013-01-29 14:49:02 -05:00
Brian Carrier
151234c1fe changed order of running recent activity modules to get results faster 2012-12-04 22:21:25 -05:00
Devin148
6611b55adc Update copyrights 2012-11-12 13:55:49 -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
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
0xNF
17cf6e7ed8 Added support for canceling Recent Activity in RAImageIngestModule 2012-10-31 12:38:26 -04:00
0xNF
83b1f952b4 Moved module creation + inits to private member list.
Changed naming slightly to be more clear.
All modules now execute their stop() function.
2012-10-31 11:15:52 -04:00
Devin148
f626a91d3a Fix web history artifact count for IE 2012-10-26 08:47:18 -04:00
0xNF
646beb2ac6 Renamed variables to be more clear.
Edited comment to reflect what happens when running Recent Activity with multiple images.
2012-10-24 10:56:10 -04:00
adam-m
c0597a160d better format of messages 2012-09-24 16:16:23 -04:00
adam-m
acebcb1064 Add version and args API to ingest modules 2012-09-18 14:20:25 -04:00
adam-m
9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger 2012-09-14 18:16:01 -04:00
adam-m
e4eb4b8e3f Fix order of initializaion of services/manager in modules to ensure a single instance of manager. 2012-08-31 00:05:59 -04:00
adam-m
4d73386d96 Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton 2012-08-30 12:47:15 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00