Commit Graph
18776 Commits
Author SHA1 Message Date
dhurd a6b2738daf Merge https://github.com/sleuthkit/autopsy
Conflicts:
	Testing/script/regression.py
2012-07-06 13:13:22 -04:00
dhurd 857498ffdf Completed Regression Tests
RegressionTest.java now works with Jemmy and goes through the UI.
2012-07-06 13:09:33 -04:00
0xNF b90cd527dc Filled in regression test steps 2012-07-06 10:26:05 -04:00
dhurd bfc19d994b Generate Reports Cheat
A cheat using java.awt.Robot to press keys and open the Generate Report
JDialog
2012-07-06 10:25:24 -04:00
adam-m 8c28dd7767 Add file service return values to docs 2012-07-06 10:05:52 -04:00
dhurd 29f1d83ee5 Qucik Bug Fix
Small bug that didn't properly verify if the test report existed has
been fixed.
2012-07-06 09:56:53 -04:00
dhurd f4871dad22 Updates regression.py
Regression test now includes testing and rebuilding for a "golden
report". Script cross-refrences generated .html report with the golden
.html report  /gold/[image name]/report.html
2012-07-06 09:30:25 -04:00
adam-m 2bab3b2207 update doc 2012-07-05 14:38:07 -04:00
adam-m 40effb7366 update main dox page 2012-07-05 13:59:50 -04:00
adam-m 2e67e66351 add regression test preliminary doc 2012-07-05 13:57:48 -04:00
adam-m 8ce6a9a80c minor doc tweaks 2012-07-05 13:21:49 -04:00
adam-m 62cb627239 fix subsection id 2012-07-05 13:08:48 -04:00
adam-m d4989dde08 doc updates 2012-07-05 13:08:02 -04:00
adam-m 0b6dc8f6cf doc updates 2012-07-05 12:51:40 -04:00
adam-m 8a60cd895b docs corrections 2012-07-05 12:26:54 -04:00
adam-m b81954aa70 Docs update 2012-07-05 11:18:23 -04:00
adam-m 5ce0c8d320 Dev docs updates 2012-07-03 17:53:14 -04:00
adam-m 37d28eaf88 Merge https://github.com/0xNF/autopsy 2012-07-03 16:53:33 -04:00
0xNF 9f51d194ea Fixed path to database files 2012-07-03 16:44:12 -04:00
adam-m 14f74a157e Merge branch 'master' of https://github.com/sleuthkit/autopsy autopsy-3.0.0b4 2012-06-29 17:07:07 -04:00
Dick Fickling 1d0de18456 Update build script, advanced installer project. 2012-06-29 17:00:38 -04:00
adam-m 832fca1213 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-29 15:46:54 -04:00
Dick Fickling 08f8dea84f Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-29 15:42:50 -04:00
Dick Fickling 353e087b1d Show correct count for device artifacts 2012-06-29 15:42:11 -04:00
Dick Fickling 8b40339643 Merge git://github.com/aebadirad42six/autopsy 2012-06-29 15:31:08 -04:00
adam-m b17e4053b6 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-29 15:29:38 -04:00
adam 11ff57880a Merge pull request #58 from aebadirad42six/master
Bug fixes for html report hashset/keyword sections
2012-06-29 12:29:11 -07:00
Alex Ebadirad f1fcf156b5 Hotfix to hashset/keyword html report display 2012-06-29 12:14:35 -07:00
Alex Ebadirad 34d644097c Consistency for report names added 2012-06-29 11:59:20 -07:00
adam-m 0e9fddb9ad Merge https://github.com/aebadirad42six/autopsy 2012-06-29 14:45:53 -04:00
Dick Fickling 8660c2d4d3 Merge git://github.com/aebadirad42six/autopsy 2012-06-29 14:43:56 -04:00
Alex Ebadirad 3311c1f2f6 Minor GUI tweak to file separator paths for reports, also possible hotfix to displaying of html in HTML report to not break formatting. 2012-06-29 11:37:14 -07:00
dickfickling e735870f22 Merge pull request #57 from aebadirad42six/master
Hotfix for keywords being included in hashset html report.
2012-06-29 10:03:01 -07:00
Alex Ebadirad eca86bb534 Restriction on html hashset sql queries to restrict on and artifact_type_id = '" + BlackboardArtifact.ARTIFACT_TYPE.TSK_HASHSET_HIT.getTypeID() + "' to prevent keywords from also being pulled.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-29 09:46:40 -07:00
Brian Carrier 00ab04585f Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-29 12:02:39 -04:00
Brian Carrier 6b60d0fc8a Updated NEWS with new features / fixes 2012-06-29 12:02:27 -04:00
Dick Fickling dfb0abb2bf Move file copy / update to build-zip target 2012-06-29 11:23:59 -04:00
Dick Fickling 0b0041223c Add headers 2012-06-29 11:02:33 -04:00
Dick Fickling a424163104 Fix tbird bugs, add file search to dir tree, ui tweaks 2012-06-29 10:00:42 -04:00
dickfickling d269155f8f Merge pull request #56 from aebadirad42six/master
Recent bug fixes to hashdb report
2012-06-28 13:13:16 -07:00
Alex Ebadirad 2e44a17a56 hashset html report bug fix in displaying all records 2012-06-28 13:09:46 -07:00
Dick Fickling 632c0bc5f8 Fix bug 2012-06-28 15:59:47 -04:00
Dick Fickling 4cd2be49d3 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-28 15:53:41 -04:00
Dick Fickling 91746724c2 Thunderbird parser bug fix 2012-06-28 15:53:20 -04:00
Alex Ebadirad d4476720e2 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	Report/src/org/sleuthkit/autopsy/report/Report.java
2012-06-28 12:53:13 -07:00
Alex Ebadirad 4426d46a00 Column correction for email in html reports
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-28 12:49:46 -07:00
adam-m 50dcfcf0ea remove auto generated test main method from dialog 2012-06-28 15:40:06 -04:00
adam-m 6ce41fffe5 Preliminary design doc 2012-06-28 15:39:37 -04:00
adam b1166ad5fe Merge pull request #55 from aebadirad42six/master
Bug fixes for html report email section. Disable of ms office code.
2012-06-28 10:54:22 -07:00
adam-m 66095ab336 fix max size of field 2012-06-28 13:52:24 -04:00