Brian Carrier
26e01a6cb0
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
2014-06-05 23:24:03 -04:00
Brian Carrier
bd2f97da4c
Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it
2014-06-05 23:23:54 -04:00
Brian Carrier
1d3b1dab67
USB device parser adds vendor name when product code isn't known
2014-05-30 00:20:51 -04:00
Nick Davis
85083eeaac
RecentActivity - Added NON-NLS tags to hardcoded strings not needing National Language Support.
2014-04-22 15:52:40 -04:00
Richard Cordovano
1431d12a90
Eliminated duplication of ingest job cancellation check methods
2014-04-10 17:10:08 -04:00
Brian Carrier
4206ab4a10
Fixed device ID lookup error, updated device mapping file, renamed class
2014-04-07 16:06:46 -04:00
Richard Cordovano
4f8617a16a
Tidied up ingest framework API
2014-03-26 17:12:24 -04:00
Richard Cordovano
ff0b814225
Merged develop into new ingest framework feature branch
2014-03-19 10:51:58 -04:00
Richard Cordovano
e99925fb7d
Check in current state of new ingest framework for safekeeping
2014-03-17 17:45:59 -04:00
Richard Cordovano
302655d5bf
Continued work on ingest framework in 3.1 form
2014-03-11 01:29:58 -04:00
Nick Davis
7be84916b0
Pulled strings into Bundle.
...
Created _ja.
Added org.openide.utils to project.xml for NbBundle dep.
2014-03-03 13:51:27 -05:00
Richard Cordovano
0c7b2664ab
Make compilable first version of minimal new ingest infrastructure
2014-02-26 17:54:33 -05:00
raman-bt
c1d90f878f
Defined IngestModuleException that an ingest module may throw if init() fails.
2014-02-21 13:10:47 -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
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
2d80d2ee21
normalized timestamps in registry analysis, updated reports
2013-10-26 23:37:48 -04:00
Brian Carrier
6767cc42ab
renamed autopsy rr plugin for ntuser to be more consistent
2013-10-26 21:19:19 -04:00
Brian Carrier
08e324a635
more comment updates
2013-10-26 20:35:15 -04:00
Brian Carrier
f9485d3ba2
Minor cleanup and comments
2013-10-25 23:07:26 -04:00
Jeff Wallace
b2d7c471bf
Renamed parseReg method to be more specific parseAutopsyPluginOutput.
2013-10-21 11:50:04 -04:00
Jeff Wallace
ab88536b5e
Merge https://github.com/sleuthkit/autopsy into recentActivityFixes
2013-10-17 14:24:18 -04:00
Jeff Wallace
e393c31789
Fixed errors during parsing of regripper output.
2013-10-17 14:05:21 -04:00
Jeff Wallace
ba3d35fa09
Updated error checking
2013-10-03 12:23:11 -04:00
Jeff Wallace
f63a3eab7f
Added error messages when registry extraction / parsing fails
2013-10-02 15:46:37 -04:00
Brian Carrier
d4840fcf0a
Improved artifact viewer and such to make regripper output easier to read in the raw output form.
2013-07-16 14:13:16 -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
Smoss
672e8af76e
Made reccomended changes to ExtractUSB and ExtractRegistry.
...
Signed-off-by: Smoss <Smoss117@gmail.com>
2013-06-26 17:44:31 -04:00
Smoss
c83f4c744c
Updated USBExtraction
2013-06-11 19:04:24 -04:00
Smoss
5ea8ed18cd
Made changes to ExtractUSB method and class names and behavior.
2013-06-11 15:24:46 -04:00
Sean-M
4f7911fc9e
Merge commit
...
Signed-off-by: Sean-M <Smoss117@gmail.com>
2013-06-11 15:00:13 -04:00
adam-m
565e01a9cf
adjust fuzzy query (no logic/result change)
2013-06-10 17:14:13 -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
Sean-M
6e3d951e45
fixed ExtractUSB
...
Signed-off-by: Sean-M <Smoss117@gmail.com>
2013-06-05 13:41:47 -04:00
Sean-M
2ac6c66309
added usb extraction and changed regression.py.
...
Signed-off-by: Sean-M <Smoss117@gmail.com>
2013-06-05 11:05:23 -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
f2ed498ae5
enable regripper to run on linux, if user has deps installed
2012-12-07 13:08:35 -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
Devin148
6611b55adc
Update copyrights
2012-11-12 13:55:49 -05:00
adam-m
7399139733
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-11-07 16:10:23 -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