1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • 9d8eaed93a keyword search: abstract writeToBlackBoard(FsContent newFsHit) method, add it to query interface and move out from ingest service to corresponding query classes (reusability + simplifying keyword search ingest) adam-m 2012-02-14 16:33:08 -05:00
  • 0377e7f45f (TSK-288) Create final status box at end of keyword search - minor adjustment adam-m 2012-02-14 14:37:48 -05:00
  • 87d296173c move out code from ingest tc abstract out ui functionality to make it easier to move or substitute adam-m 2012-02-14 14:31:01 -05:00
  • dce95c5585 program files are medium priority in ingest adam-m 2012-02-14 10:41:42 -05:00
  • 5abebf2938 TSK-303 Index files in priority order adam-m 2012-02-14 10:08:59 -05:00
  • c333480530 Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-13 16:05:28 -05:00
  • ffdd155a7a new List Management dialog Dick Fickling 2012-02-13 15:53:51 -05:00
  • 89ef9b1581 ServiceDataEvent has an optional collection of artifact objects that can be reused by the viewer omitting some queries adam-m 2012-02-13 13:28:25 -05:00
  • a42cc5a77f widget tweaks adam-m 2012-02-13 12:22:35 -05:00
  • e5d47e2f7d - added freq slider adjustment for slider - keyword search uses the setting - added indexing complete report to user inbox adam-m 2012-02-13 12:16:29 -05:00
  • 66cdc1cfc0 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-13 09:53:46 -05:00
  • 6a862c9877 index complete message adam-m 2012-02-13 09:53:36 -05:00
  • d948f5d47a Label text for Artifact Content Viewer Dick Fickling 2012-02-13 09:43:30 -05:00
  • 89589c1934 Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-11 00:30:34 -05:00
  • 2b38268beb fix typed collection adam-m 2012-02-10 18:30:46 -05:00
  • 81e48ddea2 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-10 16:43:15 -05:00
  • 631b230f49 Merge branch 'master' of https://github.com/aebadirad42six/autopsy adam-m 2012-02-10 16:40:50 -05:00
  • 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 adam-m 2012-02-10 16:11:46 -05:00
  • 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 adam-m 2012-02-10 15:37:10 -05:00
  • 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. Alex Ebadirad 2012-02-10 09:08:39 -07:00
  • baad89a464 Only encode snippet strings if needed for sql (more human readable) Show complete message only after the final background worker completes adam-m 2012-02-09 18:21:04 -05:00
  • 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 adam-m 2012-02-09 17:15:47 -05:00
  • 1e6505d6fb Add 'Artifact Viewer' to Content Viewers Dick Fickling 2012-02-09 15:33:46 -05:00
  • 5b37e37539 Add 'Recent Items' to directory tree Dick Fickling 2012-02-09 15:32:25 -05:00
  • 9176c1da15 Search Filter updates Dick Fickling 2012-02-09 13:20:20 -05:00
  • 69ea374267 catch index out of bounds exception Dick Fickling 2012-02-09 13:19:15 -05:00
  • 38e424fd3a Make Pasco results include correct obj_id Dick Fickling 2012-02-09 13:18:38 -05:00
  • acc739d40e Remove references to TypeWrapper class Dick Fickling 2012-02-09 13:18:16 -05:00
  • e4d56a3b45 Keyword search ingest: keeping track of results, synchronization between different searchers and other improvements adam-m 2012-02-08 17:23:07 -05:00
  • 5d0bee3714 Moving Directory Tree items from Sleuthkit to Autopsy Dick Fickling 2012-02-08 16:22:12 -05:00
  • 91fca6db73 use lookups for content details popup Dick Fickling 2012-02-08 10:13:15 -05:00
  • 978bb41ea5 Merge git://github.com/alawrence/autopsy Dick Fickling 2012-02-08 09:49:39 -05:00
  • 8249fc4bbe Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-08 09:42:55 -05:00
  • ac8d3b75a7 Removed old code, changed ingestion service to accept image ID, cleaned up pasco results Alex Ebadirad 2012-02-07 17:15:10 -07:00
  • 0cb2b47a72 change keyword search tabs top component registration to ensure singletons adam-m 2012-02-07 17:19:38 -05:00
  • 5cae7325dd initial parallel keyword search in the service. TODO: blackboard write, reporting only new hits adam-m 2012-02-07 17:05:05 -05:00
  • 34f7da23e4 Allow user to restart ingest Dick Fickling 2012-02-07 16:46:39 -05:00
  • 1ed1025b80 Show hash db management dialog on pressing 'configure' button Dick Fickling 2012-02-07 15:58:29 -05:00
  • 67d6bf3aef Add configure button to Ingest Dialog Dick Fickling 2012-02-07 15:58:06 -05:00
  • dfb0536dc9 Multithreaded keyword search service that indexes and commits every interval seconds. adam-m 2012-02-07 15:48:50 -05:00
  • 60022a389b Fix sorting by integer/long value Dick Fickling 2012-02-07 14:49:55 -05:00
  • c3e09ccd08 Add file type filters to directory tree Dick Fickling 2012-02-07 14:14:11 -05:00
  • 5f7f29cb0e Right-click action for BlackboardArtifactNodes Dick Fickling 2012-02-07 14:13:02 -05:00
  • 1c83f5a733 Content Nodes and Artifact Nodes now implement shared interface - DisplayableItemNode Dick Fickling 2012-02-07 14:12:24 -05:00
  • 3686752875 refactor snippet query, add context snippet preview property to literal query in the List search adam-m 2012-02-07 10:29:36 -05:00
  • 554ada9fe2 TSK-328 different keyword serach results from list - treat non-regex list query as a non-terms component Solr query on content field adam-m 2012-02-07 10:04:32 -05:00
  • 7086ed3cf5 proper order of closing statement after runQuery() adam-m 2012-02-06 17:18:47 -05:00
  • fe0cae3da7 closed opened sql connections to aut db from Recent activity Alex Ebadirad 2012-02-06 14:51:16 -07:00
  • 7bab52f6d4 close sql statement and result set when done, freeing sqlite internal db lock earlier adam-m 2012-02-06 16:05:48 -05:00
  • 4ca8224763 improve recent activity progress bar reporting adam-m 2012-02-06 16:05:36 -05:00
  • 3817504a49 close sql statement and result set when done, freeing sqlite internal db lock earlier adam-m 2012-02-06 16:05:05 -05:00
  • 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. adam-m 2012-02-06 15:58:34 -05:00
  • c89f0daa40 remove sleep(), not needed with synchronized case access adam-m 2012-02-06 11:17:05 -05:00
  • 62afecfe23 move interface between services and manager out to IngestManagerProxy adam-m 2012-02-03 17:26:06 -05:00
  • 2f59912b5c add userConfigure method to service ingest interface adam-m 2012-02-03 16:50:50 -05:00
  • db3339e05e fixed a bug with thumbnail names anthony lawrence 2012-02-03 11:56:05 -05:00
  • 9014133445 Merge https://github.com/sleuthkit/autopsy anthony lawrence 2012-02-03 11:03:07 -05:00
  • 08181c6b30 Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2012-02-03 10:06:49 -05:00
  • b85844774c minor text change and comments added to queue files Brian Carrier 2012-02-03 10:06:35 -05:00
  • dbdb412055 fix ingest wizard adam-m 2012-02-03 02:56:16 -05:00
  • cde2d32951 reset explorer progress bar when done adam-m 2012-02-02 19:04:00 -05:00
  • 9ab908b9ea add logging to image enqueue adam-m 2012-02-02 18:54:55 -05:00
  • 976a6f18b7 getting rid of unneeded class anthony lawrence 2012-02-02 18:09:52 -05:00
  • 535ce32c0d Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-02 17:57:14 -05:00
  • 148bfc808a Added string extraction based on file extension. Proper enqueing events to gui thread. adam-m 2012-02-02 17:56:48 -05:00
  • 3954e3aa16 Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-02 17:44:28 -05:00
  • 4d96fe8861 Array Index exception catch Dick Fickling 2012-02-02 17:44:13 -05:00
  • 88e0317c99 Merge https://github.com/sleuthkit/autopsy anthony lawrence 2012-02-02 17:34:05 -05:00
  • 84cedf81b2 temporary fix for the thumbnail view. copyright for some files. refactored KeyValueThing to KeyValue. anthony lawrence 2012-02-02 17:33:42 -05:00
  • 8a32d5db44 remove excessive logging from keyword indexing adam-m 2012-02-02 17:24:50 -05:00
  • d79df24877 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-02 17:17:00 -05:00
  • ee60eff342 restored file search explorer remove 2 checkboxes from add image wizard completely adam-m 2012-02-02 17:16:24 -05:00
  • 2e7216808d Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-02 17:10:44 -05:00
  • efb563d6a5 Add artifact to database when known bad file is found Dick Fickling 2012-02-02 17:10:13 -05:00
  • cb12d78ac6 Allow user to double-click on ArtifactTypeNode to open Dick Fickling 2012-02-02 17:09:56 -05:00
  • 7b030bb499 Make "String View" default viewer Dick Fickling 2012-02-02 17:09:37 -05:00
  • 3cc70998a1 changed wording in hash db messages adam-m 2012-02-02 17:04:18 -05:00
  • 115b5b52d6 Merge pull request #8 from aebadirad42six/master Brian Carrier 2012-02-02 14:04:05 -08:00
  • 255da913e9 initial keyword search ingest service with indexing only adam-m 2012-02-02 17:03:50 -05:00
  • 80386bb3bd Fixed for real. Alex Ebadirad 2012-02-02 14:39:22 -07:00
  • 627e85dd9b Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-02 16:13:22 -05:00
  • 632b15c091 remove controls from ingest explorer tab update gitignore with jdbc sql jar adam-m 2012-02-02 16:12:58 -05:00
  • c86e7901d7 Added quotes around pasco lib path Alex Ebadirad 2012-02-02 14:03:33 -07:00
  • fe25b012f5 Merge https://github.com/sleuthkit/autopsy anthony lawrence 2012-02-02 15:45:56 -05:00
  • 7ed0f9dddd Small bug fix to IE, resulting in lingering pascoresult.txt file Alex Ebadirad 2012-02-02 13:22:57 -07:00
  • c8f77c83c4 Merge pull request #6 from aebadirad42six/master dickfickling 2012-02-02 12:14:15 -08:00
  • 575ae0576d Changes to make StringContent interface work and created a StringContent object to wrap an ArtifactNode anthony lawrence 2012-02-02 15:11:51 -05:00
  • eabbc819e8 Only run hash lookups if one or both databases are provided in settings Dick Fickling 2012-02-02 15:10:36 -05:00
  • 1a987048af Merges for IE fix and removing hardcoded values from blackboard attributes types, using enum instead Alex Ebadirad 2012-02-02 12:58:38 -07:00
  • e589239e38 De-register file search top component Dick Fickling 2012-02-02 14:54:13 -05:00
  • c3574202b6 off by 1 error Dick Fickling 2012-02-02 14:47:49 -05:00
  • 0a2942de02 Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-02 14:44:01 -05:00
  • d770c67183 Only post message when file is known bad Dick Fickling 2012-02-02 14:43:34 -05:00
  • 856a14d965 Set max width for columns in DataResultViewer Dick Fickling 2012-02-02 14:43:08 -05:00
  • 125819c918 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-02-02 14:07:01 -05:00
  • d09404c6de Quote paths for windows shell in case there is a space adam-m 2012-02-02 14:06:39 -05:00
  • f9a56b11ad Merge branch 'master' of github.com:sleuthkit/autopsy Brian Carrier 2012-02-02 14:01:14 -05:00
  • aa4e4dacbe Use attribute enum values instead of hard coded numbers Brian Carrier 2012-02-02 13:58:24 -05:00
  • 7fa4a8c9cd Merge branch 'master' of github.com:sleuthkit/autopsy Dick Fickling 2012-02-02 13:32:00 -05:00
  • 9faeead2c2 save IE history as single artifact per history entry Dick Fickling 2012-02-02 13:30:41 -05:00