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
105f2d6f4c
Minor cleanup of getBookmark
2013-12-02 14:06:21 -05:00
Jeff Wallace
ee3395ebd1
Added finally clause to close reader appropriately
2013-12-02 13:56:53 -05:00
Jeff Wallace
fc350391bf
added clarifying comment
2013-12-02 13:54:09 -05:00
Jeff Wallace
d2c2a8d6e6
Simplified parsing of IE bookmark files.
2013-12-02 13:44:47 -05:00
Brian Carrier
3a57096556
normalized web attributes, reworded keyword ingest labels
2013-11-14 21:40:56 -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
7e967e2568
Added ingest messages summarizing browser data found on the image.
2013-10-29 14:30:28 -04:00
Brian Carrier
8834123cb4
changed order of attributes for web artifacts, marked 2 unused classes as deprecated
2013-10-27 00:21:31 -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
Brian Carrier
0b8420e47c
resolved merge conflicts
2013-10-21 23:50:45 -04:00
Brian Carrier
054ce55480
Minor cleanup and commenting
2013-10-21 23:42:04 -04:00
Jeff Wallace
7ad3962811
Added error reporting for failure to parse recent activity lnk files.
2013-10-21 11:27:34 -04:00
Jeff Wallace
ab88536b5e
Merge https://github.com/sleuthkit/autopsy into recentActivityFixes
2013-10-17 14:24:18 -04:00
Jeff Wallace
79126cbe2b
Added another error message to user on pasco failure.
2013-10-17 14:06:45 -04:00
Jeff Wallace
0eb5abcb9c
Removed top level try-catch blocks
2013-10-03 14:16:52 -04:00
Jeff Wallace
cd9fdbeb8e
Added better error checking and refactored getHistory.
2013-10-03 14:04:05 -04:00
Jeff Wallace
ba3d35fa09
Updated error checking
2013-10-03 12:23:11 -04:00
Jeff Wallace
71759074fe
Added improved, more specific error handling.
2013-10-02 14:17:03 -04:00
Brian Carrier
282523a46f
minor renaming and updates to IE parsing
2013-09-10 15:58:03 -04:00
Brian Carrier
dfefa0b8e6
removed decoded URL from artifacts because it takes up a lot of table space and doesn't provide much.
2013-09-10 11:29:28 -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
f1aa4441fe
Better deal with write failures in RecentActivity. Use more specialized temp/output folders
2013-07-16 11:41:11 -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
10764b7ea3
resolved merge conflicts
2013-05-30 15:39:03 -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
62bb213b58
Move ExecUtil class to Core utils and simplify Timeline dependencies
2013-05-21 12:49:53 -04:00
adam-m
fa2bb0c2c9
further improvements (cleanup, speed) in running regripper and pasco
2013-05-21 12:44:52 -04:00
adam-m
c40b7ef986
Rename JavaSystemCaller to ExecUtil. Make thread-safe / non-static
2013-05-20 12:49:29 -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
adam-m
8c64fe1a8b
catch exception from lnk parser
2013-02-14 13:31:34 -05:00
adam-m
768642b7fe
update TSK_USER_NAME artifact type
2013-01-29 22:13:18 -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
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
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
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
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
Devin148
f626a91d3a
Fix web history artifact count for IE
2012-10-26 08:47:18 -04:00
adam-m
a3caadeb10
fix pasco java path
2012-10-10 17:24:38 -04:00
adam-m
c0597a160d
better format of messages
2012-09-24 16:16:23 -04:00
adam-m
d811b4e01a
module loader: implemented auto discovery and XML config persistence.
...
Hide recent activity sub-modules from being auto-loaded.
Add ingest module ivy support in build, add 3rd party reflection module.
2012-09-20 18:32:47 -04:00
adam-m
ecb2ccdc64
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-09-18 15:14:29 -04:00