Commit graph

1618 commits

Author SHA1 Message Date
Christophe Grenier
12682f82d0 src/file_chm.c: code cleanup 2013-12-08 14:43:05 +01:00
Christophe Grenier
ccc47d5bf2 fat32_get_free_count() and fat32_get_next_free() - code style 2013-12-08 14:40:15 +01:00
Christophe Grenier
1398b863c2 TestDisk: remove align parameter from write_part() function 2013-11-03 15:34:55 +01:00
Christophe Grenier
191a261516 fix minor code defects 2013-11-03 15:24:33 +01:00
Christophe Grenier
2fd70a3b9e src/file_lxo.c: rewrote to use a data structure 2013-11-01 13:49:54 +01:00
Christophe Grenier
b58be737f0 new functions is_fat_directory() and fat_get_cluster_from_entry()
rename sectors() to fat_sectors()
2013-11-01 13:42:51 +01:00
Christophe Grenier
0bf23249bb "testdisk -lu" now displays a warning if no disk is found. 2013-11-01 13:38:55 +01:00
Christophe Grenier
7172224ac4 Fix various issues reported by Coverity scan 2013-11-01 13:38:06 +01:00
Christophe Grenier
9440623c97 code style: ignore some function return value 2013-11-01 12:19:53 +01:00
Christophe Grenier
e4ed9d6e9d src/file_zip.c: fix memory leak in error path reported by Coverity scan 2013-11-01 12:19:20 +01:00
Christophe Grenier
78ab592e11 src/file_tib.c: stricter check for fread error 2013-11-01 12:18:57 +01:00
Christophe Grenier
2237a01ed0 src/file_sig.c: fix memory leak in error paths 2013-11-01 12:18:30 +01:00
Christophe Grenier
971d0b8f4a PhotoRec: detect filesize for some Fuji RAF files 2013-11-01 12:17:54 +01:00
Christophe Grenier
e75bc7d6f3 PhotoRec: detect filesize for RealAudio3 2013-11-01 12:17:22 +01:00
Christophe Grenier
626e44b4b2 src/file_psp.c: rewrote to use data structure 2013-11-01 12:16:55 +01:00
Christophe Grenier
fa069497ed src/file_psb.c and src/file_psd.c: rewrote to use data structure 2013-11-01 12:16:35 +01:00
Christophe Grenier
5109ffc9af src/file_png.c: rewrote to use data structure 2013-11-01 12:15:58 +01:00
Christophe Grenier
a87dd6095c src/file_pdf.c: check ftell returned value for error code 2013-11-01 12:15:12 +01:00
Christophe Grenier
b26e8bc161 src/file_evt.c: rewrote to use a data structure 2013-11-01 12:08:26 +01:00
Christophe Grenier
159a0fa750 src/file_doc.c: fix memory leak reported by coverity scan 2013-11-01 12:08:01 +01:00
Christophe Grenier
1c3a9fb8d9 src/file_d2s.c: rewrote to use a structure 2013-11-01 12:07:20 +01:00
Christophe Grenier
cb5ace803d fidentify: Fix memory leak in error path reported by Coverity scan 2013-11-01 12:06:36 +01:00
Christophe Grenier
90ee43b235 Fix bug introduced in commit cf700c7755 2013-11-01 12:05:05 +01:00
Christophe Grenier
52b444738c code style fix when using set_mode() 2013-11-01 12:04:20 +01:00
Christophe Grenier
86308a25e1 src/dfxml.c: fix check for filename 2013-11-01 12:03:37 +01:00
Christophe Grenier
f9abcbb71b set_part_name_chomp: fix potential off-by-one in set_part_name_chomp() 2013-11-01 12:02:43 +01:00
Christophe Grenier
407520464f src/askloc.c: Fix memory leak in error path reported by Coverity scan 2013-11-01 12:01:11 +01:00
Christophe Grenier
ba0f998648 Force white on black in (n)curses interface.
In some cases, the display was white on white.
2013-10-20 12:34:35 +02:00
Christophe Grenier
329eba4b04 Remove unneeded reference to arch_i386 in tdiskop.c 2013-10-20 12:34:11 +02:00
Christophe Grenier
bd8b9ef3ae QPhotoRec: automatically select the image disk after addiing it 2013-10-20 12:32:47 +02:00
Christophe Grenier
ce52d72852 PhotoRec: avoid a false positive (.tiff) during .raf recovery 2013-10-20 12:31:17 +02:00
Christophe Grenier
d260e01574 PhotoRec: fix Windows 9x .reg bound checking 2013-10-20 12:30:04 +02:00
Christophe Grenier
9398e8ab2c FAT12 media descriptor should be 0xf0. FAT32 Drive number should be 0 or between 0x80 and 0x87. 2013-10-20 12:27:45 +02:00
Christophe Grenier
a971b56765 Allow ext2/3/4 filesystem with 16kb and 32kb block 2013-10-20 12:27:13 +02:00
Christophe Grenier
533546aaa8 Add missing dots in testdisk.spec file 2013-10-20 12:26:45 +02:00
Christophe Grenier
53e7ab15e9 Compile QT interface by default 2013-10-20 12:26:19 +02:00
Christophe Grenier
32ac729a5d TestDisk: define nodump, align, noalign, expert, noexpert options in scripted run 2013-10-05 15:28:12 +02:00
Christophe Grenier
63673d97ec TestDisk: use read_blk64() and write_blk64() to deal with ext4 64-bits blocks 2013-09-12 12:19:21 +02:00
Christophe Grenier
dd2eda59bb Windows device like "\\.\D:" usually have no partition table 2013-09-12 12:04:47 +02:00
Christophe Grenier
a21a497016 Fix erronous return value when writting ie 512 byte on 4096-byte sector 2013-09-12 12:02:16 +02:00
Christophe Grenier
94f6943be7 TestDisk: replace ntfs_get_attr() by several functions to parse MFT record 2013-08-31 19:23:28 +02:00
Christophe Grenier
db079c0e26 PhotoRec: better date/time extraction for JPG file 2013-08-31 19:02:31 +02:00
Christophe Grenier
cf700c7755 allow 64 KiB ext4 blocksize 2013-08-31 19:01:38 +02:00
Christophe Grenier
da8028ea3f TestDisk: handle ext4 with 64 bit blocks (EXT4_FEATURE_INCOMPAT_64BIT) 2013-08-28 08:29:32 +02:00
Christophe Grenier
ed174946a0 TestDisk: parse FAT when dealing with exFAT 2013-08-28 08:24:39 +02:00
Christophe Grenier
646dadab4e TestDisk & PhotoRec 7.0-WIP 2013-08-28 08:24:26 +02:00
Christophe Grenier
44ea67379c TestDisk & PhotoRec 6.14 2013-07-30 14:06:37 +02:00
Christophe Grenier
cf556af26e Remove unused cache_get_data_p() function in hdcache.c
Delete the ChangeLog as git provide the info
2013-07-30 14:01:51 +02:00
Christophe Grenier
436dee516c JFS filesystem: check blocksize 2013-07-30 10:52:21 +02:00
Christophe Grenier
c711ef6587 src/file_lnk.c: rename time fields 2013-07-30 10:51:36 +02:00