76 Commits

Author SHA1 Message Date
Karl Mortensen
844e8b0e92 code review updates 2015-05-19 15:34:48 -04:00
Karl Mortensen
9917381b92 code review updates 2015-05-14 16:58:20 -04:00
Karl Mortensen
8d2f2fd21e update paths for collab 2015-05-12 17:01:47 -04:00
Brian Carrier
968afd2d4e removed Scalpel Module from being an active module so that it does not show up anywhere in the UI. It does not work because the C++ code has memory leaks and will take the system down. PhotoRec module now exists though. This module did not expose any packages, so this is not an API change. 2015-02-04 10:33:21 -05:00
Richard Cordovano
94845cbdfb Replace some deprecated method calls 2014-11-06 21:49:30 -05:00
Brian Carrier
85548bd89b Updated version numbers for 3.1.0 2014-07-09 12:10:09 -04:00
Nick Davis
2a2b8ba847 Re-added newlines to strings in properties files. 2014-07-02 21:10:39 -04:00
Brian Carrier
87574f9dc2 renamed addFile to scheduleFile in context 2014-06-06 11:00:38 -04:00
Richard Cordovano
99fd68b1c5 Change data source ingest behavior 2014-05-15 15:39:42 -04:00
Nick Davis
7b20874ecb ScalpelCarver - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-22 16:04:43 -04:00
Samuel H. Kenyon
9034e685da Fixed some thread-safety issues in ScalpelCarver. 2014-04-21 11:36:57 -04:00
Kay Bassi
ea39513426 Translation completed. Checked for inconsistent translation. 2014-04-17 14:48:59 -04:00
Nick Davis
937abb24c4 Pulled strings into Bundle. 2014-04-15 17:52:42 -04:00
Richard Cordovano
57a767f39f Merge pull request #606 from SynapticNulship/onemsg2
ingest message updates
2014-04-10 13:06:47 -04:00
Richard Cordovano
e8773786f4 Added overwrite flag to PlatformUtil resource file extraction method, use for pipeline config 2014-04-10 12:58:45 -04:00
Samuel H. Kenyon
2f098d2202 made a string final 2014-04-09 14:11:35 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -04:00
Richard Cordovano
7c2282e832 Renamed ingest job settings classes 2014-03-25 09:47:46 -04:00
Richard Cordovano
edc9c68186 Did additional work on new ingest framework 2014-03-24 21:17:41 -04:00
Richard Cordovano
17a9ab103f Did additional new ingest framework effort 2014-03-24 12:23:51 -04:00
Richard Cordovano
8c433c12a1 Did pull request prep and merge bug fixing 2014-03-20 12:49:34 -04:00
Richard Cordovano
ff0b814225 Merged develop into new ingest framework feature branch 2014-03-19 10:51:58 -04:00
Richard Cordovano
bed31e5f8f Prepare for merge of develop branch 2014-03-18 15:33:38 -04:00
Richard Cordovano
03e2f5fb6c Fixed show stopper bugs in new ingest framework 2014-03-18 00:22:28 -04:00
Richard Cordovano
e99925fb7d Check in current state of new ingest framework for safekeeping 2014-03-17 17:45:59 -04:00
Kay Bassi
e32bafdc23 Translation complete. 2014-03-12 16:08:14 -07:00
Kay Bassi
2c0e006257 Translation complete. 2014-03-12 16:00:45 -07:00
Nick Davis
be5ae65c97 Pulled strings into Bundle.
Created _ja.
Created Bundle in jni
Created _ja for jni.
Added NbBundle dep to project.xml.
2014-03-03 15:38:33 -05:00
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Brian Carrier
77fdbcf6a4 made line endings more consistent 2013-10-19 12:26:55 -04:00
Brian Carrier
0ea2c884c4 updated module version numbers and Autopsy version numbers 2013-09-25 13:57:45 -04:00
adam-m
99110f394c update scalpel module with new design 2013-06-10 15:32:10 -04:00
Brian Carrier
74accca3c0 Doxygen updates 2013-06-06 11:15:59 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
5d9bf3ff1f Ingest module API change to include configuration context (placeholder) 2013-06-04 16:07:56 -04:00
adam-m
402037619b fix scalpel module build warning 2013-06-03 12:22:29 -04:00
adam-m
1321b063bc safer disable scalpel module 2013-05-17 15:33:15 -04:00
adam-m
dc0a526f9f remove commented code 2013-05-17 15:25:02 -04:00
adam-m
0fd95eecbb disable auto-discovery of carving module for now 2013-05-17 15:16:23 -04:00
Tim McIver
5ed8de864c Remove hack in ScalpelCarverIngestModule that corrected for carved files
whose size was incorrect when those files ended at the end of the image.
This has been fixed in Scalpel.
2013-05-06 16:22:24 -04:00
adam-m
23bf7146e8 fix gitignore for scalpel module, build-impl.xml should not be ignored 2013-05-06 15:16:38 -04:00
Tim McIver
79a0e88308 Added code to correct the reported size of carved files that run to the
end of the image.  There appears to be an error from Scalpel for the size
of these files.
2013-04-29 16:51:30 -04:00
Tim McIver
b529a564fd Fixed bug where the scalpel output directory, rather than the output
file, was being passed to ScalpelOutputParser.parse() method.
2013-04-24 15:34:25 -04:00
Tim McIver
b82a0e9d53 Moved ScalpelOutputParser from package org.sleuthkit.autopsy.scalpel to
org.sleuthkit.autopsy.scalpel.jni.
2013-04-18 13:56:42 -04:00
Tim McIver
6ad42f1829 Updated call to AbstractFile.convertToImageOffset() to catch
TskCoreException.
2013-04-18 13:47:28 -04:00
Tim McIver
542a221472 Removed unnecessary range processing code on the incoming AbstractFile.
Also using AbstractFile.convertToImgOffset() method for creating
TskFileRange objects used in creating a carved file.
2013-04-18 11:25:57 -04:00
Tim McIver
82983ead34 Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver 2013-04-17 14:29:02 -04:00
Tim McIver
548c4718db Updated ScalpelCarverIngestModule.process() so that a valid parent of the
incoming AbstractFile can be an Image (in addition to it possibly being a
FileSystem or Volume).
2013-04-17 14:28:11 -04:00