1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Advertise smb2.c to be included in ELinks 0.12.0.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-27 01:41:26 +03:00 committed by Kalle Olavi Niemitalo
parent 4829e4ad42
commit af82ab8af7
2 changed files with 3 additions and 3 deletions

View File

@ -376,8 +376,8 @@ CONFIG_NNTP=no
# Unfortunately, ELinks doesn't yet properly validate the file name passed to # Unfortunately, ELinks doesn't yet properly validate the file name passed to
# smbclient, and this caused vulnerability CVE-2006-5925 (bug 841). To close # smbclient, and this caused vulnerability CVE-2006-5925 (bug 841). To close
# the vulnerability, configure.in now disables the SMB protocol regardless # the vulnerability, configure.in now disables the SMB protocol regardless
# of what you specify here. If you would like to fix the code so that the # of what you specify here. If you want to use SMB, please wait for ELinks
# protocol can be safely enabled again, please see bug 844. # 0.12.0 or see bug 844.
# #
# Default: disabled # Default: disabled

View File

@ -5,7 +5,7 @@
#endif #endif
#error SMB protocol support is vulnerable to CVE-2006-5925. Do not use. #error SMB protocol support is vulnerable to CVE-2006-5925. Do not use.
#error If you want to use SMB, please vote for bug 844 or post a patch. #error If you want to use SMB, please wait for ELinks 0.12.0 or see bug 844.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"