|
PostgreSQL Source Code git master
|
#include "postgres_fe.h"

Go to the source code of this file.
Macros | |
| #define | OAUTHDEBUG_UNSAFE_HTTP (1<<0) |
| #define | OAUTHDEBUG_UNSAFE_TRACE (1<<1) |
| #define | OAUTHDEBUG_UNSAFE_DOS_ENDPOINT (1<<2) |
| #define | OAUTHDEBUG_CALL_COUNT (1<<16) |
| #define | OAUTHDEBUG_PLUGIN_ERRORS (1<<17) |
| #define | OAUTHDEBUG_LEGACY_UNSAFE ((uint32) ~0) |
| #define | OAUTHDEBUG_UNSAFE_MASK ((uint32) 0x0000FFFF) |
Functions | |
| static uint32 | oauth_parse_debug_flags (void) |
| #define OAUTHDEBUG_CALL_COUNT (1<<16) |
Definition at line 47 of file oauth-debug.h.
Definition at line 52 of file oauth-debug.h.
| #define OAUTHDEBUG_PLUGIN_ERRORS (1<<17) |
Definition at line 49 of file oauth-debug.h.
| #define OAUTHDEBUG_UNSAFE_DOS_ENDPOINT (1<<2) |
Definition at line 42 of file oauth-debug.h.
| #define OAUTHDEBUG_UNSAFE_HTTP (1<<0) |
Definition at line 38 of file oauth-debug.h.
Definition at line 55 of file oauth-debug.h.
| #define OAUTHDEBUG_UNSAFE_TRACE (1<<1) |
Definition at line 40 of file oauth-debug.h.
Definition at line 79 of file oauth-debug.h.
References fb(), flag(), fprintf, free, libpq_gettext, OAUTHDEBUG_CALL_COUNT, OAUTHDEBUG_LEGACY_UNSAFE, OAUTHDEBUG_PLUGIN_ERRORS, OAUTHDEBUG_UNSAFE_DOS_ENDPOINT, OAUTHDEBUG_UNSAFE_HTTP, OAUTHDEBUG_UNSAFE_MASK, OAUTHDEBUG_UNSAFE_TRACE, and strtok_r.
Referenced by issuer_from_well_known_uri(), and pg_start_oauthbearer().