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

Commit Graph

  • 2dce63fef5 Updated based on 64-bit options Brian Carrier 2013-10-29 21:50:37 -04:00
  • 6bcbc2eb11 Added needed space to an error message in AddContentToHashDbAction Richard Cordovano 2013-10-29 19:44:20 -04:00
  • 58ce29be25 Added XML file save to HasDb.openDatabase() Richard Cordovano 2013-10-29 18:43:27 -04:00
  • 12dc09a081 Sort artifact types alphabetically in artifact selection dialog. Jeff Wallace 2013-10-29 15:45:24 -04:00
  • 5ad40dcbaf Reset content artifact viewer on resetComponent Jeff Wallace 2013-10-29 13:56:13 -04:00
  • b18cf9a02f Fixed UI hang and updated number of hits column name. Jeff Wallace 2013-10-29 13:35:53 -04:00
  • 952b05c909 Update number of matches after all nodes have been loaded. Jeff Wallace 2013-10-29 13:06:39 -04:00
  • 0b985703b7 Ensure that the core DataSourceProcessors appear at the top in the wizard, and in a specific order. And there is a separator between 'core' DSPs and others. raman-bt 2013-10-29 14:30:51 -04:00
  • ffd28bf899 Throw exception from SevenZip init if it fails Jeff Wallace 2013-10-29 13:03:53 -04:00
  • 7e967e2568 Added ingest messages summarizing browser data found on the image. Jeff Wallace 2013-10-29 10:54:56 -04:00
  • 5e8517feb9 Fixed downloads for newest chrome and firefox versions Jeff Wallace 2013-10-28 18:00:14 -04:00
  • 657552661d i. Bugfix in readSettings() ii Adjusted the size of the Image & Local disk so they are fully visible in design view. raman-bt 2013-10-29 09:24:21 -04:00
  • 934463bd7d Merge remote-tracking branch 'sam/hashdb_sqlite' into hashdb_sqlite Richard Cordovano 2013-10-28 18:15:51 -04:00
  • 40ee532e1c Implemented ContextMenuActionProvider interface in HashDatabase module Richard Cordovano 2013-10-28 17:47:20 -04:00
  • 0ce636ebf6 Cleaned up the storing/reading of last selected data source path - delegated it to the DataSourceProcessor specific Panels, to handle as appropriate. raman-bt 2013-10-28 15:48:27 -04:00
  • c13f41f67c Changed plumbing for adding content to hash db actions Richard Cordovano 2013-10-28 15:09:58 -04:00
  • de7eb6b519 Straightened out the MissingImageDialog class w.r.t. DataSourceProcessor interface. MissingImageDialog allows the user to directly pick an image/local-disk if its is found to be missing. raman-bt 2013-10-28 11:03:14 -04:00
  • b4c0ecbbba Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2013-10-28 08:59:57 -04:00
  • 8834123cb4 changed order of attributes for web artifacts, marked 2 unused classes as deprecated Brian Carrier 2013-10-27 00:21:31 -04:00
  • 77c2adce7b added pl for newline normalization for rr plugins Brian Carrier 2013-10-26 23:38:42 -04:00
  • 2d80d2ee21 normalized timestamps in registry analysis, updated reports Brian Carrier 2013-10-26 23:37:48 -04:00
  • 6767cc42ab renamed autopsy rr plugin for ntuser to be more consistent Brian Carrier 2013-10-26 21:19:19 -04:00
  • 08e324a635 more comment updates Brian Carrier 2013-10-26 20:35:15 -04:00
  • f9485d3ba2 Minor cleanup and comments Brian Carrier 2013-10-25 23:07:26 -04:00
  • c0c307c099 removed file Brian Carrier 2013-10-25 20:54:46 -04:00
  • 170f40b77d reorganized logic inside of IE parser and order of modules in RecentActivity. Brian Carrier 2013-10-25 20:53:08 -04:00
  • 2e8e5b1405 comment updates Brian Carrier 2013-10-25 20:49:40 -04:00
  • 6cb5b47af4 Update create and import dialogs for the new HashDB interface. Samuel H. Kenyon 2013-10-25 18:01:18 -04:00
  • 136f93d38c Changed HashDb method name and updated comments Richard Cordovano 2013-10-25 17:53:45 -04:00
  • cd8b257458 Extended the HasdDb API Richard Cordovano 2013-10-25 17:33:06 -04:00
  • baec72f141 Merge remote-tracking branch 'richard/hashdb_sqlite' into hashdb_sqlite Samuel H. Kenyon 2013-10-25 17:24:59 -04:00
  • 7ec54b56ce Added new API to HashDb class (start of SleuthkitKNI hash db facade) Richard Cordovano 2013-10-25 17:15:59 -04:00
  • bd083e7b8d Update the create button. The new icon can be improved later. Samuel H. Kenyon 2013-10-25 16:19:41 -04:00
  • f2591c7212 Wired up new AddContentToHashDbAction stub Richard Cordovano 2013-10-25 16:08:16 -04:00
  • 66babd6068 Prevent overwriting existing files from create database dialog. Samuel H. Kenyon 2013-10-25 15:53:53 -04:00
  • 6aec5f35d5 Add skeleton of new Create Hash Database GUI. Samuel H. Kenyon 2013-10-25 15:25:44 -04:00
  • efbb7d0acf Added FILE_DONE event to Ingest Manager. Comments cleanup Brian Carrier 2013-10-25 15:12:34 -04:00
  • 2256e737a4 Added stub implementation of new AddContentToHashDbAction class Richard Cordovano 2013-10-25 15:12:31 -04:00
  • a1c6352559 HashDbAddDatabaseDialog class renamed to HashDbImportDatabaseDialog Samuel H. Kenyon 2013-10-25 14:58:09 -04:00
  • f3635ca754 Adjust label text for hash import dialog. Samuel H. Kenyon 2013-10-25 14:50:24 -04:00
  • e861caad76 Changed text on options panel to Directory Listing instead of Data Result Viewer. Jeff Wallace 2013-10-25 10:24:15 -04:00
  • 5e118737da i. Changed validatePanel() to return a boolean instead of string ii. Moved the UI Event/Property names into DataSourceProcessor to eliminate dependency on AddImageWizardChooseDataSourceVisual raman-bt 2013-10-24 17:01:56 -04:00
  • 8e06b8e4ff Added LocalDiskDSProcessor and LocalFilesDSProcessor. Minor bugfixes & cleanup. raman-bt 2013-10-24 15:52:39 -04:00
  • ec38f34ccc Line endings stuff Richard Cordovano 2013-10-24 11:26:59 -04:00
  • a8263dd7d7 Fix merge of platform.properties file Richard Cordovano 2013-10-23 16:30:13 -04:00
  • c45e0d2f78 Class name adjustments Richard Cordovano 2013-10-23 16:07:13 -04:00
  • 9c1743ab5a Updated for improved lower level tags api, fixed small bug in tag and comment dialog Richard Cordovano 2013-10-23 15:33:38 -04:00
  • 75f8dd47e7 Third step in merge of new_tags_api branch into master Richard Cordovano 2013-10-23 11:04:00 -04:00
  • 9a2da08443 Second step in merge of new_tags_api branch into master Richard Cordovano 2013-10-23 11:00:08 -04:00
  • b05908d8a4 First step in merge of new_tags_api branch into master Richard Cordovano 2013-10-23 10:58:49 -04:00
  • e32bc5990b Addressed review comments from Brian. raman-bt 2013-10-23 08:44:21 -04:00
  • 407ffb9568 Line endings update Richard Cordovano 2013-10-22 19:25:10 -04:00
  • 8b487ca56d Removed prematuer merge of some new tags api files Richard Cordovano 2013-10-22 17:21:44 -04:00
  • 572923a733 Merge remote-tracking branch 'upstream/master' Richard Cordovano 2013-10-22 15:36:25 -04:00
  • ff54c75cfd Fixed DRVT node expansion bug and added selection logic for node deletion Richard Cordovano 2013-10-22 13:32:49 -04:00
  • 4584640ec3 Changed AddImageTask to be a plain Runnable instead of a SwingWorker. raman-bt 2013-10-22 10:53:11 -04:00
  • d992fbe2f7 Removed old Tags class from datamodel package Richard Cordovano 2013-10-22 10:42:18 -04:00
  • 0b8420e47c resolved merge conflicts Brian Carrier 2013-10-21 23:50:45 -04:00
  • 054ce55480 Minor cleanup and commenting Brian Carrier 2013-10-21 23:42:04 -04:00
  • a3c085a331 Merge pull request #319 from jawallace/keywordSearchErrors Brian Carrier 2013-10-21 20:04:02 -07:00
  • 3f917922e8 Merge pull request #322 from jawallace/contentViewerFix Brian Carrier 2013-10-21 20:00:55 -07:00
  • b166141711 Merge pull request #323 from jawallace/recentActivityFixes Brian Carrier 2013-10-21 20:00:02 -07:00
  • 21ec442c90 Merge pull request #324 from jawallace/firefox Brian Carrier 2013-10-21 19:57:38 -07:00
  • bee91a40ce Updated reporting to work with new tags API Richard Cordovano 2013-10-21 19:01:25 -04:00
  • 2fbdb1c53c Resets image panel correctly when resetComponent is called. Jeff Wallace 2013-10-21 16:01:36 -04:00
  • dfd00f2c55 Add Firefox Downloads artifact even if URL cannot be decoded. Jeff Wallace 2013-10-21 15:45:53 -04:00
  • 753fb9a300 Added date and time to firefox bookmark data. Jeff Wallace 2013-10-21 15:40:08 -04:00
  • b2d7c471bf Renamed parseReg method to be more specific parseAutopsyPluginOutput. Jeff Wallace 2013-10-21 11:50:04 -04:00
  • 7ad3962811 Added error reporting for failure to parse recent activity lnk files. Jeff Wallace 2013-10-21 11:27:34 -04:00
  • e91114c77c i. Changed AddImageTask.CurrentDirFether to be a Runnable instead of Swingworker. ii. Changed the DSPProgressMonitorImpl to update the progress UI on the Swing EDT thread. iii. Added the image related params to AddImageTask constructor, and dropped the SetImageOptions() method. raman-bt 2013-10-21 11:09:47 -04:00
  • 27fc247da5 Fixed issue with multiple instances of data result panels. Jeff Wallace 2013-10-21 10:28:35 -04:00
  • ef74ae3425 Thundebird reports errors better now Brian Carrier 2013-10-19 13:47:39 -04:00
  • 003d12570b Minor cleanup Brian Carrier 2013-10-19 13:41:30 -04:00
  • 28e6c98906 resolved conflicts Brian Carrier 2013-10-19 12:51:52 -04:00
  • f8f0bd9050 Added reference to filemanager in datasource docs Brian Carrier 2013-10-19 12:50:55 -04:00
  • af1e969b4c Updated line endings Brian Carrier 2013-10-19 12:29:42 -04:00
  • 77fdbcf6a4 made line endings more consistent Brian Carrier 2013-10-19 12:26:55 -04:00
  • d7153b0336 Minor cleanup Brian Carrier 2013-10-19 12:16:14 -04:00
  • ef5314b5d9 minor cleanup of code Brian Carrier 2013-10-19 00:25:18 -04:00
  • e461eb0a4c minor comment addition Brian Carrier 2013-10-19 00:24:21 -04:00
  • a70390a4b8 Use CREATED attribute, fire events more often, basic cleanup Brian Carrier 2013-10-19 00:22:12 -04:00
  • 8257932e3c Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2013-10-18 23:25:00 -04:00
  • b5095ad802 Additional steps towards removal of old tags code from report package Richard Cordovano 2013-10-18 18:06:53 -04:00
  • 4cd68f99a1 Added counts to tag sub-tree nodes Richard Cordovano 2013-10-18 16:43:45 -04:00
  • 3ef3ce3da2 Restored use of star icon for bookmark tag name nodes Richard Cordovano 2013-10-18 15:52:50 -04:00
  • fd811a4919 Clean up of artifact selection types dialog for reports Richard Cordovano 2013-10-18 15:52:03 -04:00
  • d4ac9b3bd4 Added Comment properties to tag nodes Richard Cordovano 2013-10-18 15:12:01 -04:00
  • 6627dadd89 Added Copyright headers, added/cleaned up comments. raman-bt 2013-10-18 14:54:35 -04:00
  • 15c6ed57cf Changed createKeys methods to add all keys at once instead of one at a time. Jeff Wallace 2013-10-18 14:11:22 -04:00
  • 98913f22ee Added work around for database writes on EDT to TagsManager Richard Cordovano 2013-10-18 14:02:18 -04:00
  • 1f7e98f28e Move AddImageTask out of ImageDSProcessor so it can be reused. raman-bt 2013-10-18 12:22:57 -04:00
  • aa01261c9a Cleanup comments, logging, javadocs etc. raman-bt 2013-10-18 10:11:47 -04:00
  • f67cd305fc Move all interfaces to corecomponentinterfaces package. raman-bt 2013-10-18 08:54:40 -04:00
  • 26fcd4b49e Sundry cleanup. raman-bt 2013-10-17 15:35:26 -04:00
  • ab88536b5e Merge https://github.com/sleuthkit/autopsy into recentActivityFixes Jeff Wallace 2013-10-17 14:24:18 -04:00
  • 09fb5edba5 Removed passing of WizardDescriptor across the DataSourceProcessor interface. Moved TZ and NoFatOrphans from ChooseDataSourceVisual panel into the specific DSP panel. raman-bt 2013-10-17 14:17:37 -04:00
  • 79126cbe2b Added another error message to user on pasco failure. Jeff Wallace 2013-10-17 13:57:30 -04:00
  • e393c31789 Fixed errors during parsing of regripper output. Jeff Wallace 2013-10-17 11:47:55 -04:00
  • 1277f840f8 Merge remote-tracking branch 'upstream/master' Richard Cordovano 2013-10-17 12:30:30 -04:00
  • 18d47f3f39 New tags API work Richard Cordovano 2013-10-17 11:45:53 -04:00