xref: /onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/README (revision 6007:d57e38e8fdd1)
1*6007Sthurlow
2*6007Sthurlow
3*6007Sthurlow    SMB/CIFS protocol and SMB/CIFS file system implementation
4*6007Sthurlow		for FreeBSD, version 1.4.
5*6007Sthurlow
6*6007Sthurlow    This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
7*6007SthurlowIt is a complete, kernel side implementation of SMB requester and filesystem.
8*6007Sthurlow
9*6007Sthurlow    Supportted platforms:
10*6007Sthurlow	FreeBSD 4.X
11*6007Sthurlow
12*6007Sthurlow	FreeBSD-current		kernel module is included in the base source
13*6007Sthurlow				tree.
14*6007Sthurlow
15*6007Sthurlow    I'm would be very grateful for any feedback, bug reports etc.
16*6007Sthurlow
17*6007Sthurlow    Supported SMB servers:
18*6007Sthurlow	Samba
19*6007Sthurlow	Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6)
20*6007Sthurlow	IBM LanManager
21*6007Sthurlow	NetApp
22*6007Sthurlow
23*6007Sthurlow    An updated versions of this package can be retrieved from ftp server:
24*6007Sthurlow
25*6007Sthurlow    ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
26*6007Sthurlow
27*6007SthurlowAuthor: Boris Popov <bp@freebsd.org>
28*6007Sthurlow
29*6007Sthurlow================================================================
30*6007Sthurlow
31*6007SthurlowAdditional notes from Sun Microsystems:
32*6007Sthurlow
33*6007SthurlowThis code (the OpenSolaris CIFS client) is derived from the
34*6007SthurlowApple Darwin project, smb-217.2 code drop.  See the file
35*6007SthurlowCOPYRIGHT for copyright and redistribution terms.
36*6007Sthurlow
37*6007SthurlowThe Darwin code was reorganized as follows for Solaris:
38*6007Sthurlow
39*6007SthurlowDarwin location:	Solaris location: (usr/src/...)
40*6007Sthurlowkernel/netsmb		uts/common/netsmb (exported headers)
41*6007Sthurlowkernel/netsmb		uts/common/fs/smbclnt/netsmb
42*6007Sthurlowkernel/fs/smbfs		uts/common/fs/smbclnt/smbfs
43*6007Sthurlowinclude/netsmb		lib/libsmb/netsmb
44*6007Sthurlowlib/smb			lib/libsmb/smb
45*6007Sthurlowmount_smbfs		cmd/fs.d/smbclnt/mount
46*6007Sthurlowsmbutil			cmd/fs.d/smbclnt/smbutil
47*6007Sthurlowidl_compiler		cmd/idlgen
48*6007Sthurlow
49*6007Sthurlow[ ident	"%Z%%M%	%I%	%E% SMI" ]
50