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

Commit Graph

  • f12ec3da88 fixed #742 to use webkit format time in Chrome instead of PRTime format Brian Carrier 2014-06-12 21:33:15 -04:00
  • 5714ba7749 Merge pull request #754 from rcordovano/develop Richard Cordovano 2014-06-12 13:37:31 -04:00
  • 75b00b07f9 Restore new lines in IngestManager.StartIngestJobsTask.run.startupErr.dlgErrorList bundle property Richard Cordovano 2014-06-12 13:36:23 -04:00
  • 33c948fe3a Merge pull request #753 from rcordovano/develop Richard Cordovano 2014-06-12 13:22:33 -04:00
  • f445298775 Make more user-friendly display name for start ingest jobs progress bar Richard Cordovano 2014-06-12 13:20:44 -04:00
  • 86d8078e47 Merge pull request #752 from rcordovano/ext_mismatch_in_table_reports Richard Cordovano 2014-06-12 12:32:52 -04:00
  • 2648b88863 Add fields to extension mismatch artifacts table report Richard Cordovano 2014-06-12 12:30:46 -04:00
  • 9b29b037f4 Merge pull request #751 from rcordovano/java7_ingest_snapshots Richard Cordovano 2014-06-12 09:50:09 -04:00
  • 479ae2ec60 Remove Java 8 code from ingest progress snapshots feature Richard Cordovano 2014-06-12 09:48:23 -04:00
  • ed61e5b1b2 Merge pull request #750 from rcordovano/ingest_snapshot_tool Richard Cordovano 2014-06-11 17:27:41 -04:00
  • dd446b3667 Make sure ingets snapshot bundle properties are in JA bundles Richard Cordovano 2014-06-11 17:20:36 -04:00
  • 6e0c71d692 Complete ingest progress snapshot feature Richard Cordovano 2014-06-11 17:13:45 -04:00
  • e8af52bf7f missed update as part of previous merge Brian Carrier 2014-06-11 14:09:54 -04:00
  • 24e9734f17 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2014-06-11 14:02:37 -04:00
  • 998a76b48e resolved merged conflict Brian Carrier 2014-06-11 14:01:40 -04:00
  • ea7d504a60 Merge pull request #749 from alexjacks92/testingReportsTable Richard Cordovano 2014-06-11 13:39:12 -04:00
  • 173fa3b9db Doctoring reports table entries instead of removing them. alexjacks92 2014-06-11 13:09:52 -04:00
  • b84593c4be Open log action goes to case log if case is open Brian Carrier 2014-06-10 22:46:53 -04:00
  • a940138b28 Moved E01 verify into core Brian Carrier 2014-06-10 22:29:45 -04:00
  • bad576e1d9 moved hashdb to inside of core module Brian Carrier 2014-06-10 21:56:32 -04:00
  • ddac21a25b removed noisy info log message Brian Carrier 2014-06-10 21:44:03 -04:00
  • 26e529c395 cleaned up file type id module. Pass in 64k and file name into detector Brian Carrier 2014-06-10 21:41:19 -04:00
  • 98db14f664 Add UI skeleton for ingest progress snapshots Richard Cordovano 2014-06-10 17:46:00 -04:00
  • d347158b22 Merge pull request #748 from alexjacks92/testingReportsTable Richard Cordovano 2014-06-10 16:38:06 -04:00
  • 4b0298b6c3 Add infrastructure for ingest task snapshots Richard Cordovano 2014-06-10 16:34:06 -04:00
  • 66638732da file task queue is a deque so that we can make it LIFO to better process derived files Brian Carrier 2014-06-10 16:16:09 -04:00
  • 7606a39700 Merge remote-tracking branch 'upstream/develop' into testingReportsTable alexjacks92 2014-06-10 15:38:10 -04:00
  • e80444144d No longer diffing reports table in testing. alexjacks92 2014-06-10 15:37:50 -04:00
  • 3820250e39 Merge pull request #747 from rcordovano/case_change_aware_ingest_task_scheduler Richard Cordovano 2014-06-10 15:03:18 -04:00
  • 25b9781980 Minor bug fixes for improved ingest framework Richard Cordovano 2014-06-10 15:01:18 -04:00
  • a7152567c9 Merge remote-tracking branch 'upstream/develop' into case_change_aware_ingest_task_scheduler Richard Cordovano 2014-06-10 13:35:00 -04:00
  • bf44d4cbde Make ingest able to handle case change events Richard Cordovano 2014-06-10 13:34:35 -04:00
  • 2b568f1cf7 Merge pull request #746 from alexjacks92/ExtMismatchReporting Richard Cordovano 2014-06-10 11:39:28 -04:00
  • 52f98da889 Reports now include extension mismatches. Only file names are reported. alexjacks92 2014-06-10 11:04:23 -04:00
  • 57355e5fe6 Merge remote-tracking branch 'upstream/develop' into ExtMismatchReporting alexjacks92 2014-06-10 09:36:41 -04:00
  • ccceb927dc Partially working extension mismatch reporting. alexjacks92 2014-06-09 15:46:32 -04:00
  • 976391babe Add case open/close support to IngestTaskScheduler, w/o perpetual job guard Richard Cordovano 2014-06-09 15:25:09 -04:00
  • ad5462ef03 Merge pull request #745 from rcordovano/ensure_ingest_jobs_finish Richard Cordovano 2014-06-09 12:25:54 -04:00
  • 4ad27fd253 Fix comment in IngestJob.java Richard Cordovano 2014-06-09 12:19:29 -04:00
  • a6ad04bbd4 Fix comment typo in IngestJob.java Richard Cordovano 2014-06-09 12:06:52 -04:00
  • 42102ee327 Add code to ensure that every ingest job that starts get at least one task Richard Cordovano 2014-06-09 12:05:17 -04:00
  • fdbbc0520e Add code to ensure that every ingest job that starts get at least one task Richard Cordovano 2014-06-09 12:03:40 -04:00
  • 2923f90a61 Merge pull request #744 from alexjacks92/timingTest Richard Cordovano 2014-06-09 10:49:38 -04:00
  • e44d194f96 Merge remote-tracking branch 'upstream/develop' into timingTest alexjacks92 2014-06-06 13:39:30 -04:00
  • 317923da96 Made sure timing tests will only run during explicit timing tests. alexjacks92 2014-06-06 13:39:22 -04:00
  • fcc6b27318 Merge remote-tracking branch 'upstream/develop' into develop alexjacks92 2014-06-06 13:38:00 -04:00
  • 22cf9fe545 Made sure timing test will only run during explicit timing tests. alexjacks92 2014-06-06 13:37:33 -04:00
  • 1d706577e6 Merge pull request #743 from rcordovano/reports_in_tree Richard Cordovano 2014-06-06 13:24:24 -04:00
  • 57bf45e808 Disable SampleExecutableIngestModuleFactory Richard Cordovano 2014-06-06 13:22:45 -04:00
  • 2a870d787e Fix event firing bug in ExternalResultsImport and fix external results XSD Richard Cordovano 2014-06-06 13:21:39 -04:00
  • 9ee31dc70e Fix external results XSD Richard Cordovano 2014-06-06 12:30:17 -04:00
  • e082584959 Remove unnecessary synchronization from Case.addReport() Richard Cordovano 2014-06-06 11:56:14 -04:00
  • 54e1b2a2fc Scrub external results and reports in tree for feature complete Richard Cordovano 2014-06-06 11:51:34 -04:00
  • f91c53fe3e Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2014-06-06 11:14:24 -04:00
  • 1924ff4750 stop executils when it is not needed anymore. Remove stop method from recent activity since it is no longer needed. Brian Carrier 2014-06-06 11:14:15 -04:00
  • 3b3f12d306 another change for scheduleFiles that was missed in previous commit Brian Carrier 2014-06-06 11:13:12 -04:00
  • 3000f0d563 added bundles from previous content viewer commit Brian Carrier 2014-06-06 11:01:01 -04:00
  • 87574f9dc2 renamed addFile to scheduleFile in context Brian Carrier 2014-06-06 11:00:38 -04:00
  • 491191feb0 Added file type to metadata content viewer Brian Carrier 2014-06-06 10:59:16 -04:00
  • 2c58c108da Add file separator automatically in new case wizard Brian Carrier 2014-06-06 10:55:01 -04:00
  • 09aff176ac Write ZIp files to more generic names. Saw errors with paths with C: in them Brian Carrier 2014-06-06 10:54:21 -04:00
  • b5c0e8393f Merge remote-tracking branch 'upstream/develop' into reports_in_tree Richard Cordovano 2014-06-06 10:21:47 -04:00
  • b9e255b02f Update hash lookup module for TSK API Change Richard Cordovano 2014-06-06 10:18:11 -04:00
  • a5e7bd5d85 Merge remote-tracking branch 'upstream/develop' into reports_in_tree Richard Cordovano 2014-06-06 10:01:00 -04:00
  • c43362c92b Merge remote-tracking branch 'upstream/develop' into timingTest alexjacks92 2014-06-06 09:58:07 -04:00
  • 26e01a6cb0 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2014-06-05 23:24:03 -04:00
  • bd2f97da4c Allow DS modules to supply sub-title of progress bar and updated RecentActivity to use it Brian Carrier 2014-06-05 23:23:54 -04:00
  • 9ae538438b added comments, minor refactoring as part of reviewing hash db code for memory leaks. No logic changes Brian Carrier 2014-06-05 23:14:10 -04:00
  • a993163f2f Refining time diff. alexjacks92 2014-06-05 16:56:54 -04:00
  • 4a0e8ad728 Timing testing basics working. alexjacks92 2014-06-05 16:11:38 -04:00
  • 1be56087bc Complete major functionality for external result imports and reports in Autopsy tree Richard Cordovano 2014-06-05 15:55:52 -04:00
  • 2b44d636be Merge pull request #741 from alexjacks92/loggingAndTests Richard Cordovano 2014-06-05 13:41:28 -04:00
  • 7f4d2ac75f Bug with moving userdir logs fixed. alexjacks92 2014-06-05 10:23:06 -04:00
  • a3dfd9c4b5 Reverting to old log naming conventions. alexjacks92 2014-06-05 10:04:59 -04:00
  • 2cb84dee2e Working towards timing tests. alexjacks92 2014-06-05 09:43:43 -04:00
  • a453b25f5c Implement basics of reports in Autopsy tree Richard Cordovano 2014-06-04 17:50:55 -04:00
  • e4b1d9a9c9 Complete first vrsion of external results feature Richard Cordovano 2014-06-03 17:06:05 -04:00
  • 977d34b07b Documentation and code clean up. alexjacks92 2014-06-03 13:30:50 -04:00
  • 2382a3c023 Tests now pull in both sets of logs for diffing. alexjacks92 2014-06-03 12:51:10 -04:00
  • 388dc636af Update external results import code Richard Cordovano 2014-06-02 17:40:10 -04:00
  • de063b9957 Working towards moving both sets of logs for testing. alexjacks92 2014-06-02 16:38:32 -04:00
  • 2c39db9591 Merge remote-tracking branch 'upstream/develop' into external_results_utility Richard Cordovano 2014-05-30 19:39:50 -04:00
  • db6347d693 Merge pull request #739 from rcordovano/log_files_to_logs_folder Richard Cordovano 2014-05-30 19:31:34 -04:00
  • 1c7d72b053 Write to log files in case log directory Richard Cordovano 2014-05-30 19:27:53 -04:00
  • a36b9f5645 Commit interim work on external results import feature Richard Cordovano 2014-05-30 17:03:36 -04:00
  • 641f3fe6df Merge pull request #738 from alexjacks92/IdBug Richard Cordovano 2014-05-30 15:14:28 -04:00
  • 9708e5bdf0 added double clicking to open .aut files Trilok Shahi 2014-05-30 14:31:40 -04:00
  • 88c87e66d8 Merge pull request #736 from mrtizmo/lastphase3 Richard Cordovano 2014-05-30 14:19:18 -04:00
  • 93bcdaebd2 Dropping tsk_files obj_id istead of replacing. alexjacks92 2014-05-30 14:17:31 -04:00
  • 2767542a1a Restored default behavior to ignore text files Brian Carrier 2014-05-30 00:29:37 -04:00
  • 9e07e6f78b Added more extensions to config file Brian Carrier 2014-05-30 00:28:51 -04:00
  • 8ddffa8ba3 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2014-05-30 00:21:02 -04:00
  • 1d3b1dab67 USB device parser adds vendor name when product code isn't known Brian Carrier 2014-05-30 00:20:51 -04:00
  • 6687457705 don't hash directories and prevent adding empty file hash value to database Brian Carrier 2014-05-29 23:52:01 -04:00
  • b18a9649bb Refactor and fix of external results utility classes (continued) Richard Cordovano 2014-05-29 16:09:08 -04:00
  • 4e8e7fa3dd Tagged hard coded strings with \\NON-NLS Nick Davis 2014-05-29 14:28:50 -04:00
  • 57f8081ccb Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop Nick Davis 2014-05-29 14:16:33 -04:00
  • e237f8390e Fixed bug that caused duplicate keyword hit entries to exist Brian Carrier 2014-05-28 17:42:08 -04:00
  • a85346c0dd Added artifact ID to artifact content viewer Brian Carrier 2014-05-28 14:46:30 -04:00
  • f21ed14f9f Complete sample/test external executable ingest module Richard Cordovano 2014-05-28 11:58:36 -04:00