summaryrefslogtreecommitdiffstats
path: root/src/ntfs_adv.c
Commit message (Expand)AuthorAgeFilesLines
* src/ntfs_adv.c: fix mft_lcn display by casting to "long long unsigned int"Christophe Grenier2022-07-141-26/+26
* src/ntfs_adv.c: add missing headerChristophe Grenier2021-05-091-0/+1
* Constify a lot of function parametersChristophe Grenier2020-06-191-44/+35
* ntfs.c,ntfs_adv.c: ntfs_getattributedata() may return NULL, avoid potential N...Christophe Grenier2020-04-211-2/+4
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-10/+10
* Avoid a null pointer dereference in ntfs_dump()Christophe Grenier2018-03-171-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-10/+5
* TestDisk: stricter check on NTFS MFT record size to avoid out of bound readChristophe Grenier2017-07-051-4/+4
* Remove interface parameter from rebuild_NTFS_BS()Christophe Grenier2017-04-141-106/+59
* Fix mft_record_size - "Fix MFT" wasn't workingChristophe Grenier2016-07-101-1/+1
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-4/+4
* rebuild_NTFS_BS: add a safety check for mft_record_sizeChristophe Grenier2015-04-091-1/+1
* TestDisk: replace ntfs_get_attr() by several functions to parse MFT recordChristophe Grenier2013-08-311-20/+66
* menu_write_ntfs_boot_sector_ncurses(): make "command" variable more localChristophe Grenier2013-05-171-2/+2
* Reduce unnecessary interactivity in scripted runChristophe Grenier2012-12-231-3/+6
* Remove unnecessary function declarationsChristophe Grenier2012-04-151-1/+0
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-2/+2
* Set alternate superblock information when availableChristophe Grenier2010-12-161-0/+4
* NTFS Rebuild BS: fix the potential partition location (Visible in log file only)Christophe Grenier2010-11-051-36/+14
* Affect default values to mft_lcn and mftmirr_lcn that may be used uninitializ...Christophe Grenier2010-10-311-2/+2
* TestDisk: add a boundary check when searching NTFS MFTChristophe Grenier2009-07-261-2/+8
* TestDisk: hexdump can use more than 24 linesChristophe Grenier2009-04-141-1/+3
* Fix some compilation warningsChristophe Grenier2009-02-031-12/+11
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-9/+9
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-3/+19
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-1/+1
* Split the interface in several files, part 2Christophe Grenier2008-08-251-1/+1
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-2/+2
* When rebuilding the NTFS boot sector, log the information before the read()Christophe Grenier2008-06-231-4/+4
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-1/+1
* Compatibility fix for e2fsprogs 1.40.6Christophe Grenier2008-02-101-0/+2
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-4/+4
* Fix some FAT & NTFS read/writeChristophe Grenier2007-12-051-4/+4
* Add some synchronisation points, should help to deal with unexpected program ...Christophe Grenier2007-12-021-0/+2
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-19/+19
* First version in gitChristophe Grenier2007-10-291-0/+706