Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
COPYRIGHT | H A D | 14-Feb-2008 | 1.7 KiB | 32 | 28 | |
CREDITS | H A D | 14-Feb-2008 | 312 | 12 | 7 | |
README | H A D | 14-Feb-2008 | 1.4 KiB | 50 | 33 | |
nsmb.conf | H A D | 14-Feb-2008 | 961 | 29 | 1 | |
offsets.in | H A D | 02-Jul-2009 | 2.4 KiB | 148 | 130 | |
smb_conn.c | H A D | 16-Dec-2009 | 19.6 KiB | 908 | 468 | |
smb_conn.h | H A D | 16-Dec-2009 | 11.8 KiB | 392 | 195 | |
smb_dev.c | H A D | 16-Dec-2009 | 14.4 KiB | 640 | 404 | |
smb_iod.c | H A D | 16-Dec-2009 | 26 KiB | 1,168 | 614 | |
smb_osdep.h | H A D | 14-Feb-2008 | 2.7 KiB | 103 | 58 | |
smb_pass.c | H A D | 16-Dec-2009 | 9.5 KiB | 424 | 263 | |
smb_pass.h | H A D | 02-Jul-2009 | 1.6 KiB | 58 | 18 | |
smb_rq.c | H A D | 27-May-2010 | 35.2 KiB | 1,441 | 1,086 | |
smb_rq.h | H A D | 27-May-2010 | 7.6 KiB | 212 | 155 | |
smb_sign.c | H A D | 04-Jun-2010 | 7.5 KiB | 311 | 178 | |
smb_smb.c | H A D | 28-Jul-2010 | 18.1 KiB | 712 | 484 | |
smb_subr.h | H A D | 27-May-2010 | 5.1 KiB | 145 | 76 | |
smb_subrs.c | H A D | 28-Jul-2010 | 43.1 KiB | 1,083 | 933 | |
smb_time.c | H A D | 16-Dec-2009 | 9.2 KiB | 354 | 189 | |
smb_tran.c | H A D | 16-Dec-2009 | 3.3 KiB | 132 | 61 | |
smb_tran.h | H A D | 02-Jul-2009 | 3.9 KiB | 96 | 41 | |
smb_trantcp.c | H A D | 16-Dec-2009 | 17.3 KiB | 805 | 490 | |
smb_trantcp.h | H A D | 14-Feb-2008 | 3 KiB | 92 | 35 | |
smb_usr.c | H A D | 16-Dec-2009 | 18 KiB | 815 | 485 | |
subr_mchain.c | H A D | 16-Dec-2009 | 21.3 KiB | 1,048 | 658 |
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