Richard Cordovano
cd8c14cc60
Convert incorrect imports of java.utils.logging.Logger
2015-09-15 16:04:40 -04:00
Richard Cordovano
1e5d66332a
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-09-09 10:14:29 -04:00
Roberto Larcher
3c0a34d1b2
Further analysis
...
The problem seems to be in java-libpst.
Sometimes getFileInputStream() returns an InputStream, but at the first
InputStream.read(buffer) the method returns -1. Further analysis is
needed to isolate the problem in java-libpst.
To patch this an IOException is thrown
2015-09-04 11:23:24 +02:00
Roberto Larcher
c501c643f7
NegativeArraySizeException patch
...
This excepion is raised when the attachment size is a multiple of 8176
(the buffer size).
InputStream read methos return -1 if there is no more data because the
end of the stream has been reached
A simple check if result != -1 is added
refs:
http://forum.sleuthkit.org/viewtopic.php?f=6&t=2563
http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html#read()
2015-09-01 16:51:03 +02:00
Richard Cordovano
0e7222dabb
Merge develop->collaborative, resolve merge conflict, compile errors
2015-08-26 14:39:59 -04:00
Karl Mortensen
332a08f07d
Bulk format code with new settings
2015-08-07 13:23:40 -04:00
Karl Mortensen
f76d0587dc
Bulk format code with new settings
2015-08-07 11:50:35 -04:00
sidheshenator
1ed5e02e75
NPE and other runtime exceptions possibly thrown handled
2015-07-14 09:34:30 -04:00
Richard Cordovano
b4ee3471eb
Merge develop branch into collaborative branch
2015-07-13 16:43:28 -04:00
Karl Mortensen
fc0c6af1d3
watch out for unknown (-1)
2015-06-23 12:36:03 -04:00
Brian Carrier
91725425f4
Updated versions to 3.1.3
2015-06-18 15:41:47 -04:00
Karl Mortensen
844e8b0e92
code review updates
2015-05-19 15:34:48 -04:00
Karl Mortensen
7dff89d8fb
code review comments
2015-05-19 14:57:30 -04:00
Karl Mortensen
13acb13ee9
code review comments
2015-05-14 16:50:35 -04:00
Karl Mortensen
94600895d7
code review update
2015-05-14 16:21:40 -04:00
Karl Mortensen
8d2f2fd21e
update paths for collab
2015-05-12 17:01:47 -04:00
sidheshenator
8b9f683ae6
replaced deprecate ATTRIBUTE_TYPE.TSK_ENCRYPTION_DETECTED
2015-04-07 10:30:07 -04:00
Brian Carrier
4450707e63
Add check for non-files to ingest modules
2015-04-03 21:33:37 -04:00
Brian Carrier
f16e48603e
Updated NBM module version numbers
2015-03-04 22:40:01 -05:00
Richard Cordovano
94845cbdfb
Replace some deprecated method calls
2014-11-06 21:49:30 -05:00
Brian Carrier
69c35704cf
updated to version 3.1.1 and associated Library versions
2014-10-31 12:17:50 -04:00
Brian Carrier
fe603a326d
Fixed bug whereby MBOX attachments were not being written if they had Japanese file names
2014-10-07 06:39:28 -07:00
jmillman
21db1eec35
make Attachment an innner class
2014-08-26 14:43:26 -04:00
Brian Carrier
85548bd89b
Updated version numbers for 3.1.0
2014-07-09 12:10:09 -04:00
Nick Davis
9f7b7c61fa
Removed contractions to eliminate single quotes that were not printing correctly.
2014-07-02 21:18:01 -04:00
Nick Davis
2a2b8ba847
Re-added newlines to strings in properties files.
2014-07-02 21:10:39 -04:00
Nick Davis
396f6b143c
Removed unused string from bundle.
2014-06-13 15:58:23 -04:00
Brian Carrier
3b3f12d306
another change for scheduleFiles that was missed in previous commit
2014-06-06 11:13:12 -04:00
Richard Cordovano
99fd68b1c5
Change data source ingest behavior
2014-05-15 15:39:42 -04:00
Nick Davis
33d0a9e3b3
ThunderbirdParser - Added NON-NLS tags to hardcoded strings not needing National Language Support.
2014-04-22 17:01:39 -04:00
Samuel H. Kenyon
85451734a7
remove unused messageId var
2014-04-09 11:08:23 -04:00
Samuel H. Kenyon
109cd14c98
Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now
2014-04-03 22:49:17 -04:00
Richard Cordovano
4f8617a16a
Tidied up ingest framework API
2014-03-26 17:12:24 -04:00
Richard Cordovano
7c2282e832
Renamed ingest job settings classes
2014-03-25 09:47:46 -04:00
Richard Cordovano
edc9c68186
Did additional work on new ingest framework
2014-03-24 21:17:41 -04:00
Richard Cordovano
7ad2b5b5ae
Work on getting modules to use settings
2014-03-24 07:47:38 -04:00
Richard Cordovano
8c433c12a1
Did pull request prep and merge bug fixing
2014-03-20 12:49:34 -04:00
Richard Cordovano
ff0b814225
Merged develop into new ingest framework feature branch
2014-03-19 10:51:58 -04:00
Richard Cordovano
bed31e5f8f
Prepare for merge of develop branch
2014-03-18 15:33:38 -04:00
Richard Cordovano
03e2f5fb6c
Fixed show stopper bugs in new ingest framework
2014-03-18 00:22:28 -04:00
Richard Cordovano
e99925fb7d
Check in current state of new ingest framework for safekeeping
2014-03-17 17:45:59 -04:00
Richard Cordovano
7c23226c8d
Merge pull request #547 from mrtizmo/thunderbirdParser
...
Completed JA translation of thunderbirdparser module
2014-03-15 07:07:57 -04:00
Brian Carrier
f9ef0b5b47
Changed description to be more generic and cover all e-mail types. REmoved unused extension code.
2014-03-14 14:24:11 -04:00
Richard Cordovano
7b46726810
Check in current state of new ingest framework for safekeeping
2014-03-13 18:07:30 -04:00
Nick Davis
6a3f54cf23
Merge branch 'thunderbirdParser' of ssh://repo.narfindustries.com/autopsy-jp into thunderbirdParser
2014-03-13 10:37:37 -04:00
Richard Cordovano
44398764bf
Check in current state of new ingest framework for safekeeping
2014-03-12 23:55:42 -04:00
Kay Bassi
a0a23aafa2
Translation complete
2014-03-12 18:56:03 -07:00
Kay Bassi
53ef6521be
Initial translation
2014-03-12 17:47:40 -07:00
Richard Cordovano
466e504de9
Check in current state of new ingest framework for safekeeping
2014-03-12 17:46:58 -04:00
Richard Cordovano
142ebc662f
Fix assorted issues causing compiler warnings
2014-03-12 01:12:29 -04:00