ReactOS 0.4.16-dev-725-g22577ae
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
#include <rpc/auth_gss.h>
#include <rpc/rpc.h>
#include <gssapi/gssapi.h>
Go to the source code of this file.
Functions | |
bool_t | xdr_rpc_gss_cred (XDR *xdrs, struct rpc_gss_cred *p) |
bool_t | xdr_rpc_gss_init_args (XDR *xdrs, gss_buffer_desc *p) |
bool_t | xdr_rpc_gss_init_res (XDR *xdrs, struct rpc_gss_init_res *p) |
bool_t | xdr_rpc_gss_wrap_data (XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr, gss_ctx_id_t ctx, gss_qop_t qop, rpc_gss_svc_t svc, u_int seq) |
bool_t | xdr_rpc_gss_unwrap_data (XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr, gss_ctx_id_t ctx, gss_qop_t qop, rpc_gss_svc_t svc, u_int seq) |
bool_t | xdr_rpc_gss_data (XDR *xdrs, xdrproc_t xdr_func, caddr_t xdr_ptr, gss_ctx_id_t ctx, gss_qop_t qop, rpc_gss_svc_t svc, u_int seq) |
void | log_debug (const char *fmt,...) |
void | log_status (char *m, OM_uint32 maj_stat, OM_uint32 min_stat) |
void | log_hexdump (const u_char *buf, int len, int offset) |
Definition at line 340 of file authgss_prot.c.
Referenced by xdr_rpc_gss_cred(), xdr_rpc_gss_init_args(), xdr_rpc_gss_init_res(), xdr_rpc_gss_unwrap_data(), and xdr_rpc_gss_wrap_data().
Definition at line 350 of file authgss_prot.c.
Definition at line 345 of file authgss_prot.c.
Referenced by authgss_create_default(), authgss_marshal(), authgss_refresh(), authgss_validate(), svcauth_gss_accept_sec_context(), svcauth_gss_acquire_cred(), svcauth_gss_import_name(), svcauth_gss_nextverf(), svcauth_gss_release_cred(), svcauth_gss_set_svc_name(), svcauth_gss_validate(), xdr_rpc_gss_unwrap_data(), and xdr_rpc_gss_wrap_data().
bool_t xdr_rpc_gss_cred | ( | XDR * | xdrs, |
struct rpc_gss_cred * | p | ||
) |
Definition at line 48 of file authgss_prot.c.
Referenced by _svcauth_gss(), and authgss_marshal().
bool_t xdr_rpc_gss_data | ( | XDR * | xdrs, |
xdrproc_t | xdr_func, | ||
caddr_t | xdr_ptr, | ||
gss_ctx_id_t | ctx, | ||
gss_qop_t | qop, | ||
rpc_gss_svc_t | svc, | ||
u_int | seq | ||
) |
Definition at line 251 of file authgss_prot.c.
Referenced by authgss_unwrap(), authgss_wrap(), svcauth_gss_unwrap(), and svcauth_gss_wrap().
Definition at line 70 of file authgss_prot.c.
Referenced by authgss_refresh(), and svcauth_gss_accept_sec_context().
bool_t xdr_rpc_gss_init_res | ( | XDR * | xdrs, |
struct rpc_gss_init_res * | p | ||
) |
Definition at line 86 of file authgss_prot.c.
Referenced by _svcauth_gss(), and authgss_refresh().
bool_t xdr_rpc_gss_unwrap_data | ( | XDR * | xdrs, |
xdrproc_t | xdr_func, | ||
caddr_t | xdr_ptr, | ||
gss_ctx_id_t | ctx, | ||
gss_qop_t | qop, | ||
rpc_gss_svc_t | svc, | ||
u_int | seq | ||
) |
Definition at line 172 of file authgss_prot.c.
Referenced by xdr_rpc_gss_data().
bool_t xdr_rpc_gss_wrap_data | ( | XDR * | xdrs, |
xdrproc_t | xdr_func, | ||
caddr_t | xdr_ptr, | ||
gss_ctx_id_t | ctx, | ||
gss_qop_t | qop, | ||
rpc_gss_svc_t | svc, | ||
u_int | seq | ||
) |
Definition at line 110 of file authgss_prot.c.
Referenced by xdr_rpc_gss_data().