Jean-Pierre André
|
8034e9be25
|
Fixed the location of the backup boot sector
|
2011-02-16 12:20:46 +01:00 |
Jean-Pierre André
|
f68259e0c2
|
Copied the alternate boot sector when cloning
|
2011-02-16 12:18:56 +01:00 |
Jean-Pierre André
|
309ca32e52
|
Silenced warning for function with no return
|
2011-02-08 13:52:13 +01:00 |
Jean-Pierre André
|
6b570dfe96
|
Added tries to fix file systems with incorrect size
|
2011-02-08 13:52:13 +01:00 |
Jean-Pierre André
|
3160203c97
|
Defined option acl to request the use of Posix ACLs
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
f55f359f4e
|
Moved global options parsing to ntfs-3g_common.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
461e9f21b8
|
Moved mount options parsing to ntfs-3g_common.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
a46a395006
|
Updated copyright notices
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
2842936b74
|
Checked and fixed the upcase table in ntfsfix.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
4c6cf9d977
|
Moved the knowledge of default upcase size to unistr.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
b0849af206
|
Tried alternate boot sector if cannot start up in ntfsfix.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
9f765effd3
|
Defined option -n for no action in ntfsfix.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
c60ae578bd
|
Exited with failure code from ntfsfix.c
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
82ce1fcdfa
|
Improved appending data to a long hole
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
addc9be334
|
Merged sparse testing when appending with ntfsprogs requirement
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
bbdfcb017d
|
Restricted listxattr() to environments with extended attributes
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
d58b21ec1d
|
Fixed possible wrong hole size when overwriting compressed data
|
2011-02-08 13:52:12 +01:00 |
Jean-Pierre André
|
e47734baa9
|
Denied modifications to metadata files
|
2011-02-08 13:52:11 +01:00 |
Jean-Pierre André
|
9ddc70f19b
|
Moved listxattr() to a specific source module
|
2011-01-17 15:50:25 +01:00 |
Jean-Pierre André
|
7eccaa3c53
|
Fixed the type of argument of utils_mount_volume()
|
2011-01-10 11:19:54 +01:00 |
Jean-Pierre André
|
b3d62451e8
|
Silenced compiler warnings on the use of aggregates
|
2011-01-10 11:18:55 +01:00 |
Jean-Pierre André
|
6bf4af7544
|
Fixed allocated size when an attribute update causes unnamed data to be expelled
|
2011-01-10 11:18:16 +01:00 |
Jean-Pierre André
|
9b2ecca3df
|
Do not record inode open when failed (debug only)
|
2011-01-10 11:16:39 +01:00 |
Jean-Pierre André
|
6f85502c22
|
Described how to test in the README file
|
2010-12-21 15:56:27 +01:00 |
Jean-Pierre André
|
70490ce10e
|
Silenced warnings for no return
|
2010-12-21 15:51:08 +01:00 |
Jean-Pierre André
|
bfb648b99c
|
Silenced warning on redefinition of ntfs_time
|
2010-12-21 15:51:08 +01:00 |
Jean-Pierre André
|
53599b1a98
|
Switched to the same Upcase table as Vista
|
2010-12-21 15:51:08 +01:00 |
Jean-Pierre André
|
0cb35ac7aa
|
Enabled expanding an attribute without creating a hole
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
d4e2a501a5
|
Enabled forensic mounting
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
5b03804c73
|
Set a volume UUID unless option -U
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
fd22595518
|
Avoided storing the full logfile in memory
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
94cab92a24
|
Avoided storing the full bitmap in memory
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
3a6ea1f2c9
|
Avoided writing beyond allocated variable
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
f21110f9a3
|
Closed volume and cleaned up when exiting from ntfsclone
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
936ca1193f
|
Displayed times in UTC in ntfsinfo
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
31ce5db142
|
Added option for not clearing the timestamps in ntfsclone
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
f3e6a1af01
|
Fixed reading old big-endian ntfsclone images
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
9f40bcfc22
|
Moved ntfs_mbstoucs_libntfscompat() to utils.c
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
1c9ef6293b
|
Moved the definition of leMFT_REF to layout.h
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
f22dec0442
|
Silenced warnings for formats in ntfsfix.c
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
dc7317dbcc
|
Fixed included files in ntfscmp.c
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
8f4aa0883b
|
Strengthened variable types
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
1ca4a556b2
|
Silenced warnings for unmatching printf-type formats
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
bb142bc742
|
Fixed deleting files using ignore_case option
|
2010-12-21 15:51:07 +01:00 |
Jean-Pierre André
|
cc0cf6901d
|
Added descriptions of options recover/norecover to the manual
|
2010-12-21 15:50:13 +01:00 |
Erik Larsson
|
c5ecb91ffe
|
Merge remote branch 'linux-ntfs/libntfs-3g_port-edge' into ntfsprogs_merge.edge
Conflicts:
ChangeLog
libntfs/libntfs.8.in
|
2010-12-19 15:20:24 +01:00 |
Erik Larsson
|
2a1fb5f489
|
Merge branch 'ntfsprogs_merge' into ntfsprogs_merge.v2_0_0
|
2010-12-19 15:12:57 +01:00 |
Erik Larsson
|
de22c98ec0
|
Removed the 'ntfs_home' string from utils.c/h since it was referring to Linux-NTFS and it was a duplicate symbol (an equivalent string exists in volume.c/h).
|
2010-12-19 15:11:28 +01:00 |
Erik Larsson
|
5a595b9585
|
Build fix for UUID code in mkntfs.
|
2010-12-19 09:42:54 +01:00 |
Erik Larsson
|
ef0190cbd7
|
Merge branch 'master' into libntfs-3g_port-edge
Conflicts:
configure.ac
libntfs/bootsect.c
libntfs/logging.c
ntfsprogs/ntfsmount.c
|
2010-12-19 09:06:45 +01:00 |