Commit graph

45 commits

Author SHA1 Message Date
Christophe Grenier
2b5f0bec98 Remove reference to jpegmmx-lib 2010-09-11 18:38:19 +02:00
Christophe Grenier
dfe95c96bb Add fidentify man page, fix the section number of testdisk and photorec 2010-09-11 18:04:57 +02:00
Christophe Grenier
ebc196bb59 Don't check for varargs.h presence 2010-09-11 18:00:55 +02:00
Christophe Grenier
969996230f Update TestDisk date, add photorecf
Add Windows Server 2008 and Windows 7 in description
2010-04-27 09:11:27 +02:00
Christophe Grenier
25cda512e4 Enable -Wc++-compat compilation warning 2009-12-11 08:57:26 +01:00
Christophe Grenier
b95dd54ca2 Define _FORTIFY_SOURCE during compilation to enable more source code warnings 2009-11-01 11:10:47 +01: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
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
36aa8d5907 TestDisk & PhotoRec 6.11-WIP 2009-04-19 16:36:24 +02:00
Christophe Grenier
77d476a5ca Handle Ctrl+C 2009-04-18 18:12:40 +02:00
Christophe Grenier
b37bae8b19 configure.ac: libewf checks HAVE_OFF64_T, so defines it 2009-02-03 09:23:02 +01:00
Christophe Grenier
c4f158b6ff Fix some missing headers for cygwin 2009-02-01 20:54:44 +01:00
Christophe Grenier
2e25e5f10b Under Windows, use aligned memory for memory allocation bigger than 512 bytes 2009-01-27 08:52:59 +01:00
Christophe Grenier
4e75d70393 fidentify: determine file type using PhotoRec signatures 2009-01-18 15:05:04 +01:00
Christophe Grenier
9c2152f130 qphotorec: non-fonctionnal QT prototype of PhotoRec 2009-01-14 22:19:06 +01:00
Christophe Grenier
25b603a4cc Fix warning for automake 1.10.1
Don't generate an error when windres is missing
Search uuid_create and uuid_generate first in C standard library before using other library
e2fsprogs 1.41.3 may use pthread, so when creating a static version, pthread flags must be added
2009-01-04 19:37:13 +01:00
Christophe Grenier
a9950f068c Update release to November 2008 2008-11-13 09:13:06 +01:00
Christophe Grenier
b9d5556004 Portability fixes for OpenBSD when e2fsprogs port is used 2008-10-06 20:20:45 +02:00
Christophe Grenier
c943ebd716 May want to use carvpath for in-place carving in the futur 2008-08-25 23:12:49 +02:00
Christophe Grenier
8585ef8e51 Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead of CHS 2008-07-18 22:16:08 +02:00
Christophe Grenier
1dcd5bdd23 TestDisk & PhotoRec 6.10 release 2008-07-17 13:21:33 +02:00
Christophe Grenier
b2e6b6f55f PhotoRec: decompress found gzip to check for KMyMoney .kmy 2008-07-07 22:25:00 +02:00
Christophe Grenier
b849a82750 Make the code less C++ hostile 2008-06-23 19:28:58 +02:00
Christophe Grenier
50a0862d48 Mac: ncurses static library may be used
PhotoRec: add Ableton Live Sets .als file format
PhotoRec: safer prototype for del_search_space() and update_search_space_aux()
2008-06-23 19:08:19 +02:00
Christophe Grenier
aa353565f6 sleep() doesn't exist under mingw32 2008-06-01 17:28:34 +02:00
Christophe Grenier
885d673415 Test chmod function availability 2008-05-27 00:15:42 +02:00
Christophe Grenier
4c224936a2 Support for OpenBSD uuid library 2008-05-18 23:58:29 +02:00
Christophe Grenier
83f6892f17 Update to "May 2008" 2008-05-01 18:11:44 +02:00
Christophe Grenier
9f85b6533c Detect ncursesw/ncurses.h header presence 2008-04-14 20:29:07 +02:00
Christophe Grenier
d2e73cbf26 Update header checks 2008-04-11 11:25:59 +02:00
Christophe Grenier
c8d175066c Disable crypto for ntfsprogs compilation
Fix configure --enable-sudo and --enable-missing-uuid-ok
Check io.h header for mingw
2008-04-02 23:47:50 +02:00
Christophe Grenier
f657702e89 check for cygwin/version.h, windows.h headers and fsync()
Add some compiler warning flags
2008-03-24 15:55:19 +01:00
Christophe Grenier
0d65ac9871 Links to tinfo library if available, solves "make static" under F-7 2008-03-23 16:24:11 +01:00
Christophe Grenier
5148a5273b In latest libewf beta, libewf_get_bytes_per_sector() and libewf_get_media_size() take 2 arguments 2008-03-14 08:57:10 +01:00
Christophe Grenier
e533688f8f Update headers check and e2fsprogs version 2008-03-09 14:09:40 +01:00
Christophe Grenier
206df0d5b4 TestDisk 6.9 released 2008-02-20 07:55:41 +01:00
Christophe Grenier
7e23d08441 Compatibility fix for e2fsprogs 1.40.6
Fix some gcc warnings
2008-02-10 19:57:03 +01:00
Christophe Grenier
8a57818780 Use IOCTL_DISK_GET_DRIVE_GEOMETRY_EX under Windows to get disk size (Fix boggus size with some internal USB card reader)
Report disk model under Linux
2008-02-05 19:38:48 +01:00
Christophe Grenier
7e4eaae0e5 com_err library may be needed by ext2fs library 2007-12-28 18:41:22 +01:00
Christophe Grenier
6ce2d5b290 PhotoRec: add support for Microsoft OneNOte .one file 2007-12-02 21:24:49 +01:00
Christophe Grenier
66c34423c1 Can use sudo if user is not root 2007-11-28 22:42:36 +01:00
Christophe Grenier
89fe7f8006 Add ncurses parameters in configure 2007-11-16 09:07:02 +01:00
Christophe Grenier
b2be4d2dc7 NTFS: log more information when repairing MFT 2007-11-07 08:02:54 +01:00
Christophe Grenier
3fec683bcc Handle unicode filenames in display and when copying files from an NTFS partition
Thanks to Kenneth, C H LEE for the first patch
2007-11-06 16:40:46 +01:00
Christophe Grenier
9928d99936 First version in git 2007-10-29 22:38:52 +01:00