Commit graph

1122 commits

Author SHA1 Message Date
Christophe Grenier
df875ab304 PhotoRec: fix SolidWorks .sldprt detection 2012-10-14 22:32:33 +02:00
Christophe Grenier
caf6d3c0c6 PhotoRec: fix Windows Autorun .inf detection and stricter check for java detection 2012-10-14 22:30:10 +02:00
Christophe Grenier
01f88e27d0 PhotoRec: fix zip detection
a zip file begins by ZIP_FILE_ENTRY, this signature can also be
found for each compressed file
2012-10-14 22:28:55 +02:00
Christophe Grenier
c1889a57a1 Fix regression introduced in f29c37c87b 2012-10-14 22:28:17 +02:00
Christophe Grenier
cd7d33bf04 FIX: call libewf_handle_initialize() before each libewf_handle_open() 2012-10-14 22:22:56 +02:00
Christophe Grenier
958f0a086e PhotoRec: fix a display problem in FileOpts after choosing to save new defaults 2012-09-30 12:01:26 +02:00
Christophe Grenier
86823a39ae PhotoRec: don't override user supplied blocksize by blocksize found when scanning free space only 2012-09-30 12:00:29 +02:00
Christophe Grenier
3ebece7841 PhotoRec: recover .tpl Adobe Tool Preset 2012-09-22 12:23:06 +02:00
Christophe Grenier
0f38bea9db PhotoRec: recover .kdbx KeePassX 2012-09-22 12:22:50 +02:00
Christophe Grenier
970b0a6bd2 PhotoRec: recover .csh Adobe Custom shapes 2012-09-22 12:17:53 +02:00
Christophe Grenier
3e8a14d716 PhotoRec: recover .asl Adobe Layer Style 2012-09-22 12:16:54 +02:00
Christophe Grenier
0161ab2906 PhotoRec: recover .ado Adobe Duotone Options 2012-09-22 12:15:51 +02:00
Christophe Grenier
db23754ad5 PhotoRec: recover .acb Adobe Color Book 2012-09-22 12:14:47 +02:00
Christophe Grenier
63adf16838 update two source code comments 2012-09-22 12:12:44 +02:00
Christophe Grenier
288772b5f6 PhotoRec: try to keep file directory structure during FAT unformat 2012-09-22 12:11:01 +02:00
Christophe Grenier
846d899a72 PhotoRec: recover Adobe Brush .abr 2012-09-16 19:12:48 +02:00
Christophe Grenier
35c8008dc0 PhotoRec: detect HFSP/HFSX superblock 2012-09-16 18:26:31 +02:00
Christophe Grenier
465a0bf1bd PhotoRec: detect NTFS MFT record 2012-09-16 18:23:21 +02:00
Christophe Grenier
3147f26997 PhotoRec: recover SymBackup .fbf files 2012-09-16 18:19:41 +02:00
Christophe Grenier
cf2c2434bc PhotoRec: recover ZoomBrowser Thumbnail info 2012-09-16 17:34:39 +02:00
Christophe Grenier
af63b6fb4e PhotoRec: recover v2i backup files 2012-09-16 17:32:13 +02:00
Christophe Grenier
f7b3451a1d PhotoRec: detects ext2 Linked List Directory 2012-09-16 17:23:52 +02:00
Christophe Grenier
44ceedc0e2 PhotoRec: better detection of FAT directory 2012-09-16 17:22:07 +02:00
Christophe Grenier
25cd826553 src/file_lnk.c: generate log only if DEBUG_LNK is defined 2012-09-16 16:34:29 +02:00
Christophe Grenier
d5ec1a37db move date_dos2unix() and set_secwest() to src/common.c 2012-09-16 16:33:40 +02:00
Christophe Grenier
4cbe56e538 PhotoRec: recover .binvox Voxel files 2012-09-10 22:25:17 +02:00
Christophe Grenier
07b57a9ef7 PhotoRec: don't return date for year 0000 2012-09-10 22:23:20 +02:00
Christophe Grenier
0a869af4d3 PhotoRec: recover scribus .sla files 2012-09-10 22:22:59 +02:00
Christophe Grenier
69355438db PhotoRec: recover Minecraft .schematic file 2012-09-10 22:22:20 +02:00
Christophe Grenier
f29c37c87b Make some variables more local 2012-09-10 22:19:38 +02:00
Christophe Grenier
6cbb862854 Check i before using it as index 2012-09-10 22:16:40 +02:00
Christophe Grenier
86b2772988 turn off two gcc warnings 2012-09-10 22:16:22 +02:00
Christophe Grenier
8e8265e705 constify a few variables 2012-09-10 22:11:07 +02:00
Christophe Grenier
e7c591bb3f PhotoRec: recover Designer, a Photobook Designer Software, .dp files 2012-08-15 12:16:07 +02:00
Christophe Grenier
45b3584afa PhotoRec: recover Windows Migration Backup .mig files 2012-08-15 12:15:38 +02:00
Christophe Grenier
4d2697cdac generated moc_qphotorec.cpp must not be distributed 2012-08-12 22:45:09 +02:00
Christophe Grenier
a65e53e876 TestDisk: reports UFS1 and UFS2 blocksize 2012-08-12 20:46:24 +02:00
Christophe Grenier
88372cd6b6 TestDisk: add Linux swap using 8k pagefile detection 2012-08-12 20:43:38 +02:00
Christophe Grenier
de04a6886a TestDisk: detects cramfs filesystem with offset 0 2012-08-12 20:38:12 +02:00
Christophe Grenier
a1a86ea8e9 Return blocksize for XFS filesystem 2012-08-12 20:30:38 +02:00
Christophe Grenier
52b71fc9c2 Return blocksize for reiserfs filesystem 2012-08-12 20:30:03 +02:00
Christophe Grenier
824c7217cf Return blocksize for ISO9660 filesystem 2012-08-12 20:29:39 +02:00
Christophe Grenier
b3c3f5255c Return blocksize for HFS filesystem 2012-08-12 20:29:20 +02:00
Christophe Grenier
b76d147344 Fix ext3/ext4 dedicated journal partition detection 2012-08-12 20:28:09 +02:00
Christophe Grenier
7528a77a4c Return blocksize for XFS filesystem 2012-08-12 20:27:41 +02:00
Christophe Grenier
ea623dfa96 PhotoRec: less strict check for .pst files 2012-08-09 13:10:00 +02:00
Christophe Grenier
5b33233ba5 qphotorec: display partition list 2012-08-09 13:09:40 +02:00
Christophe Grenier
a0f10fb81f PhotoRec: recover .xz compressed archive 2012-08-09 13:08:23 +02:00
Christophe Grenier
5c5f3c6845 List the number of sectors when head per cylinder and sector per head are 1
TestDisk: Display the sector size
2012-08-09 13:03:40 +02:00
Christophe Grenier
a904c5a049 godmode.c: Translate comment from French to English 2012-08-09 12:59:33 +02:00