447 Commits

Author SHA1 Message Date
Richard Cordovano
b9e255b02f Update hash lookup module for TSK API Change 2014-06-06 10:18:38 -04:00
Brian Carrier
26e01a6cb0 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-05 23:24:03 -04:00
Brian Carrier
9ae538438b added comments, minor refactoring as part of reviewing hash db code for memory leaks. No logic changes 2014-06-05 23:14:10 -04:00
Richard Cordovano
88c87e66d8 Merge pull request #736 from mrtizmo/lastphase3
Tagged hard coded strings with //NON-NLS
2014-05-30 14:19:18 -04:00
Brian Carrier
6687457705 don't hash directories and prevent adding empty file hash value to database 2014-05-29 23:52:01 -04:00
Nick Davis
4e8e7fa3dd Tagged hard coded strings with \\NON-NLS 2014-05-29 14:28:50 -04:00
alexjacks92
89c563d462 First pass at adjusting UI to fit japanese translations better. 2014-05-22 15:05:28 -04:00
Richard Cordovano
99fd68b1c5 Change data source ingest behavior 2014-05-15 15:39:42 -04:00
alexjacks92
8603c172af Removing empty event listener, and a spelling / grammar mistake in the hash lookup module description. 2014-05-13 15:46:06 -04:00
alexjacks92
43466a76c3 Merge remote-tracking branch 'upstream/develop' into UiChanges 2014-05-13 14:49:04 -04:00
Richard Cordovano
e12260c8fe Split IngestEvent enum into two enums 2014-05-13 14:30:53 -04:00
Richard Cordovano
89c43d88a1 Change serialization version number implementation 2014-05-13 13:41:04 -04:00
alexjacks92
70a8583d8b Making UI changes work after internationalization changes. 2014-05-13 10:53:54 -04:00
alexjacks92
a2f3ace11b Ingest configuration UI changes. 2014-05-09 15:50:18 -04:00
Richard Cordovano
f8419c56e5 Add non-validating load doc method to XSDUtil 2014-05-07 16:09:58 -04:00
Richard Cordovano
07e9956ee0 Refactor ingest framework 2014-05-01 17:46:35 -04:00
Richard Cordovano
a77d566a82 Preserve intermediate state of improved ingest framework 2014-05-01 09:41:01 -04:00
Richard Cordovano
18a2e7b42f Fix comment spelling error in HashLookupModuleFactory 2014-04-24 10:32:51 -04:00
Richard Cordovano
5addef20b4 Remove obsolete HashDbManager always calc hashes code (is ingest job setting) 2014-04-24 10:27:29 -04:00
Richard Cordovano
97032953a3 Make hash lookup job settings panel use settings for always calc hashes 2014-04-24 10:14:20 -04:00
Richard Cordovano
56f5d0cf9f Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-24 09:26:13 -04:00
Samuel H. Kenyon
b30c63ec36 Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2014-04-23 11:55:34 -04:00
Samuel H. Kenyon
d1861b77ba HashDbIngestModule: slight optimization for totals access (reduce number of lock acquisitions) 2014-04-23 11:50:40 -04:00
Richard Cordovano
6af898fdaf Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-23 10:52:42 -04:00
Kay Bassi
45464aa17d Translation complete. 2014-04-22 15:54:45 -04:00
Samuel H. Kenyon
30bb4ee6ae Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchIngestModule.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-22 15:48:51 -04:00
Nick Davis
2539302bcf Pulled 2 additional static strings. 2014-04-22 15:19:52 -04:00
Samuel H. Kenyon
6473ffb5b3 Fixed spelling mistake. 2014-04-22 14:13:20 -04:00
Richard Cordovano
18a0c62e51 Add getVersionNumber() method to IngestModuleIngestJobSettings interface 2014-04-22 13:35:34 -04:00
Nick Davis
1d366dd9ab HashDatabase - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-22 12:49:49 -04:00
Samuel H. Kenyon
7bd773f7c9 HashDbIngestModule: Thread-safety refinement of summary posting 2014-04-22 11:55:32 -04:00
Samuel H. Kenyon
4fb5b491bd fixed init for changes in previous commit 2014-04-21 15:31:56 -04:00
Samuel H. Kenyon
1646a5ef41 updated HashDbIngestModule to keep track of totals for all modules per job, not all jobs combined together 2014-04-21 15:25:24 -04:00
Nick Davis
8fe3965524 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into hashDatabase 2014-04-14 16:27:39 -04:00
Nick Davis
db6c614280 Merge branch 'hashDatabase' of ssh://repo.narfindustries.com/autopsy-jp into hashDatabase 2014-04-14 16:27:23 -04:00
Kay Bassi
efa5917815 Changed inconsistent translation of type from インフォメーション to 情報 2014-04-14 13:41:51 -04:00
Kay Bassi
5025529bf2 Changed inconsistent translation of type from 種類 to タイプ 2014-04-14 13:40:34 -04:00
Samuel H. Kenyon
77cca50838 renamed ModuleReferenceCounter to IngestModuleReferenceCounter as requested, the class now removes entries once they decrement to zero, and removed static creation methods from sample classes 2014-04-11 14:55:30 -04:00
Samuel H. Kenyon
b5f3d65118 adjusted modules to use new class ModuleReferenceCounter 2014-04-11 13:20:02 -04:00
Richard Cordovano
723828c98c Update sample modules to use ref counting form IngestModuleAdapter 2014-04-10 18:24:03 -04:00
Samuel H. Kenyon
eb18e50bf4 Merge remote-tracking branch 'upstream/develop' into onemsg2 2014-04-09 17:36:08 -04:00
Richard Cordovano
a07153261e Changed ingest module lifecycle events to ingest job lifecycle events 2014-04-09 11:09:19 -04:00
Samuel H. Kenyon
e740ade703 HashDB module: only post error messages once per job 2014-04-09 10:49:21 -04:00
Samuel H. Kenyon
4be1592f95 renaming 2014-04-08 17:48:35 -04:00
Samuel H. Kenyon
a2e59ad5e1 IngestModuleAdapter now has a static moduleRefCount and static methods to access it. 2014-04-08 16:30:57 -04:00
Samuel H. Kenyon
eab237c49c Added comment about what the map is mapping 2014-04-04 11:53:03 -04:00
Samuel H. Kenyon
587d9a7f6c Rename refMap and its mutator methods 2014-04-04 11:36:54 -04:00
Samuel H. Kenyon
21e2747085 Make jobID private. Remove now-unused members. 2014-04-04 11:29:17 -04:00
Samuel H. Kenyon
a20f599839 Merge remote-tracking branch 'upstream/develop' into mt-onemsg
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-04 11:18:21 -04:00
Samuel H. Kenyon
109cd14c98 Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now 2014-04-03 22:49:17 -04:00