wok-undigest annotate linux/description.linux-cifs.txt @ rev 1217

copied linux receipt and stuff from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 16:49:43 2019 +0100 (2019-11-15)
parents
children
rev   line source
Hans-G?nter@1217 1 CIFS support (advanced network filesystem, SMBFS successor)
Hans-G?nter@1217 2
Hans-G?nter@1217 3 This is the client VFS module for the Common Internet File System (CIFS)
Hans-G?nter@1217 4 protocol which is the successor to the Server Message Block (SMB) protocol, the
Hans-G?nter@1217 5 native file sharing mechanism for most early PC operating systems. The CIFS
Hans-G?nter@1217 6 protocol is fully supported by file servers such as Windows 2000 (including
Hans-G?nter@1217 7 Windows 2003, Windows 2008, NT 4 and Windows XP) as well by Samba (which
Hans-G?nter@1217 8 provides excellent CIFS server support for Linux and many other operating
Hans-G?nter@1217 9 systems). Limited support for OS/2 and Windows ME and similar servers is
Hans-G?nter@1217 10 provided as well.
Hans-G?nter@1217 11
Hans-G?nter@1217 12 The module also provides optional support for the followon protocols for CIFS
Hans-G?nter@1217 13 including SMB3, which enables useful performance and security features.
Hans-G?nter@1217 14
Hans-G?nter@1217 15 The cifs module provides an advanced network file system client for mounting to
Hans-G?nter@1217 16 CIFS compliant servers. It includes support for DFS (hierarchical name space),
Hans-G?nter@1217 17 secure per-user session establishment via Kerberos or NTLM or NTLMv2, safe
Hans-G?nter@1217 18 distributed caching (oplock), optional packet signing, Unicode and other
Hans-G?nter@1217 19 internationalization improvements.
Hans-G?nter@1217 20
Hans-G?nter@1217 21 Use this module if you need to mount to Samba or Windows from your machine.