Commit Graph

8 Commits (a550bddeb1944b0a63a5a06d5e588ca3597c38d4)

Author SHA1 Message Date
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 fca849d365 fix unprivileged mount/unmount 2008-02-16 14:25:23 +00:00
szaka 86b8a18d07 remove redundant fuse_mount_fusermount() 2008-02-10 21:37:16 +00:00
szaka f56ee252c7 remove unused fuse subtype support 2008-02-05 23:05:34 +00:00
szaka 0c9f67f315 remove never used fuse code related to the 'nonempty' mount option 2008-02-05 22:18:39 +00:00
szaka 9c0f8eef72 new: support user mount via setuid root ntfs-3g (fusermount isn't required) 2008-01-19 22:55:04 +00:00
szaka a33787171c fix: close fuse device before calling umount to prevent deadlock after a
SIGTERM if synchronous umount is used (Miklos Szeredi, Szabolcs Szakacsits)
2007-12-15 08:56:37 +00:00
szaka 67997a4d88 New: built-in FUSE support by using a 50% stripped down, internal
FUSE library which linked statically into libntfs-3g. Linux
     uses this one by default.
New: the --with-fuse=external configure option makes ntfs-3g to be
     compiled with an external FUSE library. For non-Linux operating
     systems this is the default and the only option currently.
New: rewritten, backwards compatible build system.
New: README file is installed as documentation.
New: the --enable-ldscript configure option uses ldscript instead of
     .so symlink
New: the --disable-mtab configure option disables and ignores the
     usage of /etc/mtab
New: added libntfs-3g.pc.in pkg-config and libntfs-3g.script.so.in
     ldconfig files
Change: use 'make install-strip' instead of 'make strip'
(Alon Bar-Lev, Miklos Szeredi, Szabolcs Szakacsits)
2007-12-06 20:44:10 +00:00