summaryrefslogtreecommitdiffstats
path: root/src/ntfs_fix.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing NTFS MFT should be attempted only if both TestDisk and Windows failed ...Christophe Grenier2019-04-141-1/+1
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-2/+2
* TestDisk: stricter check on NTFS MFT record size to avoid out of bound readChristophe Grenier2017-07-051-0/+8
* Fix mft_record_size - "Fix MFT" wasn't workingChristophe Grenier2016-07-101-13/+14
* Use TD_INIT_LIST_HEAD() function instead of TD_LIST_HEAD_INIT() static initia...Christophe Grenier2016-04-101-8/+4
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-3/+3
* Compare dir_partition_ntfs_init() return value with enum constant instead of ...Christophe Grenier2013-05-221-7/+7
* Declare as const some static variablesChristophe Grenier2013-05-221-1/+1
* Fix file copy regression by removing static declaration of file_info_t structureChristophe Grenier2013-05-081-2/+2
* Migrate from file_data to file_info structureChristophe Grenier2013-05-051-10/+16
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-2/+4
* New scarrier message for NTFS MFT fixingChristophe Grenier2011-07-151-1/+1
* Warn that fixing MFT using MFT mirror is a non reversible operation.Christophe Grenier2011-03-191-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-7/+7
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-5/+5
* Let the user choose to fix or not the MFT only if file can be listed.Christophe Grenier2009-01-141-17/+17
* NTFS MFT repair: Warn if the file listing doesn't contain more than 2 directo...Christophe Grenier2008-11-281-11/+5
* Split the interface in several files, part 2Christophe Grenier2008-08-251-1/+1
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-1/+1
* Disable RepairMFT if partition has been found using backup boot sector.Christophe Grenier2008-05-191-0/+9
* Better description about MFT fixingChristophe Grenier2008-03-141-2/+2
* Add a warning when fixing MFTChristophe Grenier2008-03-101-2/+2
* PhotoRec: expert can stop pass 0 and set the blocksizeChristophe Grenier2008-01-141-20/+20
* In expert mode during RepairMFT, user can choose between MFT and MFTmirror if...Christophe Grenier2007-12-211-25/+77
* Avoid malloc(0) in NTFS codeChristophe Grenier2007-12-061-0/+7
* Add some synchronisation points, should help to deal with unexpected program ...Christophe Grenier2007-12-021-0/+2
* NTFS: log more information when repairing MFTChristophe Grenier2007-11-071-5/+20
* First version in gitChristophe Grenier2007-10-291-0/+228