ntfs-3g/libfuse-lite
Pierre Bourdon b44a5070d4
Allow overriding the path of various /sbin helpers at build time
ntfs-3g uses several external programs at runtime:
- /sbin/mount
- /sbin/umount
- /sbin/modprobe

Allow overriding the paths to these binaries at build time instead of
requiring their presence at these specific expected paths. The default
values keep being their (most common) /sbin location.
2022-05-26 15:42:45 +02:00
..
Makefile.am Prevented locally defined headers from interfering with ntfs-3g ones 2018-08-02 16:47:16 +02:00
fuse.c Hardened the checking of directory offset requested by a readdir 2022-05-10 10:48:18 +02:00
fuse_i.h add missing fuse-lite files 2009-10-03 07:19:30 +00:00
fuse_kern_chan.c add missing fuse-lite files 2009-10-03 07:19:30 +00:00
fuse_loop.c add missing fuse-lite files 2009-10-03 07:19:30 +00:00
fuse_lowlevel.c Avoided using a truncate strncpy() in the fuse library 2020-03-07 11:56:46 +01:00
fuse_misc.h fixed a compilation issue with uClibc 2010-04-19 10:53:31 +02:00
fuse_opt.c Allowed commas within option fsname on OpenIndiana 2012-08-22 11:08:20 +02:00
fuse_session.c Merged libfuse for OpenIndiana into libfuse-lite 2012-08-22 11:02:36 +02:00
fuse_signals.c Fixed setting SIG_DFL on fuse session exit 2015-04-17 11:14:36 +02:00
fusermount.c Included <paths.h> where useful in fuse-lite 2017-02-11 09:08:22 +01:00
helper.c Merged libfuse for OpenIndiana into libfuse-lite 2012-08-22 11:02:36 +02:00
mount.c Returned an error code when the --help or --version options are used 2022-05-10 10:44:34 +02:00
mount_util.c Allow overriding the path of various /sbin helpers at build time 2022-05-26 15:42:45 +02:00
mount_util.h Merged libfuse for OpenIndiana into libfuse-lite 2012-08-22 11:02:36 +02:00