28 Commits

Author SHA1 Message Date
adam-m
5d9bf3ff1f Ingest module API change to include configuration context (placeholder) 2013-06-04 16:07:56 -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
d6394f8750 clear hash db handles in jni after done with hash ingest 2013-03-14 19:23:47 -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
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
adam-m
752dc2eaa8 - add hashing support for derived files (ingest, search)
- add extract action support for derived files
- refactor some code, make columns properties setting more common
2013-02-01 14:29:52 -05:00
Brian Carrier
6e0c80eec2 Changed flow of hash module 2013-01-29 14:47:51 -05:00
Devin148
331f24abf5 Check IngestManager to see if ingest is ongoing 2012-12-06 14:41:34 -05:00
adam-m
7acbeaabe6 do not process NSRL if it is present, but disabled for ingest 2012-12-05 12:15:38 -05:00
adam-m
42523e9925 update to use non-static hasher 2012-11-30 17:34:38 -05:00
adam-m
72fae4599b (AUT-685) Calculate MD5 of 0-sized files 2012-11-29 16:43:13 -05:00
adam-m
ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-09-18 15:14:29 -04:00
0xNF
b21d368e2d TSK-583 2012-09-18 14:24:33 -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
dhurd
0428aa849a Renamed Options panels for easier merging. 2012-09-14 14:08:29 -04:00
dhurd
63acf38677 Removed artifacts of old option panels. 2012-09-14 13:59:26 -04:00
dhurd
77f48c9e16 Updated when and how panels save/reload XML. 2012-09-14 09:41:34 -04:00
dhurd
b665d6c41e Updates to HashDb Options panel, providing support for OK and Cancel buttons. 2012-09-13 10:13:19 -04:00
dhurd
972b6ce366 Merge git://github.com/sleuthkit/autopsy into options 2012-09-12 12:38:37 -04:00
dhurd
4839c10456 Added functionality to Option panels; replaced old advanced panels. 2012-09-12 12:37:30 -04:00
adam-m
9894b23ea0 remove redundant javadoc 2012-09-11 11:15:03 -04:00
dhurd
459f4bec7b Updates to HashDb in options. 2012-09-06 14:26:15 -04:00
dhurd
90ee40f294 Added HashDb panel to the Options panel and updated XML. 2012-09-06 12:57:53 -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