[kernel] r10892 - in dists/trunk/linux-2.6/debian: . config

Steve Langasek vorlon at alioth.debian.org
Sat Mar 15 09:23:01 UTC 2008


Author: vorlon
Date: Sat Mar 15 09:23:00 2008
New Revision: 10892

Log:
* topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility
  with legacy (pre-NTLM) fileservers.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Mar 15 09:23:00 2008
@@ -76,6 +76,10 @@
   * [hppa] Enable several filesystems.
   * Make NLS modular.
 
+  [ Steve Langasek ]
+  * topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility
+    with legacy (pre-NTLM) fileservers.
+
  -- Bastian Blank <waldi at debian.org>  Tue, 26 Feb 2008 23:59:55 -0700
 
 linux-2.6 (2.6.24-2) UNRELEASED; urgency=low

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Sat Mar 15 09:23:00 2008
@@ -1658,7 +1658,7 @@
 # CONFIG_SMB_FS is not set
 CONFIG_CIFS=m
 # CONFIG_CIFS_STATS is not set
-# CONFIG_CIFS_WEAK_PW_HASH is not set
+CONFIG_CIFS_WEAK_PW_HASH=y
 CONFIG_CIFS_XATTR=y
 CONFIG_CIFS_POSIX=y
 # CONFIG_CIFS_DEBUG2 is not set



More information about the Kernel-svn-changes mailing list