6672 Commits

Author SHA1 Message Date
Brian Carrier
f47a071c65 Merge pull request #333 from jawallace/miscBugFixes
Misc bug fixes
2013-10-31 11:21:45 -07:00
Jeff Wallace
4142c87919 Fixed issue with column resizing when only one column. 2013-10-31 14:21:16 -04:00
Jeff Wallace
dbdebfa1e4 Fixed column width issue when there is only one column. 2013-10-31 14:13:53 -04:00
Jeff Wallace
a651e10451 Fixed NPE if keyword search results data result viewer closed before query is done running. 2013-10-31 13:10:06 -04:00
Jeff Wallace
68e3a29a2e Added MAC time to Keyword Hit nodes selected under Results node. 2013-10-31 13:08:36 -04:00
Jeff Wallace
133c5e1e10 Merge https://github.com/sleuthkit/autopsy into miscBugFixes 2013-10-31 12:23:00 -04:00
Jeff Wallace
f1a4e7b96d Removed 'File Name' and 'Context' columns from keyword search results. 2013-10-31 12:22:23 -04:00
Jeff Wallace
48a8afec6f Report if any browser data was found, not just history. 2013-10-31 11:25:20 -04:00
Jeff Wallace
b1552110e8 Reset info label properly. 2013-10-31 11:07:39 -04:00
Jeff Wallace
0eeb40a58c Reorganized and added documentation to Firefox getDownloads 2013-10-31 10:52:36 -04:00
Jeff Wallace
c04f4e64b9 Fixed the case where matches label was incorrect for 0 results. 2013-10-31 10:45:15 -04:00
Richard Cordovano
6407d3835f Interim checkin of new hash db API work 2013-10-31 09:56:25 -04:00
Brian Carrier
91142d42d7 Added other file metadata to index 2013-10-31 09:31:57 -04:00
Brian Carrier
10f1979f12 Merge pull request #330 from jawallace/miscBugFixes
Various Bug Fixes
2013-10-30 19:31:57 -07:00
Jason Letourneau
e924e5ca11 backing out eventlog node changes 2013-10-30 22:20:33 -04:00
Jason Letourneau
f1b26f7a43 added patterns for linkedin, twitter, and facebook to search history module xml 2013-10-30 21:56:26 -04:00
Jason Letourneau
9708df960d merge conflict from upstream 2013-10-30 21:54:45 -04:00
Brian Carrier
d2807d720a Cleaned up ingest manager code. added message to ekyowrd serach output 2013-10-30 21:27:33 -04:00
Samuel H. Kenyon
6fda5b6793 Fix compile error due to rename of newHashDatabase(). 2013-10-30 18:34:16 -04:00
Jeff Wallace
fe72573c2a Changed module display name and matched version number with autopsy's 2013-10-30 15:51:33 -04:00
Jeff Wallace
00bb57b383 Core ingest modules have same version as autopsy. 2013-10-30 15:47:42 -04:00
Jeff Wallace
09d3f78d43 Fixed regression tests to work with new report configuration panel. 2013-10-30 14:30:43 -04:00
Jeff Wallace
3f66353e5a Fixed thunderbird parser to correctly display subject and dates. 2013-10-30 12:48:59 -04:00
Jeff Wallace
f8fa119b81 Add all artifacts to list at once in createKeys. 2013-10-30 10:45:30 -04:00
Jeff Wallace
9906f2182e Merge https://github.com/sleuthkit/autopsy into testing 2013-10-30 10:35:19 -04:00
Jeff Wallace
c697f0458f cleanup of tskdbdiff and srcupdater. 2013-10-30 10:33:59 -04:00
Jeff Wallace
f47aac4056 Merge https://github.com/sleuthkit/autopsy into miscBugFixes 2013-10-30 10:08:33 -04:00
Brian Carrier
8c0786c848 Merge branch 'master' of github.com:sleuthkit/autopsy 2013-10-30 00:50:25 -04:00
Brian Carrier
64a231a2e3 file names are found by regexp keyword search now, fixed error reporting in keyword search, comment updates, etc. 2013-10-30 00:49:42 -04:00
Brian Carrier
2dce63fef5 Updated based on 64-bit options 2013-10-29 21:50:37 -04:00
Richard Cordovano
6bcbc2eb11 Added needed space to an error message in AddContentToHashDbAction 2013-10-29 19:44:20 -04:00
Richard Cordovano
58ce29be25 Added XML file save to HasDb.openDatabase() 2013-10-29 18:43:27 -04:00
Jeff Wallace
12dc09a081 Sort artifact types alphabetically in artifact selection dialog. 2013-10-29 15:45:24 -04:00
Jeff Wallace
5ad40dcbaf Reset content artifact viewer on resetComponent 2013-10-29 14:31:25 -04:00
Jeff Wallace
b18cf9a02f Fixed UI hang and updated number of hits column name. 2013-10-29 14:31:14 -04:00
Jeff Wallace
952b05c909 Update number of matches after all nodes have been loaded. 2013-10-29 14:31:01 -04:00
raman-bt
0b985703b7 Ensure that the core DataSourceProcessors appear at the top in the wizard, and in a specific order.
And there is a separator between 'core' DSPs and others.
2013-10-29 14:30:51 -04:00
Jeff Wallace
ffd28bf899 Throw exception from SevenZip init if it fails 2013-10-29 14:30:47 -04:00
Jeff Wallace
7e967e2568 Added ingest messages summarizing browser data found on the image. 2013-10-29 14:30:28 -04:00
Jeff Wallace
5e8517feb9 Fixed downloads for newest chrome and firefox versions 2013-10-29 14:14:15 -04:00
raman-bt
657552661d i. Bugfix in readSettings()
ii Adjusted the size of the Image & Local disk so they are fully visible in design view.
2013-10-29 09:24:21 -04:00
Richard Cordovano
934463bd7d Merge remote-tracking branch 'sam/hashdb_sqlite' into hashdb_sqlite 2013-10-28 18:15:51 -04:00
Richard Cordovano
40ee532e1c Implemented ContextMenuActionProvider interface in HashDatabase module 2013-10-28 17:47:20 -04:00
raman-bt
0ce636ebf6 Cleaned up the storing/reading of last selected data source path - delegated it to the
DataSourceProcessor specific Panels, to handle as appropriate.
2013-10-28 15:48:27 -04:00
Richard Cordovano
c13f41f67c Changed plumbing for adding content to hash db actions 2013-10-28 15:09:58 -04:00
raman-bt
de7eb6b519 Straightened out the MissingImageDialog class w.r.t. DataSourceProcessor interface.
MissingImageDialog allows the user to directly pick an image/local-disk if its is found to be missing.
2013-10-28 11:03:14 -04:00
Brian Carrier
b4c0ecbbba Merge branch 'master' of github.com:sleuthkit/autopsy 2013-10-28 08:59:57 -04:00
Brian Carrier
8834123cb4 changed order of attributes for web artifacts, marked 2 unused classes as deprecated 2013-10-27 00:21:31 -04:00
Brian Carrier
77c2adce7b added pl for newline normalization for rr plugins 2013-10-26 23:38:42 -04:00
Brian Carrier
2d80d2ee21 normalized timestamps in registry analysis, updated reports 2013-10-26 23:37:48 -04:00