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

Commit Graph

  • 22e20cf006 Fixed bug where months that contained no data were not being displayed. Tim McIver 2013-02-04 10:57:23 -05:00
  • 404937fb7b Added calls to PlatformUtil.getOSFilePath(macfile) so that the mactime file path will be quoted as the path could contain spaces which causes problems. Tim McIver 2013-02-04 10:29:50 -05:00
  • 60683f123d Add DerivedFile visit() implementation to remaining implemented ContentVisitors where we should be acting on derived files adam-m 2013-02-01 18:53:01 -05:00
  • 9be3bb3547 add missing actions to dir tree for dir, files and derived files (tag, extract) adam-m 2013-02-01 18:43:17 -05:00
  • 4a594255e0 add derived files support for directory extract adam-m 2013-02-01 18:16:05 -05:00
  • 1a983c6bed add derived file support for thumbnails adam-m 2013-02-01 18:15:52 -05:00
  • f4ebc5c652 Fix tagging of derived files and search for derived files by hash adam-m 2013-02-01 18:10:34 -05:00
  • 9959315450 Added jfxrt.jar to CoreLibs and removed wrapped jfxrt.jar from Timeline module. Also set sync=false in build.xml in CoreLibs so that jfxrt.jar would not be removed by ivy. Tim McIver 2013-02-01 16:03:41 -05:00
  • 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 adam-m 2013-02-01 14:29:52 -05:00
  • 4f838e5f51 - add actions to derived file node - add a fix so decorator/visitor adding actions to nodes preserves the actions the nodes themselves defined adam-m 2013-02-01 13:19:22 -05:00
  • d53b30a5da Fix processing of derived files by keyword search adam-m 2013-02-01 13:06:40 -05:00
  • 535890db78 Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule adam-m 2013-02-01 13:03:36 -05:00
  • 3caf999da9 use a save method of getting count of files to be ingested, instead of deprecated iterating over the result set adam-m 2013-02-01 12:31:46 -05:00
  • 4a762b9bd2 initial 7zip ingest module skeleton with libs adam-m 2013-01-31 20:58:26 -05:00
  • f4a33db0eb adjust ingest scheduler to only consider fs files when checking whether special ntfs files should be enqueued adam-m 2013-01-31 20:39:58 -05:00
  • adada499f0 Modified code to detect if files have been added to the database since the last time it ran and to regenerate timeline data when timeline is (re)started. Note that addition of files to the database is noticed by timeline only upon a restart (of timeline); timeline does not notice this while the timeline window is open. Tim McIver 2013-01-31 17:43:42 -05:00
  • 40cb0fdcb2 update news and readme adam-m 2013-01-31 16:46:39 -05:00
  • 5b21911756 hex/string viewer handle case when file offset could not be read, which can happen e.g. for deleted content adam-m 2013-01-31 16:16:12 -05:00
  • 5810f0a36c Moved flushing/closing of BufferedWriter used in makeBodyFile() to outside of the parsing loop. Added line to close Scanner in parseMacTime(). Removed unneeded print statement. Tim McIver 2013-01-31 15:50:10 -05:00
  • 2cadfadfa9 add distinct icons for archive files adam-m 2013-01-31 15:20:43 -05:00
  • 973878493f Removed unneeded print statements. Tim McIver 2013-01-31 15:17:17 -05:00
  • a1831c6706 Refactor of method Simile2.makeBodyFile(). Tim McIver 2013-01-31 15:06:21 -05:00
  • 9f63e1ee36 show file node with derived children in dir tree adam-m 2013-01-31 15:03:56 -05:00
  • 0760f598ec support for opening parents of derived files in datamodel / nodes adam-m 2013-01-31 13:25:06 -05:00
  • 1d1ded5d62 Modifications to implement behavior to alert user that timeline has gone out of date due to image being added. Currently this works when timeline window is open - need to handle case when an image has been added when timeline window is closed. Also added another optimization where mactime file is not reparsed if the in-memory data is still valid. Tim McIver 2013-01-31 11:24:10 -05:00
  • 6c28e7a2e3 file search: add support for derived files and remove deprecated query replacing with findFilesWhere adam-m 2013-01-31 10:54:11 -05:00
  • de1e0421aa fix use findFilesWHere instead of runQuery in RecentFileFilterChildren adam-m 2013-01-31 10:51:06 -05:00
  • 3373d128ed add abstract node API for getting info about underlying content children (facilitates lazy loading) adam-m 2013-01-31 10:21:54 -05:00
  • e8ceb9ff7d update file manager API for derived files adam-m 2013-01-31 10:21:18 -05:00
  • ed7184d5e0 Merge branch 'master' of https://github.com/sleuthkit/autopsy Brian Carrier 2013-01-30 18:21:12 -05:00
  • 184a46565c Fixed attribute use of USER_NAME instead of USERNAME per TSK change Brian Carrier 2013-01-30 18:20:53 -05:00
  • 4d8a4d1651 Merge branch 'master' into zipmodule adam-m 2013-01-30 10:22:01 -05:00
  • 57ed2a8fe7 Clear pending notifications when case is closed adam-m 2013-01-30 10:21:36 -05:00
  • d24ee5dc12 Merge branch 'master' into zipmodule adam-m 2013-01-29 22:14:44 -05:00
  • ef0b5a3a58 Merge branch 'timeline' of https://github.com/sleuthkit/autopsy into timeline adam-m 2013-01-29 22:14:22 -05:00
  • 927cec9e60 Merge branch 'master' into timeline adam-m 2013-01-29 22:13:47 -05:00
  • 768642b7fe update TSK_USER_NAME artifact type adam-m 2013-01-29 22:13:18 -05:00
  • 30e0b98e4f Removed two previously created Timeline TopComponents that were not being used. Tim McIver 2013-01-29 15:27:50 -05:00
  • cfe306fb05 Changed timeline progress bar text. Removed unneeded println statement. Tim McIver 2013-01-29 15:17:00 -05:00
  • 7c1a2ad4c8 initial datamodel node support for derived file. Add comments what to change after sleuthkit datamodel refactor. adam-m 2013-01-29 14:53:58 -05:00
  • 20ea5439e9 change due to datamodel change adam-m 2013-01-29 14:53:19 -05:00
  • bcb1d1ac86 file manager API to create derived file adam-m 2013-01-29 14:52:32 -05:00
  • 5887f2fbda Made ingest inbox messages more consistent Brian Carrier 2013-01-29 14:49:02 -05:00
  • 6e0c80eec2 Changed flow of hash module Brian Carrier 2013-01-29 14:47:51 -05:00
  • bd282dc220 Some code cleanup. Tim McIver 2013-01-29 14:11:36 -05:00
  • bbff052645 Added try...finally around creation of progress bar to ensure that it is stopped in the event of a non-checked exception. Tim McIver 2013-01-29 13:10:24 -05:00
  • db666abd50 Added indeterminate progress bar to timeline module. Tim McIver 2013-01-29 10:58:02 -05:00
  • 9529ea5bca Merge branch 'zipmodule' of https://github.com/sleuthkit/autopsy into zipmodule adam-m 2013-01-28 17:48:05 -05:00
  • d84df486ef fix display of virt dir node dir type adam-m 2013-01-28 17:46:58 -05:00
  • a7980d58a4 Added code to check for the existence of a pre-computed mactime output file and to use that instead of running mactime.exe again. Tim McIver 2013-01-28 17:37:50 -05:00
  • 73b9a77307 Changed Simile2 to use previously extracted DataResultPanel and DataContentPanel. Tim McIver 2013-01-28 14:19:13 -05:00
  • c67e2754b7 Created a couple of timeline TopComponents. These approaches do not yet work. Tim McIver 2013-01-28 13:18:59 -05:00
  • f66f65f2c1 Merge branch 'master' into timeline adam-m 2013-01-27 10:34:43 -05:00
  • 07dc320056 Merge branch 'master' into zipmodule adam-m 2013-01-27 10:33:54 -05:00
  • 7968704896 check if can't get pid when getting memory adam-m 2013-01-27 09:52:05 -05:00
  • ed67432b20 add method to query pid and virt mem used with sigar adam-m 2013-01-27 09:43:55 -05:00
  • 0723394270 Merge branch 'master' into zipmodule adam-m 2013-01-27 09:08:14 -05:00
  • 58b84dde91 Merge branch 'master' into timeline adam-m 2013-01-27 08:55:57 -05:00
  • 981c4a67fd fix warn adam-m 2013-01-27 01:06:06 -05:00
  • d3cf4608d1 Add specific build files for corelibs for different OS adam-m 2013-01-27 00:53:56 -05:00
  • a4a1c305aa Merge branch 'master' into zipmodule adam-m 2013-01-26 16:06:02 -05:00
  • 6c0c3554aa fix use correct version API adam-m 2013-01-26 16:05:38 -05:00
  • 1f367cfb0d fix checkin adam-m 2013-01-26 16:03:05 -05:00
  • cfc27aab2a fix some java7 rawtype warnings adam-m 2013-01-26 15:57:23 -05:00
  • e704d1cbf5 adjust ingest scheduler for derived files adam-m 2013-01-25 17:27:48 -05:00
  • f2106676af Added initial Timeline TopComponent to project. Added a DataResultPanel, a DataContentPanel and a JPanel to hold all JavaFX timeline components from Simile2 class. Tim McIver 2013-01-25 11:16:31 -05:00
  • d564e1515c build sigar native libs for monitoring adam-m 2013-01-24 20:41:52 -05:00
  • a13c7e074a Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-01-24 19:47:34 -05:00
  • f0be686c34 update ivy version adam-m 2013-01-24 19:46:58 -05:00
  • e43efea38b Changed DataContentTopComponent member variable in Simile2 to a DataContentPanel. Tim McIver 2013-01-24 16:35:19 -05:00
  • 0fc54775fe disable custom jvm args in regression testing to make test at least start for java7 adam-m 2013-01-24 16:04:59 -05:00
  • e967e6de56 cleanup regression test build adam-m 2013-01-24 15:58:37 -05:00
  • fa69d49dbf add jelly tools java dependcy to ui testing adam-m 2013-01-24 15:47:58 -05:00
  • ebeebc821a Merge branch 'timeline' of https://github.com/sleuthkit/autopsy into timeline Tim McIver 2013-01-24 14:08:24 -05:00
  • 15e256ffe9 Modifications to html editor kit used by ExtractedContentPanel in an effort to make the font size similar to what's seen in the 'String View' content viewer. Tim McIver 2013-01-24 14:06:52 -05:00
  • 14d6bd7f72 add more tika supported formats (.flv and .class) to tika extractor adam-m 2013-01-24 13:27:33 -05:00
  • 8b8c553bf2 reenable processing of archive files (zip, tar, ...) by tika and string extractor, until after we have implemented the 7zip module adam-m 2013-01-24 13:22:42 -05:00
  • 2fe79f6281 Merge branch 'master' into timeline adam-m 2013-01-23 15:26:36 -05:00
  • dc2e7c4c09 Merge branch 'master' of https://github.com/sleuthkit/autopsy adam-m 2013-01-23 15:26:08 -05:00
  • 5abd79579c make exported packages by keyword search public adam-m 2013-01-23 15:25:48 -05:00
  • 00ad1ba0fa Update BUILDING.txt adam 2013-01-23 14:33:04 -05:00
  • 11d33a4020 Removed ChangeListener interface from DataTopComponent as it is not needed. Tim McIver 2013-01-23 14:17:54 -05:00
  • c10872e42e - add more archive extensions to skip - better code to parse file extension - do not call string extractor if it does not support the content adam-m 2013-01-23 12:23:12 -05:00
  • 455e4f6f89 AUT-709 Review Extensions used by Tika: do not process archive extensions by Tika and string extractor. Currently done by extension, will be determined by mime type later adam-m 2013-01-23 12:06:26 -05:00
  • 2190e783c9 - remove bookmarks from tree (using tags now) - remove Bookmarks class references from code - make Bookmarks class deprecated adam-m 2013-01-23 11:28:45 -05:00
  • 270c30ed3a - merge bookmarks under tags node, but with a different icon - rename tag and bookmark actions to add "Source" to them - add Source File Path as a new node property for tags and bookmarks adam-m 2013-01-23 11:16:27 -05:00
  • faa78c614b Removed unneeded 'currentNode' member variable from DataContentTopComponent. Disabled tabs in JTabbedPane in DataContentPanel on panel creation. Tim McIver 2013-01-23 10:57:45 -05:00
  • 168d1704aa Merge branch 'master' into timeline adam-m 2013-01-23 10:33:36 -05:00
  • 06256b225b installer build: append version number adam-m 2013-01-22 23:27:54 -05:00
  • 34a36b3be1 change the external window mode to be editor (not modal) and allowing multiple windows docked adam-m 2013-01-22 22:52:38 -05:00
  • cdb86b63a3 disable timeline action if case closed adam-m 2013-01-22 22:39:20 -05:00
  • 421609d2dd bugfix: file search actions sometime not activated when case open, depending on timing of listener execution adam-m 2013-01-22 22:36:21 -05:00
  • 0e6ff1e41b - fix bug and crash if file search result tc closed, and window menu entry for the tc is still available - remove nasty event handling code to keep track of file search top components open - make the code simple and more generic to work for all data results top components active - fix bug when closing data result panel adam-m 2013-01-22 22:28:27 -05:00
  • 3f09687b46 make result window titles unique adam-m 2013-01-22 21:13:24 -05:00
  • 6986bf5fd9 make active tc after creating new data result tc adam-m 2013-01-22 21:10:03 -05:00
  • dd352b2c39 remove obsolete top component from file search adam-m 2013-01-22 21:05:01 -05:00
  • 0f0dd4462a update API comments in data result panel, cleanup adam-m 2013-01-22 20:49:15 -05:00
  • c8965a5006 better comments to data result tc class adam-m 2013-01-22 19:13:14 -05:00
  • 6271a562a4 cleanup after a fix adam-m 2013-01-22 19:05:17 -05:00
  • 6c1f0d77ed fix initialization order and cleanup adam-m 2013-01-22 18:55:23 -05:00