Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13842
b: refs/heads/master
c: a2653eb
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Nov 10, 2005
1 parent 76da73d commit 7a8caea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b7abfe3dd81d659a0889f88965168f7eef8c5c6
refs/heads/master: a2653ebab3a96c6e6183360821faa492c1f88c3f
12 changes: 12 additions & 0 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,18 @@ config CIFS_EXPERIMENTAL

If unsure, say N.

config CIFS_UPCALL
bool "CIFS Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
depends on CIFS_EXPERIMENTAL
select CONNECTOR
help
Enables an upcall mechanism for CIFS which will be used to contact
userspace helper utilities to provide SPNEGO packaged Kerberos
tickets which are needed to mount to certain secure servers
(for which more secure Kerberos authentication is required).

If unsure, say N.

config NCP_FS
tristate "NCP file system support (to mount NetWare volumes)"
depends on IPX!=n || INET
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#include "ntlmssp.h"
#include "nterr.h"
#include "rfc1002pdu.h"
#include "cn_cifs.h"

#define CIFS_PORT 445
#define RFC1001_PORT 139
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/connector.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
*/
#define CN_IDX_PROC 0x1
#define CN_VAL_PROC 0x1
#define CN_IDX_CIFS 0x2
#define CN_VAL_CIFS 0x1

#define CN_NETLINK_USERS 1

Expand Down

0 comments on commit 7a8caea

Please sign in to comment.