aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)AuthorLines
2018-09-17Don't special-case bulid of mount_util.c.Nikolaus Rath-11/+1
2018-08-31Do not hardcode /etc/fuse.conf path.Nikolaus Rath-12/+29
2018-08-09Add bcachefs to mountpoint file system whitelistDaniel Fullmer-0/+1
2018-08-05Add FAT to mountpoint file system whitelistBenjamin Barenblat-0/+1
2018-08-05Realphabetize and re-document mountpoint file system whitelistBenjamin Barenblat-4/+6
2018-07-31Add autofs to mountpoint file system whitelistRobo Shimmer-0/+1
2018-07-23fusermount: Fix memory leaksRostislav Skudnov-0/+2
2018-07-18fusermount: whitelist known-good filesystems for mountpointsJann Horn-1/+49
2018-07-18fusermount: refuse unknown optionsJann Horn-1/+7
2018-07-18fusermount: bail out on transient config read failureJann Horn-0/+9
2018-07-18fusermount: don't feed "escaped commas" into mount optionsJann Horn-1/+4
2018-07-18fusermount: prevent silent truncation of mount optionsJann Horn-3/+20
2018-07-04Source LSB init functionsLaszlo Boszormenyi (GCS)-0/+3
2018-05-11add_arg(): check for overflowNikolaus Rath-0/+5
2018-05-08Fix compile-time warnings on IGNORE_MTABTomohiro Kusumi-1/+2
2018-03-28Add example configuration file (#216)admorgan-0/+20
2017-12-01Handle mount ... -o nofail (#221)Josh Soref-0/+1
2017-10-20make udevrulesdir configurableJoerg Thalheim-2/+6
2017-08-24Dropped support for building with autotoolsNikolaus Rath-53/+0
2017-08-14Fixed udev rules directory.Nikolaus Rath-1/+1
2017-08-02Ask pkgconfig where we should install udev rulesHeiko Becker-2/+6
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
2017-06-21Install init script in $DESTDIR/etc, not $prefix/$sysconfdirNikolaus Rath-3/+5
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-1/+60
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-8/+8
2016-10-28Fix memory leak in fusermount.Nikolaus Rath-7/+13
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-12/+11
2016-10-27Removed obsolete FUSE_DEV_OLDNikolaus Rath-54/+8
2016-10-15Removed -o nonempty optionNikolaus Rath-11/+3
2014-07-15fusermount, libfuse: send value as unsigned in "user_id=" and "group_id="Miklos Szeredi-2/+2
2013-08-26Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Miklos Szeredi-0/+1
2013-08-26Add missing includesDaniel Thau-0/+1
2013-07-26Print help on stdout instead of stderrMiklos Szeredi-10/+9
2013-07-25ulockmgr: strip ulockmgr support from this source packageMiklos Szeredi-432/+1
2013-07-24libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi-2/+4
2012-07-04Fix build with automake >= 1.12.1Olivier Blin-4/+4
2012-07-04Fix install from out-of-tree buildOlivier Blin-1/+1
2011-11-17Fix the following compile errorMiklos Szeredi-0/+1
2011-09-23Replace daemon() function with fork()Anatol Pomozov-2/+15
2011-05-25Spell checking comments, etc...Reuben Hawkins-1/+1
2011-05-23cleaning up warningsReuben Hawkins-4/+24
2011-04-15fusermount: Added support for auto_unmount optionMax Krasnyansky-14/+49
2011-03-30Check the 'mtablock' for negative valueLaszlo Papp-2/+4
2011-03-30fusermount: clean up do_mount() functionMiklos Szeredi-5/+4
2011-03-30Eliminate the unused valueLaszlo Papp-1/+1
2011-03-30Fix resource leaks in fusermountLaszlo Papp-8/+10
2011-03-30Do not pass NULL to xstrdupLaszlo Papp-8/+12
2011-03-30Check the return value properly before passing it to any functionLaszlo Papp-2/+4
2011-03-11In case of failure to add to /etc/mtab don't umount.Miklos Szeredi-1/+1
2011-03-11Revert "Fix cleanup in case of failed mount"Miklos Szeredi-30/+6