Name Date Size

.. 2014-09-16 19:59:09 4

COPYRIGHT 2008-02-14 04:51:22 1.7 KiB

CREDITS 2008-02-14 04:51:22 312

nsmb.conf 2008-02-14 04:51:22 961

offsets.in 2011-06-30 23:58:05 2.7 KiB

README 2008-02-14 04:51:22 1.4 KiB

smb_conn.c 2009-12-16 21:03:38 19.6 KiB

smb_conn.h 2011-07-30 03:26:16 11.6 KiB

smb_dev.c 2013-01-31 20:39:43 13.7 KiB

smb_iod.c 2014-09-16 19:59:09 26 KiB

smb_osdep.h 2008-02-14 04:51:22 2.7 KiB

smb_pass.c 2009-12-16 21:03:38 9.5 KiB

smb_pass.h 2009-07-02 06:58:38 1.6 KiB

smb_rq.c 2010-05-28 00:26:41 35.2 KiB

smb_rq.h 2010-05-28 00:26:41 7.6 KiB

smb_sign.c 2010-06-04 22:34:40 7.5 KiB

smb_smb.c 2013-01-31 20:39:43 25.3 KiB

smb_subr.h 2011-06-30 23:58:05 6.8 KiB

smb_subrs.c 2010-07-28 02:15:36 43.1 KiB

smb_time.c 2009-12-16 21:03:38 9.2 KiB

smb_tran.c 2009-12-16 21:03:38 3.3 KiB

smb_tran.h 2009-07-02 06:58:38 3.9 KiB

smb_trantcp.c 2014-09-16 19:59:09 19.9 KiB

smb_trantcp.h 2012-02-04 21:55:57 3.1 KiB

smb_usr.c 2011-06-30 23:58:05 21.1 KiB

subr_mchain.c 2011-06-30 23:58:05 21.7 KiB

README

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