2499 Commits

Author SHA1 Message Date
Dick Fickling
73afa37b66 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-05-10 17:43:30 -04:00
Dick Fickling
930eaf06c7 TSK-487: Count for keyword list hits should be inclusive of all keywords
TSK-488: Extract shoudl default to case folder
2012-05-10 17:43:06 -04:00
dickfickling
e7dd52028a Merge pull request #46 from dickfickling/master
Multiple known bad hash databases, new configuration window
2012-05-10 14:33:39 -07:00
Dick Fickling
69236b4c46 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-05-10 17:31:50 -04:00
Dick Fickling
473a3a9925 Further iteration on multiple hash databases.
Not 100% tested (is that possible?), but stable enough and we need it
to line up Autopsy with new Sleuthkit API.
2012-05-10 17:31:20 -04:00
Alex Ebadirad
5881a14a4d Uncommented the report.java keyword as well as set the report configs to not automatically instantiate with empty report configs in each reporting module.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 09:03:18 -07:00
Alex Ebadirad
7a35fb2a33 Tweaks to report naming and conventions
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 08:08:02 -07:00
adam-m
4ab9dc5be7 Add more info to log when ingests are cancelled. 2012-05-09 13:10:46 -04:00
adam-m
2530da54e9 - Inbox concurrency improvements
- enable some additional info in log
2012-05-09 12:45:42 -04:00
Dick Fickling
e18ab444cd only set one nsrl db (temp fix) 2012-05-09 09:32:48 -04:00
Alex Ebadirad
0e95f006b3 Stopwatch class temporary addition to track time of execution easily on very specific parts of code
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-08 16:03:20 -07:00
Alex Ebadirad
03fb435f73 Reporting framework change and addition. 2012-05-08 16:02:04 -07:00
Dick Fickling
20ee3a27a2 Merge commit '1151468' 2012-05-08 10:33:28 -04:00
Dick Fickling
1151468330 initial multi-hash prototype 2012-05-08 10:25:24 -04:00
adam-m
4b83eb949b - add inbox message count
- add more stats to log
- improve postMessage() performance
- keyword search ingest: handle better task cancellation, which could have previously resulted in lost artifact if second to last search is cancelled due to the final post-commit search
2012-05-07 22:55:10 -04: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
adam-m
463acb26ea synchronization relax adjustments for solr queries 2012-05-03 15:45:08 -04:00
adam-m
7b733e4386 add known issues doc to zip build 2012-05-03 10:51:05 -04:00
Alex Ebadirad
d9e95a98be Clean up on the reporting displaying of dates to match GUI.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 16:37:46 -07:00
Alex Ebadirad
539ba214da date tweak to ExtractRegistry.java
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 15:22:20 -07:00
Alex Ebadirad
15136d3a61 Readdition of merged files. 2012-05-02 15:01:29 -07:00
Alex Ebadirad
bce66978c4 Merge branch 'master' of git://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractRegistry.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Util.java
	Report/src/org/sleuthkit/autopsy/report/ReportConfiguration.java
	Report/src/org/sleuthkit/autopsy/report/reportFilter.java
2012-05-02 14:55:35 -07:00
adam-m
d31bd5263e Update year in about dialog 2012-05-02 17:19:34 -04: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
Dick Fickling
45ffc4ca47 fix java path in Recent Activity 2012-05-02 14:26:32 -04:00
Alex Ebadirad
9d0ba3ceb9 Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-05-02 10:08:41 -07:00
Alex Ebadirad
59d177ece7 Critical fixes to last update.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-02 09:21:43 -07:00
adam-m
fed8d27e2c Do not post indexing error messages to Inbox - will be enabled for dev version in the future 2012-05-02 12:07:13 -04:00
adam-m
7fb5e45cde Update wording 2012-05-02 11:15:00 -04:00
adam-m
a0e5ae58e8 Change text on label 2012-05-02 10:51:10 -04:00
adam-m
38b6247428 Readded browser control class back.
- manual commit pick and merge
2012-05-02 10:38:10 -04:00
adam-m
579e397bfd AUT 33 and AUT 40 bug fixes. Java path redefinition using internal platformutil method and firefox3 support.
-  commit pick and merge
2012-05-02 10:34:57 -04:00
adam-m
87e9ae4055 Revert RA/Reporting modules (#44) pull request 2012-05-02 09:54:45 -04:00
adam-m
f376ea01ab Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:33:01 -04:00
adam-m
ff96ae6f13 Merge branch 'master' of https://github.com/sleuthkit/autopsy
- fix previous merge
2012-05-02 00:26:43 -04:00
adam-m
a38d546ecb Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-02 00:13:32 -04:00
adam-m
0f394c6a15 fix ingest compile warning 2012-05-01 23:39:37 -04:00
adam-m
7efa3ef9cc Fix more compile warnings in ingest 2012-05-01 23:26:45 -04:00
adam-m
c518780763 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-01 23:09:01 -04:00
adam-m
2dcc8121a0 -process files with mail extension normally with tika first
- fscontentstringstream tweak
2012-05-01 23:08:35 -04:00
adam-m
26cf373b5e Fix image timezone wording 2012-05-01 19:35:49 -04:00
adam-m
b7806a42ea fs content string stream minor correction 2012-05-01 17:29:32 -04: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
cfbddc569c removal of hardcode artifact ids in reports.
Note: attribute ids are still hardcoded, need to get a lookup method like we have for artifacts to match
2012-05-01 13:36:16 -07:00
Alex Ebadirad
fda6aa2bf4 epoch time for registry extraction
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:23:52 -07:00
adam-m
df98e97cf9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-01 16:16:22 -04:00
adam-m
b55d9ad301 Set stream.contentType field in index request to Solr, if content type has been set for the stream - useful for string extraction and help by pass tika.
String stream: if eof encountered, handle case when temp buffer has some strings.
2012-05-01 16:15:51 -04:00
Alex Ebadirad
24adb5d991 Time Corrections for IE
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-01 13:15:07 -07:00
Alex Ebadirad
92936e1c0b Quick and dirty exception handling for RA 2012-05-01 13:12:11 -07:00