Commit graph

828 commits

Author SHA1 Message Date
Christophe Grenier
c8802ff4cd rework some if/then/else statements, add a few comments 2011-04-23 14:55:41 +02:00
Christophe Grenier
3c0ad725ff Reject sector size reported by Windows if bigger than 16MB 2011-04-23 14:48:29 +02:00
Christophe Grenier
f5dc38627c Workaround a bug in wine, append to file doesn't always work. 2011-04-23 14:47:23 +02:00
Christophe Grenier
f7a3262623 Add get_compilation_date() and td_jpeg_version() functions 2011-04-23 14:39:51 +02:00
Christophe Grenier
791794a74f Workaround for Dos/DJGPP, stat.st_size seems to be 31 bits only. 2011-04-21 19:42:44 +02:00
Christophe Grenier
b555b3a4f6 When write failed during the copy of a file, log the strerror message 2011-04-21 19:40:06 +02:00
Christophe Grenier
2348493813 Reserve 9 digits instead of 7 to display file size in directory listing 2011-04-21 19:37:26 +02:00
Christophe Grenier
f6e46f431d Fix listing of exFAT subdirectories 2011-04-21 19:15:30 +02:00
Christophe Grenier
95bc549bb1 PhotoRec: fix for custom signature using hexa 2011-04-19 08:24:20 +02:00
Christophe Grenier
5050206223 PhotoRec: don't limit Quickbooks to 30MB 2011-04-19 08:23:55 +02:00
Christophe Grenier
cc3376dcad Add the possibility to stop (Quit) the FAT32 root cluster search 2011-04-19 08:22:59 +02:00
Christophe Grenier
3babfb3deb Support for ntfs-3g_ntfsprogs 2011-04-06 09:08:26 +02:00
Christophe Grenier
39b6eb0e15 Should TestDisk search for partition created under Vista or later 2011-04-03 21:07:06 +02:00
Christophe Grenier
b7c7a4fe30 PhotoRec: recover McAfee Anti-Theft/FileVault .vault files 2011-04-03 18:40:16 +02:00
Christophe Grenier
12f3f3ce8d PhotoRec: recover Pro Tools session File .ptf files 2011-04-03 18:32:50 +02:00
Christophe Grenier
64107ac213 PhotoRec: recover Apple Logic .exs 2011-04-03 18:31:28 +02:00
Christophe Grenier
5637313da8 PhotoRec: Move custom signature at the top of the list in FileOpts 2011-04-03 18:28:54 +02:00
Christophe Grenier
f89c545189 NTFS - Use date/time from AT_STANDARD_INFORMATION instead of AT_FILE_NAME 2011-04-03 18:20:51 +02:00
Christophe Grenier
f2c20d770c qphotorec: add Proceed and Quit button 2011-04-03 18:20:08 +02:00
Christophe Grenier
43f2bda4a4 PhotoRec: remove useless log_info() 2011-04-03 18:19:15 +02:00
Christophe Grenier
d2b82238ad PhotoRec: when using custom signature, avoid pointer to memory that can be reallocated 2011-04-03 18:16:52 +02:00
Christophe Grenier
5b6c527665 Add warning or workaround for libjpeg-turbo 2011-04-03 18:13:37 +02:00
Christophe Grenier
785602ec29 PhotoRec: new template file 2011-04-03 18:13:23 +02:00
Christophe Grenier
43be59675b Minor optimisation in NTFS undelete 2011-04-03 17:50:47 +02:00
Christophe Grenier
44857c2c37 Add the possibility to clone read sectors (Disabled at compile time by default). 2011-04-03 17:49:34 +02:00
Christophe Grenier
73e8653aa1 PhotoRec: Fix custom signature parser 2011-04-03 17:49:17 +02:00
Christophe Grenier
c51b6298f6 PhotoRec: distinguish Apple .acc from .mp4 2011-04-03 17:48:27 +02:00
Christophe Grenier
ec4cff1149 When listing corrupted ext2/3/4 filesystem, fix handle leak. 2011-04-03 17:47:50 +02:00
Christophe Grenier
903d732fb1 libewf: Fix compile.sh script, don't be verbose by default 2011-04-03 17:42:18 +02:00
Christophe Grenier
e9052e9258 Copy files from reiserfs. Need patched progsreiserfs 2011-04-03 17:37:59 +02:00
Christophe Grenier
02e3edf762 Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a new full-screen window anymore. 2011-03-28 09:12:38 +02:00
Christophe Grenier
87a42aeb97 PhotoRec: recover MPEG transport stream .ts (disabled by default) 2011-03-25 14:50:55 +01:00
Christophe Grenier
c2164967bd PhotoRec: fix file_rename() and file_rename_unicode() to allocate space for new file instead of using stack, add fallback if renamed failed 2011-03-25 14:40:35 +01:00
Christophe Grenier
7a255f731a PhotoRec: Call reset_list_file_enable() in main() instead of file_options_load_aux() 2011-03-25 14:38:12 +01:00
Christophe Grenier
2159f9ccab Fix md 0.9 uuid copy 2011-03-25 14:37:25 +01:00
Christophe Grenier
3a7d38ed53 PhhotoRec: recover .xlsx witht the correct extension 2011-03-25 14:36:25 +01:00
Christophe Grenier
b28432c63e PhotoRec: parse Paint Shop Pro to get the filesize 2011-03-25 14:35:44 +01:00
Christophe Grenier
b2ac7a6742 PhotoRec: use "%llu" instead of "%lu" to display sectors offset 2011-03-25 14:34:35 +01:00
Christophe Grenier
4acc8c51bb PhotoRec: fix potential out of bound read during recovery of corrupted jpeg 2011-03-19 14:04:38 +01:00
Christophe Grenier
6180b7fb30 Warn that fixing MFT using MFT mirror is a non reversible operation. 2011-03-19 14:00:28 +01:00
Christophe Grenier
64140da425 PhotoRec: some pdf were erroneously saved as Illusatrtor .ai 2011-03-19 13:59:15 +01:00
Christophe Grenier
b7397dc2aa Recent version of libewf have removed LIBEWF_HANDLE type, use libewf_handle_t is available 2011-03-19 13:58:05 +01:00
Christophe Grenier
fb86625be2 Add missing src/exfat_dir.[ch] files since 2011-02-07 2011-03-06 11:39:23 +01:00
Christophe Grenier
66e4280fa0 PhotoRec: recover Windows Media Center TV .wtv files 2011-03-05 19:31:35 +01:00
Christophe Grenier
d3a0690cad PhotoRec: recover Impulse Tracker .it files 2011-03-05 19:30:17 +01:00
Christophe Grenier
046c7ff6bf PhotoRec: recover Filevault .sparseimage 2011-03-05 19:28:06 +01:00
Christophe Grenier
bf60919b4f PhotoRec: recover Oracle dump file .dmp 2011-03-05 19:26:15 +01:00
Christophe Grenier
65b2dc6167 PhotoRec: Limit file size to 4G when recovering from a FAT 2011-03-05 19:24:34 +01:00
Christophe Grenier
5c67e73039 Allow sector size up to 8192 bytes 2011-03-05 19:12:03 +01:00
Christophe Grenier
2ec2d24a65 PhotoRec: for zip archive, set the filename according to the first file in the archive 2011-03-05 19:08:11 +01:00