Commit Graph
18776 Commits
Author SHA1 Message Date
Richard Cordovano 963a7fab62 Complete ingest job configurator refactor 2014-11-16 17:41:43 -05:00
Richard Cordovano 5407d00bd5 Continue refactoring of ingest job configuration 2014-11-16 08:30:44 -05:00
Richard Cordovano 0adee48f25 Complete first draft of ingest job config refactor 2014-11-16 00:01:34 -05:00
Richard Cordovano 5be063e85a Merge pull request #951 from eugene7646/timed_proc_termination
Timed process termination
2014-11-14 16:13:11 -05:00
Eugene Livis b7d05b876d Moved TimedProcessTerminator to ExecUtil class. Addressed other comments 2014-11-14 11:16:57 -05:00
Eugene Livis 4a16c911d8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timed_proc_termination 2014-11-13 12:19:13 -05:00
Eugene Livis 3563828184 Support for timed process terminator 2014-11-13 12:18:45 -05:00
Richard Cordovano 976b5fcd20 Merge pull request #949 from millmanorama/imageanalyzer_u20
Imageanalyzer u20
2014-11-13 09:04:41 -05:00
jmillman 2044e94525 Merge remote-tracking branch 'upstream/develop' into imageanalyzer_u20 2014-11-12 16:19:30 -05:00
jmillman 7568bf8272 update ImageAnalyzer to new API of ControlsFX 8.20.8 2014-11-12 16:19:25 -05:00
Karl Mortensen 6a45dc87d2 Merge remote-tracking branch 'upstream/develop' into develop 2014-11-12 08:16:39 -05:00
Richard Cordovano ba9d918a29 Merge pull request #948 from esaunders/archive_log_message
Updated log message when we skip a file due to insufficient disk space. ...
2014-11-11 22:17:27 -05:00
Eamonn Saunders eea32d43b9 Updated log message when we skip a file due to insufficient disk space. It will now report the unique path to the file and how much space it thinks is available. 2014-11-11 17:55:29 -05:00
Brian Carrier 570d94c712 updated extension mismatch config 2014-11-11 17:21:00 -05:00
Richard Cordovano 41011d4d88 Merge pull request #947 from rcordovano/develop
Add queue shuffle to ingest scheduler task cancellation
2014-11-11 17:09:32 -05:00
Richard Cordovano 60dab1406f Add queue shuffle to ingest scheduler task cancellation 2014-11-11 17:08:29 -05:00
Eugene Livis 712e6e6573 added ability to specify time out per process 2014-11-11 16:07:54 -05:00
Eugene Livis 7f22228b4a Added execution time criterion to ingest module process terminators 2014-11-11 15:15:19 -05:00
Brian Carrier 7f57b16c9e minor doc updates 2014-11-10 22:20:40 -05:00
Brian Carrier 1127e57363 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-11-10 17:53:20 -05:00
Brian Carrier 7b9fe55190 updated dev docs 2014-11-10 17:53:15 -05:00
Karl Mortensen edf3311f14 Merge remote-tracking branch 'upstream/develop' into develop 2014-11-10 15:48:47 -05:00
Brian Carrier b130a5fec8 Updated interesting files config panel after training class 2014-11-09 22:36:06 -05:00
Richard Cordovano 820bf66a8d Merge pull request #944 from rcordovano/recent_activity_reg_ripper_fix
Make sure the correct reg ripper copy is run by the recent activity modu...
2014-11-07 17:45:18 -05:00
Richard Cordovano caff69063d Make sure the correct reg ripper copy is run by the recent activity module 2014-11-07 17:44:38 -05:00
Richard Cordovano 3eae48a791 Merge pull request #943 from rcordovano/multi_stage_ingest_lockup
Fix task in progress added 2x bug in ingest task scheduler
2014-11-07 16:56:46 -05:00
Richard Cordovano 9436240ce9 Fix task in progress added 2x bug in ingest task scheduler 2014-11-07 16:53:32 -05:00
Karl Mortensen 5f13af169f Merge remote-tracking branch 'upstream/develop' into develop 2014-11-07 08:28:42 -05:00
Brian Carrier f5fa66a48f another fix for reporting code and added comments 2014-11-07 07:26:29 -05:00
Richard Cordovano 88677f30a9 Merge pull request #941 from rcordovano/recent_activity_cancellable
Recent activity cancellable
2014-11-06 22:05:11 -05:00
Richard Cordovano 2562cd684e Fix typos in recent activity module 2014-11-06 22:04:23 -05:00
Richard Cordovano 94845cbdfb Replace some deprecated method calls 2014-11-06 21:49:30 -05:00
Richard Cordovano cb01eb40cd Make recent activity module cancellable 2014-11-06 21:14:26 -05:00
Brian Carrier 8a459ab205 make report branding work again 2014-11-06 21:08:37 -05:00
Richard Cordovano 13972a4b4b Merge pull request #940 from rcordovano/multi_stage_ingest
Multi stage ingest
2014-11-06 19:20:07 -05:00
Richard Cordovano 06e2502119 Fix thread safety issue in multi-stage ingest job 2014-11-06 19:17:43 -05:00
Karl Mortensen 814a7b3680 Merge remote-tracking branch 'upstream/develop' into develop 2014-11-06 14:47:49 -05:00
Richard Cordovano edaef4fdbc Merge remote-tracking branch 'upstream/develop' into multi_stage_ingest 2014-11-06 13:19:59 -05:00
Brian Carrier f9305cea53 added reference to contentUtils from #937 2014-11-06 07:54:42 -05:00
Richard Cordovano b97bac0483 Refine and fix multi-stage ingest 2014-11-06 02:23:39 -05:00
Richard Cordovano 35a597fa93 Merge pull request #938 from esaunders/process_termination
Process termination
2014-11-05 23:44:38 -05:00
Richard Cordovano 7ee62fb317 Merge pull request #939 from esaunders/recent_activity_fix
Replace NUL bytes in RegRipper output with spaces. If we don't do this t...
2014-11-05 23:40:28 -05:00
esaunders 6b7380f2d0 Replace NUL bytes in RegRipper output with spaces. If we don't do this the XML parser will fail. 2014-11-05 16:55:29 -05:00
Eamonn Saunders edc46f96b5 - Fix @throws documentation. 2014-11-05 16:13:16 -05:00
Eamonn Saunders 882343a60f - Added Win32Process which uses JNA to give us access to Windows APIs that give us more control over processes.
- Added killProcess() method to ExecUtil. This method can be used to terminate a process and its children.
2014-11-05 16:02:47 -05:00
Richard Cordovano 2d2600d697 Merge remote-tracking branch 'upstream/develop' into develop 2014-11-03 23:58:18 -05:00
Richard Cordovano f6be031c20 Merge pull request #936 from rcordovano/multi_stage_ingest
Multi stage ingest
2014-11-03 23:57:25 -05:00
Richard Cordovano 3b9b10ea2a Complete first version of multi-stage ingest 2014-11-03 23:56:12 -05:00
Brian Carrier c14dbfdf3d Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-11-03 17:52:31 -05:00
Brian Carrier 6192244236 Added reference to addReport 2014-11-03 17:52:25 -05:00