diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-03-08 15:34:23 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-03-08 15:34:23 +0000 |
| commit | daaa73b51f74354d91ffe007e0f34d778f866f0b (patch) | |
| tree | c7646376aa45c39109bbf6e29e5d5a46454a1e34 | |
| parent | 2d827ed272de4766979db05c4a189c3373631c4c (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 12 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 12 |
2 files changed, 18 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6f7f572e8440..7406b3781cad 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -464,6 +464,14 @@ options NETATALKDEBUG #Appletalk debugging #options NS #Xerox NS protocols #options NSIP #XNS over IP +# +# SMB/CIFS requester +# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV +# options. +# NETSMBCRYPTO enables support for encrypted passwords. +options NETSMB #SMB/CIFS requester +options NETSMBCRYPTO #encrypted password support for SMB + # mchain library. It can be either loaded as KLD or compiled into kernel options LIBMCHAIN @@ -737,6 +745,7 @@ options NULLFS #NULL filesystem options PORTALFS #Portal filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework +options SMBFS #SMB/CIFS filesystem options UMAPFS #UID map filesystem options UNIONFS #Union filesystem # options NODEVFS #disable devices filesystem @@ -3043,12 +3052,9 @@ options METEOR_TEST_VIDEO options NDEVFSINO=1025 options NDEVFSOVERFLOW=32769 options NETGRAPH_BRIDGE -options NETSMB -options NETSMBCRYPTO # PFIL_HOOKS has no effect here since it is a subset of IPFILTER. options PFIL_HOOKS # SIMOS is broken since it is alpha-only but not ifdefed. ##options SIMOS -options SMBFS options VESA_DEBUG options VGA_DEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6f7f572e8440..7406b3781cad 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -464,6 +464,14 @@ options NETATALKDEBUG #Appletalk debugging #options NS #Xerox NS protocols #options NSIP #XNS over IP +# +# SMB/CIFS requester +# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV +# options. +# NETSMBCRYPTO enables support for encrypted passwords. +options NETSMB #SMB/CIFS requester +options NETSMBCRYPTO #encrypted password support for SMB + # mchain library. It can be either loaded as KLD or compiled into kernel options LIBMCHAIN @@ -737,6 +745,7 @@ options NULLFS #NULL filesystem options PORTALFS #Portal filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework +options SMBFS #SMB/CIFS filesystem options UMAPFS #UID map filesystem options UNIONFS #Union filesystem # options NODEVFS #disable devices filesystem @@ -3043,12 +3052,9 @@ options METEOR_TEST_VIDEO options NDEVFSINO=1025 options NDEVFSOVERFLOW=32769 options NETGRAPH_BRIDGE -options NETSMB -options NETSMBCRYPTO # PFIL_HOOKS has no effect here since it is a subset of IPFILTER. options PFIL_HOOKS # SIMOS is broken since it is alpha-only but not ifdefed. ##options SIMOS -options SMBFS options VESA_DEBUG options VGA_DEBUG |
