0xNF
|
b21d368e2d
|
TSK-583
|
2012-09-18 14:24:33 -04:00 |
|
adam-m
|
acebcb1064
|
Add version and args API to ingest modules
|
2012-09-18 14:20:25 -04:00 |
|
dhurd
|
db098e50f2
|
Enabled the Plugins menu and hid core modules.
|
2012-09-17 15:54:30 -04:00 |
|
dhurd
|
bc056f4054
|
Updated tester to work with Options panels and logging.
|
2012-09-17 15:41:53 -04:00 |
|
adam-m
|
42b5170a8c
|
Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel.java
|
2012-09-17 10:58:56 -04:00 |
|
dhurd
|
9589b27879
|
Merge git://github.com/sleuthkit/autopsy
Conflicts:
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchConfigurationPanel1.java
|
2012-09-17 09:06:02 -04:00 |
|
adam-m
|
9b2f582934
|
Switch remaining logging from java.util.logging.Logger to coreutils.Logger
|
2012-09-14 18:16:01 -04:00 |
|
adam-m
|
40bc71c5bb
|
Initial custom Logger integration, utility in Coreutils.
Remove obsolete Log in Coreutils.
Custom logger now also logs actions.
|
2012-09-14 17:56:23 -04:00 |
|
dhurd
|
ae5e115ed1
|
Updates to comments.
|
2012-09-14 16:58:19 -04:00 |
|
adam-m
|
5c7cc52ebd
|
header fixes
|
2012-09-14 16:44:39 -04:00 |
|
adam-m
|
b022681476
|
fix headers
|
2012-09-14 16:39:45 -04:00 |
|
dhurd
|
aa253be16d
|
Removed .orig files from merge.
|
2012-09-14 16:27:54 -04:00 |
|
dhurd
|
317aa3b686
|
Updates to storing and panel UI.
|
2012-09-14 16:03:16 -04:00 |
|
dhurd
|
fe951a1781
|
Merged Option panels with main Autopsy.
|
2012-09-14 15:00:36 -04:00 |
|
dhurd
|
0428aa849a
|
Renamed Options panels for easier merging.
|
2012-09-14 14:08:29 -04:00 |
|
dhurd
|
63acf38677
|
Removed artifacts of old option panels.
|
2012-09-14 13:59:26 -04:00 |
|
dhurd
|
66c8ec3a65
|
Added OptionsPanel interface and fully functional storing/loading.
|
2012-09-14 11:19:05 -04:00 |
|
dhurd
|
77f48c9e16
|
Updated when and how panels save/reload XML.
|
2012-09-14 09:41:34 -04:00 |
|
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 |
|