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

Commit Graph

  • 1f884055c5 Added new interface to enable extensibility of CaseNewAction lookup. Samuel H. Kenyon 2013-07-25 15:41:30 -04:00
  • 26b43162bb Changed return type of run_diff to allow more descriptive diff results Jeff Wallace 2013-07-25 12:37:48 -04:00
  • a3e8b858d2 Merge https://github.com/sleuthkit/autopsy Jeff Wallace 2013-07-25 08:56:53 -04:00
  • ae3b343c1b Added icons for new artifacts to show up in the results tree view and the HTML report. raman-bt 2013-07-24 18:53:40 -04:00
  • c55c5c68cc Fixed syntax errors and other small changes. Jeff Wallace 2013-07-24 16:02:18 -04:00
  • 19026b732f i. Ensure that artifacts in use are automatically included in the reports. ii. Fixed the TimeStamp_Start and TimeStamp_End attributes to be seconds since epoch raman-bt 2013-07-24 14:15:03 -04:00
  • 31d93f0d11 Added main function to tskdbdiff so it can be called directly. Jeff Wallace 2013-07-23 15:21:10 -04:00
  • 08bb9f8bc8 Added temporary special handling of image read errors preliminary to API change to allow such errors to be distinguished Richard Cordovano 2013-07-23 13:28:58 -04:00
  • b74449726b refactored addLocalFile logic a bit to reduce duplicate code Brian Carrier 2013-07-23 12:56:18 -04:00
  • fc81760167 Merge remote-tracking branch 'upstream/master' Richard Cordovano 2013-07-23 11:14:10 -04:00
  • e440da75c6 Moved TskDbDiff to a separate file. Jeff Wallace 2013-07-23 10:22:28 -04:00
  • 3d18532fc2 removed extra log statemetns about each file being indexed Brian Carrier 2013-07-22 10:04:41 -04:00
  • 524e753e21 removed ingest manger message that prints every file being analyzed Brian Carrier 2013-07-22 10:00:59 -04:00
  • 65034839e2 Merge branch 'master' of https://github.com/sleuthkit/autopsy Brian Carrier 2013-07-22 09:56:42 -04:00
  • 78687b1bab Cleaned up thunderbird parser a bit and added comments Brian Carrier 2013-07-22 09:56:12 -04:00
  • d1f6036fc1 Merge remote-tracking branch 'upstream/master' Richard Cordovano 2013-07-19 12:50:32 -04:00
  • 0cf8ee8b5a HTML reporting module no longer provides view file hyperlink for directories Richard Cordovano 2013-07-19 12:16:32 -04:00
  • 1a9d55c25d Modified ReportWizardAction to allow use of report wizard independent of coupling to toolbar Richard Cordovano 2013-07-19 12:11:54 -04:00
  • 486307391a Removed ability to tag dot directories and added multi-selection tagging support to KeywaordSearchFilterNode class Richard Cordovano 2013-07-19 11:57:11 -04:00
  • 317a31b47f Updated function calls in srcupdater Jeff Wallace 2013-07-19 08:15:25 -04:00
  • ffdb1e3468 Merge pull request #237 from jawallace/master Brian Carrier 2013-07-18 13:16:26 -07:00
  • a431a747be Additional files for back out of mult-select feature for file extraction Richard Cordovano 2013-07-18 15:10:40 -04:00
  • d6e82a8721 Backed out addition of multi-selection feature for file extraction. Richard Cordovano 2013-07-18 15:08:10 -04:00
  • 2cb1aeb5cd Merge pull request #235 from jawallace/master Brian Carrier 2013-07-17 14:44:16 -07:00
  • dc7fcb3790 Changed except statements to be more specific. Changed places where files are opened to use the safer with statement. Jeff Wallace 2013-07-17 11:39:55 -04:00
  • a5a69b8036 First draft of implementation of multi-select tagging and export Richard Cordovano 2013-07-16 18:07:37 -04:00
  • f3515efaa5 Merge https://github.com/sleuthkit/autopsy Jeff Wallace 2013-07-16 15:21:18 -04:00
  • f180665333 Updated documentation of functions and classes. Jeff Wallace 2013-07-16 15:18:03 -04:00
  • 65471d726a Removed global variable test_config, updated appropriate references Jeff Wallace 2013-07-16 14:20:14 -04:00
  • d4840fcf0a Improved artifact viewer and such to make regripper output easier to read in the raw output form. Brian Carrier 2013-07-16 14:13:16 -04:00
  • 9f2015e4ce Removed global variable failedbool, updated overall pass/fail output message Jeff Wallace 2013-07-16 13:34:23 -04:00
  • 62087cdc5b Added email data to test configuration, modified Emailer.py so it doesn't need a configuration file to send an email. Jeff Wallace 2013-07-16 12:54:01 -04:00
  • f1aa4441fe Better deal with write failures in RecentActivity. Use more specialized temp/output folders Brian Carrier 2013-07-16 11:41:11 -04:00
  • 625c7c8c3b Database dump function now takes paths as arguments intstead of TestData Jeff Wallace 2013-07-16 11:38:50 -04:00
  • 87f68da53c Run regripper full on registry hives and post to blackboard. Removed old rr code in third party since it is not used Brian Carrier 2013-07-16 10:50:29 -04:00
  • a9cf55a82f Create directories when new case is created and deprecated API that passed in case name and was not used Brian Carrier 2013-07-16 10:42:56 -04:00
  • c103c1ac62 Replaced imgfail globabl variable with a TestData attribute. Jeff Wallace 2013-07-16 10:03:54 -04:00
  • c03872b5d9 Replaced accidental deletion in previous commit. Jeff Wallace 2013-07-15 14:14:56 -04:00
  • e89fb44523 TestData now stores pass/fail flags for the different 'diffs': html report, database, and logs. Jeff Wallace 2013-07-15 13:54:09 -04:00
  • 151d35b8f2 Reorganized script. TskDbDiff no longer relies on TestData. Jeff Wallace 2013-07-15 13:18:57 -04:00
  • 3e1ef3712f Email attachments are now stored in Errors class. Added documentation to Errors class. Jeff Wallace 2013-07-15 12:51:30 -04:00
  • d87b0972b1 Moved error reporting to a central class Jeff Wallace 2013-07-15 12:30:08 -04:00
  • 13e0dd95f5 Merge branch 'master', remote-tracking branch 'origin' Brian Carrier 2013-07-14 21:46:19 -04:00
  • 78c59bcd4d Merge https://github.com/sleuthkit/autopsy Jeff Wallace 2013-07-12 15:27:44 -04:00
  • ba50b7fbad Reorganized regression.py and Emailer.py. Moved util functions to a new file, regression_utils.py Jeff Wallace 2013-07-12 15:25:32 -04:00
  • dda08dc638 Merge pull request #232 from rcordovano/master Brian Carrier 2013-07-12 12:12:51 -07:00
  • 0bfee91eda Cleaned up and refactored TestResultsDiffer to redesign specification. Jeff Wallace 2013-07-12 14:38:12 -04:00
  • ae160e93b3 Merge pull request #233 from jawallace/master adam 2013-07-11 12:35:21 -07:00
  • 85b16fcc8b Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2013-07-11 15:11:38 -04:00
  • 37f05d73d2 Made extracted content area be dynamic and not hard coded Brian Carrier 2013-07-11 15:11:16 -04:00
  • 294ce8ff9a Add discovery of external ingest modules (outside of autopsy project tree) in ingest module loader adam-m 2013-07-11 14:57:12 -04:00
  • 66c01b5742 Created DiffResults class to store TskDBDiff results in TestData. Jeff Wallace 2013-07-11 14:43:09 -04:00
  • 655e7e5787 Added UTF-8 encoding meta tag to HTML report Richard Cordovano 2013-07-11 14:31:20 -04:00
  • ffed632b16 Extended tag display and filtering to keyword and hash set hits and prohibited making local copies of unalloc/virt files for reports Richard Cordovano 2013-07-11 14:02:39 -04:00
  • ab5a18ae15 Replaced usage of make_path with attributes and methods in TestData Jeff Wallace 2013-07-11 12:31:33 -04:00
  • 7c87217bf4 Added additional helper methods to TestData to eliminate overuse of make_path Jeff Wallace 2013-07-11 10:22:41 -04:00
  • 93fa98bd5b update news for new version adam-m 2013-07-11 09:34:55 -04:00
  • 7fab4a394e add query substr to keyword search tab title fixes #225 adam-m 2013-07-10 23:51:52 -04:00
  • 9658b52f2b Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-07-10 19:35:25 -04:00
  • 190cd30788 update scalpel jni dll for windows using 20130710 build adam-m 2013-07-10 19:34:57 -04:00
  • 7952b7368c Added methods to TestData to produce paths for gold or output directories. Jeff Wallace 2013-07-10 16:43:14 -04:00
  • d8136f5754 Changed documentation to google python standards. Jeff Wallace 2013-07-10 14:08:10 -04:00
  • 214054d5d5 Merge pull request #226 from jawallace/master adam 2013-07-10 09:11:54 -07:00
  • 52fba3c817 Changed several filename attributes of TestConfiguration to be constant global variables Jeff Wallace 2013-07-10 09:43:03 -04:00
  • 7bbc5e0a22 Fixed bug in code to create tag folders local files for file tags report Richard Cordovano 2013-07-09 22:08:36 -04:00
  • e23768f7cc Swapped File and Size columns in Hashset Hits report Richard Cordovano 2013-07-09 21:26:19 -04:00
  • 586bd6e03e Resolved some reporting issues Richard Cordovano 2013-07-09 19:59:04 -04:00
  • f537e18b92 Removed other instances of using make_path to get paths to database files in TskDbDiff Jeff Wallace 2013-07-09 16:54:47 -04:00
  • 4c257655df Refactored TskDbDiff (DatabaseDiff) to eliminate repeated code and correctly close database connections Jeff Wallace 2013-07-09 16:04:23 -04:00
  • f346032d72 Removed redundant attributes in TestConfiguration and consolidated places they were used. Jeff Wallace 2013-07-09 14:10:39 -04:00
  • 1460a8c7cf Fixed naming error in previous commit Jeff Wallace 2013-07-09 13:17:52 -04:00
  • 3c1cc941c7 Cleaned up _run_test method by moving test_data configuration to _generate_test_data Jeff Wallace 2013-07-09 13:00:53 -04:00
  • a7d4d9761e Removed configuration logic from run_test Jeff Wallace 2013-07-09 12:26:48 -04:00
  • 32b9b63be2 Changed Test_Runner class name to conform to naming conventions Jeff Wallace 2013-07-09 11:54:03 -04:00
  • 92712af0ec Created separate method to generate a list of TestData to be used by run_tests Jeff Wallace 2013-07-09 11:49:31 -04:00
  • 345cb2582f TestConfiguration no longer relys on TestData to print errors Jeff Wallace 2013-07-09 11:22:05 -04:00
  • 71d35554a1 Fixed regression test script so the test configuration has access to the parsed command line arguments Jeff Wallace 2013-07-09 10:14:07 -04:00
  • d929a6793b adding local files: handle case when listFiles() returns null adam-m 2013-07-06 11:36:31 -04:00
  • 84e6791e02 Merge pull request #223 from jawallace/master adam 2013-07-05 13:11:12 -07:00
  • 67fbf4c5a9 End of week snapshot Richard Cordovano 2013-07-05 15:05:58 -04:00
  • 28bec75e38 Added information on Config Files to testing README U-BASIS\jwallace 2013-07-05 12:32:40 -04:00
  • 49912d966d Renamed TestAutopsy class to TestConfiguration. Moved Configuration logic from run_tests to TestConfiguration class U-BASIS\jwallace 2013-07-05 12:29:57 -04:00
  • 53cda141b2 Initial work on VIK-62 Richard Cordovano 2013-07-03 18:01:31 -04:00
  • 030001f391 Updated regression test files to clean up and reorganize Brian Carrier 2013-07-01 12:23:24 -04:00
  • 305eba1fa2 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-06-28 13:16:22 -04:00
  • 8a90eaa07a Hide Edit menu which does not do anything adam-m 2013-06-28 13:16:00 -04:00
  • 480f00a134 Updated regression test script with comments Brian Carrier 2013-06-28 13:00:24 -04:00
  • b58130e48f updated doxygen docs Brian Carrier 2013-06-28 00:24:18 -04:00
  • c4090f7ecd Better handle default reporting branding adam-m 2013-06-27 17:58:22 -04:00
  • f563eb2e38 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-06-27 17:32:22 -04:00
  • 735c0c6a20 make generator logo optional in report branding adam-m 2013-06-27 17:32:02 -04:00
  • 63487c718b Merge pull request #220 from Smoss/master adam 2013-06-27 14:00:47 -07:00
  • 01637d7132 Fixed Regression.py Smoss 2013-06-27 16:57:10 -04:00
  • f87135afca Properly close resource streams in html report generation to ensure report has images before applications closes and streams are flushed adam-m 2013-06-27 16:01:26 -04:00
  • d453da65cf Fixed use of network share drives Smoss 2013-06-27 14:43:58 -04:00
  • 3da6a71a68 Merge https://www.github.com/sleuthkit/autopsy U-BASIS\smoss 2013-06-27 14:17:13 -04:00
  • 8cfd800077 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-06-27 13:12:38 -04:00
  • fea9ed936d add public API to ingest manager to check status of scheduler (if hasNext() ) adam-m 2013-06-27 13:12:09 -04:00
  • 07d898b80b Updated emailer.py Smoss 2013-06-27 12:49:52 -04:00
  • a965c12b83 Merge https://www.github.com/sleuthkit/autopsy U-BASIS\smoss 2013-06-27 10:51:56 -04:00