Commit Graph
18776 Commits
Author SHA1 Message Date
adam-m 3ee182f887 initial working scalpel jni 2013-04-25 20:33:01 -04:00
adam-m b87039c0e9 update dll with scalpel seek fix 2013-04-25 17:29:46 -04:00
Sean-M f12370863c updated autopsy test files 2013-04-25 16:52:05 -04:00
adam-m 025911774c update jni zip with threading fixes 2013-04-25 15:51:21 -04:00
adam-m c4492d3bbc decrease JVM max heap to 512 2013-04-25 15:50:53 -04:00
adam-m 6ff8b288b0 Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver 2013-04-24 19:18:08 -04:00
Sean moss fe28fb69f9 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-04-24 15:49:52 -04:00
Sean-M 8d71116d66 fixed indexes 2013-04-24 15:48:37 -04:00
adam-m d9e9ae6d3e Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver 2013-04-24 15:35:14 -04:00
Tim McIver b529a564fd Fixed bug where the scalpel output directory, rather than the output
file, was being passed to ScalpelOutputParser.parse() method.
2013-04-24 15:34:25 -04:00
adam-m f9733d24cf updated jni with more stability 2013-04-24 15:11:05 -04:00
U-BASIS\smoss 778c5f5370 Merge http://www.github.com/sleuthkit/autopsy 2013-04-24 12:07:45 -04:00
Sean Moss 9f67fb5989 Merge http://www.github.com/sleuthkit/autopsy 2013-04-24 11:15:04 -04:00
Sean-M 276098c8e6 Added necessary input for nps jean 2013-04-24 11:04:10 -04:00
Sean-M 914b949c93 Merge branch 'master' of https://github.com/Smoss/autopsy
Conflicts:
	.gitignore
2013-04-24 09:25:00 -04:00
Sean Moss 09c2d71735 Updated gitignore 2013-04-23 22:36:38 -04:00
Sean-M 2fb07b3239 Fixed git ignore and several minor issues with regression, as well as updating the gold standard. 2013-04-23 17:17:27 -04:00
adam-m 055c001513 Merge branch 'master' into scalpel-carver 2013-04-23 16:14:05 -04:00
adam-m 3df1e8d927 update avalon framework sub-dependency version in classpath 2013-04-23 16:12:00 -04:00
Sean-M 8a1ca78f40 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-04-22 15:59:38 -04:00
Sean-M f10a8871c7 Updated regression.py so it can use non-standard gold stanard locations. 2013-04-22 15:57:13 -04:00
Sean-M 33542855c3 Updated regression.py so it can use non-standard gold stanard locations. 2013-04-22 13:17:38 -04:00
Sean-M 559cb105f6 removed help files 2013-04-22 10:24:24 -04:00
Sean Moss e0337a4716 Updated regression tester with more capability. 2013-04-19 19:03:44 -04:00
Sean Moss 8ec2ab74ea Updated hashes and regression testing. 2013-04-19 18:21:58 -04:00
adam-m 4d0a445901 adjust deleted files view 2013-04-19 13:35:00 -04:00
Sean Moss 37c48434a6 Merge branch 'master' of https://github.com/Smoss/autopsy 2013-04-18 19:33:14 -04:00
Sean Moss cb22298565 Updated regression.py to make tests easier to set up. 2013-04-18 19:32:31 -04:00
Tim McIver b82a0e9d53 Moved ScalpelOutputParser from package org.sleuthkit.autopsy.scalpel to
org.sleuthkit.autopsy.scalpel.jni.
2013-04-18 13:56:42 -04:00
Tim McIver 6ad42f1829 Updated call to AbstractFile.convertToImageOffset() to catch
TskCoreException.
2013-04-18 13:47:28 -04:00
Sean-M 611fdb0d41 added documentation for setup of testing. 2013-04-18 12:52:20 -04:00
Sean moss ef6ab7563b Changed some file names. 2013-04-18 12:42:45 -04:00
Tim McIver 542a221472 Removed unnecessary range processing code on the incoming AbstractFile.
Also using AbstractFile.convertToImgOffset() method for creating
TskFileRange objects used in creating a carved file.
2013-04-18 11:25:57 -04:00
Sean moss e8ea488a7e Fixed srcupdater 2013-04-18 10:31:05 -04:00
Tim McIver 82983ead34 Merge branch 'scalpel-carver' of https://github.com/sleuthkit/autopsy into scalpel-carver 2013-04-17 14:29:02 -04:00
Tim McIver 548c4718db Updated ScalpelCarverIngestModule.process() so that a valid parent of the
incoming AbstractFile can be an Image (in addition to it possibly being a
FileSystem or Volume).
2013-04-17 14:28:11 -04:00
adam-m 870cfc6272 update comments 2013-04-17 14:05:32 -04:00
adam-m da1abff2af adjust the way ScalpelCarver is initialized 2013-04-17 11:05:30 -04:00
adam-m 4752947860 restructure DeletedContent classes to export public nodes types properly. Add defautl double-click actions 2013-04-17 10:05:45 -04:00
adam-m 5c19398b3e add initial new view in dir tree with all deleted content 2013-04-16 18:02:43 -04:00
Sean moss 66cca4c56a fixed srcupdater.py so that it now uses the right paths. 2013-04-16 16:52:18 -04:00
adam-m cc2fec5c63 Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver 2013-04-16 16:11:49 -04:00
Tim McIver 6532b14942 Added needed File.separator to creation of scalpelOutputDirPath. Removed
unneeded check of return value of call to
PlatformUtil.extractResourceToUserConfigDir().
2013-04-16 16:11:24 -04:00
Sean Moss edb3db30e7 Fixed source code updating. 2013-04-16 16:06:30 -04:00
Sean Moss 5c458e20c2 Fixed autopsy test emails 2013-04-16 16:02:54 -04:00
Sean Moss 76fde55ea7 Fixed autopsy error output. 2013-04-16 15:56:04 -04:00
Sean Moss 0b3a83a3ed Fixed autopsy error output 2013-04-16 15:51:37 -04:00
Sean Moss 6eff15b3be Fixed extreme problem with regression.py. 2013-04-16 15:44:35 -04:00
adam-m f3488b33cf Merge branch 'scalpel-carver' of https://github.com/tmciver-basis/autopsy into scalpel-carver 2013-04-16 15:26:07 -04:00
Tim McIver 0b5114e505 Changed uses of File.pathSeparator to File.separator. 2013-04-16 15:25:27 -04:00