| Commit message (Expand) | Author | Age | Files | Lines |
* | src/ntfs_adv.c: fix mft_lcn display by casting to "long long unsigned int" | Christophe Grenier | 2022-07-14 | 1 | -26/+26 |
* | src/ntfs_adv.c: add missing header | Christophe Grenier | 2021-05-09 | 1 | -0/+1 |
* | Constify a lot of function parameters | Christophe Grenier | 2020-06-19 | 1 | -44/+35 |
* | ntfs.c,ntfs_adv.c: ntfs_getattributedata() may return NULL, avoid potential N... | Christophe Grenier | 2020-04-21 | 1 | -2/+4 |
* | List NTFS system files when expert mode is enabled. | Christophe Grenier | 2018-06-22 | 1 | -10/+10 |
* | Avoid a null pointer dereference in ntfs_dump() | Christophe Grenier | 2018-03-17 | 1 | -1/+1 |
* | Use new functions check_command(), skip_comma_in_command() and get_int_from_c... | Christophe Grenier | 2018-03-17 | 1 | -10/+5 |
* | TestDisk: stricter check on NTFS MFT record size to avoid out of bound read | Christophe Grenier | 2017-07-05 | 1 | -4/+4 |
* | Remove interface parameter from rebuild_NTFS_BS() | Christophe Grenier | 2017-04-14 | 1 | -106/+59 |
* | Fix mft_record_size - "Fix MFT" wasn't working | Christophe Grenier | 2016-07-10 | 1 | -1/+1 |
* | Improve English grammar, capitalization, and punctuation | Alex Henrie | 2016-02-22 | 1 | -4/+4 |
* | rebuild_NTFS_BS: add a safety check for mft_record_size | Christophe Grenier | 2015-04-09 | 1 | -1/+1 |
* | TestDisk: replace ntfs_get_attr() by several functions to parse MFT record | Christophe Grenier | 2013-08-31 | 1 | -20/+66 |
* | menu_write_ntfs_boot_sector_ncurses(): make "command" variable more local | Christophe Grenier | 2013-05-17 | 1 | -2/+2 |
* | Reduce unnecessary interactivity in scripted run | Christophe Grenier | 2012-12-23 | 1 | -3/+6 |
* | Remove unnecessary function declarations | Christophe Grenier | 2012-04-15 | 1 | -1/+0 |
* | Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ... | Christophe Grenier | 2011-03-28 | 1 | -2/+2 |
* | Set alternate superblock information when available | Christophe Grenier | 2010-12-16 | 1 | -0/+4 |
* | NTFS Rebuild BS: fix the potential partition location (Visible in log file only) | Christophe Grenier | 2010-11-05 | 1 | -36/+14 |
* | Affect default values to mft_lcn and mftmirr_lcn that may be used uninitializ... | Christophe Grenier | 2010-10-31 | 1 | -2/+2 |
* | TestDisk: add a boundary check when searching NTFS MFT | Christophe Grenier | 2009-07-26 | 1 | -2/+8 |
* | TestDisk: hexdump can use more than 24 lines | Christophe Grenier | 2009-04-14 | 1 | -1/+3 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -12/+11 |
* | Use pread() and pwrite() argument style for internal I/O | Christophe Grenier | 2009-01-31 | 1 | -9/+9 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -3/+19 |
* | Code cleanup after using LLVM/Clang Static Analyzer | Christophe Grenier | 2008-11-16 | 1 | -1/+1 |
* | Split the interface in several files, part 2 | Christophe Grenier | 2008-08-25 | 1 | -1/+1 |
* | Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ... | Christophe Grenier | 2008-07-18 | 1 | -2/+2 |
* | When rebuilding the NTFS boot sector, log the information before the read() | Christophe Grenier | 2008-06-23 | 1 | -4/+4 |
* | PhotoRec: FileOpts can use more than 25 lines | Christophe Grenier | 2008-05-19 | 1 | -1/+1 |
* | Compatibility fix for e2fsprogs 1.40.6 | Christophe Grenier | 2008-02-10 | 1 | -0/+2 |
* | "testdisk -lu device" will list the partition with sector unit | Christophe Grenier | 2007-12-06 | 1 | -4/+4 |
* | Fix some FAT & NTFS read/write | Christophe Grenier | 2007-12-05 | 1 | -4/+4 |
* | Add some synchronisation points, should help to deal with unexpected program ... | Christophe Grenier | 2007-12-02 | 1 | -0/+2 |
* | - Use wprintw ncurses function instead of a custom one | Christophe Grenier | 2007-11-02 | 1 | -19/+19 |
* | First version in git | Christophe Grenier | 2007-10-29 | 1 | -0/+706 |