alexri
99cd971db4
Merge branch 'master' of https://github.com/aebadirad42six/autopsy
...
Conflicts:
MboxEmailModule/src/org/sleuthkit/autopsy/mboxparser/MboxEmailParser.java
2012-06-08 15:53:27 -07:00
alexri
3f096e1cee
.
2012-06-08 15:52:17 -07:00
Alex Ebadirad
aa21661299
Tweak to make ingest service work.
2012-06-08 15:41:41 -07:00
adam-m
df6262bd50
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-08 18:19:39 -04:00
adam-m
b9e23ab9ec
-Minimize solr query mem usage:
...
Change keyword search non-ingest query to enqueue snippet query threads, not to execute multiple snippet query threads in parallel
-Add snippet for regex query to GUI
2012-06-08 18:19:20 -04:00
adam-m
1fe82e3401
change variable name
2012-06-08 18:15:00 -04:00
alexri
6e03006ea4
Merge branch 'master' of https://github.com/aebadirad42six/autopsy
...
Conflicts:
MboxEmailModule/src/org/sleuthkit/autopsy/mboxparser/MboxEmailParser.java
2012-06-08 14:27:53 -07:00
Alex Ebadirad
0fa69b9a79
Added javadoc comments for reporting module interface.
2012-06-08 14:23:04 -07:00
alexri
7ebb923e2c
Added getter methods.
2012-06-08 14:22:06 -07:00
Dick Fickling
f2efaba7b8
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 15:46:25 -04:00
Dick Fickling
4a07c39ed4
Register inbox page as help document
2012-06-08 15:45:34 -04:00
adam-m
7c3d5c8e94
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-08 15:32:11 -04:00
adam-m
6c3472918e
make column names more consistent with the blackboard result viewer
2012-06-08 15:31:56 -04:00
adam-m
119af2d143
update ingest javadoc
2012-06-08 15:31:31 -04:00
Dick Fickling
39db0c104c
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 14:35:20 -04:00
Dick Fickling
ff3e14e237
Update quickstart, add screenshot
2012-06-08 14:11:53 -04:00
adam-m
7a55b01b17
Adjust query
2012-06-08 12:54:47 -04:00
Dick Fickling
b1fb5f9037
Add user help docs on Inbox
2012-06-08 12:46:28 -04:00
Dick Fickling
12dc622f80
fix getAllFiles query
2012-06-08 12:46:16 -04:00
Dick Fickling
21aeab110e
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 12:20:13 -04:00
Dick Fickling
a594e7c954
Disable searching for phone numbers and ip addresses by default
2012-06-08 12:19:25 -04:00
adam-m
62b5b22c02
Remove contributors section
2012-06-08 12:15:10 -04:00
adam-m
87639e5a88
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-08 11:22:47 -04:00
adam-m
cfcf9deb18
Add directories to the file ingest query
2012-06-08 11:22:26 -04:00
adam-m
7dfb6905dd
Restore showing file/dir info in search results (for alloc files/dirs)
2012-06-08 11:21:59 -04:00
adam-m
46b48ac121
update comment
2012-06-08 11:21:30 -04:00
adam-m
0f484c3d77
Fix check if has background tasks running /pending
2012-06-08 11:21:10 -04:00
Dick Fickling
3604c3325b
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 10:29:20 -04:00
Dick Fickling
b470914e3f
Name first column in tree with first property name
...
(remember to set first property in Node class!)
2012-06-08 10:29:01 -04:00
Brian Carrier
3ab6d4ee5d
updated design doc
2012-06-08 10:24:28 -04:00
Brian Carrier
267eea5551
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 10:00:37 -04:00
Brian Carrier
b77ccfb816
Added doxygen infrastructure instead of javadocs
2012-06-08 10:00:30 -04:00
adam-m
008d11c494
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-08 09:58:41 -04:00
adam-m
1fc68bc5e3
keyword search ingest fix concurrency issue on keyword list structure when final searcher starts, update javadoc
2012-06-08 09:58:25 -04:00
Dick Fickling
3b10a8e9e8
Support importing Encase lists, preserve hierarchy
2012-06-08 09:53:19 -04:00
Dick Fickling
98f2b540ce
Add delete key handler to Lists Management panel
2012-06-08 09:52:57 -04:00
Dick Fickling
0232dac2ea
Remove callback from keyword panel to ingest servece.
...
Service proactively gets new keywords, to updating manually was unnecessary
2012-06-08 09:52:34 -04:00
Alex Ebadirad
5866a6ccca
Changes to mbox parser/ingest service.
2012-06-07 15:59:45 -07:00
alexri
4b05fd6a8b
Added an empty constructor as well as an isValidMimeTypeMbox(byte[] buffer)
2012-06-07 15:51:53 -07:00
Alex Ebadirad
a17fbe6fef
Additions to the mboxparser/MboxFileIngestService.java class with some preliminary logic
2012-06-07 15:34:43 -07:00
alexri
caa565da66
Added a new constructor that takes an InputStream, changed the init() method to properly initialize data members. Also, overloaded the parse() method to pass in an InputStream as well.
2012-06-07 14:50:01 -07:00
Alex Ebadirad
91c3e306df
Added mbox file ingest service class.
2012-06-07 13:41:07 -07:00
Alex Ebadirad
ac80e344e7
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-07 13:28:42 -07:00
Dick Fickling
6ae0e7ea11
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-07 15:46:10 -04:00
Dick Fickling
96a8bf9990
Synchronize keyword search ingest skipnsrl boolean and checkbox
2012-06-07 15:45:52 -04:00
Dick Fickling
1706234a9c
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-07 15:04:24 -04:00
adam-m
8c96a72e76
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-07 15:04:21 -04:00
Dick Fickling
c0a7c11efb
Initial support for importing Encase keyword lists
2012-06-07 15:04:11 -04:00
adam-m
0602d7510f
Write regex search results to bb even if snippet is blank
2012-06-07 15:04:05 -04:00
Dick Fickling
265569b175
Add getStringTime() to ContentUtils class
2012-06-07 15:03:34 -04:00