Tim McIver
996d98af9e
Merge branch 'master' of https://github.com/sleuthkit/autopsy
...
Conflicts:
RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2012-12-03 17:38:25 -05:00
Tim McIver
a4c66f9cae
Fixed bug in Firefox.getDownload causing no downloads to be found.
2012-11-30 17:38:07 -05:00
0xNF
9ab004802a
Download Path column now correctly shows location of the the local file.
2012-11-30 12:18:45 -05:00
Tim McIver
39a8be2faa
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-11-29 17:50:39 -05:00
Tim McIver
f43d072bcf
Updated FileManager API methods to take an Image as argument so that only
...
files for that image is returned. These changes in support of AUT-613.
2012-11-29 16:37:37 -05:00
Tim McIver
3824f90a0e
Refactored ExtractRegistry.getregistryfiles() to use several
...
FileManager.findFiles calls in order to remove the raw SQL used to retrieve
registry files. Also renamed method to getRegistryFiles().
2012-11-27 17:34:38 -05:00
Tim McIver
e8e9bd3558
Created Services class in Core module and added a member variable of this
...
type to Case with getter method. Created FileManager class and added member
of this type to Services class with getter method. Added method to
FileManager for obtaining files and refactored some code in RecentActivity
module to use thi new API where applicable. These changes partially satisfy
the requirements of AUT-613.
2012-11-27 11:31:06 -05:00
0xNF
e85658fb00
Documented thew new infinite loop mode in regression.py
2012-11-20 15:42:32 -05:00
adam-m
1897ac0cf0
auto-update module versions
2012-11-13 16:21:02 -05:00
Devin148
6611b55adc
Update copyrights
2012-11-12 13:55:49 -05:00
adam-m
6bf3f78b89
cleanup exceptions
2012-11-08 12:33:59 -05:00
adam-m
2c1dc3bfae
rename class
2012-11-08 12:29:43 -05:00
adam-m
141cb07196
fix recent activity external process stop()
2012-11-07 16:11:10 -05:00
adam-m
7399139733
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-11-07 16:10:23 -05:00
Devin148
227db1839d
Merge recent activity changes
2012-11-07 15:41:37 -05:00
adam-m
f949e5bf75
reuse object
2012-11-07 15:20:53 -05:00
Devin148
8dee9c9202
Change logging to be more descriptive
2012-11-07 13:54:52 -05:00
Devin148
ee411ac567
Log major errors in recent activity as severe
2012-11-07 09:25:45 -05:00
adam-m
9561237315
remove unneeded sqlite sep in RA
2012-11-05 23:12:14 -05:00
adam-m
0c8a748d14
clear list after cleanuo
2012-10-31 13:23:32 -04:00
adam-m
68d681d0bb
Merge branch 'master' of https://github.com/0xNF/autopsy
...
Conflicts:
RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestModule.java
2012-10-31 13:18:58 -04:00
0xNF
2625fb7c28
Changed flow of module init in RAImageIngestModule
...
Removed UnsupportedOperationExceptions from submodule complete() methods
2012-10-31 12:59:59 -04:00
0xNF
17cf6e7ed8
Added support for canceling Recent Activity in RAImageIngestModule
2012-10-31 12:38:26 -04:00
0xNF
a8f15b813d
Removed UnsupportedOperationException from stop()
...
Logged the stop() call, reports that it's currently a NOp.
2012-10-31 11:17:06 -04:00
0xNF
83b1f952b4
Moved module creation + inits to private member list.
...
Changed naming slightly to be more clear.
All modules now execute their stop() function.
2012-10-31 11:15:52 -04:00
Devin148
c24e9f2f35
Update recent activity logging
2012-10-29 09:25:10 -04:00
Devin148
f626a91d3a
Fix web history artifact count for IE
2012-10-26 08:47:18 -04:00
0xNF
646beb2ac6
Renamed variables to be more clear.
...
Edited comment to reflect what happens when running Recent Activity with multiple images.
2012-10-24 10:56:10 -04:00
adam-m
2ea0395166
Merge branch 'master' of https://github.com/0xNF/autopsy
2012-10-23 11:25:30 -04:00
0xNF
f82edf908a
More specific error handling
2012-10-22 17:40:09 -04:00
adam-m
9a0aa6d9b3
Merge branch 'master' of https://github.com/0xNF/autopsy
2012-10-22 17:37:12 -04:00
0xNF
640edc82b6
Changed some error handling
2012-10-22 17:32:24 -04:00
adam-m
fa20bddc44
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-10-22 15:32:16 -04:00
Devin148
3c7785d60f
Check XML for child nodes before utilizing them
2012-10-22 15:30:33 -04:00
adam-m
21ae676f27
remove not needed jar
2012-10-22 14:47:28 -04:00
Devin148
ecd0c71a96
Remove JDom dependency
2012-10-22 10:03:44 -04:00
0xNF
d04ca45d29
Got rid of erroneous logger message
2012-10-15 10:19:13 -04:00
adam-m
a3caadeb10
fix pasco java path
2012-10-10 17:24:38 -04:00
0xNF
690d0fc3b6
Added minor descriptions to the xsd files.
2012-10-10 16:43:46 -04:00
adam-m
92fa58bd2c
Merge branch 'master' of https://github.com/0xNF/autopsy
...
Conflicts:
Core/src/org/sleuthkit/autopsy/coreutils/PlatformUtil.java
HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbXML.java
2012-10-10 15:39:30 -04:00
0xNF
50640d3f8c
Moved XML utilities from PlatformUtil to XMlUtil
...
Removed Dom4J dependency from RecentActivity.
2012-10-10 12:51:15 -04:00
0xNF
bf65440c5c
loadDoc() has been abstracted to PlatformUtil
2012-10-09 11:11:22 -04:00
0xNF
4723ff86e3
Failing XSD validation no longer returns null
2012-10-09 10:44:39 -04:00
0xNF
e5d6329ec7
XSD files are now located in their individual module packages.
2012-10-09 09:54:36 -04:00
0xNF
1faecd8aab
XML config files now comform to binding XSD files located under PlatformUtil.
...
New Functions for validating arbitrary XML files under PlatformUtil.
2012-10-03 13:45:38 -04:00
Devin148
0d17676f2e
Clean and organize each layer.xml
2012-10-02 11:06:15 -04:00
adam-m
aec2d8fc9f
update metafile about packaging
2012-09-27 10:21:23 -04:00
adam-m
3ed2b4ed30
update manifests with plugin descriptions
2012-09-27 10:06:40 -04:00
adam-m
151f02abc8
update module meta
2012-09-26 21:47:55 -04:00
adam-m
37a901b0ca
ra gen file update
2012-09-26 16:15:22 -04:00