PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
be-gssapi-common.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* be-gssapi-common.h
4
* Definitions for GSSAPI authentication and encryption handling
5
*
6
* Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* src/include/libpq/be-gssapi-common.h
10
*
11
*-------------------------------------------------------------------------
12
*/
13
14
#ifndef BE_GSSAPI_COMMON_H
15
#define BE_GSSAPI_COMMON_H
16
17
#ifdef ENABLE_GSS
18
19
#include "
libpq/pg-gssapi.h
"
20
21
extern
void
pg_GSS_error
(
const
char
*
errmsg
,
22
OM_uint32
maj_stat
,
OM_uint32
min_stat
);
23
24
extern
void
pg_store_delegated_credential
(
gss_cred_id_t
cred
);
25
#endif
/* ENABLE_GSS */
26
27
#endif
/* BE_GSSAPI_COMMON_H */
pg_store_delegated_credential
void pg_store_delegated_credential(gss_cred_id_t cred)
Definition
be-gssapi-common.c:104
pg_GSS_error
void pg_GSS_error(const char *errmsg, OM_uint32 maj_stat, OM_uint32 min_stat)
Definition
be-gssapi-common.c:75
errmsg
int errmsg(const char *fmt,...)
Definition
elog.c:1080
pg-gssapi.h
fb
static int fb(int x)
Definition
preproc-init.c:92
src
include
libpq
be-gssapi-common.h
Generated on Sat Jan 31 2026 06:13:17 for PostgreSQL Source Code by
1.9.8