Name Date Size #Lines LOC

..--

COPYRIGHTH A D14-Feb-20081.7 KiB3228

CREDITSH A D14-Feb-2008312 127

READMEH A D14-Feb-20081.4 KiB5033

nsmb.confH A D14-Feb-2008961 291

offsets.inH A D30-Jun-20112.7 KiB161141

smb_conn.cH A D16-Dec-200919.6 KiB908468

smb_conn.hH A D30-Jul-201111.6 KiB385191

smb_dev.cH A D30-Jan-201313.7 KiB650414

smb_iod.cH A D16-Sep-201426 KiB1,168616

smb_osdep.hH A D14-Feb-20082.7 KiB10358

smb_pass.cH A D16-Dec-20099.5 KiB424263

smb_pass.hH A D02-Jul-20091.6 KiB5818

smb_rq.cH A D28-May-201035.2 KiB1,4411,086

smb_rq.hH A D28-May-20107.6 KiB212155

smb_sign.cH A D04-Jun-20107.5 KiB311178

smb_smb.cH A D30-Jan-201325.3 KiB1,032734

smb_subr.hH A D30-Jun-20116.8 KiB201105

smb_subrs.cH A D19-Aug-201043.1 KiB1,083933

smb_time.cH A D16-Dec-20099.2 KiB354189

smb_tran.cH A D16-Dec-20093.3 KiB13261

smb_tran.hH A D02-Jul-20093.9 KiB9641

smb_trantcp.cH A D16-Sep-201419.9 KiB907535

smb_trantcp.hH A D04-Feb-20123.1 KiB9637

smb_usr.cH A D30-Jun-201121.1 KiB971588

subr_mchain.cH A D30-Jun-201121.7 KiB1,068672

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