From af82ab8af7a2d368f56689a7e86316da9a520c40 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 27 Mar 2007 01:41:26 +0300 Subject: [PATCH] Advertise smb2.c to be included in ELinks 0.12.0. --- features.conf | 4 ++-- src/protocol/smb/smb.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features.conf b/features.conf index 7308984f..1c0095c6 100644 --- a/features.conf +++ b/features.conf @@ -376,8 +376,8 @@ CONFIG_NNTP=no # Unfortunately, ELinks doesn't yet properly validate the file name passed to # smbclient, and this caused vulnerability CVE-2006-5925 (bug 841). To close # 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 -# protocol can be safely enabled again, please see bug 844. +# of what you specify here. If you want to use SMB, please wait for ELinks +# 0.12.0 or see bug 844. # # Default: disabled diff --git a/src/protocol/smb/smb.c b/src/protocol/smb/smb.c index 6b15439c..145a36e5 100644 --- a/src/protocol/smb/smb.c +++ b/src/protocol/smb/smb.c @@ -5,7 +5,7 @@ #endif #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 #include "config.h"