AUTH
extern AUTH *authunix_create (char *, int, int, int, int *);
extern AUTH *authunix_create_default (void);
extern AUTH *authnone_create (void);
extern AUTH *authdes_create (char *, unsigned int,
AUTH *cl_auth; /* authenticator */
authnone_marshal(AUTH *client, XDR *xdrs)
authnone_verf(AUTH *client)
authnone_validate(AUTH *client, struct opaque_auth *auth)
authnone_refresh(AUTH *client)
authnone_destroy(AUTH *client)
static bool_t authnone_marshal(AUTH *, XDR *);
static void authnone_verf(AUTH *);
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
static bool_t authnone_refresh(AUTH *);
static void authnone_destroy(AUTH *);
AUTH no_client;
AUTH *
AUTH *
AUTH *auth;
AUTH *
authunix_nextverf(AUTH *auth)
authunix_marshal(AUTH *auth, XDR *xdrs)
authunix_validate(AUTH *auth, struct opaque_auth *verf)
authunix_refresh(AUTH *auth)
authunix_destroy(AUTH *auth)
marshal_new_auth(AUTH *auth)
static void authunix_nextverf(AUTH *);
static bool_t authunix_marshal(AUTH *, XDR *);
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
static bool_t authunix_refresh(AUTH *);
static void authunix_destroy(AUTH *);
static void marshal_new_auth(AUTH *);
AUTH *sys_auth = authunix_create_default();
{ "AUTH", AUTH, STR1, 1, "<sp> mechanism-name", 0, },
AUTH ADAT PROT PBSZ CCC MIC
| AUTH SP mechanism_name CRLF
AUTH *nr_auth;
AUTH *ca_auth; /* RPC auth handle */
static AUTH *
AUTH *auth;
AUTH *auth;
AUTH *auth;
static AUTH *nlm_auth;
AUTH *auth;
AUTH *rpcua;
AUTH *rpcua;