Commit graph

591 commits

Author SHA1 Message Date
Christophe Grenier
727db32485 Fix small memory leak when copying files 2009-08-18 08:50:30 +02:00
Christophe Grenier
d7a1c2e182 Move set_date() to a separate file 2009-08-12 19:04:18 +02:00
Christophe Grenier
79594ca992 qphotorec: fix the device list 2009-07-31 09:33:13 +02:00
Christophe Grenier
93fc52322b PhotoRec: avoid extension with more than 3 letters for DOS/DJGPP version 2009-07-31 09:24:41 +02:00
Christophe Grenier
38539a2f59 PhotoRec: recover GraphPrism 4 .pzf files 2009-07-26 12:29:24 +02:00
Christophe Grenier
ccef8e5341 PhotoRec: recover deleted Encase EWF (.e01, .e02...) files 2009-07-26 12:27:26 +02:00
Christophe Grenier
e8dd28e09d Move write_part_gpt() in a separate file, so PhotoRec doesn't depend of
uuid_generate, uuidgen or uuid_create function
2009-07-26 12:21:20 +02:00
Christophe Grenier
fbcefa191d PhotoRec: fix FAT unformat but scan the whole partition 2009-07-26 12:16:36 +02:00
Christophe Grenier
6aa53d5e91 Code style cleanup 2009-07-26 12:16:03 +02:00
Christophe Grenier
0a9c6354a6 PhotoRec: Log the sector number when a FAT directory is found 2009-07-26 12:09:16 +02:00
Christophe Grenier
e0faac2bd7 TestDisk: add a boundary check when searching NTFS MFT 2009-07-26 12:07:45 +02:00
Christophe Grenier
5afa137a96 Stricter check for EWF files - workaround a bug in libewf-20090510 when opening a file segment other than .e01 2009-07-26 12:04:01 +02:00
Christophe Grenier
b47c011fea PhotoRec: recover the following text files
- .emka EMKA IOX - Pharmacology & toxicology files
- .java JAVA source
- .json JavaScript Object Notation
- .ksh Korn Shell script
2009-07-26 12:00:18 +02:00
Christophe Grenier
7f840b8f31 PhotoRec: try to extract the date/time from pdf files 2009-07-26 11:59:35 +02:00
Christophe Grenier
3f1463f4c0 PhotoRec: file_mov.c - define some variables as const 2009-07-26 11:58:31 +02:00
Christophe Grenier
027101c193 PhotoRec: recover R, language and environment for statistical computing and graphics, .RData files 2009-07-26 11:57:49 +02:00
Christophe Grenier
85ec594043 Fix the spec file: TestDisk & PhotoRec man pages are moved to
"8 System Administration tools and Deamons" instead of "1 User Commands"
2009-07-26 11:57:21 +02:00
Christophe Grenier
496244c64c PhotoRec: When manually selecting the blocksize and offset in expert mode, fix the offset 2009-07-26 11:55:24 +02:00
Christophe Grenier
fa3c1fe939 PhotoRec: improve Adobe Photoshop Image .psd file signature 2009-07-16 09:15:47 +02:00
Christophe Grenier
a58eeb6ee0 PhotoRec: handle TIFF tag IMPrint, some improvements to get a better filesize 2009-07-16 09:14:01 +02:00
Christophe Grenier
aa0dddbc8e TestDisk & PhotoRec man pages are moved to "8 System Administration tools and Deamons"
instead of "1 User Commands"
2009-07-16 09:08:18 +02:00
Christophe Grenier
22b018e369 Update acx_pthread.m4 to not use AC_LANG_SAVE, AC_LANG_C and AC_TRY_LINK deprecated macros 2009-07-16 09:05:50 +02:00
Christophe Grenier
391b7c18ec PhotoRec: recover RED r3d camera videos 2009-07-06 21:29:19 +02:00
Christophe Grenier
9402c1cd65 PhotoRec: recover Guitar Pro 5 .gp5 files 2009-07-03 08:05:58 +02:00
Christophe Grenier
8c01cd3f16 PhotoRec: recover Russian Finance 1C:Enterprise 8 .1cd files 2009-07-03 08:04:27 +02:00
Christophe Grenier
08508476eb HPA/DOC detection, handle the case where native_max is null. 2009-07-03 08:01:35 +02:00
Christophe Grenier
389f2b1e33 TestDisk: additional control to avoid that the extended partition ends after the end of the disk 2009-07-03 07:55:29 +02:00
Christophe Grenier
b29a0decaf PhotoRec: identify Windows Internet Shortcut .url, Visual Basic .vb 2009-07-03 07:54:06 +02:00
Christophe Grenier
c647724150 PhotoRec: identify several RIFF files:
- MIDI sound file .mid
- MIDI MIDI Instruments Definition File .idf
- Windows Animated Cursor .ani
2009-07-03 07:52:41 +02:00
Christophe Grenier
7d59c4ad3c PhotoRec: distinguish .html.gz from .gz 2009-07-03 07:52:03 +02:00
Christophe Grenier
f06c9edf80 PhotoRec .gpg: check publickey algo for Public-Key Encrypted Session Key Packet v3 2009-07-03 07:37:51 +02:00
Christophe Grenier
6c32033a49 PhotoRec: recover 16 bits (MZ NE) windows executable 2009-07-03 07:37:09 +02:00
Christophe Grenier
7b9693d6ea PhotoRec: stricter check for .ape, Monkey's Audio compressed format 2009-07-03 07:35:51 +02:00
Christophe Grenier
db0885a228 TestDisk: Convert the directory name when it can't be created (Cygwin version) 2009-07-03 07:34:44 +02:00
Christophe Grenier
e976d6af99 PhotoRec: recover FAT filesystem (ie. floppy image)
Note, you should disable the recovery of other filetypes
2009-06-21 19:43:25 +02:00
Christophe Grenier
05063cc236 PhotoRec: recover Quattro Pro spreadsheet qpw 2009-06-21 19:41:40 +02:00
Christophe Grenier
40a16fd80e PhotoRec: check for EFBIG (file too large) error when writing files 2009-06-21 19:31:27 +02:00
Christophe Grenier
15b340f2e4 Update configure.ac to not use the deprecated AC_TRY_COMPILE macro,
don't use nested function
2009-06-21 19:30:36 +02:00
Christophe Grenier
cdb342b10b PhotoRec: extract time from JPEG (fix), better detect end of file 2009-06-12 09:48:42 +02:00
Christophe Grenier
e5df74714e TestDisk: Skip 10MB if a read error occurs during image creation. 2009-06-12 09:48:02 +02:00
Christophe Grenier
10a9142770 PhotoRec: limit to 1GB when searching the previous unrecovered file 2009-06-12 08:56:16 +02:00
Christophe Grenier
eeb308e6bf PhotoRec: try to detect MPEG end of file 2009-06-12 08:54:49 +02:00
Christophe Grenier
4452138345 Always include stdio.h before ncurses header and types.h 2009-06-12 08:42:45 +02:00
Christophe Grenier
09ed66000a md.c: add boundary checking 2009-06-11 00:58:51 +02:00
Christophe Grenier
b528e58f19 PhotoRec: recover phpMyAdmin, MySQL and postgreSQL dumps with .sql 2009-06-11 00:57:19 +02:00
Christophe Grenier
ded58c6428 Build fidentify by default 2009-06-11 00:54:12 +02:00
Christophe Grenier
c86117a4aa PhotoRec: fix ending sector in log message 2009-05-27 09:28:29 +02:00
Christophe Grenier
54a190540a PhotoRec: fix blocksize detection (regression introduce in 6.11) 2009-05-27 09:26:03 +02:00
Christophe Grenier
40fa2ab574 PhotoRec: when a ne file is found, mark the area as data 2009-05-27 09:25:32 +02:00
Christophe Grenier
7b41ff4c57 PhotoRec: file_search_footer() gets a new parameter 2009-05-27 09:19:13 +02:00