1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00
Commit Graph

3261 Commits

Author SHA1 Message Date
Brian Carrier
66638732da file task queue is a deque so that we can make it LIFO to better process derived files 2014-06-10 16:16:09 -04:00
Richard Cordovano
25b9781980 Minor bug fixes for improved ingest framework 2014-06-10 15:01:18 -04:00
Richard Cordovano
a7152567c9 Merge remote-tracking branch 'upstream/develop' into case_change_aware_ingest_task_scheduler 2014-06-10 13:35:00 -04:00
Richard Cordovano
bf44d4cbde Make ingest able to handle case change events 2014-06-10 13:34:35 -04:00
alexjacks92
52f98da889 Reports now include extension mismatches. Only file names are reported. 2014-06-10 11:04:23 -04:00
alexjacks92
57355e5fe6 Merge remote-tracking branch 'upstream/develop' into ExtMismatchReporting 2014-06-10 09:36:41 -04:00
alexjacks92
ccceb927dc Partially working extension mismatch reporting. 2014-06-09 15:46:32 -04:00
Richard Cordovano
976391babe Add case open/close support to IngestTaskScheduler, w/o perpetual job guard 2014-06-09 15:25:09 -04:00
Richard Cordovano
4ad27fd253 Fix comment in IngestJob.java 2014-06-09 12:19:29 -04:00
Richard Cordovano
a6ad04bbd4 Fix comment typo in IngestJob.java 2014-06-09 12:06:52 -04:00
Richard Cordovano
42102ee327 Add code to ensure that every ingest job that starts get at least one task 2014-06-09 12:05:17 -04:00
Richard Cordovano
fdbbc0520e Add code to ensure that every ingest job that starts get at least one task 2014-06-09 12:03:40 -04:00
Richard Cordovano
1d706577e6 Merge pull request #743 from rcordovano/reports_in_tree
External results import and reports in tree
2014-06-06 13:24:24 -04:00
Richard Cordovano
57bf45e808 Disable SampleExecutableIngestModuleFactory 2014-06-06 13:22:45 -04:00
Richard Cordovano
2a870d787e Fix event firing bug in ExternalResultsImport and fix external results XSD 2014-06-06 13:21:39 -04:00
Richard Cordovano
9ee31dc70e Fix external results XSD 2014-06-06 12:30:17 -04:00
Richard Cordovano
e082584959 Remove unnecessary synchronization from Case.addReport() 2014-06-06 11:56:14 -04:00
Richard Cordovano
54e1b2a2fc Scrub external results and reports in tree for feature complete 2014-06-06 11:51:34 -04:00
Brian Carrier
f91c53fe3e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-06-06 11:14:24 -04:00
Brian Carrier
1924ff4750 stop executils when it is not needed anymore. Remove stop method from recent activity since it is no longer needed. 2014-06-06 11:14:15 -04:00
Brian Carrier
3000f0d563 added bundles from previous content viewer commit 2014-06-06 11:01:01 -04:00
Brian Carrier
87574f9dc2 renamed addFile to scheduleFile in context 2014-06-06 11:00:38 -04:00
Brian Carrier
491191feb0 Added file type to metadata content viewer 2014-06-06 10:59:16 -04:00
Brian Carrier
2c58c108da Add file separator automatically in new case wizard 2014-06-06 10:55:01 -04:00
Brian Carrier
09aff176ac Write ZIp files to more generic names. Saw errors with paths with C: in them 2014-06-06 10:54:21 -04:00
Richard Cordovano
a5e7bd5d85 Merge remote-tracking branch 'upstream/develop' into reports_in_tree 2014-06-06 10:01:00 -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
bd2f97da4c Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it 2014-06-05 23:23:54 -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
1be56087bc Complete major functionality for external result imports and reports in Autopsy tree 2014-06-05 15:55:52 -04:00
Richard Cordovano
a453b25f5c Implement basics of reports in Autopsy tree 2014-06-04 17:50:55 -04:00
Richard Cordovano
e4b1d9a9c9 Complete first vrsion of external results feature 2014-06-03 17:06:05 -04:00
Richard Cordovano
388dc636af Update external results import code 2014-06-02 17:40:10 -04:00
Richard Cordovano
2c39db9591 Merge remote-tracking branch 'upstream/develop' into external_results_utility 2014-05-30 19:39:50 -04:00
Richard Cordovano
1c7d72b053 Write to log files in case log directory 2014-05-30 19:27:53 -04:00
Richard Cordovano
a36b9f5645 Commit interim work on external results import feature 2014-05-30 17:03:36 -04:00
Trilok Shahi
9708e5bdf0 added double clicking to open .aut files 2014-05-30 14:31:40 -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
2767542a1a Restored default behavior to ignore text files 2014-05-30 00:29:37 -04:00
Brian Carrier
9e07e6f78b Added more extensions to config file 2014-05-30 00:28:51 -04:00
Richard Cordovano
b18a9649bb Refactor and fix of external results utility classes (continued) 2014-05-29 16:09:08 -04:00
Nick Davis
4e8e7fa3dd Tagged hard coded strings with \\NON-NLS 2014-05-29 14:28:50 -04:00
Brian Carrier
a85346c0dd Added artifact ID to artifact content viewer 2014-05-28 14:46:30 -04:00
Richard Cordovano
f21ed14f9f Complete sample/test external executable ingest module 2014-05-28 11:58:36 -04:00
Richard Cordovano
7dcd2a747f Add ExternalResultXML enum and partial impl of sample module 2014-05-27 17:46:41 -04:00
Brian Carrier
1cf18724db refactoring of keyword search markup classes 2014-05-27 14:44:16 -04:00
Richard Cordovano
f6720111ae Merge conflict resolution - branding 2014-05-27 10:01:37 -04:00
Richard Cordovano
5f003b4cf2 Rename local variables in ExternalResultsImporter (derp, derf, etc.) 2014-05-23 09:04:43 -04:00
Richard Cordovano
14ffe64459 Merge pull request #735 from alexjacks92/japaneseUI
UI changes to fit Japanese translations better
2014-05-23 08:58:34 -04:00
Brian Carrier
4a4cff8ef7 Merge branch 'develop' of github.com:sleuthkit/autopsy into SynapticNulship-keyword-refactor 2014-05-22 23:58:23 -04:00