Name Date Size #Lines LOC

..14-Feb-2021-

COPYRIGHTH A D14-Feb-20211.7 KiB3228

CREDITSH A D14-Feb-2021312 127

READMEH A D14-Feb-20211.4 KiB5033

THIRDPARTYLICENSE.appleH A D14-Feb-2021973 2322

THIRDPARTYLICENSE.apple.descripH A D14-Feb-202138 21

THIRDPARTYLICENSE.boris_popovH A D14-Feb-20211.6 KiB3027

THIRDPARTYLICENSE.boris_popov.descripH A D14-Feb-202138 21

nsmb.confH A D14-Feb-2021961 291

nsmb_sign_kcf.cH A D12-Jul-20225.2 KiB273158

offsets.inH A D14-Feb-20212.1 KiB116100

smb2_rq.cH A D14-Feb-20218.7 KiB383203

smb2_rq.hH A D14-Feb-20211.4 KiB459

smb2_sign.cH A D14-Feb-20218.7 KiB364192

smb2_smb.cH A D14-Feb-202131.6 KiB1,336833

smb_conn.cH A D14-Feb-202122.3 KiB1,044555

smb_conn.hH A D14-Feb-202115.2 KiB510277

smb_dev.cH A D14-Feb-202114.4 KiB690429

smb_iod.cH A D14-Feb-202145.3 KiB1,9341,062

smb_osdep.hH A D14-Feb-20213.6 KiB12862

smb_pass.cH A D14-Feb-20219.5 KiB424263

smb_pass.hH A D14-Feb-20211.6 KiB5917

smb_rq.cH A D14-Feb-202139.3 KiB1,6411,189

smb_rq.hH A D14-Feb-20218.7 KiB248181

smb_sign.cH A D14-Feb-20217.2 KiB314166

smb_signing.hH A D14-Feb-20212.1 KiB8138

smb_smb.cH A D14-Feb-202132.7 KiB1,322864

smb_subr.hH A D14-Feb-20218.7 KiB256143

smb_subrs.cH A D14-Feb-202148.7 KiB1,3101,087

smb_time.cH A D14-Feb-20214.1 KiB14361

smb_tran.cH A D14-Feb-20213.3 KiB13261

smb_tran.hH A D14-Feb-20214.2 KiB10548

smb_trantcp.cH A D14-Feb-202119.6 KiB923572

smb_trantcp.hH A D14-Feb-20213.1 KiB9738

smb_usr.cH A D14-Feb-202119.7 KiB917577

subr_mchain.cH A D14-Feb-202122.5 KiB1,114701

README

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