Commit Graph
2012 Commits
Author SHA1 Message Date
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
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
0xNF af910fec52 Updated SEUQA to look for its mappings under /config/ 2012-09-24 10:40:57 -04:00
adam-m b9b051bf5c Merge branch 'master' of https://github.com/0xNF/autopsy 2012-09-24 10:30:48 -04:00
0xNF f64fb9a822 Merge https://www.github.com/sleuthkit/autopsy 2012-09-24 10:29:33 -04:00
Devin148 f505f66ded Display encodings on keyword search simple panel. 2012-09-24 10:25:39 -04:00
Devin148 02e3c947e6 Add static field for properties name. 2012-09-24 10:24:21 -04:00
Devin148 0d814a96a2 Add spacing. 2012-09-24 10:22:47 -04:00
Devin148 f5cae5c317 Increase size of the ingest dialog panel. 2012-09-24 10:10:22 -04:00
0xNF 24b8de63b3 Extracted various Keyword settings to KeywordSearchSettings.java.
KeywordSearchIngestModule.java has nothing to do with its panels, and vice versa.
2012-09-24 09:07:46 -04:00
Devin148 82e75e0739 Merge git://github.com/sleuthkit/autopsy 2012-09-24 08:55:58 -04:00
Devin148 ae4c44d2c2 Enabled ingest modules save via properties. 2012-09-21 17:19:01 -04:00
adam-m 7294f3ca54 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListsAbstract.java
2012-09-21 16:21:03 -04:00
0xNF 08033cbf21 Add boolean parsing error catching. 2012-09-21 16:17:24 -04:00
0xNF c19e11603e Fixed typo 2012-09-21 15:58:06 -04:00
adam-m d1c4f8b2b1 renamed the example ingest modules so they are not compiled and autodetected 2012-09-21 15:48:12 -04:00
adam-m edf0cc2b0e change main settings file name 2012-09-21 15:40:13 -04:00
adam-m adb3cd61c1 Move all config files to user config dir 2012-09-21 15:33:56 -04:00
adam-m ba7b66ce25 add method to PlatformUtil to get config dir 2012-09-21 15:19:25 -04:00
adam-m 6ef2834317 keep track of generated default module order, so it stays unique
add comments
2012-09-21 15:12:49 -04:00
adam-m 7f7b8213b7 add settings support to ingest services 2012-09-21 14:53:58 -04:00