84 Commits

Author SHA1 Message Date
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
7ad2b5b5ae Work on getting modules to use settings 2014-03-24 07:47:38 -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
e99925fb7d Check in current state of new ingest framework for safekeeping 2014-03-17 17:45:59 -04:00
Richard Cordovano
7b46726810 Check in current state of new ingest framework for safekeeping 2014-03-13 18:07:30 -04:00
Richard Cordovano
44398764bf Check in current state of new ingest framework for safekeeping 2014-03-12 23:55:42 -04:00
Richard Cordovano
466e504de9 Check in current state of new ingest framework for safekeeping 2014-03-12 17:46:58 -04:00
Nick Davis
0b60841de4 Merge branch 'exifParser' of ssh://repo.narfindustries.com/autopsy-jp into exifParser 2014-03-12 12:12:53 -04:00
Kay Bassi
e905ebf9b3 Translation complete 2014-03-11 21:07:10 -07:00
Richard Cordovano
70ddbfb3c7 Merged Autopsy 3.0.9 release into develop (master->develop) 2014-03-11 15:21:33 -04:00
Richard Cordovano
302655d5bf Continued work on ingest framework in 3.1 form 2014-03-11 01:29:58 -04:00
Richard Cordovano
e3b8a72524 Revised ingest modules API for 3.1 release 2014-03-08 09:43:30 -05:00
Richard Cordovano
955999280c Continued work on new ingest API 2014-03-07 17:35:22 -05:00
Richard Cordovano
f1d4dcf80b Refined ingest module API 2014-03-07 00:47:49 -05:00
Richard Cordovano
9072407bf6 Commit notes and steps towards a keyword lists manager 2014-03-06 12:15:01 -05:00
Richard Cordovano
c08f1c3bfb More work on adapting ingest modules to new infrastructure 2014-03-04 12:50:56 -05:00
Richard Cordovano
2b95138f70 Work towards converting core ingest modules to new ingest API 2014-03-03 22:45:48 -05:00
Nick Davis
c6301b1327 Pulled strings into Bundle.
Added _ja.
Added NbBundle dependency to project.xml
2014-02-28 17:16:53 -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
781164d12e Updated library versions for 3.0.9 release 2014-01-28 21:36:13 -05:00
Jeff Wallace
2bb02a3266 moved jpeg header check method to public image utils class. 2013-12-19 13:23:50 -05:00
Jeff Wallace
86d5c177ca Removed duplicated logic in exif parser. 2013-12-16 12:51:38 -05:00
Jeff Wallace
1fa72336e4 Suppressed warnings where appropriate 2013-12-02 16:50:06 -05:00
Brian Carrier
3339994322 normalized line endings 2013-11-19 22:04:07 -05:00
Richard Cordovano
9ac0c310ea Normalization of line endings 2013-11-19 18:17:34 -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
a70390a4b8 Use CREATED attribute, fire events more often, basic cleanup 2013-10-19 00:22:12 -04:00
Brian Carrier
d3b43a9359 resolved merge conflicts 2013-09-25 16:09:35 -04:00
jmillman
c546408501 left duplicate code in exif because of package visibility issues. come back to this later. 2013-09-25 14:30:21 -04:00
jmillman
9d133923f0 moved isJpegFileHeader() to Utilities 2013-09-25 14:18:42 -04:00
Brian Carrier
0ea2c884c4 updated module version numbers and Autopsy version numbers 2013-09-25 13:57:45 -04:00
Brian Carrier
b1735e9130 Fixed bug with Exif code that was comparing with signed bytes to detect signature 2013-08-28 17:18:02 -04:00
Brian Carrier
d51471a6ec updated error messages in modules. Exif uses only signatures now 2013-08-23 10:10:21 -04:00
Brian Carrier
948312fb33 Added basic file ingest module, 7ZIP and Exif skip more files 2013-08-12 11:04:05 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -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
0e9d25767e exif module: also send event at the end of all files 2013-03-25 10:00:52 -04:00
adam-m
99a56adc92 exif module: send new data event more sparsely to reduce number of dir tree refreshes (temp workaround) 2013-03-25 09:35:51 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
9a03307533 zip and jpeg signature detection: do not log error if can't read the header and check file size first. 2013-03-05 09:16:55 -05:00
adam-m
4ee75ef41b add signature-based check for JPEG to EXIF module 2013-03-04 18:14:50 -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
dd814ec94e exif parser: restore supported file detection by extension 2013-02-14 17:06:24 -05:00
adam-m
4dd8444147 Merge branch 'master' into zipmodule
Conflicts:
	Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
	Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00