diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-07 15:54:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-07 15:54:46 -0400 |
commit | 1fc7995d19139d6f99203b43c161968f3f554a15 (patch) | |
tree | 8ad219a60e85935df878f2f9927a58b84f63433e /fs/cifs/Kconfig | |
parent | 3b7433b8a8a83c87972065b1852b7dcae691e464 (diff) | |
parent | 5227bbb008fa6d2efddd86170bdfac2020cf571d (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
[DNS RESOLVER] Minor typo correction
DNS: Fixes for the DNS query module
cifs: Include linux/err.h for IS_ERR and PTR_ERR
DNS: Make AFS go to the DNS for AFSDB records for unknown cells
DNS: Separate out CIFS DNS Resolver code
cifs: account for new creduid=0x%x parameter in spnego upcall string
cifs: reduce false positives with inode aliasing serverino autodisable
CIFS: Make cifs_convert_address() take a const src pointer and a length
cifs: show features compiled in as part of DebugData
cifs: update README
Fix up trivial conflicts in fs/cifs/cifsfs.c due to workqueue changes
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index efcb3a78a327..917b7d449bb2 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -70,14 +70,14 @@ config CIFS_WEAK_PW_HASH | |||
70 | If unsure, say N. | 70 | If unsure, say N. |
71 | 71 | ||
72 | config CIFS_UPCALL | 72 | config CIFS_UPCALL |
73 | bool "Kerberos/SPNEGO advanced session setup" | 73 | bool "Kerberos/SPNEGO advanced session setup" |
74 | depends on CIFS && KEYS | 74 | depends on CIFS && KEYS |
75 | help | 75 | select DNS_RESOLVER |
76 | Enables an upcall mechanism for CIFS which accesses | 76 | help |
77 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | 77 | Enables an upcall mechanism for CIFS which accesses userspace helper |
78 | Kerberos tickets which are needed to mount to certain secure servers | 78 | utilities to provide SPNEGO packaged (RFC 4178) Kerberos tickets |
79 | (for which more secure Kerberos authentication is required). If | 79 | which are needed to mount to certain secure servers (for which more |
80 | unsure, say N. | 80 | secure Kerberos authentication is required). If unsure, say N. |
81 | 81 | ||
82 | config CIFS_XATTR | 82 | config CIFS_XATTR |
83 | bool "CIFS extended attributes" | 83 | bool "CIFS extended attributes" |
@@ -121,6 +121,7 @@ config CIFS_DEBUG2 | |||
121 | config CIFS_DFS_UPCALL | 121 | config CIFS_DFS_UPCALL |
122 | bool "DFS feature support" | 122 | bool "DFS feature support" |
123 | depends on CIFS && KEYS | 123 | depends on CIFS && KEYS |
124 | select DNS_RESOLVER | ||
124 | help | 125 | help |
125 | Distributed File System (DFS) support is used to access shares | 126 | Distributed File System (DFS) support is used to access shares |
126 | transparently in an enterprise name space, even if the share | 127 | transparently in an enterprise name space, even if the share |