Commit Graph
18776 Commits
Author SHA1 Message Date
Alex Ebadirad 89504671e0 Bug fix for email ingester service in bb artifact creation
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:49:49 -07:00
Alex Ebadirad 7ecf172ecd Null exception fix to thunderbirdparser/ThunderbirdMboxFileIngestService.java as well as merge with most recent autopsy new features branch
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 16:37:27 -07:00
adam-m 45119ef43f Re-add email node 2012-06-19 16:28:45 -04:00
adam-m ef9b704362 add a temporary PATH attribute 2012-06-19 16:13:13 -04:00
adam-m a8ef06db90 Merge branch 'master' into new-features-20120503 2012-06-19 15:46:51 -04:00
adam-m 8878afc568 Merge branch 'master' of https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-19 15:46:07 -04:00
Alex Ebadirad 6f56bdc5cf email parser update
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-06-19 11:50:49 -07:00
adam-m 47c70ae07e Merge branch 'master' of https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-19 14:08:31 -04:00
Alex 7314a30c70 Re-implemented/re-factored parse into parseMbox(). Also a getter method; getAllEmails(). Use parseMbox() instead of parse, then call getAllEmails(). Returns a HashMap<String,Map<String,String>> object. Key-> Message-ID Value-> Metadata and Content for that email id. 2012-06-19 10:56:55 -07:00
Dick Fickling cdf20b88db Fix bugs in https://github.com/sleuthkit/autopsy/issues/52 2012-06-19 13:49:15 -04:00
adam-m 17030ab360 Provide a separate method for reporting number of all solr documents, and number of files (not chunks only).
Do not report number of chunks to the user, only number of files/directories.
2012-06-19 11:20:18 -04:00
Alex Ebadirad ef5a1883ae Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy
Conflicts:
	CoreUtils/src/org/sleuthkit/autopsy/coreutils/Bundle.properties
	thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestService.java
2012-06-19 08:19:04 -07:00
adam-m b4641e949a Merge branch 'new-features-20120503' of https://github.com/sleuthkit/autopsy into new-features-20120503 2012-06-19 11:08:23 -04:00
adam-m d445cf9af8 Keyword search: add general tab to configuration 2012-06-19 11:08:04 -04:00
Dick Fickling 2cd06d544c use boolean setting to enable/disable import button 2012-06-19 08:55:56 -04:00
alexri 62e14a18c0 Added public ArrayList<String> getXHTMLDocs() in Parser class 2012-06-18 15:23:28 -07:00
Alex Ebadirad 9a60e9831b added arraylist long for getdatecreated methods 2012-06-18 15:15:36 -07:00
alexri 439c6cc7d4 Changed getter members to return an ArrayList<String>. Added an accessor member to get the number of emails per thunderbird email file. 2012-06-18 15:08:25 -07:00
Alex Ebadirad 88b61d9981 Rename of mboxemail and additions of thunderbirdparser class. 2012-06-18 14:55:23 -07:00
Alex Ebadirad 050e48bd5f Merge branch 'master' of https://github.com/aebadirad42six/autopsy 2012-06-18 14:00:05 -07:00
alexri 7fdf34fa95 . 2012-06-18 13:57:33 -07:00
Dick Fickling d0d14c0c42 Better ingest support for new panel 2012-06-18 16:25:07 -04:00
Dick Fickling dbad7db1c7 Merge branch 'master' of github.com:sleuthkit/autopsy into new-features-20120503 2012-06-18 15:52:17 -04:00
Dick Fickling 3395760740 fix variable names (my bad) 2012-06-18 15:51:48 -04:00
Dick Fickling f9dac1c742 Initial overhaul of Hash DB Management Panel 2012-06-18 15:51:21 -04:00
Dick Fickling 0f575cf709 Merge branch 'new-features-20120503' of github.com:sleuthkit/autopsy into new-features-20120503 2012-06-18 15:49:05 -04:00
Alex Ebadirad 60163bf4e1 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-18 11:23:33 -07:00
Brian Carrier 67ce83bddd Updated BUILDING to reflect non-Windows systems 2012-06-18 13:13:04 -04:00
Brian Carrier 3df81073b2 Updated build scripts to better deal with non-Windows systems 2012-06-18 12:00:38 -04:00
Alex Ebadirad 4cdab24917 java doc updates first pass 2012-06-15 15:22:59 -07:00
adam-m db5e80fb41 Added mail messages viewing in dir tree 2012-06-15 13:09:08 -04:00
adam-m d202529967 Merge branch 'master' of https://github.com/aebadirad42six/autopsy into new-features-20120503 2012-06-14 13:51:17 -04:00
adam-m 2b9a1660c7 add known issues file to the installer autopsy-3.0.0b3 2012-06-14 10:55:52 -04:00
adam-m 64978dff89 change install path 2012-06-14 10:25:09 -04:00
adam-m a69b25b08b simplify fire service event, add more logging 2012-06-13 17:04:25 -04:00
adam-m 6afd841c9d Moved updatekeywords() to search thread to eliminate need of synchronizing ingest and search threads 2012-06-13 16:57:07 -04:00
adam-m fff2277ab2 fix alignment when resized 2012-06-13 12:49:15 -04:00
adam-m 10ee3d1f24 remove junit lib from the installer 2012-06-13 12:22:08 -04:00
Dick Fickling 8b36b631f7 Tighter & faster serialization for keyword search lists 2012-06-13 11:24:10 -04:00
Dick Fickling 334eb825a8 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-13 11:16:57 -04:00
Dick Fickling 1302617ece Update installer to remove JUnit, update Java 2012-06-13 11:16:34 -04:00
adam-m a6b6484a53 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-13 10:59:57 -04:00
adam-m 097e03bc60 Extracted text viewer: deactivate for directories (they have no text content) 2012-06-13 10:59:42 -04:00
Brian Carrier 96d103a9da Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-13 10:31:13 -04:00
Brian Carrier 553d421327 Updated doxygen config 2012-06-13 10:31:00 -04:00
adam-m a3d4948fee Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-13 10:11:12 -04:00
adam-m b1e75f31e2 Minor alignment 2012-06-13 10:10:52 -04:00
Dick Fickling 12f260222b Keyword search edit list panel show only unlocked lists 2012-06-13 10:02:54 -04:00
Dick Fickling b5ee94cb28 TSK-522: Basic Hash DB Cleanup in Wizard 2012-06-13 08:53:02 -04:00
adam-m 40b309f2d2 Updated .form file 2012-06-12 23:59:31 -04:00