2327 Commits

Author SHA1 Message Date
adam-m
631b230f49 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
+resolved conflicts, minor adjustment to progress bar - added 1 subtask to track (registry)
2012-02-10 16:40:50 -05:00
adam-m
ff136f5c3b - added class ServiceDataEvent - services can notify listeners of new data while they are still processing, and send artifact type, and optionally IDs of all new artifacts (dir tree can refresh more efficiently)
- keyword search now sending the new event
2012-02-10 16:11:46 -05:00
adam-m
55735bafcb - add regex matches to blackboard, a separate artifact per each match. Do a check if the term actually hits in that file.
- use new function to add BB attributes in bulk
2012-02-10 15:37:10 -05:00
Alex Ebadirad
6b5fa72de2 Added controller states to the processes, added image specific processing to all processes, reinstated registry extraction and included a few new scripts to draw information.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-10 09:08:39 -07:00
adam-m
baad89a464 Only encode snippet strings if needed for sql (more human readable)
Show complete message only after the final background worker completes
2012-02-09 18:21:04 -05:00
adam-m
6058927b60 keyword search ingest: add bb writing, error handling, handling various concurrency situations, overlapping workers due to tight intervals or large queries, escaping snippet strings for sql to accept
make popup dialog not flicker
add event mechanism for services themselves to notify viewer when data is ready in BB while they are still running
2012-02-09 17:15:47 -05:00
Dick Fickling
1e6505d6fb Add 'Artifact Viewer' to Content Viewers 2012-02-09 15:33:46 -05:00
Dick Fickling
5b37e37539 Add 'Recent Items' to directory tree 2012-02-09 15:32:25 -05:00
Dick Fickling
9176c1da15 Search Filter updates 2012-02-09 13:20:20 -05:00
Dick Fickling
69ea374267 catch index out of bounds exception 2012-02-09 13:19:15 -05:00
Dick Fickling
38e424fd3a Make Pasco results include correct obj_id 2012-02-09 13:18:38 -05:00
Dick Fickling
acc739d40e Remove references to TypeWrapper class 2012-02-09 13:18:16 -05:00
adam-m
e4d56a3b45 Keyword search ingest: keeping track of results, synchronization between different searchers and other improvements 2012-02-08 17:23:07 -05:00
Dick Fickling
5d0bee3714 Moving Directory Tree items from Sleuthkit to Autopsy 2012-02-08 16:22:12 -05:00
Dick Fickling
91fca6db73 use lookups for content details popup 2012-02-08 10:13:15 -05:00
Dick Fickling
978bb41ea5 Merge git://github.com/alawrence/autopsy
Conflicts:
	DataModel/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
2012-02-08 09:49:39 -05:00
Dick Fickling
8249fc4bbe Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-08 09:42:55 -05:00
Alex Ebadirad
ac8d3b75a7 Removed old code, changed ingestion service to accept image ID, cleaned up pasco results
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-07 17:15:10 -07:00
adam-m
0cb2b47a72 change keyword search tabs top component registration to ensure singletons 2012-02-07 17:19:38 -05:00
adam-m
5cae7325dd initial parallel keyword search in the service. TODO: blackboard write, reporting only new hits 2012-02-07 17:05:05 -05:00
Dick Fickling
34f7da23e4 Allow user to restart ingest 2012-02-07 16:46:39 -05:00
Dick Fickling
1ed1025b80 Show hash db management dialog on pressing 'configure' button 2012-02-07 15:58:29 -05:00
Dick Fickling
67d6bf3aef Add configure button to Ingest Dialog 2012-02-07 15:58:06 -05:00
adam-m
dfb0536dc9 Multithreaded keyword search service that indexes and commits every interval seconds. 2012-02-07 15:48:50 -05:00
Dick Fickling
60022a389b Fix sorting by integer/long value 2012-02-07 14:49:55 -05:00
Dick Fickling
c3e09ccd08 Add file type filters to directory tree 2012-02-07 14:14:11 -05:00
Dick Fickling
5f7f29cb0e Right-click action for BlackboardArtifactNodes 2012-02-07 14:13:02 -05:00
Dick Fickling
1c83f5a733 Content Nodes and Artifact Nodes now implement shared interface - DisplayableItemNode 2012-02-07 14:12:24 -05:00
adam-m
3686752875 refactor snippet query, add context snippet preview property to literal query in the List search 2012-02-07 10:29:36 -05:00
adam-m
554ada9fe2 TSK-328 different keyword serach results from list
- treat non-regex list query as a non-terms component Solr query on content field
2012-02-07 10:04:32 -05:00
adam-m
7086ed3cf5 proper order of closing statement after runQuery() 2012-02-06 17:18:47 -05:00
Alex Ebadirad
fe0cae3da7 closed opened sql connections to aut db from Recent activity
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-02-06 14:51:16 -07:00
adam-m
7bab52f6d4 close sql statement and result set when done, freeing sqlite internal db lock earlier 2012-02-06 16:05:48 -05:00
adam-m
4ca8224763 improve recent activity progress bar reporting 2012-02-06 16:05:36 -05:00
adam-m
3817504a49 close sql statement and result set when done, freeing sqlite internal db lock earlier 2012-02-06 16:05:05 -05:00
adam-m
a4e6b5ba82 fix: don't kill current workers when a new image popup is displayed. Rely on case event to close the case and stop workers. 2012-02-06 15:58:34 -05:00
adam-m
c89f0daa40 remove sleep(), not needed with synchronized case access 2012-02-06 11:17:05 -05:00
adam-m
62afecfe23 move interface between services and manager out to IngestManagerProxy 2012-02-03 17:26:06 -05:00
adam-m
2f59912b5c add userConfigure method to service ingest interface 2012-02-03 16:50:50 -05:00
anthony lawrence
db3339e05e fixed a bug with thumbnail names 2012-02-03 11:56:05 -05:00
anthony lawrence
9014133445 Merge https://github.com/sleuthkit/autopsy 2012-02-03 11:03:07 -05:00
Brian Carrier
08181c6b30 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-03 10:06:49 -05:00
Brian Carrier
b85844774c minor text change and comments added to queue files 2012-02-03 10:06:35 -05:00
adam-m
dbdb412055 fix ingest wizard 2012-02-03 02:56:16 -05:00
adam-m
cde2d32951 reset explorer progress bar when done 2012-02-02 19:04:00 -05:00
adam-m
9ab908b9ea add logging to image enqueue 2012-02-02 18:54:55 -05:00
anthony lawrence
976a6f18b7 getting rid of unneeded class 2012-02-02 18:09:52 -05:00
adam-m
535ce32c0d Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-02 17:57:14 -05:00
adam-m
148bfc808a Added string extraction based on file extension.
Proper enqueing events to gui thread.
2012-02-02 17:56:48 -05:00
Dick Fickling
3954e3aa16 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-02-02 17:44:28 -05:00