ReactOS 0.4.16-dev-597-gdbf7844
|
#include <wintirpc.h>
#include <reentrant.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
#include <rpc/auth_unix.h>
Go to the source code of this file.
Classes | |
struct | audata |
Macros | |
#define | AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) |
Functions | |
static void | authunix_nextverf (AUTH *) |
static bool_t | authunix_marshal (AUTH *, XDR *, u_int *seq) |
static bool_t | authunix_validate (AUTH *, struct opaque_auth *, u_int) |
static bool_t | authunix_refresh (AUTH *, void *) |
static void | authunix_destroy (AUTH *) |
static void | marshal_new_auth (AUTH *) |
static struct auth_ops * | authunix_ops (void) |
AUTH * | authunix_create (char *machname, uid_t uid, gid_t gid, int len, gid_t *aup_gids) |
AUTH * | authunix_create_default () |
static bool_t | authunix_wrap (AUTH *auth, XDR *xdrs, xdrproc_t func, caddr_t args, u_int seq) |
Definition at line 100 of file auth_unix.c.
Definition at line 107 of file auth_unix.c.
Referenced by authunix_create_default().
Definition at line 198 of file auth_unix.c.
Referenced by rpc_broadcast_exp().
Definition at line 332 of file auth_unix.c.
Referenced by authunix_ops().
Definition at line 238 of file auth_unix.c.
Referenced by authunix_ops().
Definition at line 231 of file auth_unix.c.
Referenced by authunix_ops().
Definition at line 396 of file auth_unix.c.
Referenced by authunix_create().
Definition at line 288 of file auth_unix.c.
Referenced by authunix_ops().
|
static |
Definition at line 253 of file auth_unix.c.
Referenced by authunix_ops().
|
static |
Definition at line 380 of file auth_unix.c.
Referenced by authunix_ops().
Definition at line 358 of file auth_unix.c.
Referenced by authunix_create(), authunix_refresh(), and authunix_validate().