Commit Graph
18776 Commits
Author SHA1 Message Date
Sean-M 72b073ec3e Reimplemented report checking 2013-04-08 11:10:06 -04:00
adam 32ab067912 Merge pull request #179 from Smoss/master
Added test gold standards to the repo, and updated the build.xml
2013-04-08 07:59:11 -07:00
Tim McIver 10fa5c9f11 Merge branch 'master' of https://github.com/sleuthkit/autopsy into scalpel-carver 2013-04-08 10:10:32 -04:00
Tim McIver b33f5b3e90 Initial skeleton of scalpel ingest module. 2013-04-05 17:02:30 -04:00
Sean-M 3bc95f86f3 Separated out testing logic into separate modules to make it easier to use. 2013-04-05 16:11:45 -04:00
adam 5c48c12c53 Merge pull request #178 from tmciver-basis/master
Changes for AUT-898 (Frame capture concurrency issue) and an update to NEWS.txt
2013-04-05 08:23:51 -07:00
Tim McIver e2e4e05597 Changed the way problematic video files are tracked: now using a set of
strings that are the file names of the bad video files rather than a set
of the java.io.Files themselves.
2013-04-05 11:22:19 -04:00
U-BASIS\smoss 6f8c3f1c56 Merge http://www.github.com/sleuthkit/autopsy 2013-04-05 10:51:17 -04:00
Tim McIver 4b571295dd Created a constant for the media player error string and display it in
the info JLabel on various gstreamer errors.
2013-04-05 10:32:11 -04:00
Tim McIver 3c4d5cf342 Updates to media player code to handle errors when calling play, pause,
stop and setState on PlayBin2 object. An error message will be displayed
in the infor label if there is an error. Satisfies requirements of
AUT-905.
2013-04-04 17:39:40 -04:00
Sean-M 5aa633b8c9 Updated files so that what used to be the "Test" folder is now the "test" folder. 2013-04-04 17:07:24 -04:00
Sean-M b20b202156 Removed unneccesary code. 2013-04-04 15:35:20 -04:00
Sean-M 05d0726cdc Fixed gitignore 2013-04-04 15:12:25 -04:00
Sean-M 98a4ef4e3f Added gold standards to the repo 2013-04-04 15:11:35 -04:00
Sean-M a1b0d0ef09 Fixed error relating to csv file generation. 2013-04-04 15:06:05 -04:00
Tim McIver 10100788f6 Added try/catch around call to lock.wait to better deal with the case
that a timeout has occurred.  Also reduced the timeout time from 500 ms
to 100 ms.
2013-04-04 14:40:58 -04:00
Sean-M 553fa49a3f Merge branch 'master' of https://github.com/Smoss/autopsy 2013-04-04 14:35:36 -04:00
Sean-M fdd86f0f1d Fixed several errors related to file hierarch restructuring. 2013-04-04 14:32:44 -04:00
Sean-M e0b6072a58 Intermediate commit for a lot of fixes and restructuring. 2013-04-03 17:39:14 -04:00
Tim McIver cd0940ec97 Made MediaViewVideoPanel.captureFrames method more robust by checking for
errors in return status of calls to play, pause and stop methods of the
PlayBin2 object. Also, removed loop that waited for a frame to be captured
by using a synchronization lock with timeout to communicate between instance
of RGBDataSink.Listener and the captureFrames method.
2013-04-03 16:37:59 -04:00
Tim McIver ebbef618a5 Added a line about tagging improvements to NEWS.txt. 2013-04-02 17:32:30 -04:00
Tim McIver 8396bd8521 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-04-02 17:23:51 -04:00
Tim McIver 0533655d80 Removed dependency of MediaViewVideoPanel.captureFrames
method on 'currentImage' member variable removing any
concurrency issues involving that member variable.
2013-04-02 16:44:25 -04:00
adam-m a82beb01d0 fix auto-expand of new keyword search results nodes 2013-04-02 09:55:22 -04:00
adam-m 4f2ad6c24c Add support to get viewers from data result top component 2013-04-02 09:49:24 -04:00
Tim McIver 469b62e669 Fixed bug that was causing a file/result to be tagged even after
the user cancels the tag creation dialog. This only happened after
the user had previously created a tag.
2013-04-01 13:50:12 -04:00
Tim McIver c6f97f6f96 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-29 17:22:09 -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 cfa895fcd8 update legacy commons-lang2 from 2.4 to 2.6 2013-03-29 12:28:52 -04:00
adam-m 1f13c8da3a upgrade commons-lang to 3. Keep 2 for other 3rd party modules that depend on it at runtime (there is no collision with 2 and 3)
Update EscapeUtil wrapper to use version 3.
2013-03-29 12:22:27 -04:00
adam-m 0d8e56a7e9 make tika extractor skip x-msdownload, in lieu of strings extraction 2013-03-29 11:21:22 -04:00
adam-m 9bffd1dc32 news for current dev 2013-03-28 16:36:13 -04:00
adam-m 8e2bcdfae0 limit the scope of mutext when getting IngestManager singleton instance 2013-03-28 12:38:27 -04:00
adam-m ab39110253 Add a Text View message if file is has no extracted text in the index.
Add more info if file is known and the current settings tell it to skip known files.
2013-03-28 11:23:03 -04:00
adam-m a3545379ea update string viewer tooltip (to ASCII and Unicode) 2013-03-28 10:57:38 -04:00
adam-m 79519a46d8 keyword search: kill old Solr server using sigar.kill if we cannot stop if gracefully when autopsy starts, before starting a new solr instance 2013-03-28 10:36:46 -04:00
adam-m bb770ea958 add core method to query multiple pids matching a query 2013-03-28 09:47:16 -04:00
adam-m 6f8e8a0e10 update readme 2013-03-27 20:01:33 -04:00
adam-m e1742c3215 add util method for getting a java process pid and killing a process by pid 2013-03-27 19:58:24 -04:00
adam-m a683aafe89 better user message if keyword search ingest can't run due to solr start error 2013-03-27 13:04:30 -04:00
adam-m 64f4a8edc4 improve synchronization when opening ingest messages top component autopsy-3.0.5 2013-03-27 12:34:36 -04:00
adam-m 34a4b73776 Enable new ingest modules by default (track of disabled modules rather than enabled modules) 2013-03-27 11:15:02 -04:00
adam-m 50f5a1b39c update news 2013-03-27 10:59:05 -04:00
adam-m f5e69fe373 better message when large number of match in file search. Using baloon msg. Increased the trigger from 1k to 10k matches. 2013-03-27 10:26:13 -04:00
Brian Carrier 27c06a2848 Reorganized keyword search module a bit 2013-03-26 14:32:22 -04:00
Smoss a16a2ee15a Merge http://www.github.com/sleuthkit/autopsy 2013-03-26 12:32:32 -04:00
adam cbc14e3451 Merge pull request #173 from tmciver-basis/master
Comment out line in build.xml that deletes autopsy.zip
2013-03-26 09:24:36 -07:00
Tim McIver 47b524cc2b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-26 12:10:43 -04:00
Tim McIver ec66dbd6a7 Commented out line that deletes autopsy.zip in build-zip Ant
target in build.xml.
2013-03-26 12:09:34 -04:00
adam-m d34c963644 refine tika formats, send to tika file formats only it claims to support, minus archives.
Otherwise, it could result in tika returning no text for some unsupported files, and skipping string extraction.
2013-03-26 11:50:41 -04:00