3 SMB/CIFS protocol and SMB/CIFS file system implementation
4 for FreeBSD, version 1.4.
6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
7 It is a complete, kernel side implementation of SMB requester and filesystem.
12 FreeBSD-current kernel module is included in the base source
15 I'm would be very grateful for any feedback, bug reports etc.
17 Supported SMB servers:
19 Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6)
23 An updated versions of this package can be retrieved from ftp server:
25 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz
27 Author: Boris Popov <bp@freebsd.org>
29 ================================================================
31 Additional notes from Sun Microsystems:
33 This code (the OpenSolaris CIFS client) is derived from the
34 Apple Darwin project, smb-217.2 code drop. See the file
35 COPYRIGHT for copyright and redistribution terms.
37 The Darwin code was reorganized as follows for Solaris:
39 Darwin location: Solaris location: (usr/src/...)
40 kernel/netsmb uts/common/netsmb (exported headers)
41 kernel/netsmb uts/common/fs/smbclnt/netsmb
42 kernel/fs/smbfs uts/common/fs/smbclnt/smbfs
43 include/netsmb lib/libsmb/netsmb
44 lib/smb lib/libsmb/smb
45 mount_smbfs cmd/fs.d/smbclnt/mount
46 smbutil cmd/fs.d/smbclnt/smbutil
47 idl_compiler cmd/idlgen
49 [ ident "%Z%%M% %I% %E% SMI" ]