Menu

Tree [f1d50e] master /
 History

HTTPS access


File Date Author Commit
 conf 2019-03-02 Mikhail Kshevetskiy Mikhail Kshevetskiy [9564c9] add noexec option support
 debian 2021-02-01 Mikhail Kshevetskiy Mikhail Kshevetskiy [f1d50e] apply debian mentor changes
 doc 2010-09-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [512586] set version to 0.5.3а and update ChangeLog
 src 2021-01-31 Mikhail Kshevetskiy Mikhail Kshevetskiy [736d5e] add debian building rules
 AUTHORS 2009-04-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [803699] Initial commit of SMBNetFS-0.5.0
 COPYING 2009-04-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [803699] Initial commit of SMBNetFS-0.5.0
 ChangeLog 2021-01-31 Mikhail Kshevetskiy Mikhail Kshevetskiy [736d5e] add debian building rules
 ENGLISH.FAQ 2009-10-25 Mikhail Kshevetskiy Mikhail Kshevetskiy [939543] create symlink to ENGLISH.FAQ
 INSTALL 2021-01-31 Mikhail Kshevetskiy Mikhail Kshevetskiy [88481f] return back INSTALL file as a link to doc/INSTALL
 Makefile.am 2009-10-26 Sergei Trofimovich Sergei Trofimovich [17b56c] standardize doc directory location
 NEWS 2021-01-31 Mikhail Kshevetskiy Mikhail Kshevetskiy [736d5e] add debian building rules
 README 2010-09-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [512586] set version to 0.5.3а and update ChangeLog
 RUSSIAN.FAQ 2009-04-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [803699] Initial commit of SMBNetFS-0.5.0
 TODO 2018-01-04 Mikhail Kshevetskiy Mikhail Kshevetskiy [bc6b94] replace deprecated gnome-keyring with libsecret
 autogen.sh 2009-04-03 Mikhail Kshevetskiy Mikhail Kshevetskiy [803699] Initial commit of SMBNetFS-0.5.0
 configure.ac 2021-01-31 Mikhail Kshevetskiy Mikhail Kshevetskiy [736d5e] add debian building rules

Read Me

SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
network in the same manner as the network neighborhood in Microsoft Windows.

Features:
 - Linux-2.6 and FreeBSD >= 6.0 are supported (Linux-2.4 is not tested)
 - you can use Samba/Microsoft network as a regular unix filesystem
 - workgroup/computer/share entries are dynamically created
 - windows domain supported
 - user defined workgroup/link/hosts are supported
 - national character supported
 - in config files you can specify different user/password to access different
   network shares
 - use gnome keyring as password storage
 - you can access any computer in the world by "cd mountpoint/ip-addr"
   command, where "ip-addr" is the IP address of the desired computer. Do not
   warry that there is no file with such name :-)
 - command "cd mountpoint/username:password@computer_or_ip" allows you to
   access "computer_or_ip" as user "username" with password "password"
   (this is insecure, but usefull) 
 - the program is multithreaded, so simultaneous access to a file/share
   is possible
 - config files are reloaded every 5 min or by SIGHUP signal
 - sources

author
Mikhail Kshevetskiy <Mikhail _dot_ Kshevetskiy _at_ gmail _dot_ com>