Commit graph

473 commits

Author SHA1 Message Date
Christophe Grenier
36aa8d5907 TestDisk & PhotoRec 6.11-WIP 2009-04-19 16:36:24 +02:00
Christophe Grenier
61ac15798f Clear the handle when the log is closed 2009-04-18 18:13:35 +02:00
Christophe Grenier
b9fbd6cadb Handle more than 80 columns 2009-04-18 18:13:15 +02:00
Christophe Grenier
77d476a5ca Handle Ctrl+C 2009-04-18 18:12:40 +02:00
Christophe Grenier
a6c4be00b5 Code cleanup: remove unused variable in src/ntfs_dir.c
Make fd variable more local in src/ntfs_udl.c
2009-04-14 12:24:59 +02:00
Christophe Grenier
33222ee2fc TestDisk: when searching partition near the end of the disk, stops if there is a read error 2009-04-14 12:23:23 +02:00
Christophe Grenier
1217b9fd73 PhotoRec: identify DNG (raw tiff) 2009-04-14 12:22:52 +02:00
Christophe Grenier
0ee4ef1c25 TestDisk: hexdump can use more than 24 lines 2009-04-14 12:20:14 +02:00
Christophe Grenier
602688dc89 TestDisk: Force screen redraw 2009-04-14 12:19:30 +02:00
Christophe Grenier
349d85840b PhotoRec: recover TZif2 timeinfo zone files 2009-04-12 18:49:05 +02:00
Christophe Grenier
b40cb297b2 PhotoRec: fix Macintosh Picture .pct size detection 2009-04-12 18:48:04 +02:00
Christophe Grenier
480320fe82 Cylinder is now long unsigned int. Fix a parameter inversion for the DOS version. 2009-04-12 11:49:36 +02:00
Christophe Grenier
062da3696d Don't forget the string format when logging an error, patch from Pascal Terjan 2009-04-12 11:47:38 +02:00
Christophe Grenier
47e322c3a8 PhotoRec: use tgz instead of tar.gz extension when recovering file for DOS DJGPP version 2009-04-12 11:46:56 +02:00
Christophe Grenier
2b1c5f5c27 Replace '/' and '\' by '_' when extracting the original filename from a file 2009-04-12 11:46:16 +02:00
Christophe Grenier
c436452a52 Code cleanup: remove unused variable 2009-04-12 11:45:50 +02:00
Christophe Grenier
92c016dc72 Add PhotoRec name in testdisk.spec description 2009-04-12 11:45:17 +02:00
Christophe Grenier
7c37c699f8 PhotoRec: in expert mode, ask if the user want to create a file with all the unidentified sectors.
Add some code to modify PhotoRec to skip some sectors or recover a file with a known location,
it can be usefull for known fragmented file
2009-04-08 12:01:09 +02:00
Christophe Grenier
37a8f62432 JPG, check the JPG structure before using libjpeg 2009-04-08 12:00:13 +02:00
Christophe Grenier
0ef7423b8d PhotoRec: fix the recovery of sr2 and arw TIFF 2009-04-08 08:44:03 +02:00
Christophe Grenier
aef8cae536 FAT: Fix the check when listing deleted "." and ".." entries 2009-04-08 08:43:16 +02:00
Christophe Grenier
0632f445a8 Windows, fix the argument order 2009-04-05 12:31:37 +02:00
Christophe Grenier
f2b5381311 PhotoRec: sector number in filename is now prefixed with several 0, so the files can be sorted by name without problem 2009-04-05 12:22:18 +02:00
Christophe Grenier
76be52bd49 file_mov.c: add "jP " header 2009-04-05 12:21:29 +02:00
Christophe Grenier
f81d17a612 file_doc.c: better check for thumbs.db 2009-04-05 12:21:07 +02:00
Christophe Grenier
15f6e6de7c We are now in 2009 2009-04-05 12:19:57 +02:00
Christophe Grenier
1c514be4ce PhotoRec: recover AutoSketch drawing .skd 2009-03-25 08:53:16 +01:00
Christophe Grenier
ff698e5ed8 PhotoRec: recovers Thumbs.db with a .db extension instead of a .doc 2009-03-25 08:48:36 +01:00
Christophe Grenier
e7bb2e1bfa Stop FAT directory listing when a entry begins by a null char 2009-03-25 08:46:06 +01:00
Christophe Grenier
2ea8b8e378 Compilation fix 2009-03-25 08:45:56 +01:00
Christophe Grenier
52e20a3de5 libewf project has moved to sourceforge 2009-03-25 08:45:36 +01:00
Christophe Grenier
5ce142dbab Fix sign/unsigness problem 2009-03-22 14:55:20 +01:00
Christophe Grenier
c64fe5f996 Redraw the full screen after a file listing 2009-03-22 14:53:02 +01:00
Christophe Grenier
cc398a8e64 PhotoRec: allow R(egistered) char in txt file 2009-03-22 14:52:26 +01:00
Christophe Grenier
d71e1f3184 PhotoRec: reorganize how TIFF tag are searched 2009-03-22 14:51:04 +01:00
Christophe Grenier
73d4b9ab3d PhotoRec: bugfix, reset file_rename pointer in reset_file_recovery() 2009-03-22 14:49:55 +01:00
Christophe Grenier
30213c7fed PhotoRec: modify Canon Raw picture .crw EOF footer detection 2009-03-22 14:48:53 +01:00
Christophe Grenier
1b8d918bc1 TestDisk: recover exFAT partition 2009-03-22 14:45:52 +01:00
Christophe Grenier
fedfee5946 PhotoRec: fix for TIFF .fff 2009-03-15 21:28:36 +01:00
Christophe Grenier
aaaac59018 PhotoRec: limit recursion depth and loop count when checking exe information 2009-03-15 21:20:21 +01:00
Christophe Grenier
1f11723545 file_exe.c: Add missing boundary checks 2009-03-13 08:42:42 +01:00
Christophe Grenier
f8e2853897 PhotoRec: log the correct sector numbers during FAT unformat in expert mode 2009-03-11 22:57:47 +01:00
Christophe Grenier
8d6beb9d6e code cleanup: remove unused verbose parameter to disk_get_hpa_dco() 2009-03-06 19:42:56 +01:00
Christophe Grenier
22d825524d code cleanup, fix signed/unsigned warnings 2009-03-06 19:38:48 +01:00
Christophe Grenier
c01909eefa code cleanup: remove verbose argument to fewf_init 2009-03-06 19:31:55 +01:00
Christophe Grenier
1af8dd56e4 code cleanup: remove verbose argument to add_partition_*() 2009-03-06 19:26:32 +01:00
Christophe Grenier
60b94687c7 PhotoRec: avoid a false positive with some jpg inside avi 2009-03-06 19:25:34 +01:00
Christophe Grenier
521be918ba PhotoRec: when loading a previous session, avoid sscanf() and strtol() for better performance 2009-03-01 20:00:07 +01:00
Christophe Grenier
a286195976 PhotoRec: Use "Disk identification, please wait..." and "Filesystem analysis, please wait..." messages 2009-03-01 19:56:46 +01:00
Christophe Grenier
326cfc953c find_blocksize: fix a bug introduced yesterday 2009-02-27 19:31:41 +01:00