18529 Commits

Author SHA1 Message Date
Alex Ebadirad
884a3d1b27 AUT-53 bug fixes for:
checkbox/lookup code
use case temp dir for db copy
fixed html report keyword list column
reportxml visitor content exceptions
css style should be present
Better formatting on files

Do not merge without changing line 51 in BlackboardArtifact.java in the sleuthkit from:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJ", "Recent Documents"),
to:
		TSK_RECENT_OBJECT(6, "TSK_RECENT_OBJECT", "Recent Documents"),

Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 10:47:02 -07:00
unknown
a78e8e7ec6 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-15 10:04:33 -07:00
Alex Ebadirad
18414d783c temp dir for copy of db fix, reportxml visitor content issue fixed 2012-05-15 09:05:58 -07:00
adam-m
5fe01b84e2 Merge branch 'master' into new-features-20120503 2012-05-15 11:03:03 -04:00
adam-m
cad40bad30 Add missing line 2012-05-15 11:02:22 -04:00
adam-m
9faa71a804 Merge branch 'master' into new-features-20120503
Conflicts:
	CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
	branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
2012-05-15 10:58:27 -04:00
adam-m
9f2274b9f3 Revert generated files (consider gitignore) 2012-05-15 10:40:44 -04:00
adam-m
b897ac4f42 Merge branch 'master' into new-features-20120503
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-15 10:37:26 -04:00
adam-m
90a26a698c Fix java path for pasco 2012-05-15 10:21:38 -04:00
adam
2ec16daf42 Merge pull request #45 from aebadirad42six/master
Reporting framework integration pull
2012-05-15 07:03:02 -07:00
Alex Ebadirad
7a23eedfaa Changed how progress bar works. 2012-05-15 03:38:46 -07:00
Alex Ebadirad
6594de3e37 Bug fixes and tweaks to GUI and report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-15 03:05:55 -07:00
Alex Ebadirad
a06fb7f142 report action UI changes, improvements using new service lookup 2012-05-15 00:53:04 -07: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
adam-m
bf645bc9bb Keyword search: unify result viewers and remove the old single non-regex result viewer. Keeping the code for now, but will remove in future (will simplify keyword search code greatly) 2012-05-14 18:03:57 -04:00
adam-m
5d280074ab Update action name 2012-05-14 17:52:22 -04:00
adam-m
c3a2f3a13c Preliminary version of large files string extraction support - no full hit navitation yet.
Also, some refactoring and cleanup of old keyword search code.
2012-05-14 17:37:27 -04:00
Alex Ebadirad
1e7e4d9f05 Minor bugfix to Report.java 2012-05-14 09:54:26 -07:00
Alex Ebadirad
61dba172ec Tweaks to report/Report.java 2012-05-14 09:45:39 -07:00
Alex Ebadirad
88251cb997 Reporting caps fix
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 15:13:58 -07:00
adam-m
c49af47c5a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-11 18:11:57 -04:00
adam-m
c97b75d33a Inbox, fix and check for last message 2012-05-11 18:10:39 -04:00
Dick Fickling
ea834f11a8 Separate hashset hits in directory tree, various fixes 2012-05-11 13:38:32 -04:00
Alex Ebadirad
efc98cab47 change to report/Report.java 's getgroupedkeywords method 2012-05-11 10:29:50 -07:00
Alex Ebadirad
ca50b0d96f Re-adding files back to git repo with proper capitalization in place.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-11 08:48:03 -07:00
Alex Ebadirad
9facfee95a Removing old lower-case file names. 2012-05-11 08:47:26 -07:00
Alex Ebadirad
d400c636c2 Mild reporting fix to compile
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:48:18 -07:00
Alex Ebadirad
a8cdf70ee8 refactored classes for camel casing of filenames
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-05-10 15:23:29 -07:00
adam-m
e9783acd2a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-10 17:55:01 -04:00
adam-m
d6b18a546d Add image error handling adjustments - log errors and continue 2012-05-10 17:54:42 -04:00
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