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

Commit Graph

  • 6ed8b39763 Synchronized ModuleSettings functions to reduce risk of concurrency issues. Set getPropertyFIle to return null properly. (Would just crash previously) Added settingExists() method for internal use. 0xNF 2012-09-24 15:47:16 -04:00
  • a9efd1af42 better error handling adam-m 2012-09-24 14:09:43 -04:00
  • aef802f134 Handle errors better, prevent null ptr exc in Extract adam-m 2012-09-24 14:08:41 -04:00
  • 4df34868ba Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-24 14:00:48 -04:00
  • a26f446217 better logging in registry when date not parsable adam-m 2012-09-24 13:55:35 -04:00
  • 4479abe064 fix SEUQA mapping location Rename a method adam-m 2012-09-24 13:51:21 -04:00
  • 80aa9d7ff6 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-09-24 11:01:52 -04:00
  • 6e674cb65a Merge https://github.com/0xNF/autopsy 0xNF 2012-09-24 10:44:07 -04:00
  • 6871bd5f87 Removed recursive calls to improve stability. Fixed bug where KeywordSearch was generating 2 sets of config files. 0xNF 2012-09-24 10:43:43 -04:00
  • aaba305d79 Removed recursive calls to improve stability. 0xNF 2012-09-24 10:42:59 -04:00
  • af910fec52 Updated SEUQA to look for its mappings under /config/ 0xNF 2012-09-24 10:40:57 -04:00
  • b9b051bf5c Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-24 10:30:48 -04:00
  • f64fb9a822 Merge https://www.github.com/sleuthkit/autopsy 0xNF 2012-09-24 10:29:33 -04:00
  • f505f66ded Display encodings on keyword search simple panel. Devin148 2012-09-24 10:25:39 -04:00
  • 02e3c947e6 Add static field for properties name. Devin148 2012-09-24 10:24:21 -04:00
  • 0d814a96a2 Add spacing. Devin148 2012-09-24 10:22:47 -04:00
  • f5cae5c317 Increase size of the ingest dialog panel. Devin148 2012-09-24 10:10:22 -04:00
  • 24b8de63b3 Extracted various Keyword settings to KeywordSearchSettings.java. KeywordSearchIngestModule.java has nothing to do with its panels, and vice versa. 0xNF 2012-09-24 09:07:46 -04:00
  • 82e75e0739 Merge git://github.com/sleuthkit/autopsy Devin148 2012-09-24 08:55:58 -04:00
  • ae4c44d2c2 Enabled ingest modules save via properties. Devin148 2012-09-21 17:19:01 -04:00
  • 7294f3ca54 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-21 16:21:03 -04:00
  • 08033cbf21 Add boolean parsing error catching. 0xNF 2012-09-21 16:17:24 -04:00
  • c19e11603e Fixed typo 0xNF 2012-09-21 15:58:06 -04:00
  • d1c4f8b2b1 renamed the example ingest modules so they are not compiled and autodetected adam-m 2012-09-21 15:48:12 -04:00
  • edf0cc2b0e change main settings file name adam-m 2012-09-21 15:40:13 -04:00
  • adb3cd61c1 Move all config files to user config dir adam-m 2012-09-21 15:33:56 -04:00
  • ba7b66ce25 add method to PlatformUtil to get config dir adam-m 2012-09-21 15:19:25 -04:00
  • 6ef2834317 keep track of generated default module order, so it stays unique add comments adam-m 2012-09-21 15:12:49 -04:00
  • 7f7b8213b7 add settings support to ingest services adam-m 2012-09-21 14:53:58 -04:00
  • 0f89855506 Keyword Search settings are now persistant via ModuleSettings 0xNF 2012-09-21 14:30:12 -04:00
  • 6a17ec4b08 Got rid of old call to ModuleSettings.getUserDir(). 0xNF 2012-09-21 14:29:21 -04:00
  • 2719168638 Merge pull request #64 from Devin148/master adam 2012-09-21 11:19:42 -07:00
  • 95205c7c7d Fix minor bugs in HashDb Options panel UI. unknown 2012-09-21 14:05:09 -04:00
  • 34ca6caa74 Merge git://github.com/sleuthkit/autopsy unknown 2012-09-21 14:03:45 -04:00
  • 4e50fafe28 Add module reload listener to dialog panel, add API to reorder modules to loader adam-m 2012-09-21 13:19:56 -04:00
  • 8e2a6e124f Update dox with plugin restart information. unknown 2012-09-21 12:56:45 -04:00
  • f50b7da833 settings fix adam-m 2012-09-21 12:38:38 -04:00
  • d60797ee93 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-21 12:21:03 -04:00
  • b6630df794 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-09-21 12:16:49 -04:00
  • f0c7c07db7 ModuleSettings.java changes - no longer singleton +removed unused imports 0xNF 2012-09-21 11:51:24 -04:00
  • d8d37fe406 Decided to get catch exceptions in ModuleSettings instead of throwing them. 0xNF 2012-09-21 09:56:12 -04:00
  • d811b4e01a module loader: implemented auto discovery and XML config persistence. Hide recent activity sub-modules from being auto-loaded. Add ingest module ivy support in build, add 3rd party reflection module. adam-m 2012-09-20 18:32:47 -04:00
  • 45619bbd5c SearchEngine bug fix: Should properly find its mappings file again. 0xNF 2012-09-20 14:21:49 -04:00
  • d4f1d5ec54 AutopsyPropFile is now ModuleSettings. Use this file to create and store persistent settings for modules. Also changed references to reflect class name change. 0xNF 2012-09-20 14:20:34 -04:00
  • 89a0f5b65a Bug fix for EXIF module. No longer lists every picture in the image. 0xNF 2012-09-20 13:43:26 -04:00
  • f81e7a8e84 Pull from Devin 0xNF 2012-09-20 13:41:54 -04:00
  • b7cdecf4da Update simple panel UIs. unknown 2012-09-20 13:28:00 -04:00
  • 008332e4e9 Update module development docs. unknown 2012-09-20 12:53:22 -04:00
  • 7e939b1108 remove ingest module registration from layer.xml adam-m 2012-09-19 16:29:49 -04:00
  • 00a442134a TSK-596 Use XML file to setup pipelines. Preliminary ingest module loader implementation (no module autodiscovery) adam-m 2012-09-19 16:21:48 -04:00
  • e492e94487 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-19 15:48:43 -04:00
  • 3dba9afcc5 Exif reporting no longer prints "null" for blanks. 0xNF 2012-09-19 15:09:46 -04:00
  • c6ce06928c Got rid of old file 0xNF 2012-09-19 15:07:03 -04:00
  • 4c8b83bfb4 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-09-19 15:05:20 -04:00
  • 29ad9550ec Update Ingest module properties. unknown 2012-09-19 14:56:31 -04:00
  • 40e304b886 Bugfix to KeywordSearch Options panel. unknown 2012-09-19 14:54:34 -04:00
  • 5b9fcf6bbc update file name, delete old file adam-m 2012-09-19 14:13:27 -04:00
  • 4ccbb06f2f Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-09-19 13:00:21 -04:00
  • e237f50d90 improve resizing behavior adam-m 2012-09-19 12:59:35 -04:00
  • ecb2ccdc64 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-09-18 15:14:29 -04:00
  • 44c0464a31 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-18 15:14:08 -04:00
  • b21d368e2d TSK-583 0xNF 2012-09-18 14:24:33 -04:00
  • c13a64ad32 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-09-18 14:23:06 -04:00
  • acebcb1064 Add version and args API to ingest modules adam-m 2012-09-18 14:20:25 -04:00
  • 0a6643ee7c Fixed random code duplications. 0xNF 2012-09-18 14:17:00 -04:00
  • 51b2b31584 Merge http://www.github.com/0xNF/autopsy 0xNF 2012-09-18 14:14:53 -04:00
  • 4f549cb092 Merge https://www.github.com/sleuthkit/autopsy 0xNF 2012-09-18 13:51:54 -04:00
  • 245fb13aa1 Marked locations of deprecated constructors. 0xNF 2012-09-18 13:51:03 -04:00
  • ba0bab1117 Marked locations of deprecated constructors. 0xNF 2012-09-18 13:37:54 -04:00
  • 937de0a69e Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-09-18 13:04:23 -04:00
  • 48335162d3 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-09-18 12:59:04 -04:00
  • abb456200d update attribute name adam-m 2012-09-18 12:58:57 -04:00
  • 70701df0d6 XML reporting now reports EXIF data. 0xNF 2012-09-18 12:52:16 -04:00
  • c333af7edf Search Engine changes. Additionally, now properly referred to as SEUQA(was SEQUA) 0xNF 2012-09-18 12:43:02 -04:00
  • 6cfc11487e Added exif data to HTML/Excel reports. XML due soon. unknown 2012-09-18 10:59:51 -04:00
  • ce5cc6b337 added utility to extract file from package to user dir adam-m 2012-09-17 17:44:59 -04:00
  • c25d327de1 Reverted some changes to PropertyChangeEvents and Listeners. dhurd 2012-09-17 16:21:50 -04:00
  • db098e50f2 Enabled the Plugins menu and hid core modules. dhurd 2012-09-17 15:54:30 -04:00
  • 2e83c35c57 Removed PropertyEvents and Listeners. dhurd 2012-09-17 15:43:54 -04:00
  • bc056f4054 Updated tester to work with Options panels and logging. dhurd 2012-09-17 15:41:53 -04:00
  • 4ed8fa7250 update doc after last API change adam-m 2012-09-17 14:30:00 -04:00
  • c3f1327614 TSK-570 Move result frequency setting to keyword search adam-m 2012-09-17 14:21:51 -04:00
  • 6629f6d8e7 TSK-562 Generalize search engine query parsing adam-m 2012-09-17 13:14:40 -04:00
  • 86cc39fb6c update comments adam-m 2012-09-17 11:15:41 -04:00
  • 42b5170a8c Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-09-17 10:58:56 -04:00
  • 103f794e3d Logging tweaks, bring back console logging, add user actions logger, move setting handlers to constructor adam-m 2012-09-17 10:31:40 -04:00
  • 9589b27879 Merge git://github.com/sleuthkit/autopsy dhurd 2012-09-17 09:06:02 -04:00
  • 9b2f582934 Switch remaining logging from java.util.logging.Logger to coreutils.Logger adam-m 2012-09-14 18:16:01 -04:00
  • 40bc71c5bb Initial custom Logger integration, utility in Coreutils. Remove obsolete Log in Coreutils. Custom logger now also logs actions. adam-m 2012-09-14 17:56:23 -04:00
  • ae5e115ed1 Updates to comments. dhurd 2012-09-14 16:58:19 -04:00
  • 5c7cc52ebd header fixes adam-m 2012-09-14 16:44:39 -04:00
  • b022681476 fix headers adam-m 2012-09-14 16:39:45 -04:00
  • df9be41f28 add file name to log msg adam-m 2012-09-14 16:32:03 -04:00
  • fd01f02b00 Merge branch 'options' dhurd 2012-09-14 16:29:20 -04:00
  • aa253be16d Removed .orig files from merge. dhurd 2012-09-14 16:27:54 -04:00
  • e870e08181 Merge branch 'options' of https://github.com/Devin148/autopsy adam-m 2012-09-14 16:22:32 -04:00
  • 317aa3b686 Updates to storing and panel UI. dhurd 2012-09-14 16:03:16 -04:00
  • fe951a1781 Merged Option panels with main Autopsy. dhurd 2012-09-14 15:00:36 -04:00
  • 0428aa849a Renamed Options panels for easier merging. dhurd 2012-09-14 14:08:29 -04:00
  • 63acf38677 Removed artifacts of old option panels. dhurd 2012-09-14 13:59:26 -04:00