63 Commits

Author SHA1 Message Date
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
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
Richard Cordovano
fef91bca20 Make HashDbIngestModule implement FileINgestModule instead of extend IngestModuleAbstractFile 2014-02-20 13:14:30 -05:00
Richard Cordovano
eb2a08f4c6 Make hash lookup ingest module implement FileINgestModule interface 2014-02-20 12:41:42 -05:00
Nick Davis
7ecf3098c2 Pulled static strings in to properties file. Updated code to use getMessages to access strings. Added empty Bundle_ja.properties file to prepare for translation. 2014-02-04 15:44:00 -05:00
Richard Cordovano
5dc43405f4 Fixed bug in comment attrs for hash set hit artifacts 2014-01-20 12:07:33 -05:00
Richard Cordovano
6dd96e7354 Updated for hash database reworking 2014-01-16 00:32:14 -05:00
Samuel H. Kenyon
a94ae1eaf7 Only add a separator if there is more than one comment. 2013-12-26 14:10:40 -05:00
Samuel H. Kenyon
7f9b87ed1a Add another BB attribute for each hashset hit containing a concatenation of comments. 2013-12-26 13:23:36 -05:00
Richard Cordovano
49374b5354 Adapt hashdb, keywordsearch config panels for wide use
Made these core configuration mechanisms uniform in support for wider use.
The simple and advanced config panels are now all public with public load/store methods.
2013-12-08 08:54:48 -05:00
Richard Cordovano
170e9720ef Added updating of simple hash db config panel 2013-12-03 16:30:17 -05:00
Richard Cordovano
f74c65c417 Implementation of hash database name and path filters 2013-12-02 10:34:09 -05:00
Richard Cordovano
2e8444d6a6 Assorted hash database module improvements 2013-11-22 08:05:46 -05:00
Brian Carrier
f6020cf452 merged master into develop 2013-11-19 22:03:14 -05:00
Richard Cordovano
f3fcfd180a Merge branch 'develop' into hashdb_comments 2013-11-18 13:39:44 -05:00
Richard Cordovano
7ea6b661ad HashDb: Corrected enabling of Known radio buttons and provided for refresh of simple config after advanced config 2013-11-15 10:48:59 -05:00
Brian Carrier
3a57096556 normalized web attributes, reworded keyword ingest labels 2013-11-14 21:40:56 -05:00
Richard Cordovano
4f004e44c2 Updated hash database code and its clients to use new comment feature of API 2013-11-14 13:10:10 -05:00
Richard Cordovano
97ef8c45eb Merged master into tags_and_hashes 2013-11-13 20:31:05 -05:00
Richard Cordovano
85d6315001 Correct implementation of indexing for hash databases 2013-11-13 18:40:54 -05:00
Richard Cordovano
a6d0c6e583 Resolved conflicts for merge of hashdb_sqlite_redux 2013-11-06 16:59:33 -05:00
Richard Cordovano
a8f33373ab Completed adaptation of hash db UI/module to new hash db API 2013-11-06 12:58:06 -05:00
Richard Cordovano
7971872940 Getting the advanced config UI for hash databases to work 2013-11-05 22:22:34 -05:00
Richard Cordovano
d1ef3ae9df First cut at fully integrated create hash database capability 2013-11-04 18:25:02 -05:00
Richard Cordovano
a3d5c12345 Interim checkin 2013-10-31 21:02:31 -04:00
Richard Cordovano
6407d3835f Interim checkin of new hash db API work 2013-10-31 09:56:25 -04:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Brian Carrier
ef5314b5d9 minor cleanup of code 2013-10-19 00:25:18 -04:00
Samuel H. Kenyon
362348e78d Add public getKnownBadSetNames() method. 2013-09-13 18:28:04 -04:00
Brian Carrier
966da82416 Updated API changes to keep it inline with 3.0.6, added context to uses of ingest panels. 2013-08-12 18:29:21 -04:00
Richard Cordovano
9a8ecc3582 Merge of general_ingest_configurator branch 2013-08-09 12:37:36 -04:00
Brian Carrier
36c37e52ff Improved layout and styling of ingest messages to have style sheets and consistent look and feel 2013-08-08 18:02:18 -04:00
Richard Cordovano
9d2dcbcd4b Additional modifications for backing out changes to IngestModuleAbstract.java from commit 5d9bf3ff1f78dfc967128c02356613a3a980f328 2013-08-06 17:53:30 -04:00
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