summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_spnego.h
diff options
context:
space:
mode:
authorSteve French2008-08-26 02:37:14 +0200
committerSteve French2008-08-26 02:37:14 +0200
commit6ce5eecb9cd3ac97b952c50309b87c31488a45e9 (patch)
tree5d28ff051283462f6c927ae87c094b568fb5b1e9 /fs/cifs/cifs_spnego.h
parent[CIFS] Kerberos support not considered experimental anymore (diff)
downloadkernel-qcow2-linux-6ce5eecb9cd3ac97b952c50309b87c31488a45e9.tar.gz
kernel-qcow2-linux-6ce5eecb9cd3ac97b952c50309b87c31488a45e9.tar.xz
kernel-qcow2-linux-6ce5eecb9cd3ac97b952c50309b87c31488a45e9.zip
[CIFS] check version in spnego upcall response
Currently, we don't check the version in the SPNEGO upcall response even though one is provided. Jeff and Q have made the corresponding change to the Samba client (cifs.upcall). Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifs_spnego.h')
-rw-r--r--fs/cifs/cifs_spnego.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_spnego.h b/fs/cifs/cifs_spnego.h
index 05a34b17a1ab..e4041ec4d712 100644
--- a/fs/cifs/cifs_spnego.h
+++ b/fs/cifs/cifs_spnego.h
@@ -23,7 +23,7 @@
#ifndef _CIFS_SPNEGO_H
#define _CIFS_SPNEGO_H
-#define CIFS_SPNEGO_UPCALL_VERSION 1
+#define CIFS_SPNEGO_UPCALL_VERSION 2
/*
* The version field should always be set to CIFS_SPNEGO_UPCALL_VERSION.