Tim McIver
39a8be2faa
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-11-29 17:50:39 -05:00
Tim McIver
f43d072bcf
Updated FileManager API methods to take an Image as argument so that only
...
files for that image is returned. These changes in support of AUT-613.
2012-11-29 16:37:37 -05:00
Tim McIver
e8e9bd3558
Created Services class in Core module and added a member variable of this
...
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
0xNF
e85658fb00
Documented thew new infinite loop mode in regression.py
2012-11-20 15:42:32 -05:00
Devin148
6611b55adc
Update copyrights
2012-11-12 13:55:49 -05:00
adam-m
6bf3f78b89
cleanup exceptions
2012-11-08 12:33:59 -05:00
adam-m
2c1dc3bfae
rename class
2012-11-08 12:29:43 -05:00
Devin148
8dee9c9202
Change logging to be more descriptive
2012-11-07 13:54:52 -05:00
Devin148
ee411ac567
Log major errors in recent activity as severe
2012-11-07 09:25:45 -05:00
0xNF
2625fb7c28
Changed flow of module init in RAImageIngestModule
...
Removed UnsupportedOperationExceptions from submodule complete() methods
2012-10-31 12:59:59 -04:00
0xNF
a8f15b813d
Removed UnsupportedOperationException from stop()
...
Logged the stop() call, reports that it's currently a NOp.
2012-10-31 11:17:06 -04:00
adam-m
d811b4e01a
module loader: implemented auto discovery and XML config persistence.
...
Hide recent activity sub-modules from being auto-loaded.
Add ingest module ivy support in build, add 3rd party reflection module.
2012-09-20 18:32:47 -04:00
adam-m
ecb2ccdc64
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-09-18 15:14:29 -04:00
adam-m
44c0464a31
Merge branch 'master' of https://github.com/0xNF/autopsy
2012-09-18 15:14:08 -04:00
adam-m
acebcb1064
Add version and args API to ingest modules
2012-09-18 14:20:25 -04:00
0xNF
245fb13aa1
Marked locations of deprecated constructors.
2012-09-18 13:51:03 -04:00
adam-m
9b2f582934
Switch remaining logging from java.util.logging.Logger to coreutils.Logger
2012-09-14 18:16:01 -04:00
adam-m
e4eb4b8e3f
Fix order of initializaion of services/manager in modules to ensure a single instance of manager.
2012-08-31 00:05:59 -04:00
adam-m
4d73386d96
Ingest API changes: add IngestModuleInit context to init(), change IngestManagerProxy into IngestServices singleton
2012-08-30 12:47:15 -04:00
adam-m
c78462d6a4
Ingests API changes.
...
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
c7a9409f41
remove deprecation where possible
2012-08-28 10:08:54 -04:00
dhurd
a7eb7b49ee
Added TSK_URL_DECODED attribute for any found URL.
2012-08-27 14:18:01 -04:00
Alex Ebadirad
012def9e4e
Added info statements when processing files for recent activity Firefox.java, Chrome.java, and ExtractRegistry.java classes.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-07-11 15:45:21 -07:00
adam-m
ef8371b544
Update ingest manager proxy java docs
...
Add a method to from manager to the facade
2012-06-28 10:07:48 -04:00
Alex Ebadirad
6f56bdc5cf
email parser update
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
Alex Ebadirad
6292039dd7
Timestamp fixes for Recent activity
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-01 10:46:22 -07:00
Alex Ebadirad
89ccd976f1
IE history now appears once again. Added additional error reporting to the user for TSK exceptions on ingest.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-31 14:26:10 -07:00
Alex Ebadirad
695911b9a6
Added headers, additional methods from the ingestservice interface
2012-05-30 10:04:06 -07:00
Alex Ebadirad
0518b640af
Submodules implement IngestServiceImage initially
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 15:31:06 -07:00
Alex Ebadirad
b79e2e8f55
conversion from public to private on sql queries data members
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 14:41:59 -07:00
Alex Ebadirad
b73389ba7f
Minor tweaks and formatting for inbox
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 10:29:28 -07:00
Alex Ebadirad
812606269b
Added messages to the complete() ingest service method for RA
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-29 10:02:03 -07:00
Alex Ebadirad
9ccd0dfa1e
Addition of error messages, initial checkin
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-25 11:26:45 -07:00
Alex Ebadirad
54c6761572
Chrome.java refactor checkin w/ testing. Minor tweak to Firefox.java
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-23 16:50:20 -07:00
Alex Ebadirad
7e07f94d7f
Bug fixes to hardcoded attribute types for reports, domain's having leading periods, and domain now displays for IE.
2012-05-04 10:15:25 -07:00
Alex Ebadirad
36aef683ca
Date fixes for milliseconds on epoch times.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 11:56:50 -07:00
Alex Ebadirad
c5e71bb14e
Tweaks to prevent null pointer exceptions
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 14:29:18 -07:00
Alex Ebadirad
a8f9e7978c
cosmetic code formatting changes
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:47:27 -07:00
Alex Ebadirad
92936e1c0b
Quick and dirty exception handling for RA
2012-05-01 13:12:11 -07:00
Alex Ebadirad
d67128c31f
changed brian's email
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:19:12 -07:00
Alex Ebadirad
34c3e35351
Tab clean up and copyrights added.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-20 18:39:18 -07:00
Alex Ebadirad
1054899138
Logic not to get sqlite journal files for RA extraction, also addition of path ids to download artifacts
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-16 14:18:31 -07:00
Alex Ebadirad
1fc2cd7985
Forced to unix epoc ms time
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-12 13:38:11 -07:00
Alex Ebadirad
cbc57ad2a7
Minor date fixes in extractions
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-12 13:11:18 -07:00
Dick Fickling
4264f22ffe
fix merge issues
2012-04-10 18:32:11 -04:00
Alex Ebadirad
c551c61aff
Addition of usb devices to blackboard with new attributes. Removing unnecessary files.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-05 16:49:01 -07:00
Alex Ebadirad
060d5775af
Universal date time, added base class for reportxls, added usb scripts, and added domain extraction utility and domains for all web artifacts.
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-04 14:56:35 -07:00
Dick Fickling
5c85599c08
TSK-367: Refresh only specific nodes in Directory Tree
2012-03-30 12:55:56 -04:00
Alex Ebadirad
30cb68800a
added referrer urls to chrome
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-26 13:45:07 -07:00
Alex Ebadirad
e82ec772db
Fixed recent documents displaying, added IE cookies and bookmarks, chrome bookmarks now work
...
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-23 15:13:39 -07:00