Commit Graph
4897 Commits
Author SHA1 Message Date
alexjacks92 88d36cba4f Merge branch 'develop' of https://www.github.com/sleuthkit/autopsy into develop 2014-01-21 14:33:54 -05:00
Brian Carrier aba1af8308 Merge pull request #433 from SynapticNulship/mmext
Changes to use AbstractFile.getNameExtension()
2014-01-21 11:01:21 -08:00
Brian Carrier 653b74e912 Merge pull request #437 from rcordovano/db_upgrade_backup
Added notification of case db schema upgrade backup
2014-01-21 10:58:30 -08:00
alexjacks92 26f46eef19 Merge remote-tracking branch 'upstream/develop' into develop 2014-01-21 09:44:14 -05:00
Richard Cordovano 5eab10bbe7 Added notification of case db schema upgrade backup 2014-01-21 00:18:15 -05:00
Richard Cordovano 36e1590b40 Merge pull request #436 from rcordovano/hashdb_fixes
Fixed bug in comment attrs for hash set hit artifacts
2014-01-20 09:12:18 -08:00
Richard Cordovano 5dc43405f4 Fixed bug in comment attrs for hash set hit artifacts 2014-01-20 12:07:33 -05:00
Brian Carrier e75ffc4541 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-19 21:41:17 -05:00
Brian Carrier bcac4a5f8b line endings 2014-01-19 21:40:56 -05:00
Richard Cordovano 29df77e3ed Merge pull request #434 from rcordovano/hashdb_fixes
Restored inadvertantly deleted hash db code
2014-01-17 14:48:28 -08:00
Richard Cordovano ba5e411f59 Restored inadvertantly deleted hash db code 2014-01-17 17:44:10 -05:00
Samuel H. Kenyon 84bdc09115 safety dance 2014-01-17 16:56:33 -05:00
Samuel H. Kenyon dfe149d54b Get the same extension that Mismatch module uses. 2014-01-17 16:18:03 -05:00
Brian Carrier 4f3683b438 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-17 15:21:35 -05:00
Brian Carrier 1e2f82483e line endings 2014-01-17 15:21:28 -05:00
Brian Carrier 0d8c29ebb2 set progress to 100 after commit 2014-01-17 14:51:48 -05:00
Samuel H. Kenyon 5e457da489 Also add "adp" extension to plaintext. 2014-01-17 14:40:49 -05:00
Samuel H. Kenyon 47ea29634a Use AbstractFile.getNameExtension() 2014-01-17 14:40:16 -05:00
Samuel H. Kenyon be6856b8aa Merge remote-tracking branch 'upstream/develop' into mmext 2014-01-17 14:38:30 -05:00
Brian Carrier dfb33d44fa Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-17 13:59:53 -05:00
Brian Carrier d85fd4e646 Merge pull request #431 from rcordovano/rework_hashdb
Rework hashdb
2014-01-17 10:59:22 -08:00
alexjacks92 216d75834e These changes are already in master. Pushing the same thing to develop. 2014-01-17 13:41:52 -05:00
Samuel H. Kenyon 0d3658c34d Add adp extension (as in AOLserver Dynamic Pages) to the text/html section. 2014-01-17 13:31:51 -05:00
Brian Carrier 8ac7520ea6 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-16 10:44:35 -05:00
Richard Cordovano 5e45c8bc7b Merge remote-tracking branch 'upstream/develop' into rework_hashdb 2014-01-16 10:29:38 -05:00
Richard Cordovano 78b40d9ee7 Merge pull request #429 from rcordovano/sqlite_jar_fix
Updated references to sqlite JAR
2014-01-16 07:28:53 -08:00
Richard Cordovano 77b772297b Updated references to sqlite JAR 2014-01-16 10:27:31 -05:00
Richard Cordovano 4a6888e0cc Merge remote-tracking branch 'upstream/develop' into rework_hashdb 2014-01-16 09:50:25 -05:00
Richard Cordovano bf01cc2259 Merge pull request #428 from SynapticNulship/configEvent
HashDb and KeywordSearch ingest modules now have public interfaces for prop change events.
2014-01-16 06:08:23 -08:00
Richard Cordovano 6dd96e7354 Updated for hash database reworking 2014-01-16 00:32:14 -05:00
Brian Carrier 4692715fc2 Reduced RecentActivity API via making veriables private and reducing scope of classes. Also removed dead enums 2014-01-15 23:43:23 -05:00
Brian Carrier 2fcce87869 removed deprecated method in strings content viweer 2014-01-15 23:29:23 -05:00
Brian Carrier a5de0c23b8 removed isSupported from ContentViewer API 2014-01-15 23:23:53 -05:00
Samuel H. Kenyon b6e65952ff Cleanup and comments. 2014-01-15 18:21:38 -05:00
Richard Cordovano e91bdc1a16 Merge pull request #426 from SynapticNulship/modulemove
Add File Extension Mismatch ingest module.
2014-01-15 12:18:23 -08:00
Samuel H. Kenyon 7293c5fd89 Add File Extension Mismatch ingest module. 2014-01-15 15:14:07 -05:00
Samuel H. Kenyon 1724a3c988 Remove config event support from IngestManager. HashDb and KeywordSearch modules now have public interfaces for prop change events. 2014-01-15 14:55:40 -05:00
Samuel H. Kenyon 07206aa8f0 Also fire config data event for imports. 2014-01-14 18:08:22 -05:00
Samuel H. Kenyon d8baac3f4f KeywordSearch module now also fires ModuleConfigDataEvents. 2014-01-14 17:34:41 -05:00
Brian Carrier 8e8aa0fcf7 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-14 16:35:52 -05:00
Brian Carrier e585423f12 added comments to case events and made it so that closing events were only fired when a case was in fact being closed. 2014-01-14 16:35:29 -05:00
Samuel H. Kenyon 9ccf71c4f0 Added new class ModuleConfigDataEvent which is now fired by adding/removing hash sets. 2014-01-14 16:16:43 -05:00
Richard Cordovano 89ae43bbdf Merge pull request #423 from SynapticNulship/mismatch3
Mismatch node icon
2014-01-10 13:10:54 -08:00
Richard Cordovano a9c6571791 Merge pull request #422 from rcordovano/file_id_module_limit_file_sz
Add min file size for file type module processing
2014-01-10 07:51:44 -08:00
Richard Cordovano db165a968b Add min file size for file type module processing 2014-01-10 10:50:23 -05:00
Samuel H. Kenyon ca2d5399e9 Add mismatch icon for ArtifactTypeNode. 2014-01-09 15:33:27 -05:00
Richard Cordovano 523e3373c2 Merge pull request #421 from alexjacks92/pyScript
Small changes to make python script work more often.
2014-01-09 11:27:46 -08:00
U-BASIS\ajacks ceeb26322d Small changes to make python script work more often. 2014-01-09 14:23:56 -05:00
Samuel H. Kenyon fb9e036566 Add specific icon for mismatch node results. 2014-01-08 18:12:10 -05:00
Richard Cordovano aacefa5f49 Merge pull request #410 from jawallace/new_thumbnail_reporting
New thumbnail reporting
2014-01-08 12:19:10 -08:00