From e19e1467f90c98d0ffed767ec87fa58c86095874 Mon Sep 17 00:00:00 2001 From: "\\\\\\\"J. Bruce Fields\\\\\\" Date: Mon, 9 Jun 2008 16:51:34 -0400 Subject: [PATCH] --- yaml --- r: 101919 b: refs/heads/master c: d25a03cf966f2cf9990dc0bf2a921a554919ea34 h: refs/heads/master i: 101917: 348a8dd943a32a880b13c51be87a1f1ace3e9890 101915: aa079af288b019b381789bc27efd2fcd093d5ee3 101911: 020393371ffcac9e1e98ce483acc4fa36d24c965 101903: 21dbf47a7c6dc1e1ca9111cf106b780f024b88ab 101887: 55de5f296e9ae680893f507769021ead4ec8b020 v: v3 --- [refs] | 2 +- trunk/net/sunrpc/auth_gss/auth_gss.c | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/[refs] b/[refs] index d0b189966329..27b2ed3ae057 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 720b8f2d6f7de9e16f1217448cc7396e1604e175 +refs/heads/master: d25a03cf966f2cf9990dc0bf2a921a554919ea34 diff --git a/trunk/net/sunrpc/auth_gss/auth_gss.c b/trunk/net/sunrpc/auth_gss/auth_gss.c index ebfd630541fa..834a83199bdf 100644 --- a/trunk/net/sunrpc/auth_gss/auth_gss.c +++ b/trunk/net/sunrpc/auth_gss/auth_gss.c @@ -63,22 +63,11 @@ static const struct rpc_credops gss_nullops; # define RPCDBG_FACILITY RPCDBG_AUTH #endif -#define NFS_NGROUPS 16 - -#define GSS_CRED_SLACK 1024 /* XXX: unused */ +#define GSS_CRED_SLACK 1024 /* length of a krb5 verifier (48), plus data added before arguments when * using integrity (two 4-byte integers): */ #define GSS_VERF_SLACK 100 -/* XXX this define must match the gssd define -* as it is passed to gssd to signal the use of -* machine creds should be part of the shared rpc interface */ - -#define CA_RUN_AS_MACHINE 0x00000200 - -/* dump the buffer in `emacs-hexl' style */ -#define isprint(c) ((c > 0x1f) && (c < 0x7f)) - struct gss_auth { struct kref kref; struct rpc_auth rpc_auth;