2031 Commits

Author SHA1 Message Date
adam-m
37a901b0ca ra gen file update 2012-09-26 16:15:22 -04:00
adam-m
858919e602 try to fix RA module autodiscovery 2012-09-26 14:49:20 -04:00
adam-m
498b8019ae Wrap all jars in Core in a separate module CoreLibs 2012-09-26 14:43:34 -04:00
adam-m
76ed2839c6 Merge branch 'master' of https://github.com/0xNF/autopsy into merge_mods 2012-09-26 13:54:50 -04:00
0xNF
3edfe43ed4 Fixed potential null pointer exception. 2012-09-26 13:52:26 -04:00
adam-m
469500c60b Merge branch 'master' of https://github.com/0xNF/autopsy into merge_mods 2012-09-26 13:48:53 -04:00
0xNF
652e238ae3 Made some fields private, KeywordSearch now reflects that. 2012-09-26 13:43:47 -04:00
0xNF
42b04cb1b1 Removed superfluous method calls. 2012-09-26 12:58:36 -04:00
adam-m
85e6345f98 Fix class path for ReportXML 2012-09-26 12:25:50 -04:00
adam-m
00057d7cac add a comment with TODO 2012-09-26 12:20:22 -04:00
adam-m
3d2cc16055 Correct top component settings resources 2012-09-26 10:06:53 -04:00
adam-m
7444edeede Merge layer.xml
FIx classpath for jna / gstreamer
Move component settings (TODO fix)
2012-09-26 09:55:17 -04:00
adam-m
5fb0df2c23 add default constr. to Installer 2012-09-25 18:44:27 -04:00
adam-m
63e65d768a Merge Installers in Core module using an Installer wrapper.
Check in missing file.
2012-09-25 18:41:05 -04:00
adam-m
779613bde2 reenable the custom handler 2012-09-25 18:21:23 -04:00
adam-m
58043edb45 Initial merge of core modules - it does build.
Pull core deps. jars from Maven using ivy.
Simplify dependencies.
TODO: add to classpath jars that should be, fix javahelp, merge layer.xml, disable some netbeans modules, merge Installer.java
2012-09-25 18:14:40 -04:00
adam-m
6b2e119703 fix branding change 2012-09-25 14:25:53 -04:00
adam-m
5870e53b85 update module display name, update dox locations 2012-09-25 14:20:32 -04:00
adam-m
d2ed342bc7 update project 2012-09-25 14:17:57 -04:00
adam-m
ca0a207b6a finish moving case 2012-09-25 14:09:53 -04:00
adam-m
4f66fc0c80 update deps 2012-09-25 13:57:38 -04:00
adam-m
2da62c224f merge case docs 2012-09-25 13:52:57 -04:00
adam-m
b2780d91cc Merge branch 'master' of https://github.com/sleuthkit/autopsy into merge_mods
Conflicts:
	Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/new-icon.png
	Core/javahelp/org/sleuthkit/autopsy/casemodule/docs/open-icon.png
2012-09-25 13:46:27 -04:00
adam-m
d7cfd61926 move case to core
intermediate changes
2012-09-25 13:43:19 -04:00
Devin148
c075c896bc Fix typo. 2012-09-25 12:12:57 -04:00
Devin148
00c2cd162a Merge git://github.com/sleuthkit/autopsy 2012-09-25 11:27:39 -04:00
Devin148
cc1716b81b Update javahelp user docs. 2012-09-25 11:24:24 -04:00
adam-m
797a10850f fix log path 2012-09-25 11:10:53 -04:00
Devin148
3d13bd6bdd Add instructions to check for Java 1.6. 2012-09-25 11:01:06 -04:00
adam-m
35e2ac485a add version of discovered modules to logs 2012-09-25 10:41:38 -04:00
0xNF
3994bbc68a Fixed typos. 2012-09-25 10:14:59 -04:00
adam-m
e59973fd79 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-24 17:26:21 -04:00
0xNF
9fb908f3fd Minor changes 2012-09-24 17:08:54 -04:00
Devin148
c85040d27e Update property reading in Keyword Search simple panel. 2012-09-24 16:42:39 -04:00
adam-m
c68024bfde Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:28:58 -04:00
0xNF
7e0e0a2ae3 KeywordSearch/Installer.java now handles creation of default configs. 2012-09-24 16:23:39 -04:00
adam-m
c0597a160d better format of messages 2012-09-24 16:16:23 -04:00
adam-m
4fa5534cd5 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 16:06:01 -04:00
0xNF
811c6de3cb KeywordSearchIngestModule now properly reads and sets via KeywordSearchSettings.
SearchSettings: various changes.
2012-09-24 15:56:29 -04:00
0xNF
68d71cbeb7 No longer tries to dispatch getDefault through KeywordSearchSettings 2012-09-24 15:49:32 -04:00
0xNF
6ed8b39763 Synchronized ModuleSettings functions to reduce risk of concurrency issues.
Set getPropertyFIle to return null properly. (Would just crash previously)
Added settingExists() method for internal use.
2012-09-24 15:47:16 -04:00
adam-m
a9efd1af42 better error handling 2012-09-24 14:09:43 -04:00
adam-m
aef802f134 Handle errors better, prevent null ptr exc in Extract 2012-09-24 14:08:41 -04:00
adam-m
4df34868ba Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 14:00:48 -04:00
adam-m
a26f446217 better logging in registry when date not parsable 2012-09-24 13:55:35 -04:00
adam-m
4479abe064 fix SEUQA mapping location
Rename a method
2012-09-24 13:51:21 -04:00
adam-m
80aa9d7ff6 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2012-09-24 11:01:52 -04:00
0xNF
6e674cb65a Merge https://github.com/0xNF/autopsy 2012-09-24 10:44:07 -04:00
0xNF
6871bd5f87 Removed recursive calls to improve stability.
Fixed bug where KeywordSearch was generating 2 sets of config files.
2012-09-24 10:43:43 -04:00
0xNF
aaba305d79 Removed recursive calls to improve stability. 2012-09-24 10:42:59 -04:00