212 Commits

Author SHA1 Message Date
adam-m
56f6fedfd8 more hashdb wording changes 2012-09-13 13:49:28 -04:00
adam-m
50573ff29f hashdb wording changes in config 2012-09-13 13:45:22 -04:00
dhurd
b665d6c41e Updates to HashDb Options panel, providing support for OK and Cancel buttons. 2012-09-13 10:13:19 -04:00
dhurd
972b6ce366 Merge git://github.com/sleuthkit/autopsy into options 2012-09-12 12:38:37 -04:00
dhurd
4839c10456 Added functionality to Option panels; replaced old advanced panels. 2012-09-12 12:37:30 -04:00
adam-m
9894b23ea0 remove redundant javadoc 2012-09-11 11:15:03 -04:00
dhurd
459f4bec7b Updates to HashDb in options. 2012-09-06 14:26:15 -04:00
dhurd
90ee40f294 Added HashDb panel to the Options panel and updated XML. 2012-09-06 12:57:53 -04:00
dhurd
830aa89e83 Updated XML files to be more centralized and plugin-friendly. 2012-08-31 11:49:57 -04:00
adam-m
e4eb4b8e3f Fix order of initializaion of services/manager in modules to ensure a single instance of manager. 2012-08-31 00:05:59 -04:00
adam-m
4d73386d96 Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton 2012-08-30 12:47:15 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
640493529e remove STOP module return value 2012-08-29 15:48:10 -04:00
adam-m
3ad3e64952 Hash DB ingest config: fix setting syncing in widgets, simplify NSRL widget 2012-08-28 17:25:35 -04:00
adam-m
c7a9409f41 remove deprecation where possible 2012-08-28 10:08:54 -04:00
dhurd
4d3fa28f92 Added logging and detection for a corrupt HashDbXML file. 2012-08-22 10:29:40 -04:00
adam-m
267d1cf3df synchronize hashdbxml singleton instance creation / loading file 2012-08-21 09:43:42 -04:00
dhurd
138c90f501 File search by MD5 hash now runs in a SwingWorker thread. 2012-08-16 14:03:21 -04:00
dhurd
d328d3b01b Saves 'calculate hash without databases' checkbox value in the XML. 2012-08-15 09:33:37 -04:00
dhurd
9dd6f6e82a Updates to HashDatabase for increased functionality. 2012-08-14 15:59:56 -04:00
dhurd
7d3072eb58 File comparison switched to .equals method. 2012-08-03 15:11:18 -04:00
dhurd
c50fd51747 Improvements for MD5 hash searching. 2012-08-03 13:23:27 -04:00
adam-m
4dd53f1489 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-08-02 12:59:06 -04:00
adam-m
ed5fb3d057 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchAction.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchManager.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchPanel.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchResultFactory.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearcher.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/layer.xml
2012-08-02 12:47:59 -04:00
dhurd
5488809151 Added MD5 hash searching in the toolbar and right click actions. Small bugfix in file extraction. 2012-08-01 11:42:48 -04:00
dhurd
66f60982b2 MD5 hash searching implemented through nodes, comeplete. 2012-07-27 16:19:22 -04:00
devin148
d3e07d350d Hash nodes added. 2012-07-27 14:58:15 -04:00
dhurd
402c428d3e More panels. 2012-07-27 13:52:13 -04:00
dhurd
d911801c80 Trying to fix panel. 2012-07-27 13:48:59 -04:00
dhurd
86b8d722bf Fixing forms. 2012-07-27 13:31:39 -04:00
devin148
3e337c6ae1 Updated Searching. 2012-07-27 12:48:08 -04:00
dhurd
99deb906ef Added search by MD5 hash; not complete. 2012-07-27 09:19:34 -04:00
Dick Fickling
a424163104 Fix tbird bugs, add file search to dir tree, ui tweaks 2012-06-29 10:00:42 -04:00
adam-m
763da75158 Hash db service: do not process 0 byte files 2012-06-28 13:37:58 -04:00
adam-m
ef8371b544 Update ingest manager proxy java docs
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00
Dick Fickling
a02a11cafc UI changes to Hash DB configuration 2012-06-27 13:01:58 -04:00
Dick Fickling
0f4d01e238 GUI tweaks for Hash and Keyword configuration 2012-06-26 13:34:39 -04:00
Dick Fickling
ede0326ab7 Make text consistent between hash and keyword search configuration 2012-06-22 15:03:22 -04:00
Dick Fickling
2cd06d544c use boolean setting to enable/disable import button 2012-06-19 08:55:56 -04:00
Dick Fickling
d0d14c0c42 Better ingest support for new panel 2012-06-18 16:25:07 -04:00
Dick Fickling
f9dac1c742 Initial overhaul of Hash DB Management Panel 2012-06-18 15:51:21 -04:00
Dick Fickling
b5ee94cb28 TSK-522: Basic Hash DB Cleanup in Wizard 2012-06-13 08:53:02 -04:00
Dick Fickling
161f2a2670 Minor UI tweaks 2012-06-05 09:34:33 -04:00
Dick Fickling
b985d61457 Add hash to data result
do not calculate hash if value already stored in db
2012-06-01 10:36:28 -04:00
adam-m
84fc46c780 change deprecated attrs to TSK_SET_NAME 2012-05-31 21:58:53 -04:00
Dick Fickling
c105b68303 Make node hierarchy match DataModel hierarchy (classes are stubs for now) 2012-05-29 17:19:35 -04:00
adam-m
2a36390894 Update service register 2012-05-29 13:56:28 -04:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
Dick Fickling
5d4dc02634 Initial test script commit. 2012-05-21 10:10:56 -04:00
Alex Ebadirad
884a3d1b27 AUT-53 bug fixes for:
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files

Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00