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 | |
THIRDPARTYLICENSE.apple | H A D | 16-Mar-2018 | 973 | 23 | 22 | |
THIRDPARTYLICENSE.apple.descrip | H A D | 16-Mar-2018 | 38 | 2 | 1 | |
THIRDPARTYLICENSE.boris_popov | H A D | 16-Mar-2018 | 1.6 KiB | 30 | 27 | |
THIRDPARTYLICENSE.boris_popov.descrip | H A D | 16-Mar-2018 | 38 | 2 | 1 | |
nsmb.conf | H A D | 14-Feb-2008 | 961 | 29 | 1 | |
nsmb.mapfile | H A D | 07-Sep-2024 | 2.2 KiB | 146 | 121 | |
nsmb_crypt_kcf.c | H A D | 22-Sep-2024 | 5.1 KiB | 220 | 134 | |
nsmb_ext.mapfile | H A D | 07-Sep-2024 | 3.3 KiB | 108 | 102 | |
nsmb_kcrypt.h | H A D | 08-Sep-2024 | 4.3 KiB | 150 | 86 | |
nsmb_kdf.c | H A D | 08-Sep-2024 | 4.2 KiB | 153 | 53 | |
nsmb_sign_kcf.c | H A D | 08-Sep-2024 | 6.3 KiB | 318 | 186 | |
offsets.in | H A D | 16-Mar-2018 | 2.1 KiB | 116 | 100 | |
smb2_rq.c | H A D | 08-Sep-2024 | 8.9 KiB | 386 | 205 | |
smb2_rq.h | H A D | 16-Mar-2018 | 1.4 KiB | 45 | 9 | |
smb2_sign.c | H A D | 08-Sep-2024 | 6.6 KiB | 291 | 161 | |
smb2_smb.c | H A D | 08-Sep-2024 | 32.4 KiB | 1,369 | 857 | |
smb3_crypt.c | H A D | 08-Sep-2024 | 9.1 KiB | 397 | 231 | |
smb_conn.c | H A D | 08-Sep-2024 | 22.5 KiB | 1,048 | 557 | |
smb_conn.h | H A D | 08-Sep-2024 | 15.6 KiB | 525 | 284 | |
smb_dev.c | H A D | 18-Jan-2019 | 14.4 KiB | 690 | 429 | |
smb_iod.c | H A D | 08-Sep-2024 | 46.5 KiB | 1,981 | 1,102 | |
smb_osdep.h | H A D | 12-Aug-2017 | 3.6 KiB | 128 | 62 | |
smb_pass.c | H A D | 16-Dec-2009 | 9.5 KiB | 424 | 263 | |
smb_pass.h | H A D | 20-Jan-2018 | 1.6 KiB | 59 | 17 | |
smb_rq.c | H A D | 21-Sep-2023 | 39.2 KiB | 1,641 | 1,189 | |
smb_rq.h | H A D | 08-Sep-2024 | 8.8 KiB | 250 | 182 | |
smb_sign.c | H A D | 08-Sep-2024 | 7.2 KiB | 316 | 166 | |
smb_smb.c | H A D | 16-Mar-2018 | 32.7 KiB | 1,322 | 864 | |
smb_subr.h | H A D | 08-Sep-2024 | 9 KiB | 264 | 148 | |
smb_subrs.c | H A D | 16-Mar-2018 | 48.7 KiB | 1,310 | 1,087 | |
smb_time.c | H A D | 16-Mar-2018 | 4.1 KiB | 143 | 61 | |
smb_tran.c | H A D | 16-Dec-2009 | 3.3 KiB | 132 | 61 | |
smb_tran.h | H A D | 16-Mar-2018 | 4.2 KiB | 105 | 48 | |
smb_trantcp.c | H A D | 16-Mar-2018 | 19.6 KiB | 923 | 572 | |
smb_trantcp.h | H A D | 20-Jan-2018 | 3.1 KiB | 97 | 38 | |
smb_usr.c | H A D | 19-Jun-2019 | 19.7 KiB | 917 | 577 | |
subr_mchain.c | H A D | 16-Mar-2018 | 22.5 KiB | 1,114 | 701 |
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