aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)AuthorLines
2021-01-08fusermount: Check for argv[0] being present (#577)richardweinberger-1/+1
2020-12-27util/fusermount.c: Assume the kernel supports UMOUNT_NOFOLLOW (#574)Sargun Dhillon-23/+1
2020-12-19Add exfat to whitelist (#573)Kangjing "Chaser" Huang-0/+1
2020-11-06mount.fuse.c: fix potential memory leak in main funcZhiqiang Liu-2/+11
2020-11-06mount.fuse.c: fix potential accessing NULL pointerZhiqiang Liu-1/+1
2020-03-13Align help options (#500)Andrew Gaul-1/+1
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-2/+2
2019-12-31Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)Bill Zissimopoulos-1/+1
2019-09-15Whitelist UFSD (#451)tenzap-0/+1
2019-07-09Install init script in /etc/ instead of $sysconfdirNikolaus Rath-2/+2
2019-07-04Add build option to skip steps requiring root permissionsDrDaveD-7/+10
2019-06-15Fix build with IGNORE_MTAB (#425)Michael Forney-0/+2
2019-05-05add defines for missing SECBITs on older kernels (#409)DrDaveD-0/+19
2019-04-03Whitelist smb2 (#392)Peter Lemenkov-4/+5
2019-03-09Add HFS+ to filesystem whitelist (#347)1c7718e7-0/+1
2019-03-09Correctly include config.h ("" vs <>)Nikolaus Rath-3/+3
2019-03-08fusermount: drop privileges for chdir()Sam Huffman-0/+2
2019-01-04Added OpenAFS to type whitelistNikolaus Rath-0/+1
2018-11-19examples: add copy_file_range() support to passthrough(_fh)Niels de Vos-1/+1
2018-11-06Avoid double unmount on normal unmount in auto_unmount mode.Kevin Vigor-11/+63
2018-10-19Add SpectrumScale/GPFS and Lustre to FS whitelistValentin Plugaru-0/+2
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-17/+198
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