szaka
2848f06bad
fix memory leak when removing streams or xattrs (Jean-Pierre Andre)
2008-06-17 22:40:43 +00:00
jpandre
d30bd79b02
Fixed changing mode for files created by standard ntfs-3g
2008-06-16 16:21:43 +00:00
szaka
bf3b6d780d
fix potential hang for huge/corrupted directories (Miklos Szeredi, Szabolcs Szakacsits)
2008-06-11 20:33:02 +00:00
szaka
b8228df2a2
Fix 'PATH_MAX undeclared' (cross-)compilation error in some environments
2008-06-10 19:48:35 +00:00
jpandre
767b4d075c
Fixed deletions from a sticky directory (on kernels >= 2.6.25)
2008-06-02 10:56:23 +00:00
jpandre
7c05f13884
Adapted to ntfs-3g-1.2531
2008-05-30 07:40:22 +00:00
szaka
4173b0172c
release 1.2531
2008-05-28 19:04:59 +00:00
szaka
e5ce8d18d3
fix potential hangs if index entries were corrupt
2008-05-28 18:49:44 +00:00
szaka
9d3cc4b907
revert temporarily the --with-rootfs= configure option until we really
...
need it and agree on the name, semantic, backward-compatibility
(Bernhard Kaindl, Alon Bar-Lev, Szabolcs Szakacsits)
2008-05-28 12:39:20 +00:00
szaka
d2f30b4d43
fix corrupt attribute flags and compression unit detection
2008-05-28 12:04:38 +00:00
szaka
ca549668f6
release 1.2528
2008-05-27 13:36:55 +00:00
szaka
34329cf27e
use $(MKDIR_P) if available, $(mkdir_p) otherwise (Alon Bar-Lev)
2008-05-26 23:46:43 +00:00
szaka
70ecc5be0c
new: --enable-mount-helper, --with-rootfs options and other build fixes:
...
- add --enable-mount-helper which installs /sbin/mount.ntfs-3g to be able
to mount via mount(8) and /etc/fstab on Linux. The default is enabled
on Linux and disabled on others.
- add --with-rootfs=<PATH> where the driver, library and core utils will
be installed. The default is "/" otherwise automounts could fail.
- warn fuse none rootfs only if rootfs is "/"
- parallel make install support
- add DISTCHECK_HACK=1 environment which make "make distcheck" work
(Alon Bar-Lev)
2008-05-25 01:21:29 +00:00
szaka
9186ebc4d6
fix parallel 'make install' (Alon Bar-Lev)
2008-05-24 17:37:46 +00:00
szaka
5e1684ee29
autoconf cleanups: move conditional and conditions to the end of the file,
...
so that the order of the AC_ARG_* will not matter. The LDCONFIG is now
available at configure argument. Some minor style changes. (Alon Bar-Lev)
2008-05-24 15:49:56 +00:00
szaka
6a024394c6
fix mount/driver hangs/misbehaviours when the some attribute flags were corrupt
2008-05-24 14:38:36 +00:00
szaka
7705fc3fdf
fix hanging mount if $Bitmap data size is corrupt
2008-05-23 22:21:16 +00:00
szaka
9d6a1dc617
fix crash when both an mft attribute offset and the allocated bytes were corrupt
2008-05-23 20:33:27 +00:00
szaka
78915c1d3c
fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits)
2008-05-23 20:13:21 +00:00
szaka
5a55fa1850
fix: mount failed with invalid argument error if the mountpoint was a symlink
...
(Peter Rabbitson, Miklos Szeredi)
2008-05-23 13:25:28 +00:00
szaka
5e1c95de2c
fix packaging: always distribute headers (Alon Bar-Lev)
2008-05-20 19:35:37 +00:00
szaka
5a434924c2
fix packaging: always distribute headers (Alon Bar-Lev)
2008-05-20 19:31:49 +00:00
szaka
6a59ac3583
fix: support build in a separate directory (Alon Bar-Lev)
2008-05-19 17:40:34 +00:00
szaka
d73e646b33
fix: support build in a separate directory (Alon Bar-Lev)
2008-05-19 17:34:39 +00:00
jpandre
4f03c199df
Adapted to ntfs-3g-1.2506
2008-05-14 08:27:55 +00:00
szaka
fce56ad807
release 1.2506
2008-05-05 17:22:18 +00:00
szaka
83e9aa0457
document missing and powered down device case
2008-05-05 17:20:22 +00:00
szaka
68e382fc9d
ntfs_boot_sector_parse: hints on error (Ralph Corderoy, Szabolcs Szakacsits)
2008-05-05 15:53:40 +00:00
szaka
a6ec7d343b
fix: multi-block allocation could allocate or free used blocks in certain
...
rare circumstances. Because FUSE write(2) size was restricted to 4 KB
until recently and the most widely used NTFS block size is also 4 KB thus
allocations were typically single block size therefore the bug wasn't
visible and couldn't be easily reproduced. However MFT allocations are
multi-block size and they could lead to data corruption typically in close
to full disk utilization.
2008-05-05 15:36:58 +00:00
jpandre
2d9ddf144b
Fixed execution right inheritance to plain files (Posix ACL only)
2008-04-23 12:07:48 +00:00
jpandre
a6a5ba0834
Updates to Posix ACL patches (unrelated fixes and negative impact of reducing
...
changes to standard version)
2008-04-21 15:08:49 +00:00
jpandre
5d5615433f
Work around access to files created by Windows in a directory created by Linux
...
as root
2008-04-21 14:09:32 +00:00
jpandre
7d3bff9b99
Code relocations, variable renamings or comment adjustments to
...
reduce differences to Posix ACL variant
2008-04-21 14:06:25 +00:00
jpandre
317c060cf6
Prevented Windows from inheriting execution right to plain files
2008-04-20 16:16:10 +00:00
jpandre
7b07593a18
Initial version of Posix ACLs patch
2008-04-20 10:54:28 +00:00
jpandre
3df7110f69
Fixed computation of implicit uid/gid
2008-04-20 09:45:30 +00:00
jpandre
9668345f61
Improved approximation of Windows-type inheritance
2008-04-20 09:25:27 +00:00
jpandre
eb519fee8c
Relocated a few functions
2008-04-17 16:14:59 +00:00
jpandre
0af78a2c5f
Checked an error condition before allowing access
2008-04-17 14:05:22 +00:00
jpandre
5e30e6f204
Extended cacheing to any variable type
2008-04-17 13:26:52 +00:00
jpandre
b929b94aaa
Fixed trailing '/' circumstances and simplified path normalization
2008-04-17 10:26:15 +00:00
jpandre
b8a6013531
Fixed an error return case in chown/chmod
2008-04-14 15:52:07 +00:00
jpandre
75a9b157f3
Adapted to ntfs-3g.1.2412
2008-04-14 15:49:28 +00:00
szaka
04e82fd549
release 1.2412
2008-04-12 14:14:57 +00:00
szaka
68b83a4181
fix: FUSE limited the total file system depth to 4095 characters and gave
...
"No such file or directory" errors (Miklos Szeredi, Szabolcs Szakacsits)
2008-04-12 14:05:43 +00:00
jpandre
c2591fcd10
Fixed group ACE grants
2008-04-11 09:23:38 +00:00
szaka
46b3ebbb16
unprivileged mount may failed because suppl. groups were dropped too early
2008-04-11 01:02:40 +00:00
szaka
5de5fc1421
mount_fuse(): don't refer to non-used /etc/fuse.conf; mount_max is enforced
...
by kernels with unprivileged mount support
2008-04-10 23:48:22 +00:00
szaka
52968a021e
remove buggy /etc/fuse.conf parsing ("reading /etc/fuse.conf: line X too long"
...
error when '\n' is missing) since it has no real purpose anymore anyway
2008-04-10 23:35:17 +00:00
jpandre
04c5867c8a
Removed an unneeded group ACE
2008-04-09 20:21:49 +00:00