107 Commits

Author SHA1 Message Date
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
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
227db1839d Merge recent activity changes 2012-11-07 15:41:37 -05:00
adam-m
f949e5bf75 reuse object 2012-11-07 15:20:53 -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
adam-m
0c8a748d14 clear list after cleanuo 2012-10-31 13:23:32 -04:00
adam-m
68d681d0bb Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestModule.java
2012-10-31 13:18:58 -04:00
0xNF
2625fb7c28 Changed flow of module init in RAImageIngestModule
Removed UnsupportedOperationExceptions from submodule complete() methods
2012-10-31 12:59:59 -04:00
Devin148
f626a91d3a Fix web history artifact count for IE 2012-10-26 08:47:18 -04:00
adam-m
a3caadeb10 fix pasco java path 2012-10-10 17:24:38 -04:00
adam-m
c0597a160d better format of messages 2012-09-24 16:16:23 -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
adam-m
cbdb37d0e9 Fix Domain parsing in Recent Activity (more consistent, missing for IE, works for not fully formatted invalid URLs, etc) 2012-08-21 15:24:15 -04: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
2f0b57c93b Severe logging level warnings moved to warning levels. 2012-06-27 09:10:41 -07:00
Dick Fickling
0992e22af4 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-26 09:53:59 -04:00
Dick Fickling
0d6f6a74c5 Add jlnk parser to coreutils, update to begin parsing linkID structure 2012-06-26 09:48:55 -04:00
Dick Fickling
6a600470e7 lnk parser, initial 2012-06-23 14:26:37 -04:00
alexri
eeda5dfe72 Added implement for stopping execution of services. Also, added the optimization code per Adam suggestion.
Signed-off-by: alexri <arivera@42six.com>
2012-06-22 15:53:04 -07:00
adam-m
a8ef06db90 Merge branch 'master' into new-features-20120503 2012-06-19 15:46:51 -04:00
Dick Fickling
cdf20b88db Fix bugs in https://github.com/sleuthkit/autopsy/issues/52 2012-06-19 13:49:15 -04:00
Alex Ebadirad
4cdab24917 java doc updates first pass 2012-06-15 15:22:59 -07:00
Alex Ebadirad
502820ea85 Merge from master 2012-06-04 11:50:05 -07:00
adam-m
40a8140bb4 Merge https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-01 14:41:32 -04: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
Dick Fickling
8364a89fee Add Internet Explorer history back 2012-05-31 14:40:55 -04:00
adam-m
822e01e2d9 fix build issue 2012-05-31 11:09:25 -04: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
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
1b0ca3f0b3 ExtractIE refactored and tested. Removed unnecessary class BrowserActivity.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-23 17:38:39 -07:00
adam-m
90a26a698c Fix java path for pasco 2012-05-15 10:21:38 -04:00
Alex Ebadirad
641d23771f Report register service basic check in, unfinished UI changes
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-14 15:48:20 -07:00