summaryrefslogtreecommitdiffstats
path: root/src/ntfs.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotationsChristophe Grenier2022-07-141-8/+23
* Numerous frama-c annotationsChristophe Grenier2021-11-201-0/+9
* src/ntfs.c: fix a check in ntfs_attribheader()Christophe Grenier2020-11-271-1/+1
* ntfs.c,ntfs_adv.c: ntfs_getattributedata() may return NULL, avoid potential N...Christophe Grenier2020-04-211-2/+9
* remove two function headers from ntfs.hChristophe Grenier2019-05-011-2/+4
* TestDisk: stricter check on NTFS MFT record size to avoid out of bound readChristophe Grenier2017-07-051-5/+5
* Fix mft_record_size - "Fix MFT" wasn't workingChristophe Grenier2016-07-101-12/+10
* New prototype for test_NTFS()Christophe Grenier2016-01-231-3/+3
* src/ntfs.c: move lcn variable in ntfs_get_first_rl_element()Christophe Grenier2014-02-021-1/+1
* TestDisk: replace ntfs_get_attr() by several functions to parse MFT recordChristophe Grenier2013-08-311-220/+128
* ntfs_get_attr_aux(): make "attr_type" variable more localChristophe Grenier2013-05-171-1/+1
* Add blocksize in filesystem descriptionChristophe Grenier2012-04-211-2/+3
* Modify warning about mismatching geometry between FAT and NTFS boot sector an...Christophe Grenier2012-01-011-4/+4
* Code cleanupChristophe Grenier2009-10-251-1/+0
* Limit the scope of several variablesChristophe Grenier2009-05-051-64/+62
* Fix some compilation warningsChristophe Grenier2009-02-031-13/+13
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-2/+2
* Don't recover NTFS partition with 0 data sectorChristophe Grenier2009-01-141-1/+3
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-1/+1
* Defined more functions as staticChristophe Grenier2008-11-101-2/+3
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-8/+14
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-9/+9
* Avoid malloc(0) in NTFS codeChristophe Grenier2007-12-061-0/+5
* Fix for type change when there is no partition tableChristophe Grenier2007-11-191-9/+17
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-3/+5
* First version in gitChristophe Grenier2007-10-291-0/+461