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

Commit Graph

  • 1b944bfa56 Made FileManager methods synchronized so as to avoid concurrency issues caused by the Case being closed while other threads continue to access SleuthkitCase. Move the call to services.close in Case.closeCase to the top of the try block toward this end as well. Tim McIver 2012-11-30 15:32:38 -05:00
  • 99fe266da7 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-11-30 14:12:19 -05:00
  • 3f4b1fe476 CurrentlyProcessing tags will now vanish when AddImage completes. 0xNF 2012-11-30 13:30:40 -05:00
  • 9ab004802a Download Path column now correctly shows location of the the local file. 0xNF 2012-11-30 12:18:45 -05:00
  • c93928cf4d ExtractUnallocAction now applies to all types of VolumeNodes, not just ones in the middle panel 0xNF 2012-11-30 10:43:33 -05:00
  • b38651e259 CaseSchema should no longer report errors when the case number contains strings 0xNF 2012-11-30 10:34:12 -05:00
  • ed8d4cab86 allow to run hash search from dialog if at least 1 hash present adam-m 2012-11-29 18:45:52 -05:00
  • a48f5e6748 search for files with same md5sum if at least 1 hash exists in db adam-m 2012-11-29 18:40:35 -05:00
  • 8d81bd0570 AUT-683 Fix text direction setting in Text view adam-m 2012-11-29 18:33:26 -05:00
  • 39a8be2faa Merge branch 'master' of https://github.com/sleuthkit/autopsy Tim McIver 2012-11-29 17:50:39 -05:00
  • 132488dcd0 better log message when cannot force stop file ingest worker, always free reference after stop() adam-m 2012-11-29 17:36:24 -05:00
  • 6aacb2aef7 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-11-29 17:30:20 -05:00
  • 72fae4599b (AUT-685) Calculate MD5 of 0-sized files adam-m 2012-11-29 16:43:13 -05:00
  • f43d072bcf Updated FileManager API methods to take an Image as argument so that only files for that image is returned. These changes in support of AUT-613. Tim McIver 2012-11-29 16:37:37 -05:00
  • ae7a971be4 ExtractUnalloc now prevents users from running extract on a single volume more than once when it's already running. 0xNF 2012-11-29 16:33:08 -05:00
  • 0b835ecd46 text view use only up to 1024 chars to detect text direction adam-m 2012-11-29 16:30:37 -05:00
  • 6b84d33c40 Added ability to extract unallocated space to a single file per volume 0xNF 2012-11-29 14:49:09 -05:00
  • de01eb1485 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2012-11-29 14:26:45 -05:00
  • 486d6bf021 minor add image swingworker changes adam-m 2012-11-29 14:26:27 -05:00
  • e5d6141dab Added JRE_HOME to BUILDING.txt notes for packaging Brian Carrier 2012-11-29 14:16:46 -05:00
  • e1d41a5b30 Changes to the AddImage Panels -Displays an empty string instead of "Folder Information Unavailable" when processing something with no name -CurrentDirectoryFetcher is now static 0xNF 2012-11-29 13:12:16 -05:00
  • 2312212fe1 Merge https://github.com/sleuthkit/autopsy Devin148 2012-11-29 12:12:03 -05:00
  • b8144bcdb3 Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-11-29 09:42:27 -05:00
  • beb3c7b560 change attribute type, add layour dir details adam-m 2012-11-29 09:39:54 -05:00
  • be3b56fafd use visitor accept() adam-m 2012-11-28 22:54:51 -05:00
  • 5cf36f78ac add default action for layout dir node adam-m 2012-11-28 22:54:22 -05:00
  • e9bfe37776 remove old method adam-m 2012-11-28 22:04:26 -05:00
  • 8576d531c6 Update JavaHelp with new add image wizard information Devin148 2012-11-28 12:36:44 -05:00
  • 0949fb13d1 Updated Services and FileManager to implement the java.io.Closeable interface and updated FileManager to throw TskCoreException when its API is used after it has been closed. Closing is propagated to all services when the Case object is closed. These changes are in support of AUT-613. Tim McIver 2012-11-28 11:14:17 -05:00
  • b11a599aa7 Remove unused vistior from ingest adam-m 2012-11-28 10:56:20 -05:00
  • 3824f90a0e Refactored ExtractRegistry.getregistryfiles() to use several FileManager.findFiles calls in order to remove the raw SQL used to retrieve registry files. Also renamed method to getRegistryFiles(). Tim McIver 2012-11-27 17:34:38 -05:00
  • cb77f93a43 Added support for HashKeeper .hsh files. 0xNF 2012-11-27 14:44:00 -05:00
  • 5153f691c3 ImageWizardPanel 3 now displays currently processed directory. 0xNF 2012-11-27 13:42:32 -05:00
  • e8e9bd3558 Created Services class in Core module and added a member variable of this type to Case with getter method. Created FileManager class and added member of this type to Services class with getter method. Added method to FileManager for obtaining files and refactored some code in RecentActivity module to use thi new API where applicable. These changes partially satisfy the requirements of AUT-613. Tim McIver 2012-11-27 11:31:06 -05:00
  • e93522ca84 Merge pull request #104 from Devin148/master adam 2012-11-27 06:43:58 -08:00
  • baedda6eca progress bar fixes adam-m 2012-11-26 19:15:06 -05:00
  • c1a6a24b6e more file ingest progress bar fixes adam-m 2012-11-26 19:05:37 -05:00
  • a3c2fb1f12 better mthreading synchronization fixes issues in some cases adam-m 2012-11-26 18:18:40 -05:00
  • 94e2e3117f better ingest progress bar update if image requeued adam-m 2012-11-26 17:31:24 -05:00
  • cb1ab3d9f1 Merge https://github.com/sleuthkit/autopsy Devin148 2012-11-26 16:30:34 -05:00
  • f26e90ec8a update NEWS adam-m 2012-11-26 16:12:26 -05:00
  • 7b0690ccf9 Using Scheduler class to maintain file ingest queues and not store all file objects in memory adam-m 2012-11-26 15:54:19 -05:00
  • 0498d0b615 Update test with changed order of panels Devin148 2012-11-26 13:15:16 -05:00
  • 4da9331b6c Select databases when imported to list Devin148 2012-11-26 11:09:46 -05:00
  • e697594cd8 Limit NSRL detection to filename Devin148 2012-11-26 09:46:18 -05:00
  • 6a5f55b990 updated ingest scheduler adam-m 2012-11-22 14:04:51 -05:00
  • 5197f7954c updated image task scheduler API adam-m 2012-11-22 14:04:30 -05:00
  • 9c82125aa6 Remove final add image wizard panel Devin148 2012-11-21 16:40:11 -05:00
  • 371b948ab7 added update message saying ingest started in the wizard adam-m 2012-11-21 10:52:09 -05:00
  • 454efab978 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-20 17:38:29 -05:00
  • 7a9e99c177 Reorder add image wizard Devin148 2012-11-20 17:25:24 -05:00
  • e85658fb00 Documented thew new infinite loop mode in regression.py 0xNF 2012-11-20 15:42:32 -05:00
  • 9aca0d4ed8 edit product version/code in aip file in dist, not src tree adam-m 2012-11-20 15:20:37 -05:00
  • 28d25774ec Use TSK to find device size on Linux Devin148 2012-11-20 15:12:45 -05:00
  • 29de0bdfcd updated news adam-m 2012-11-20 15:11:30 -05:00
  • 97834d606d Merge branch 'master' of https://github.com/0xNF/autopsy adam-m 2012-11-20 15:03:11 -05:00
  • e60ce5e143 Revert reordering of add image wizard Devin148 2012-11-20 14:21:31 -05:00
  • c4d52cd176 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-20 13:00:50 -05:00
  • e4e6473b09 update wizard name, update status message that image added and ingest started adam-m 2012-11-20 13:00:14 -05:00
  • e6b16d6aa9 Return blank path when no local drives exist Devin148 2012-11-20 12:55:14 -05:00
  • 1fb0d7c97f better add image panel 1 resizing adam-m 2012-11-20 12:33:31 -05:00
  • 2f049062eb Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-20 12:33:15 -05:00
  • 795ce481bb Load local disks in a SwingWorker Devin148 2012-11-20 11:14:06 -05:00
  • 1258643187 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-20 10:47:37 -05:00
  • 8854020149 Automated installer building is now slightly more automatic. Correctly adds a generated product code, and updates the Autopsy Version number. 0xNF 2012-11-20 10:26:44 -05:00
  • 21079bc162 Infinite Testing changes Supports the new HTML report format for comparing gold reports. Added a modified java test package that has some changes specific to the infinite testing. 0xNF 2012-11-20 10:25:16 -05:00
  • 94c2829b53 Force app-level modality for start up dialog adam-m 2012-11-20 09:45:29 -05:00
  • 76a9eb8097 Refactored ingest scheduler class. Used the new scheduler for image ingest. TODO for file ingest. adam-m 2012-11-19 17:34:39 -05:00
  • 2f21b7372f Merge https://github.com/sleuthkit/autopsy Devin148 2012-11-19 16:15:37 -05:00
  • 2227116f04 Move configure ingest modules before add image Devin148 2012-11-19 16:15:08 -05:00
  • 23d9ed64eb Move LocalDisk checking to background thread Devin148 2012-11-19 16:12:00 -05:00
  • ea3b0e48e2 updated news adam-m 2012-11-19 15:45:38 -05:00
  • 20320eb2f4 fix keyword search timer reset - can't resuse the old timer object adam-m 2012-11-19 15:30:17 -05:00
  • 06a9d47251 Skip keyword search processing also if solr isRUnning() throws exception adam-m 2012-11-19 13:58:55 -05:00
  • 5b95e3d3f2 Merge https://github.com/sleuthkit/autopsy unknown 2012-11-16 11:55:58 -05:00
  • d5f13b6315 news placeholder adam-m 2012-11-15 18:11:34 -05:00
  • 4f6a7d69d7 Remove missing recent cases from list Devin148 2012-11-15 15:13:53 -05:00
  • 5120eaa6b7 aip installer template fixes autopsy-3.0.1 adam-m 2012-11-15 14:01:59 -05:00
  • 07fa7cd599 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-15 13:33:13 -05:00
  • 89596099a9 Comment on validating drive readability through Java Devin148 2012-11-15 13:32:17 -05:00
  • 18abac0046 Update error messages Devin148 2012-11-15 13:26:38 -05:00
  • 3a8f324420 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-15 13:18:21 -05:00
  • 72fbfc9ebd update AI path adam-m 2012-11-15 13:04:02 -05:00
  • 230dd94c50 Change error message to reflect code changes Devin148 2012-11-15 12:58:27 -05:00
  • 35d1e94adc Check if drive is readable before adding to list Devin148 2012-11-15 12:43:47 -05:00
  • 2aab2701c1 Delete cloned Autopsy when run from CMD Devin148 2012-11-15 10:17:06 -05:00
  • 07cea19201 UI enable/disable fix Devin148 2012-11-15 09:52:08 -05:00
  • 1f2efe9b71 Differentiate physical drives and partitions on Linux Devin148 2012-11-14 17:02:57 -05:00
  • d2a46e85ba Remove testing case Devin148 2012-11-14 17:01:21 -05:00
  • d3b3122862 Bugfixes for display on Linux machines Devin148 2012-11-14 16:02:24 -05:00
  • 816536a2c7 set text direction in extracted text panel, based on detected adam-m 2012-11-14 12:23:27 -05:00
  • eb50332fbf Stop building keyword table in HTML report when user cancels Devin148 2012-11-14 10:55:11 -05:00
  • a59b0b61c8 update news for release adam-m 2012-11-14 10:18:33 -05:00
  • 7d26097925 new text utils adam-m 2012-11-14 10:05:35 -05:00
  • ce6e710191 Merge branch 'master' of https://github.com/Devin148/autopsy adam-m 2012-11-14 09:49:13 -05:00
  • b3e24b1d3c Check for null in list of LocalDisks Devin148 2012-11-14 09:42:39 -05:00
  • 6d98553f30 Properly save new HTML report with save as Devin148 2012-11-14 09:41:36 -05:00
  • 1d3e052981 Fix UI size for add image panel Devin148 2012-11-13 16:24:33 -05:00
  • 1897ac0cf0 auto-update module versions adam-m 2012-11-13 16:21:02 -05:00
  • b24adc6a75 Beautify local disk combo box Devin148 2012-11-13 16:12:24 -05:00