6 Commits

Author SHA1 Message Date
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
kmos
84316c03c4 Remove -Werror since the deprecation warnings will kill the build almost
immediately with it. This fixes the build on sparc64

ok sthen bcallah
2020-06-27 04:01:18 +00:00
helg
8380f7ebb7 Add mknod operation to usmb, which is now required for all FUSE file
systems on OpenBSD.

ok sthen@
2017-12-12 13:41:21 +00:00
espie
5926ffc551 fix memset size, as found by clang 2017-05-18 21:27:47 +00:00
jca
dec3c46ab8 fusermount->umount fix
Diff from Solène Rapenne
2016-07-31 13:48:55 +00:00
sthen
16bc27b856 import ports/sysutils/usmb; ok and readdir fix from syl@ (who also fixed
various fuse problems found in the course of porting/testing).


usmb lets you mount SMB shares as unprivileged users via FUSE, in the
vein of Windows' Map Network Drive facility. It differs from the other
FUSE SMB filesystems (fusesmb, SMB for FUSE) in that it doesn't have
Network Neighbourhood functionality: this means that you can mount
shares that you can't see via NetBIOS browsing.

(Note: unprivileged mounting requires both kern.usermount=1 and access
to /dev/fuse0).
2014-06-05 15:40:09 +00:00