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