349 Commits

Author SHA1 Message Date
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Richard Cordovano
6bcbc2eb11 Added needed space to an error message in AddContentToHashDbAction 2013-10-29 19:44:20 -04:00
Richard Cordovano
58ce29be25 Added XML file save to HasDb.openDatabase() 2013-10-29 18:43:27 -04:00
Richard Cordovano
934463bd7d Merge remote-tracking branch 'sam/hashdb_sqlite' into hashdb_sqlite 2013-10-28 18:15:51 -04:00
Richard Cordovano
40ee532e1c Implemented ContextMenuActionProvider interface in HashDatabase module 2013-10-28 17:47:20 -04:00
Richard Cordovano
c13f41f67c Changed plumbing for adding content to hash db actions 2013-10-28 15:09:58 -04:00
Samuel H. Kenyon
6cb5b47af4 Update create and import dialogs for the new HashDB interface. 2013-10-25 18:01:18 -04:00
Richard Cordovano
136f93d38c Changed HashDb method name and updated comments 2013-10-25 17:53:45 -04:00
Richard Cordovano
cd8b257458 Extended the HasdDb API 2013-10-25 17:33:06 -04:00
Samuel H. Kenyon
baec72f141 Merge remote-tracking branch 'richard/hashdb_sqlite' into hashdb_sqlite 2013-10-25 17:24:59 -04:00
Richard Cordovano
7ec54b56ce Added new API to HashDb class (start of SleuthkitKNI hash db facade) 2013-10-25 17:15:59 -04:00
Samuel H. Kenyon
bd083e7b8d Update the create button. The new icon can be improved later. 2013-10-25 16:19:41 -04:00
Richard Cordovano
f2591c7212 Wired up new AddContentToHashDbAction stub 2013-10-25 16:08:16 -04:00
Samuel H. Kenyon
66babd6068 Prevent overwriting existing files from create database dialog. 2013-10-25 15:53:53 -04:00
Samuel H. Kenyon
6aec5f35d5 Add skeleton of new Create Hash Database GUI. 2013-10-25 15:25:44 -04:00
Richard Cordovano
2256e737a4 Added stub implementation of new AddContentToHashDbAction class 2013-10-25 15:12:31 -04:00
Samuel H. Kenyon
a1c6352559 HashDbAddDatabaseDialog class renamed to HashDbImportDatabaseDialog 2013-10-25 14:58:09 -04:00
Samuel H. Kenyon
f3635ca754 Adjust label text for hash import dialog. 2013-10-25 14:50:24 -04:00
Brian Carrier
77fdbcf6a4 made line endings more consistent 2013-10-19 12:26:55 -04:00
Brian Carrier
ef5314b5d9 minor cleanup of code 2013-10-19 00:25:18 -04:00
Samuel H. Kenyon
4f4b8e057d Add support for loading KDB (SQLite) hash index files. 2013-10-09 14:35:52 -04:00
Brian Carrier
0ea2c884c4 updated module version numbers and Autopsy version numbers 2013-09-25 13:57:45 -04:00
Samuel H. Kenyon
362348e78d Add public getKnownBadSetNames() method. 2013-09-13 18:28:04 -04:00
Brian Carrier
966da82416 Updated API changes to keep it inline with 3.0.6, added context to uses of ingest panels. 2013-08-12 18:29:21 -04:00
Richard Cordovano
9a8ecc3582 Merge of general_ingest_configurator branch 2013-08-09 12:37:36 -04:00
Brian Carrier
36c37e52ff Improved layout and styling of ingest messages to have style sheets and consistent look and feel 2013-08-08 18:02:18 -04:00
Richard Cordovano
9d2dcbcd4b Additional modifications for backing out changes to IngestModuleAbstract.java from commit 5d9bf3ff1f78dfc967128c02356613a3a980f328 2013-08-06 17:53:30 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
5d9bf3ff1f Ingest module API change to include configuration context (placeholder) 2013-06-04 16:07:56 -04:00
Brian Carrier
10764b7ea3 resolved merge conflicts 2013-05-30 15:39:03 -04:00
Brian Carrier
90a0acf1bf Updated IngestModule API to be abstract class instead of interface. Started to update docs. 2013-05-24 09:56:28 -04:00
adam-m
9c2d32c5ed make leaf node for hash db search results 2013-05-22 11:49:44 -04:00
adam-m
ede66488d9 Fix "search by md5 sum" content view refresh and simplify the code by removing custom nodes, reusing FileNodes 2013-05-22 11:43:44 -04:00
adam-m
556c5cde26 fix "Search for files with same MD5" action for LocalFiles 2013-05-09 16:40:42 -04:00
adam-m
18225e2bfc Initial addition of LocalFile in autopsy and local file node (handles both local and derived files) 2013-05-03 17:56:03 -04:00
Tim McIver
386ac703b6 Many changes in support of AUT-776 (Tag creation improvements). 2013-03-29 17:21:41 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
d6394f8750 clear hash db handles in jni after done with hash ingest 2013-03-14 19:23:47 -04:00
adam-m
9c136f8e6f rename ingest context to pipeline context 2013-02-25 10:48:25 -05:00
adam-m
a15a035565 add ingest context to ingest module process() method - API change.
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
4dd8444147 Merge branch 'master' into zipmodule
Conflicts:
	Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
	Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
	Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
8d287ddc26 delete genfiles props 2013-02-14 16:00:43 -05:00
adam-m
6816a1eaf1 update modules versions 2013-02-12 17:24:45 -05:00
adam-m
28f21129d5 Merge branch 'master' into zipmodule
Conflicts:
	NEWS.txt
	nbproject/project.properties
2013-02-07 11:14:23 -05:00
adam-m
6e08e412d2 - Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile  interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
adam-m
60683f123d Add DerivedFile visit() implementation to remaining implemented ContentVisitors where we should be acting on derived files 2013-02-01 18:53:01 -05:00
adam-m
f4ebc5c652 Fix tagging of derived files and search for derived files by hash 2013-02-01 18:10:34 -05:00
adam-m
752dc2eaa8 - add hashing support for derived files (ingest, search)
- add extract action support for derived files
- refactor some code, make columns properties setting more common
2013-02-01 14:29:52 -05:00
adam-m
927cec9e60 Merge branch 'master' into timeline 2013-01-29 22:13:47 -05:00
Brian Carrier
6e0c80eec2 Changed flow of hash module 2013-01-29 14:47:51 -05:00