IABSD.fr/ports/sysutils/usmb

Branch :


Log

Author Commit Date CI Message
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
8380f7eb 2017-12-12 13:41:21 Add mknod operation to usmb, which is now required for all FUSE file systems on OpenBSD. ok sthen@
1a87aebd 2017-11-21 00:12:59 mechanical replacement of the gettext module
5926ffc5 2017-05-18 21:27:47 fix memset size, as found by clang
dec3c46a 2016-07-31 13:48:55 fusermount->umount fix Diff from Solène Rapenne
5d568f91 2016-07-14 16:57:20 Drop mention of kern.usermount. ok sthen@
97889e16 2015-12-03 21:24:29 switch my distfiles mirror to https
4b1d3887 2015-08-25 11:04:38 Move samba4 to samba, and tweak the ports tree to use it. ok ajacoutot@ Upcoming commits will add additional tweaks. Many thanks to Vadim Zhukov (who did most of the work), Ian McWilliam (co-maintainer), Stuart Henderson who provided lots of support and feedback, Antoine Jacoutot who patiently dealt with my broken diffs, and more generally all the people involved. Most of the recent work was done during p2k15 and c2k15.
9c8dc621 2015-04-21 18:19:27 add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@)
16bc27b8 2014-06-05 15:40:09 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).