2499 Commits

Author SHA1 Message Date
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
f50c2da7e4 Replaced header comment in Services.java and FileManager.java with the
Basis license text used in other Autopsy source files.
2012-12-03 16:39:32 -05:00
adam-m
b38c7dd80e updated news 2012-12-03 16:36:39 -05:00
Tim McIver
ff49aa461b Made Services.getFileManager synchronized. 2012-12-03 16:01:52 -05:00
adam-m
f2155f3aa7 Case closing: close top components before sending out events when case is changed, for a cleaner shutdown 2012-11-30 17:49:57 -05:00
Tim McIver
a4c66f9cae Fixed bug in Firefox.getDownload causing no downloads to be found. 2012-11-30 17:38:07 -05:00
adam-m
42523e9925 update to use non-static hasher 2012-11-30 17:34:38 -05:00
Tim McIver
f2465f3dd3 Added private access modifier to Services.services member that was
mistakenly left out.
2012-11-30 15:36:20 -05:00
Tim McIver
1b944bfa56 Made FileManager methods synchronized so as to avoid concurrency issues
caused by the Case being closed while other threads continue to access
SleuthkitCase. Move the call to services.close in Case.closeCase to the top
of the try block toward this end as well.
2012-11-30 15:32:38 -05:00
adam-m
99fe266da7 Merge branch 'master' of https://github.com/0xNF/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/AddImageWizardPanel3.java
2012-11-30 14:12:19 -05:00
0xNF
3f4b1fe476 CurrentlyProcessing tags will now vanish when AddImage completes. 2012-11-30 13:30:40 -05:00
0xNF
9ab004802a Download Path column now correctly shows location of the the local file. 2012-11-30 12:18:45 -05:00
0xNF
c93928cf4d ExtractUnallocAction now applies to all types of VolumeNodes, not just ones in the middle panel 2012-11-30 10:43:33 -05:00
0xNF
b38651e259 CaseSchema should no longer report errors when the case number contains strings 2012-11-30 10:34:12 -05:00
adam-m
ed8d4cab86 allow to run hash search from dialog if at least 1 hash present 2012-11-29 18:45:52 -05:00
adam-m
a48f5e6748 search for files with same md5sum if at least 1 hash exists in db 2012-11-29 18:40:35 -05:00
adam-m
8d81bd0570 AUT-683 Fix text direction setting in Text view 2012-11-29 18:33:26 -05:00
Tim McIver
39a8be2faa Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-11-29 17:50:39 -05:00
adam-m
132488dcd0 better log message when cannot force stop file ingest worker, always free reference after stop() 2012-11-29 17:36:24 -05:00
adam-m
6aacb2aef7 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-11-29 17:30:20 -05:00
adam-m
72fae4599b (AUT-685) Calculate MD5 of 0-sized files 2012-11-29 16:43:13 -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
0xNF
ae7a971be4 ExtractUnalloc now prevents users from running extract on a single volume more than once when it's already running. 2012-11-29 16:33:08 -05:00
adam-m
0b835ecd46 text view use only up to 1024 chars to detect text direction 2012-11-29 16:30:37 -05:00
0xNF
6b84d33c40 Added ability to extract unallocated space to a single file per volume 2012-11-29 14:49:09 -05:00
adam-m
de01eb1485 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-11-29 14:26:45 -05:00
adam-m
486d6bf021 minor add image swingworker changes 2012-11-29 14:26:27 -05:00
Brian Carrier
e5d6141dab Added JRE_HOME to BUILDING.txt notes for packaging 2012-11-29 14:16:46 -05:00
0xNF
e1d41a5b30 Changes to the AddImage Panels
-Displays an empty string instead of "Folder Information Unavailable" when processing something with no name
-CurrentDirectoryFetcher is now static
2012-11-29 13:12:16 -05:00
adam-m
b8144bcdb3 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-11-29 09:42:27 -05:00
adam-m
beb3c7b560 change attribute type, add layour dir details 2012-11-29 09:39:54 -05:00
adam-m
be3b56fafd use visitor accept() 2012-11-28 22:54:51 -05:00
adam-m
5cf36f78ac add default action for layout dir node 2012-11-28 22:54:22 -05:00
adam-m
e9bfe37776 remove old method 2012-11-28 22:04:26 -05:00
Tim McIver
0949fb13d1 Updated Services and FileManager to implement the java.io.Closeable
interface and updated FileManager to throw TskCoreException when its API is
used after it has been closed.  Closing is propagated to all services when
the Case object is closed. These changes are in support of AUT-613.
2012-11-28 11:14:17 -05:00
adam-m
b11a599aa7 Remove unused vistior from ingest 2012-11-28 10:56:20 -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
0xNF
cb77f93a43 Added support for HashKeeper .hsh files. 2012-11-27 14:44:00 -05:00
0xNF
5153f691c3 ImageWizardPanel 3 now displays currently processed directory. 2012-11-27 13:42:32 -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
adam
e93522ca84 Merge pull request #104 from Devin148/master
Updates
2012-11-27 06:43:58 -08:00
adam-m
baedda6eca progress bar fixes 2012-11-26 19:15:06 -05:00
adam-m
c1a6a24b6e more file ingest progress bar fixes 2012-11-26 19:05:37 -05:00
adam-m
a3c2fb1f12 better mthreading synchronization fixes issues in some cases 2012-11-26 18:18:40 -05:00
adam-m
94e2e3117f better ingest progress bar update if image requeued 2012-11-26 17:31:24 -05:00
Devin148
cb1ab3d9f1 Merge https://github.com/sleuthkit/autopsy 2012-11-26 16:30:34 -05:00
adam-m
f26e90ec8a update NEWS 2012-11-26 16:12:26 -05:00
adam-m
7b0690ccf9 Using Scheduler class to maintain file ingest queues and not store all file objects in memory 2012-11-26 15:54:19 -05:00
Devin148
0498d0b615 Update test with changed order of panels 2012-11-26 13:15:16 -05:00
Devin148
4da9331b6c Select databases when imported to list 2012-11-26 11:09:46 -05:00