20108 Commits

Author SHA1 Message Date
adam-m
4624a98c8c Keyword search ingest - simplify timer - use Timer utility instead implementing own 2012-04-25 16:59:26 -04:00
Alex Ebadirad
d9a276bc9f Iteration of reporting framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 13:30:32 -07:00
Dick Fickling
79616061f6 remove zip prefix 2012-04-25 15:51:58 -04:00
Dick Fickling
ffa2b493b0 add icon for installer 2012-04-25 14:44:29 -04:00
Dick Fickling
49da99d320 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	build.xml
2012-04-25 14:42:42 -04:00
Dick Fickling
64f8a4c270 avoid exception when generating thumbnails 2012-04-25 14:40:47 -04:00
Dick Fickling
839867b66b installer ant target updates 2012-04-25 14:40:09 -04:00
Dick Fickling
409630051f Allow user to enter physycal drive location in Add Image Wizard
(must run netbeans/autopsy with admin/root rights)
2012-04-25 14:37:03 -04:00
adam-m
94aa9f8c9c case open: use .aut file filter by default 2012-04-25 14:36:30 -04:00
Alex Ebadirad
b195de1c79 Fixed build errors so it can build without exception handling changes.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 11:29:24 -07:00
adam-m
8fe64e9b64 - Add a confirm dialog when ingest is running and new image being added
- remove ingest/add image limitation from doc
2012-04-25 14:26:12 -04:00
Alex Ebadirad
d67128c31f changed brian's email
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:19:12 -07:00
Alex Ebadirad
9c3db45dd4 Additional work on report framework
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 10:02:40 -07:00
adam-m
76175c9958 TSK-340 Database locked when SleuthkitJNI and SleuthkitCase both write to sqlite database
- use mutex to block other threads from accessing db when image is being added
- remove obsolete code in add image action
2012-04-25 12:57:07 -04:00
dickfickling
12045ac657 Merge pull request #42 from sleuthkit/build-script-changes
Build script changes, remove cobra and compiler warnings
2012-04-25 07:29:16 -07:00
Alex Ebadirad
e8ac5e729d Initial Report Frame check in, addition of 'checkcolumn' class in RA utils to check if a column is present in a sqlite db before proceeding.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-25 07:13:36 -07:00
adam-m
b6505785a2 Move class to keyword search module - it's only used there for now. 2012-04-25 10:06:06 -04:00
adam-m
ab93a84ae5 Move class to core utils 2012-04-25 10:03:15 -04:00
adam-m
ddd98fb6ef ingest refresh setting: use radio with 3 options instead of slider 2012-04-24 18:17:55 -04:00
Dick Fickling
b23ec9d34e wording change 2012-04-24 16:33:39 -04:00
Dick Fickling
3a7d43c27c wording change 2012-04-24 13:43:48 -04:00
Dick Fickling
72cd0b75da remove Cobra browser from repo 2012-04-24 12:50:35 -04:00
Dick Fickling
fe96490b2c Remove references to deprecated API, update comments to match code,
hide expansion buttons on empty directories, improve log messages
2012-04-24 12:49:40 -04:00
Dick Fickling
cff2a346b4 build script modifications 2012-04-24 12:46:34 -04:00
Alex Ebadirad
224bbf13f9 Readded browser control class back. 2012-04-23 13:57:20 -07:00
adam-m
22f4dbc7b4 Fix more compile warnings 2012-04-20 23:51:08 -04:00
adam-m
3bbde437e9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-20 23:42:03 -04:00
adam-m
f0db778dfd Keyword search string extraction: use FsContentStringStream to convert to string on the fly using a fixed small buffer 2012-04-20 23:41:39 -04:00
adam-m
3a4d20d9af improve string extraction to act like strings command 2012-04-20 23:36:34 -04:00
Alex Ebadirad
34c3e35351 Tab clean up and copyrights added.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-20 18:39:18 -07:00
adam-m
2af3d5f852 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-19 18:04:39 -04:00
adam-m
50a044ad7c Uses tika for DWG Autodesk file format, to workaround tika bug and prevent hanging state 2012-04-19 18:04:19 -04:00
adam-m
d9679138c6 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-19 13:48:25 -04:00
adam-m
123e9b8e0f change keyword search ingest logging info to warn when appropriate 2012-04-19 13:48:06 -04:00
Dick Fickling
417675b945 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-04-19 13:10:23 -04:00
Dick Fickling
33b867083b Log error messages at Level.WARNING. 2012-04-19 13:10:10 -04:00
adam-m
7b72b27877 Turns log messages into dialogs for severe level and above only (not warning) 2012-04-19 12:51:10 -04:00
Dick Fickling
bcaddf37d1 fix RA typo 2012-04-19 11:22:11 -04:00
Dick Fickling
75c014a55b license and mp3/wav support 2012-04-19 10:47:53 -04:00
Dick Fickling
97119a18d0 Keyword search: remove unnecessary dialog 2012-04-19 10:22:02 -04:00
Dick Fickling
a6646b067e TSK-463: Media viewer: add seek, set position, see length in UI 2012-04-19 10:21:22 -04:00
Dick Fickling
162dc647d1 TSK-463: Media viewer: add seek, set position, see length in UI 2012-04-19 10:20:59 -04:00
Dick Fickling
4117ac141b more build warnings 2012-04-19 10:19:33 -04:00
Dick Fickling
1f644921d1 Stop storing image paths in case XML, prompt user if image has moved 2012-04-19 10:19:21 -04:00
Dick Fickling
e67f33f73b suppress build warnings 2012-04-19 10:17:59 -04:00
adam-m
c5ab222bdd fix typo 2012-04-18 17:13:34 -04:00
dickfickling
bc35fdaef7 Merge pull request #41 from aebadirad42six/master
Minor update; correction of compiler warnings, addition of path ids, and removal of legacy code
2012-04-18 12:25:16 -07:00
Alex Ebadirad
efb1262a08 Removed legacy code and warnings from modules.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-04-18 10:29:13 -07:00
adam-m
9b289272b9 add Platform util class, add method to get java path 2012-04-18 12:54:14 -04:00
adam-m
0daa58bfd4 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-17 15:37:05 -04:00