3249 Commits

Author SHA1 Message Date
Sean-M
aea6e477ce added diff comparison 2013-02-26 16:16:13 -05:00
Sean-M
253b6dac02 Common_log updates 2013-02-26 15:51:54 -05:00
adam-m
cfe0757f1f prepend "Exception" string to tika exceptions 2013-02-26 13:41:06 -05:00
adam-m
67bb174a68 Merge branch 'master' of https://github.com/sleuthkit/autopsy into zipmodule 2013-02-26 13:26:20 -05:00
adam
e67b189714 Merge pull request #152 from Smoss/master
updated testing documentation
2013-02-26 09:17:31 -08:00
Sean-M
e7e69523c3 fixed global operator error 2013-02-26 11:30:29 -05:00
adam-m
f635aa0d4d 7zip module tweak free disk space check 2013-02-26 10:45:05 -05:00
Sean-M
bbcedac1db updated doxygen 2013-02-26 10:41:19 -05:00
Sean-M
21768acdad fixes to regression tests 2013-02-26 10:04:29 -05:00
Sean-M
fb0d09e2bf Changed documentation to reflect code changes 2013-02-26 09:54:00 -05:00
adam
7739cba344 Merge pull request #151 from tmciver-basis/master
Migration of frame capture to core
2013-02-25 15:16:26 -08:00
Tim McIver
da38c95d08 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-25 17:57:32 -05:00
Tim McIver
ea05517665 Created FrameCapture interface and made DataContentViewerMedia implement it.
Added ServiceProvider annotation so that lookup can be used to gain access
to this implementation. Added support class VideoFrame. Added apache commons
io to corelibs project.xml.
2013-02-25 17:57:07 -05:00
Sean-M
96423b6b26 made ant output run info 2013-02-25 16:45:20 -05:00
adam-m
2f8fb9104e Merge branch 'master' into zipmodule 2013-02-25 16:09:36 -05:00
adam
263002c284 Merge pull request #150 from Smoss/master
Regression Test Fix
2013-02-25 13:09:03 -08:00
adam-m
a182881aed Merge https://github.com/Smoss/autopsy into zipmodule 2013-02-25 16:08:33 -05:00
adam-m
ad3a884f56 7zip module tweaking 2013-02-25 15:06:11 -05:00
adam-m
decee14451 show dir children count in dir tree 2013-02-25 14:23:43 -05:00
adam-m
f39bf71303 add children count method to content node 2013-02-25 13:28:21 -05:00
Sean-M
2f1adcc208 Added logging feature for child processes 2013-02-25 12:49:53 -05:00
adam-m
38ce122917 Reimplemented zip bomb detection with depth count.
Better user messages when zip bomb.
2013-02-25 12:45:59 -05:00
adam-m
9c136f8e6f rename ingest context to pipeline context 2013-02-25 10:48:25 -05:00
adam-m
b3506b8ec0 rename progress bar, minor log additions 2013-02-22 18:55:35 -05:00
adam-m
f76b3d8086 7zip module add compression ratio check and free disk space check to help detect zip bomb.
Need to reimplement recursion depth check (removed for now)
2013-02-22 18:49:38 -05:00
adam-m
75ae09fbe6 Expose monitor API to get free disk space on ingest output disk to ingest modules 2013-02-22 18:34:37 -05:00
Sean-M
2913ec06a3 added clean to vsbuild 2013-02-22 16:01:29 -05:00
Sean-M
5e32557ce7 Continuation test 2013-02-22 13:16:52 -05:00
Sean-M
5833f22b03 continuation test 2013-02-22 13:15:28 -05:00
Sean-M
b696289b68 Revert "Continuation test"
This reverts commit 8a419739160d22a33f131dd2e1913b11cb79379a.
2013-02-22 13:03:39 -05:00
Sean-M
8a41973916 Continuation test 2013-02-22 13:01:54 -05:00
Sean-M
bcc908c67d continuaton fix 2013-02-22 12:43:55 -05:00
Sean-M
010cc7b749 python continuation call test 2013-02-22 12:42:30 -05:00
Sean-M
67fec845c0 Fixed continuation call when building projects 2013-02-22 10:26:17 -05:00
Sean-M
2a85d48489 Regression Test fixes 2013-02-22 10:11:06 -05:00
Sean-M
6f5126e309 added gitpull file to standard email attachments 2013-02-21 17:04:15 -05:00
Sean-M
12c5fd6348 changed error log attachment 2013-02-21 16:59:04 -05:00
adam-m
2fc2b9af68 Remove ability from ingest context to store arbitrary parameters being passed in between parent/child files being ingested 2013-02-21 16:43:01 -05:00
Sean-M
ceb3232d0a added check for autopsy ant build 2013-02-21 16:08:02 -05:00
Sean-M
cea2c49965 Merge remote-tracking branch 'upstream/master'
Conflicts:
	.gitignore
2013-02-21 16:01:42 -05:00
Sean-M
c25a3980e7 added failsafe on send_email 2013-02-21 15:21:56 -05:00
Sean-M
2c9164d33d Removed extra print statements 2013-02-21 15:04:14 -05:00
Sean-M
f52c0653d9 Fix to Error catching 2013-02-21 15:02:52 -05:00
adam-m
03f5aafccf dir tree handle case of recursive archives that should not be leafs in the tree 2013-02-21 12:53:55 -05:00
Sean-M
d3fe84d40c Fixed error catching 2013-02-21 12:40:22 -05:00
adam-m
3601e1d0f3 Support for passing a copy of ingest context parameters 2013-02-21 12:27:40 -05:00
Sean-M
7d52a0c15a Added some error catching 2013-02-21 12:20:18 -05:00
adam-m
b5783d1a70 string extractor now skips archives (tika already did) 2013-02-21 11:55:16 -05:00
Sean Moss
70a2d1f6e1 GitIgnorefix 2013-02-21 11:26:52 -05:00
Sean-M
d3b6b57da7 fixed minor bug 2013-02-21 11:24:23 -05:00