shahit2
e2dca5f4da
committing files that could be changed to non-pub
2014-01-23 12:25:47 -05:00
shahit2
874c7b24ec
Files that could be changed to non-public have been
2014-01-22 11:05:05 -05:00
Jeff Wallace
2b9f9454b5
Merge https://github.com/sleuthkit/autopsy into newMboxParser
...
Conflicts:
thunderbirdparser/nbproject/project.properties
2013-11-19 14:27:44 -05:00
Brian Carrier
cc85120678
normalized line endings
2013-11-19 13:36:53 -05:00
Jeff Wallace
cb13df07f9
Updated module metadata.
2013-11-14 14:56:15 -05:00
Jeff Wallace
fc51f6952f
Improved error reporting.
2013-11-14 14:55:14 -05:00
Jeff Wallace
2fbea9cd8d
Updated parser with better error handling.
2013-11-14 14:12:57 -05:00
Jeff Wallace
b236754ab4
Refactored pstparser to make use of new email data structure.
2013-11-13 17:58:18 -05:00
Jeff Wallace
3c51e417d6
Added predicate method for mbox files.
2013-11-13 17:24:19 -05:00
Jeff Wallace
ce0ac70d12
Removed deprecated files.
2013-11-13 17:22:05 -05:00
Jeff Wallace
44463d809f
Added documentation, removed old mbox parsing methods.
2013-11-13 17:20:19 -05:00
Jeff Wallace
e2e4fd59df
Added new mbox parser.
2013-11-13 17:04:44 -05:00
Jeff Wallace
1181667fdd
Added pst-jar.
2013-11-13 10:04:32 -05:00
Jeff Wallace
8cbdc0fcab
Cleaned up some small issues.
2013-11-12 16:31:00 -05:00
Jeff Wallace
20623389be
Added pst extraction of attachments.
2013-11-12 13:26:28 -05:00
Jeff Wallace
61de2238b8
Added better error reporting and handling.
2013-11-11 11:01:47 -05:00
Jeff Wallace
f0e04dcdac
Added functionality to extract attachments.
2013-11-11 10:26:53 -05:00
Jeff Wallace
e1f63e0b0a
Fixed log message.
2013-11-08 15:38:54 -05:00
Jeff Wallace
ca9b8b2a37
Updated pst parser to handle encryption.
2013-11-08 13:36:05 -05:00
Jeff Wallace
ea92e0ece5
Fixed error message.
2013-11-07 11:51:10 -05:00
Jeff Wallace
532ab0e919
Added pst parser to thunderbird ingest module.
2013-11-07 11:16:16 -05:00
Jeff Wallace
00bb57b383
Core ingest modules have same version as autopsy.
2013-10-30 15:47:42 -04:00
Jeff Wallace
3f66353e5a
Fixed thunderbird parser to correctly display subject and dates.
2013-10-30 12:48:59 -04:00
Brian Carrier
ef74ae3425
Thundebird reports errors better now
2013-10-19 13:47:39 -04:00
Brian Carrier
003d12570b
Minor cleanup
2013-10-19 13:41:30 -04:00
Brian Carrier
77fdbcf6a4
made line endings more consistent
2013-10-19 12:26:55 -04:00
Brian Carrier
0ea2c884c4
updated module version numbers and Autopsy version numbers
2013-09-25 13:57:45 -04:00
Brian Carrier
78687b1bab
Cleaned up thunderbird parser a bit and added comments
2013-07-22 09:56:12 -04:00
adam-m
ebf53d3711
update modules versions for the release
2013-06-05 12:49:07 -04:00
Brian Carrier
90a0acf1bf
Updated IngestModule API to be abstract class instead of interface. Started to update docs.
2013-05-24 09:56:28 -04:00
adam-m
ee8ef11882
update modules versions for the release
2013-03-20 15:13:07 -04:00
adam-m
9c136f8e6f
rename ingest context to pipeline context
2013-02-25 10:48:25 -05:00
adam-m
a15a035565
add ingest context to ingest module process() method - API change.
...
Adjust all ingest modules.
Update ingest manager to create and pass in context.
2013-02-21 00:16:38 -05:00
adam-m
4dd8444147
Merge branch 'master' into zipmodule
...
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/DirectoryNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
Core/src/org/sleuthkit/autopsy/datamodel/FileSearchFilterChildren.java
Core/src/org/sleuthkit/autopsy/directorytree/DataResultFilterNode.java
2013-02-14 16:35:18 -05:00
adam-m
6816a1eaf1
update modules versions
2013-02-12 17:24:45 -05:00
adam-m
6e08e412d2
- Make all file ingest modules work for derived files, and all abstract files in general, skipping only unalloc where applicable.
...
- Simplify code and remove unneeded visitors, using methods that are now part of AbstractFile interface.
- remove notion of fscontent in ingest modules in general and use abstract file.
2013-02-04 13:05:34 -05:00
Brian Carrier
5887f2fbda
Made ingest inbox messages more consistent
2013-01-29 14:49:02 -05:00
adam-m
34e1b811c3
change java source level to 1.7
2013-01-20 08:48:14 -05:00
adam-m
93de5d7c33
Update versions for 3.0.4 release
2013-01-18 09:56:07 -05:00
adam-m
1bca70f08c
Share tika jar from keyword search to thunderbird to avoid multiple loads (TODO move Tika to CoreLib)
2013-01-17 10:04:03 -05:00
adam-m
330c3ca45a
update module versions and deps for release
2013-01-04 16:39:13 -05:00
adam-m
ce7c33a087
check email with tika only if bytes read > 0
2013-01-03 15:03:33 -05:00
adam-m
e50e247557
initial SOlr and Tika upgrade to 4.0.0 / 1.2: updated build, packages and module deps, API changes, initial configuration changes, update to using new handlers, bumped LUCENE version frm 36 to 40
2012-12-21 14:16:01 -05:00
adam-m
d58666df1c
update module versions
2012-12-06 23:00:11 -05:00
adam-m
1897ac0cf0
auto-update module versions
2012-11-13 16:21:02 -05:00
adam-m
b534672b27
fix queries in thunderbird parser module
2012-11-05 12:01:36 -05:00
Devin148
0d17676f2e
Clean and organize each layer.xml
2012-10-02 11:06:15 -04:00
adam-m
aec2d8fc9f
update metafile about packaging
2012-09-27 10:21:23 -04:00
adam-m
3ed2b4ed30
update manifests with plugin descriptions
2012-09-27 10:06:40 -04:00
adam-m
151f02abc8
update module meta
2012-09-26 21:47:55 -04:00