Home | History | Annotate | only in /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb
Up to higher level directory
NameDateSize
COPYRIGHT13-Feb-20081.7K
CREDITS13-Feb-2008312
nsmb.conf13-Feb-2008961
offsets.in13-Feb-20082.7K
README13-Feb-20081.4K
smb_conn.c26-Mar-200827.7K
smb_conn.h26-Mar-200814.6K
smb_crypt.c13-Feb-20088.2K
smb_dev.c26-Mar-200822.2K
smb_iod.c13-Feb-200830.8K
smb_osdep.h13-Feb-20082.7K
smb_pass.c13-Feb-20089.1K
smb_pass.h13-Feb-20081.9K
smb_rq.c13-Feb-200834.2K
smb_rq.h13-Feb-20087.3K
smb_smb.c13-Feb-200846.6K
smb_subr.h13-Feb-20085K
smb_subrs.c13-Feb-200842.2K
smb_tran.c13-Feb-20083.5K
smb_tran.h13-Feb-20084K
smb_trantcp.c13-Feb-200826.5K
smb_trantcp.h13-Feb-20083K
smb_usr.c26-Mar-200812.7K
subr_mchain.c13-Feb-200819.7K

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.
      7 It 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 
     27 Author: Boris Popov <bp (a] freebsd.org>
     28 
     29 ================================================================
     30 
     31 Additional notes from Sun Microsystems:
     32 
     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.
     36 
     37 The Darwin code was reorganized as follows for Solaris:
     38 
     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
     48 
     49 [ ident	"%Z%%M%	%I%	%E% SMI" ]
     50