50 Commits

Author SHA1 Message Date
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
466e504de9 Check in current state of new ingest framework for safekeeping 2014-03-12 17:46:58 -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
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
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Brian Carrier
a70390a4b8 Use CREATED attribute, fire events more often, basic cleanup 2013-10-19 00:22:12 -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
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
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
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
6e08e412d2 - Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile  interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
Brian Carrier
5887f2fbda Made ingest inbox messages more consistent 2013-01-29 14:49:02 -05:00
Brian Carrier
0cddbee495 Added more log message details 2013-01-18 17:14:08 -05:00
Devin148
9c5ade6530 Store geo-location attributes properly 2012-12-04 13:57:21 -05:00
Devin148
2bc0c32b85 Remove false positives from Exif Parser 2012-11-09 09:45:07 -05:00
0xNF
adee83f0ae Long dates are now stored properly. 2012-11-07 15:25:00 -05:00
0xNF
8cd502e1d6 Date/Time stored as a long instead of a string 2012-11-06 15:16:59 -05:00
Devin148
289d938a38 Fire event for exif metadata to update directory tree 2012-10-26 09:14:09 -04:00
0xNF
89a0f5b65a Bug fix for EXIF module. No longer lists every picture in the image. 2012-09-20 13:43:26 -04:00
0xNF
3dba9afcc5 Exif reporting no longer prints "null" for blanks. 2012-09-19 15:09:46 -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
df9be41f28 add file name to log msg 2012-09-14 16:32:03 -04:00
dhurd
04cba235e2 Updated ExifParser logging. 2012-09-06 12:51:44 -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