4149 Commits

Author SHA1 Message Date
raman-bt
7cac583530 Replace hard coded numbers in switch/case statements with corresponding enum values. 2013-07-26 16:29:25 -04:00
raman-bt
992d71eda3 Ensure all DATETIME_* attributes are treated as integers. 2013-07-26 13:39:51 -04:00
raman-bt
612b5d87cc Merge remote-tracking branch 'upstream/master'
Conflicts:
	Core/src/org/sleuthkit/autopsy/report/ReportGenerator.java
	Core/src/org/sleuthkit/autopsy/report/ReportHTML.java
2013-07-26 13:03:48 -04:00
Brian Carrier
7bd47badf2 Updated script comments to describe what it does 2013-07-25 23:23:14 -04:00
Brian Carrier
904303a923 Merge pull request #239 from jawallace/master
TskDbDiff Module
2013-07-25 17:25:01 -07:00
Samuel H. Kenyon
d83c58b926 Swapped positions of the Open Existing and Open Recent buttons. 2013-07-25 17:19:53 -04:00
Samuel H. Kenyon
1f884055c5 Added new interface to enable extensibility of CaseNewAction lookup. 2013-07-25 15:41:30 -04:00
Jeff Wallace
26b43162bb Changed return type of run_diff to allow more descriptive diff results 2013-07-25 12:37:48 -04:00
Jeff Wallace
a3e8b858d2 Merge https://github.com/sleuthkit/autopsy 2013-07-25 08:56:53 -04:00
raman-bt
ae3b343c1b Added icons for new artifacts to show up in the results tree view and the HTML report. 2013-07-24 18:53:40 -04:00
Jeff Wallace
c55c5c68cc Fixed syntax errors and other small changes. 2013-07-24 16:02:18 -04:00
raman-bt
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
2013-07-24 14:15:03 -04:00
Jeff Wallace
31d93f0d11 Added main function to tskdbdiff so it can be called directly. 2013-07-23 15:21:10 -04:00
Richard Cordovano
08bb9f8bc8 Added temporary special handling of image read errors preliminary to API change to allow such errors to be distinguished 2013-07-23 13:28:58 -04:00
Brian Carrier
b74449726b refactored addLocalFile logic a bit to reduce duplicate code 2013-07-23 12:56:18 -04:00
Richard Cordovano
fc81760167 Merge remote-tracking branch 'upstream/master' 2013-07-23 11:14:10 -04:00
Jeff Wallace
e440da75c6 Moved TskDbDiff to a separate file. 2013-07-23 10:22:28 -04:00
Brian Carrier
3d18532fc2 removed extra log statemetns about each file being indexed 2013-07-22 10:04:41 -04:00
Brian Carrier
524e753e21 removed ingest manger message that prints every file being analyzed 2013-07-22 10:00:59 -04:00
Brian Carrier
65034839e2 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-07-22 09:56:42 -04:00
Brian Carrier
78687b1bab Cleaned up thunderbird parser a bit and added comments 2013-07-22 09:56:12 -04:00
Richard Cordovano
d1f6036fc1 Merge remote-tracking branch 'upstream/master' 2013-07-19 12:50:32 -04:00
Richard Cordovano
0cf8ee8b5a HTML reporting module no longer provides view file hyperlink for directories 2013-07-19 12:16:32 -04:00
Richard Cordovano
1a9d55c25d Modified ReportWizardAction to allow use of report wizard independent of coupling to toolbar 2013-07-19 12:11:54 -04:00
Richard Cordovano
486307391a Removed ability to tag dot directories and added multi-selection tagging support to KeywaordSearchFilterNode class 2013-07-19 11:57:11 -04:00
Jeff Wallace
317a31b47f Updated function calls in srcupdater 2013-07-19 08:15:25 -04:00
Brian Carrier
ffdb1e3468 Merge pull request #237 from jawallace/master
Latest Regression Test Updates
2013-07-18 13:16:26 -07:00
Richard Cordovano
a431a747be Additional files for back out of mult-select feature for file extraction 2013-07-18 15:10:40 -04:00
Richard Cordovano
d6e82a8721 Backed out addition of multi-selection feature for file extraction. 2013-07-18 15:08:10 -04:00
Brian Carrier
2cb1aeb5cd Merge pull request #235 from jawallace/master
Regression Test Refactoring
2013-07-17 14:44:16 -07:00
Jeff Wallace
dc7fcb3790 Changed except statements to be more specific. Changed places where files are opened to use the safer with statement. 2013-07-17 11:39:55 -04:00
Richard Cordovano
a5a69b8036 First draft of implementation of multi-select tagging and export 2013-07-16 18:07:37 -04:00
Jeff Wallace
f3515efaa5 Merge https://github.com/sleuthkit/autopsy 2013-07-16 15:21:18 -04:00
Jeff Wallace
f180665333 Updated documentation of functions and classes. 2013-07-16 15:18:03 -04:00
Jeff Wallace
65471d726a Removed global variable test_config, updated appropriate references 2013-07-16 14:20:14 -04:00
Brian Carrier
d4840fcf0a Improved artifact viewer and such to make regripper output easier to read in the raw output form. 2013-07-16 14:13:16 -04:00
Jeff Wallace
9f2015e4ce Removed global variable failedbool, updated overall pass/fail output message 2013-07-16 13:34:23 -04:00
Jeff Wallace
62087cdc5b Added email data to test configuration, modified Emailer.py so it doesn't need a configuration file to send an email. 2013-07-16 12:54:01 -04:00
Brian Carrier
f1aa4441fe Better deal with write failures in RecentActivity. Use more specialized temp/output folders 2013-07-16 11:41:11 -04:00
Jeff Wallace
625c7c8c3b Database dump function now takes paths as arguments intstead of TestData 2013-07-16 11:38:50 -04:00
Brian Carrier
87f68da53c Run regripper full on registry hives and post to blackboard. Removed old rr code in third party since it is not used 2013-07-16 10:50:29 -04:00
Brian Carrier
a9cf55a82f Create directories when new case is created and deprecated API that passed in case name and was not used 2013-07-16 10:42:56 -04:00
Jeff Wallace
c103c1ac62 Replaced imgfail globabl variable with a TestData attribute. 2013-07-16 10:03:54 -04:00
Jeff Wallace
c03872b5d9 Replaced accidental deletion in previous commit. 2013-07-15 14:14:56 -04:00
Jeff Wallace
e89fb44523 TestData now stores pass/fail flags for the different 'diffs': html report, database, and logs. 2013-07-15 13:54:09 -04:00
Jeff Wallace
151d35b8f2 Reorganized script. TskDbDiff no longer relies on TestData. 2013-07-15 13:18:57 -04:00
Jeff Wallace
3e1ef3712f Email attachments are now stored in Errors class. Added documentation to Errors class. 2013-07-15 12:51:30 -04:00
Jeff Wallace
d87b0972b1 Moved error reporting to a central class 2013-07-15 12:30:08 -04:00
Brian Carrier
13e0dd95f5 Merge branch 'master', remote-tracking branch 'origin' 2013-07-14 21:46:19 -04:00
Jeff Wallace
78c59bcd4d Merge https://github.com/sleuthkit/autopsy 2013-07-12 15:27:44 -04:00