PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | GSS_MEMORY_CACHE "MEMORY:" |
Functions | |
static void | pg_GSS_error_int (char *s, size_t len, OM_uint32 stat, int type) |
void | pg_GSS_error (const char *errmsg, OM_uint32 maj_stat, OM_uint32 min_stat) |
void | pg_store_delegated_credential (gss_cred_id_t cred) |
#define GSS_MEMORY_CACHE "MEMORY:" |
Definition at line 102 of file be-gssapi-common.c.
void pg_GSS_error | ( | const char * | errmsg, |
OM_uint32 | maj_stat, | ||
OM_uint32 | min_stat | ||
) |
Definition at line 75 of file be-gssapi-common.c.
References COMMERROR, ereport, errdetail_internal(), errmsg(), errmsg_internal(), and pg_GSS_error_int().
Referenced by be_gssapi_read(), be_gssapi_write(), pg_GSS_read(), pg_GSS_write(), pg_store_delegated_credential(), pqsecure_open_gss(), and secure_open_gssapi().
|
static |
Definition at line 25 of file be-gssapi-common.c.
References COMMERROR, elog, i, len, Min, and type.
Referenced by pg_GSS_error().
void pg_store_delegated_credential | ( | gss_cred_id_t | cred | ) |
Definition at line 104 of file be-gssapi-common.c.
References GSS_MEMORY_CACHE, pg_GSS_error(), setenv, and usage().
Referenced by secure_open_gssapi().