mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Bug 844: Document the new SMB back-end in features.conf.
This commit is contained in:
parent
0212ba7e93
commit
3a3cf8b44f
@ -368,17 +368,14 @@ CONFIG_NNTP=no
|
|||||||
|
|
||||||
### SMB Protocol Support
|
### SMB Protocol Support
|
||||||
#
|
#
|
||||||
# ELinks supports browsing over the SMB protocol (URI 'smb' scheme), using the
|
# ELinks supports browsing over the SMB protocol (URI 'smb' scheme),
|
||||||
# smbclient program as back-end. Therefore, in order to have this enabled, you
|
# using the libsmbclient library as back-end. Therefore, in order to
|
||||||
# will need to install Samba (or at least just the smbclient part, if you can
|
# have this enabled, you will need to install Samba (or at least just
|
||||||
# install it separately).
|
# the libsmbclient part, if you can install it separately).
|
||||||
#
|
#
|
||||||
# Unfortunately, ELinks doesn't yet properly validate the file name passed to
|
# This use of libsmbclient is believed to be immune to the command
|
||||||
# smbclient, and this caused vulnerability CVE-2006-5925 (bug 841). To close
|
# injection attacks (CVE-2006-5925, bug 841) from which earlier ELinks
|
||||||
# the vulnerability, configure.in now disables the SMB protocol regardless of
|
# releases (0.9.0 to 0.11.1) suffered.
|
||||||
# what you specify here. There is a patch that reimplements SMB in a safer
|
|
||||||
# way, but it has not yet been included in the main ELinks tree. Please see
|
|
||||||
# bug 844 for further information.
|
|
||||||
#
|
#
|
||||||
# Default: disabled
|
# Default: disabled
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user