jpandre
|
04c5867c8a
|
Removed an unneeded group ACE
|
2008-04-09 20:21:49 +00:00 |
szaka
|
f90aa79b2e
|
remove redundant user_allow_other support: mount is denied for unprivileged
mounts unless ntfs-3g is suid-root in which case the user can control the
access by the uid/gid and fmask/dmask/umask options.
|
2008-04-09 00:37:36 +00:00 |
jpandre
|
0377cd7107
|
Improved consistency of ownership for chmod
|
2008-04-08 10:22:13 +00:00 |
jpandre
|
6b8648409c
|
Improved denials to group
|
2008-04-08 10:15:26 +00:00 |
szaka
|
4b9ee4308b
|
fix: symlink failed if the target was over 1024 bytes
|
2008-04-02 17:31:07 +00:00 |
szaka
|
ec83e7062a
|
fix: symlink failed if the target was over 1024 bytes
|
2008-04-02 17:30:12 +00:00 |
szaka
|
77e5ff36d1
|
ntfs_make_room_for_attr(): "no space" condition must be ENOSPC, not EINVAL
ntfs_attr_add(): fix adding attribute which can be resident and non-resident
|
2008-04-02 17:21:11 +00:00 |
szaka
|
e518ef07ad
|
ntfs_attr_add(): fix adding attribute which can be resident and non-resident
|
2008-04-02 17:20:23 +00:00 |
szaka
|
b06ba6ed11
|
ntfs_make_room_for_attr(): "no space" condition must be ENOSPC, not EINVAL
|
2008-04-02 11:46:38 +00:00 |
szaka
|
69423166cb
|
fix: symlink failed or the size was truncated at modulo 256 if the target was over 255 bytes
|
2008-04-02 10:29:22 +00:00 |
szaka
|
d9b1635532
|
fix: symlink failed or the size was truncated at modulo 256 if the target was over 255 bytes
|
2008-04-02 10:28:49 +00:00 |
szaka
|
a07e900359
|
fix: 'noatime' additionally and unconditionally was passed to fuse
|
2008-03-31 19:02:44 +00:00 |
szaka
|
c231d73e19
|
fix: hard link attribute update was delayed by one second
|
2008-03-30 20:22:14 +00:00 |
szaka
|
2a3d44e3d6
|
fix: 'noatime' additionally and unconditionally was passed to fuse
|
2008-03-30 20:10:56 +00:00 |
szaka
|
c78280181d
|
ntfs_create_symlink(): log error details
|
2008-03-30 20:00:38 +00:00 |
szaka
|
2f85653372
|
Fix build. libfuse-lite and include/fuse-lite must be symlinks to the
respective fuse lite directories.
|
2008-03-28 22:26:24 +00:00 |
jpandre
|
e4a835076a
|
Updating the source directory tree
|
2008-03-28 14:42:50 +00:00 |
jpandre
|
1146c83bc0
|
Updating the file tree
:x
:
❌x
::
|
2008-03-28 14:29:42 +00:00 |
szaka
|
3edc27d598
|
add COPYING file explicitely because autogen.sh doesn't create it automatic
since COPYING.LIB was added (Tom "spot" Callaway, Szabolcs Szakacsits)
|
2008-03-24 21:08:31 +00:00 |
szaka
|
f2b8efc36a
|
fusermount(): fix a mount and unmount time mountpoint size memory leak
|
2008-03-23 14:33:26 +00:00 |
szaka
|
6d8f003336
|
do_mount(): fix one time, fsname size memory leak
|
2008-03-23 14:09:35 +00:00 |
szaka
|
ca890bec0a
|
fuse_lib_opendir(): fix missing pthread_mutex_destroy() in error path
|
2008-03-23 14:02:04 +00:00 |
jpandre
|
e5fcb9e844
|
Fixed a bug in security API
|
2008-03-23 08:41:18 +00:00 |
jpandre
|
d766714986
|
Fixed processing of security options
|
2008-03-14 09:13:30 +00:00 |
jpandre
|
5258a873f1
|
Improved processing of group membership
|
2008-03-13 18:36:06 +00:00 |
jpandre
|
cc9d5c0b57
|
Fixed write checks for directories
|
2008-03-13 14:09:16 +00:00 |
jpandre
|
2fa89952ff
|
Fixed cache creation when mount fails
|
2008-03-12 16:22:24 +00:00 |
jpandre
|
be365af93b
|
Made implicit user mapping more general and improved checks
|
2008-03-12 16:15:52 +00:00 |
jpandre
|
1f1ebf2548
|
Fixed consistency checks in security API
|
2008-03-12 16:05:39 +00:00 |
jpandre
|
3fb950c590
|
Implemented dynamic groups and a generic user mapping
|
2008-03-11 15:36:40 +00:00 |
jpandre
|
97a85f91f9
|
Fixed an endianness error
|
2008-03-11 10:42:45 +00:00 |
jpandre
|
53fa335624
|
Adapted to ntfs-3g.1.2310
|
2008-03-10 15:35:54 +00:00 |
jpandre
|
beb5e6ae48
|
Changed representation of special mode bits in ACEs and put them in
canonical order
|
2008-03-10 11:28:59 +00:00 |
szaka
|
72c32e0c30
|
release 1.2310
|
2008-03-09 13:32:07 +00:00 |
szaka
|
02c4a2efde
|
mount_fuse(): remove obsolete workaround to be able to find fusermount.
This piece of code resulted open source write NTFS. R.I.P.
|
2008-03-09 13:29:29 +00:00 |
szaka
|
18b507d9ab
|
remove unused code (Bernhard Kaindl)
|
2008-03-09 13:16:25 +00:00 |
szaka
|
376bd8dfc8
|
fix 'dev' and 'suid' option handling and make them default for root mounts
like other file systems do. They are always denied for setuid-root and
unprivileged mounts (Bernhard Kaindl, Szabolcs Szakacsits)
|
2008-03-09 13:11:25 +00:00 |
szaka
|
e11c9971a6
|
rmdir returns ENOTEMPTY instead of EEXIST because glib/nautilus can't handle
the latter standard errno value
|
2008-03-09 13:08:17 +00:00 |
szaka
|
3d65fcca1e
|
fix: unprivileged mount failed if user had rights for everything except
the fuse device
|
2008-03-08 20:42:59 +00:00 |
szaka
|
4926692ea0
|
add missing COPYING.LIB, reported by Bernhard Kaindl
|
2008-03-08 20:29:20 +00:00 |
szaka
|
0bafbaf9d3
|
more explanatory error messages when mount fails
|
2008-03-08 20:21:13 +00:00 |
szaka
|
7cff8993b8
|
ntfs_mbstoucs(): remove unused and broken outs_len
|
2008-03-08 19:18:20 +00:00 |
szaka
|
5fde1785fd
|
fix driver crash when trying to open files having at least twice as long
file name as allowed by NTFS (crash reported by Bernhard Kaindl)
|
2008-03-08 15:35:01 +00:00 |
szaka
|
6ad4be98f6
|
ntfs_device_mount(): cleanup & more verbose error reporting
|
2008-03-08 13:08:12 +00:00 |
szaka
|
df0177485b
|
fix incorrect data and allocation sizes in index and inode FILE_NAME
attributes for some resident unnamed $DATA attributes and for which CHKDSK
reported minor inconsistencies.
|
2008-03-08 12:04:25 +00:00 |
jpandre
|
8cc3d7d7b2
|
Improved consistency checks related to $Secure
|
2008-03-06 11:26:23 +00:00 |
jpandre
|
72e221d828
|
Fixed getting the group of files
|
2008-03-05 18:34:58 +00:00 |
jpandre
|
a38b79897d
|
Adapted to ntfs-3g.1.2216
|
2008-02-18 15:15:13 +00:00 |
szaka
|
4ce572b79d
|
release 1.2216
|
2008-02-16 17:12:44 +00:00 |
szaka
|
5617176383
|
fix compiler warnings
|
2008-02-16 17:05:38 +00:00 |