ReactOS 0.4.16-dev-122-g325d74c
|
#include <wintirpc.h>
#include <reentrant.h>
#include <sys/types.h>
#include <rpc/rpc.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | authsvc |
Functions | |
enum auth_stat | _authenticate (struct svc_req *rqst, struct rpc_msg *msg) |
enum auth_stat | _svcauth_null (struct svc_req *rqst, struct rpc_msg *msg) |
int | svc_auth_reg (int cred_flavor, enum auth_stat *handler) |
Variables | |
static struct authsvc * | Auths = NULL |
Definition at line 86 of file svc_auth.c.
Referenced by svc_getreq_common().
Definition at line 138 of file svc_auth.c.
Referenced by _authenticate().
Definition at line 160 of file svc_auth.c.
Definition at line 65 of file svc_auth.c.
Referenced by _authenticate(), and svc_auth_reg().