From: Jeff Layton Date: Sat, 3 Nov 2007 04:48:29 +0000 (+0000) Subject: [CIFS] implement upcalls for SPNEGO blob via keyctl API X-Git-Tag: v2.6.24-rc3~156^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fe7ba78dedb9017401ed555ecc4435c99a7556;p=pandora-kernel.git [CIFS] implement upcalls for SPNEGO blob via keyctl API Add routines to handle upcalls to userspace via keyctl for the purpose of getting a SPNEGO blob for a particular uid and server combination. Clean up the Makefile a bit and set it up to only compile cifs_spnego if CONFIG_CIFS_UPCALL is set. Also change CONFIG_CIFS_UPCALL to depend on CONFIG_KEYS rather than CONFIG_CONNECTOR. cifs_spnego.h defines the communications between kernel and userspace and is intended to be shared with userspace programs. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed