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

Commit Graph

  • ceaf070d4b Merge branch 'develop' of github.com:sleuthkit/autopsy into develop Brian Carrier 2013-12-20 10:55:54 -05:00
  • 9cf5efbf1e catch calls to complete() and return to old approach of calling init() on each module Brian Carrier 2013-12-20 10:55:42 -05:00
  • e1efc7b1d2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop raman-bt 2013-12-20 09:24:19 -05:00
  • 5733167563 Fixed a NullPtrException under a race condition. raman-bt 2013-12-20 08:42:49 -05:00
  • fe595962d4 Sorting and refreshing extensions; more feedback and handling changes for config save. Samuel H. Kenyon 2013-12-19 18:39:23 -05:00
  • 461664263f Sort the mime and ext lists in the mismatch options panel. Samuel H. Kenyon 2013-12-19 14:32:56 -05:00
  • 974d054098 Added more extensions to default mismatch configuration. Samuel H. Kenyon 2013-12-19 13:55:48 -05:00
  • 6c98303bbb Merge pull request #405 from jawallace/merge_fix Richard Cordovano 2013-12-19 10:43:47 -08:00
  • 2bb02a3266 moved jpeg header check method to public image utils class. Jeff Wallace 2013-12-19 13:23:50 -05:00
  • cc1a7f7f47 Merge pull request #398 from jawallace/thumbnail_reporting Richard Cordovano 2013-12-19 09:01:18 -08:00
  • 261fb48f27 Merge pull request #331 from jawallace/testing Richard Cordovano 2013-12-19 09:01:07 -08:00
  • ea586e0e46 Lost a save button enable somehow. Samuel H. Kenyon 2013-12-18 18:24:53 -05:00
  • a18974d5cc Implemented the removal functions in Mismatch Options. Samuel H. Kenyon 2013-12-18 18:20:47 -05:00
  • 3c38a6e308 Mismatch options panel improvements to user feedback. Samuel H. Kenyon 2013-12-18 17:10:56 -05:00
  • 709111326c Merge pull request #402 from jawallace/gen_info_shouldnt_refresh_tree Brian Carrier 2013-12-18 13:25:03 -08:00
  • 7c568e44c0 Re-add filetypeid. Samuel H. Kenyon 2013-12-18 16:19:22 -05:00
  • 3c9dbe2212 Implemented adding custom types and extensions (and saving them) for Mismatch options panel. Samuel H. Kenyon 2013-12-18 16:18:44 -05:00
  • 3eb5cef318 Don't refresh directory tree when a module data event is called for the general info artifact. Jeff Wallace 2013-12-18 14:58:35 -05:00
  • 258e80d59b Don't refresh tree for general info artifacts. Jeff Wallace 2013-12-18 10:59:10 -05:00
  • 4e1a15dfdc GUI improvements. Samuel H. Kenyon 2013-12-18 14:03:41 -05:00
  • 5a8145cbac Merge pull request #401 from jawallace/minor_cleanup_tasks Richard Cordovano 2013-12-18 10:43:57 -08:00
  • 3224923eac Merge branch 'sigid3' of github.com:SynapticNulship/autopsy into sigid3 Samuel H. Kenyon 2013-12-18 12:29:41 -05:00
  • a7fd515400 Fix compile error resulting from upstream rebase. Samuel H. Kenyon 2013-12-18 12:28:04 -05:00
  • abe4efa03b Commit before merging upstream. Samuel H. Kenyon 2013-12-18 11:20:04 -05:00
  • 7027ebf367 Do not skip known bad files when skipKnown flag is on. Samuel H. Kenyon 2013-12-18 10:28:59 -05:00
  • c430927af0 Minor GUI adjustments. Samuel H. Kenyon 2013-12-17 23:39:40 -05:00
  • 6ef8a94f75 Prevent multiselect on mime type table. Changed FileExtMismatch options icon. Samuel H. Kenyon 2013-12-17 23:31:55 -05:00
  • d9e9aca092 FileExtMismatchConfigPanel mime and ext tables now populate. Samuel H. Kenyon 2013-12-17 23:13:05 -05:00
  • 07feeb7fb6 Added skeleton of FileExtMismatch advanced options panel. Samuel H. Kenyon 2013-12-17 19:00:42 -05:00
  • 5ae5fb97db Mismatch module now uses new public artifact TSK_MISMATCH_DETECTED. Samuel H. Kenyon 2013-12-17 15:27:26 -05:00
  • 82a05228d2 Call extractResourceToUserConfigDir() on the file ext mismatch XML file. Samuel H. Kenyon 2013-12-16 12:24:56 -05:00
  • c4044080ff Mismatch configuration is now loaded from an XML file. Samuel H. Kenyon 2013-12-13 17:32:08 -05:00
  • 2fef207333 FileExtMismatchIngestModule now has its own artifact type. Also moved file type id detector up in the pipeline. Samuel H. Kenyon 2013-12-12 18:57:46 -05:00
  • 2cc40406b4 Added more allowed plaintext filename extensions. Samuel H. Kenyon 2013-12-12 18:01:28 -05:00
  • bf07f50749 Added some more video formats to SigTypeToExtMap. Samuel H. Kenyon 2013-12-06 18:18:03 -05:00
  • 7f8eb7561d Added another extension (.milk == winamp viz config file). Samuel H. Kenyon 2013-12-06 12:31:17 -05:00
  • 0708606ad8 Update pipeline config file to force the order of FileTypeIdIngestModule before FileExtMismatchIngestModule. Samuel H. Kenyon 2013-12-05 18:48:09 -05:00
  • cb7d705d93 Add some more extensions that are often plaintext. Samuel H. Kenyon 2013-12-05 14:40:56 -05:00
  • c55cebb080 Treat plaintext extension config file as a resource when opening, not as a file. Samuel H. Kenyon 2013-12-05 14:39:48 -05:00
  • e556fda588 Hopefully this ensures that the file id and mismatch modules will run in the correct ord.er Samuel H. Kenyon 2013-12-05 13:44:15 -05:00
  • f967849733 New more extensive plaintext file extension list. Samuel H. Kenyon 2013-12-04 17:07:31 -05:00
  • 908e2e8e9d Load plaintext extensions from a file. Samuel H. Kenyon 2013-12-04 16:34:37 -05:00
  • cea28363bc Refactor how the Hashset Hits column is populated. Samuel H. Kenyon 2013-12-02 15:38:27 -05:00
  • dff00bb2b1 Added simple config panel for FileExtMismatch ingest module. Samuel H. Kenyon 2013-12-02 13:35:14 -05:00
  • d361cdee7a Update quicktime mapping. Samuel H. Kenyon 2013-12-02 13:21:06 -05:00
  • 5c86b5b1d4 Updated the default mime type to extension mapping. Samuel H. Kenyon 2013-12-02 13:14:59 -05:00
  • e90664b2bd Added more info to the default sig types to extensions map. Also make sure to convert to lowercase before comparing. Samuel H. Kenyon 2013-12-01 20:10:56 -05:00
  • 0d7dbc1413 Use getAllArtifacts() and added a null check. Samuel H. Kenyon 2013-12-01 19:24:05 -05:00
  • 2f865c152e prototype Samuel H. Kenyon 2013-11-27 18:42:48 -05:00
  • 30fa6bc621 Add skeleton of FileExtMismatch ingest module and new attribute type. Samuel H. Kenyon 2013-11-27 17:19:46 -05:00
  • 2ecaee770f Move currently-unused FileTypeDetector classes to a directory where Netbeans won't pick them up for compiling. Remove references to the relevant third-party jars. Samuel H. Kenyon 2013-11-26 15:26:27 -05:00
  • 96e808a13f Re-added the new FileTypeId ingest module, set to use Tika. Samuel H. Kenyon 2013-11-26 15:09:47 -05:00
  • 650ee38d1c Line endings. Samuel H. Kenyon 2013-11-26 14:46:24 -05:00
  • 2700be7c60 Commit before merging upstream. Samuel H. Kenyon 2013-12-18 11:20:04 -05:00
  • 3eb5453d5f Updated logic in default action for data result nodes. Jeff Wallace 2013-12-16 11:21:00 -05:00
  • 0e4b47dd36 Removed deprecated comment. Jeff Wallace 2013-12-16 11:26:49 -05:00
  • 9868466d9b Merge pull request #397 from jawallace/newMboxParser Richard Cordovano 2013-12-18 07:35:23 -08:00
  • 5b8d35422a Merge pull request #388 from jawallace/keyword_search Richard Cordovano 2013-12-18 07:34:56 -08:00
  • 8e8b05732b Merge pull request #350 from jawallace/filterKnown Richard Cordovano 2013-12-18 07:34:35 -08:00
  • 94ededd14e Merge pull request #349 from jawallace/ewfVerifyIngest Richard Cordovano 2013-12-18 07:34:14 -08:00
  • 5627b112d9 Do not skip known bad files when skipKnown flag is on. Samuel H. Kenyon 2013-12-18 10:28:59 -05:00
  • dfd6a966da Fixed timeout exception. Jeff Wallace 2013-12-18 10:13:28 -05:00
  • 405d1e7413 FileTypeModule: doesn't send events, gets existing GEN_INFO, doesn't ignore known bad Brian Carrier 2013-12-18 10:12:42 -05:00
  • efea191c04 Minor GUI adjustments. Samuel H. Kenyon 2013-12-17 23:39:40 -05:00
  • bc61e63af2 Prevent multiselect on mime type table. Changed FileExtMismatch options icon. Samuel H. Kenyon 2013-12-17 23:31:55 -05:00
  • db3cf0edfa FileExtMismatchConfigPanel mime and ext tables now populate. Samuel H. Kenyon 2013-12-17 23:13:05 -05:00
  • 62c836d3a0 Added skeleton of FileExtMismatch advanced options panel. Samuel H. Kenyon 2013-12-17 19:00:42 -05:00
  • 540af57fdf Mismatch module now uses new public artifact TSK_MISMATCH_DETECTED. Samuel H. Kenyon 2013-12-17 15:27:26 -05:00
  • fdab788c35 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop raman-bt 2013-12-17 13:17:49 -05:00
  • eb6fb4f786 Cleaned up keyword search code a tiny bit and changed logic so that property change is fired for each keyword and not every 250 if there are lots of hits inside of the keyword Brian Carrier 2013-12-17 13:10:23 -05:00
  • 4d31147f8f Merge remote-tracking branch 'upstream/develop' into sigid3 Samuel H. Kenyon 2013-12-16 14:02:46 -05:00
  • 86d5c177ca Removed duplicated logic in exif parser. Jeff Wallace 2013-12-16 12:51:38 -05:00
  • 1ac55f54ca Call extractResourceToUserConfigDir() on the file ext mismatch XML file. Samuel H. Kenyon 2013-12-16 12:24:56 -05:00
  • cba5688987 Mismatch configuration is now loaded from an XML file. Samuel H. Kenyon 2013-12-13 17:32:08 -05:00
  • 2c7eb4ce88 Link to content in HTML reports for blackboard artifact tags that refer to image files. Jeff Wallace 2013-12-13 16:22:55 -05:00
  • be83a65e2e Content viewer displays the "associated artifact", in case the selected node has an artifact with ASSOCAITED_ARTIFACT attribute. raman-bt 2013-12-13 15:48:55 -05:00
  • 199c347a79 Updated attributes associated with encryption artifact. Jeff Wallace 2013-12-13 13:28:17 -05:00
  • eae37fdc76 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop raman-bt 2013-12-13 13:17:28 -05:00
  • 78d44473f8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into encryption Jeff Wallace 2013-12-13 13:03:50 -05:00
  • 6bd183995b Changed default setting for showing keyword search snippets to true. Jeff Wallace 2013-12-13 10:19:24 -05:00
  • 0d1d674780 FileExtMismatchIngestModule now has its own artifact type. Also moved file type id detector up in the pipeline. Samuel H. Kenyon 2013-12-12 18:57:46 -05:00
  • 74f1b21019 Added more allowed plaintext filename extensions. Samuel H. Kenyon 2013-12-12 18:01:28 -05:00
  • 3f2e8d4fa2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into newMboxParser Jeff Wallace 2013-12-12 15:34:33 -05:00
  • 947e4372b7 Fixed change that was missed during merge Jeff Wallace 2013-12-12 15:14:27 -05:00
  • 7290b1f052 line endings Jeff Wallace 2013-12-12 15:13:48 -05:00
  • d11df43a1d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into ewfVerifyIngest Jeff Wallace 2013-12-12 14:58:21 -05:00
  • 183c333e28 line endings Jeff Wallace 2013-12-12 14:54:33 -05:00
  • d414130570 line endings Jeff Wallace 2013-12-12 14:53:45 -05:00
  • 5b7f705682 Merge branch 'master' of https://github.com/sleuthkit/autopsy into testing Jeff Wallace 2013-12-12 14:40:51 -05:00
  • c9b92a6f9f Add thumbnails for content and blackboard artifact tags for the html report. Jeff Wallace 2013-12-12 14:30:55 -05:00
  • 58f428085e Merge pull request #366 from jawallace/sqliteJarUpdate Richard Cordovano 2013-12-12 10:59:59 -08:00
  • 8b5ddb11bd Merge pull request #395 from jawallace/content_viewer_window_focus Richard Cordovano 2013-12-12 10:59:46 -08:00
  • 4e2c794115 Merge pull request #381 from jawallace/proxy_options Richard Cordovano 2013-12-12 10:57:49 -08:00
  • 4503280fbc Merge pull request #374 from jawallace/compiler_warnings Richard Cordovano 2013-12-12 10:55:05 -08:00
  • 20b093a022 Extracted thumbnail generation to a utility class. Jeff Wallace 2013-12-12 11:04:49 -05:00
  • c842c11119 Merge pull request #396 from rcordovano/report_fix_merge Richard Cordovano 2013-12-11 14:54:21 -08:00
  • 175e4eea6b Finish merge cleanup Richard Cordovano 2013-12-11 17:36:44 -05:00
  • a635f9fc85 Removed stopwatch and debug printlns. Jeff Wallace 2013-12-04 13:33:10 -05:00
  • 60ae393da2 Moved methods only used by ArtifactData into the ArtifactData class. Cache rowData for each ArtifactData. Jeff Wallace 2013-12-04 13:29:45 -05:00
  • 32be04828f Performance improvement for artifact sorting. Jeff Wallace 2013-12-04 11:41:49 -05:00