Bug 841, CVE-2006-5925: Prevent enabling the SMB protocol.
commitf915c311274925a7d38c8661ddfa243d82739cd9
authorKalle Olavi Niemitalo <kon@iki.fi>
Sat, 18 Nov 2006 18:39:01 +0000 (18 20:39 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sat, 18 Nov 2006 18:39:01 +0000 (18 20:39 +0200)
treef03fe52c86a2394b428f1f47d9c8f4c5d65796ba
parent5571716abdca71c999624d52c08784d58993edc0
Bug 841, CVE-2006-5925: Prevent enabling the SMB protocol.

src/protocol/smb/smb.c: Added #error directives so that this
vulnerable code cannot be accidentally compiled in.

features.conf: Disable CONFIG_SMB by default and explain why.

configure.in: If CONFIG_SMB is enabled, disable it and warn the user.
This is for people who have customized features.conf.
configure.in
features.conf
src/protocol/smb/smb.c