index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ntfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Frama-C annotations
Christophe Grenier
2022-07-14
1
-8
/
+23
*
Numerous frama-c annotations
Christophe Grenier
2021-11-20
1
-0
/
+9
*
src/ntfs.c: fix a check in ntfs_attribheader()
Christophe Grenier
2020-11-27
1
-1
/
+1
*
ntfs.c,ntfs_adv.c: ntfs_getattributedata() may return NULL, avoid potential N...
Christophe Grenier
2020-04-21
1
-2
/
+9
*
remove two function headers from ntfs.h
Christophe Grenier
2019-05-01
1
-2
/
+4
*
TestDisk: stricter check on NTFS MFT record size to avoid out of bound read
Christophe Grenier
2017-07-05
1
-5
/
+5
*
Fix mft_record_size - "Fix MFT" wasn't working
Christophe Grenier
2016-07-10
1
-12
/
+10
*
New prototype for test_NTFS()
Christophe Grenier
2016-01-23
1
-3
/
+3
*
src/ntfs.c: move lcn variable in ntfs_get_first_rl_element()
Christophe Grenier
2014-02-02
1
-1
/
+1
*
TestDisk: replace ntfs_get_attr() by several functions to parse MFT record
Christophe Grenier
2013-08-31
1
-220
/
+128
*
ntfs_get_attr_aux(): make "attr_type" variable more local
Christophe Grenier
2013-05-17
1
-1
/
+1
*
Add blocksize in filesystem description
Christophe Grenier
2012-04-21
1
-2
/
+3
*
Modify warning about mismatching geometry between FAT and NTFS boot sector an...
Christophe Grenier
2012-01-01
1
-4
/
+4
*
Code cleanup
Christophe Grenier
2009-10-25
1
-1
/
+0
*
Limit the scope of several variables
Christophe Grenier
2009-05-05
1
-64
/
+62
*
Fix some compilation warnings
Christophe Grenier
2009-02-03
1
-13
/
+13
*
Use pread() and pwrite() argument style for internal I/O
Christophe Grenier
2009-01-31
1
-2
/
+2
*
Don't recover NTFS partition with 0 data sector
Christophe Grenier
2009-01-14
1
-1
/
+3
*
Code cleanup after using LLVM/Clang Static Analyzer
Christophe Grenier
2008-11-16
1
-1
/
+1
*
Defined more functions as static
Christophe Grenier
2008-11-10
1
-2
/
+3
*
Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...
Christophe Grenier
2008-07-18
1
-8
/
+14
*
Make the code less C++ hostile
Christophe Grenier
2008-06-23
1
-2
/
+2
*
code cleanup: rename aff_buffer()
Christophe Grenier
2008-04-03
1
-9
/
+9
*
Avoid malloc(0) in NTFS code
Christophe Grenier
2007-12-06
1
-0
/
+5
*
Fix for type change when there is no partition table
Christophe Grenier
2007-11-19
1
-9
/
+17
*
IO redirection for alt. superblock/bs is enabled before file listing
Christophe Grenier
2007-11-13
1
-3
/
+5
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+461