PostgreSQL Source Code
git master
|
#include <hba.h>
Data Fields | |
char * | sourcefile |
int | linenumber |
char * | rawline |
ConnType | conntype |
List * | databases |
List * | roles |
struct sockaddr_storage | addr |
int | addrlen |
struct sockaddr_storage | mask |
int | masklen |
IPCompareMethod | ip_cmp_method |
char * | hostname |
UserAuth | auth_method |
char * | usermap |
char * | pamservice |
bool | pam_use_hostname |
bool | ldaptls |
char * | ldapscheme |
char * | ldapserver |
int | ldapport |
char * | ldapbinddn |
char * | ldapbindpasswd |
char * | ldapsearchattribute |
char * | ldapsearchfilter |
char * | ldapbasedn |
int | ldapscope |
char * | ldapprefix |
char * | ldapsuffix |
ClientCertMode | clientcert |
ClientCertName | clientcertname |
char * | krb_realm |
bool | include_realm |
bool | compat_realm |
bool | upn_username |
List * | radiusservers |
char * | radiusservers_s |
List * | radiussecrets |
char * | radiussecrets_s |
List * | radiusidentifiers |
char * | radiusidentifiers_s |
List * | radiusports |
char * | radiusports_s |
struct sockaddr_storage HbaLine::addr |
Definition at line 101 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
int HbaLine::addrlen |
Definition at line 103 of file hba.h.
Referenced by fill_hba_line(), and parse_hba_line().
UserAuth HbaLine::auth_method |
Definition at line 108 of file hba.h.
Referenced by check_hba(), fill_hba_line(), get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
ClientCertMode HbaLine::clientcert |
Definition at line 124 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
ClientCertName HbaLine::clientcertname |
Definition at line 125 of file hba.h.
Referenced by parse_hba_auth_opt().
bool HbaLine::compat_realm |
Definition at line 128 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
ConnType HbaLine::conntype |
Definition at line 99 of file hba.h.
Referenced by check_hba(), fill_hba_line(), parse_hba_auth_opt(), and parse_hba_line().
List* HbaLine::databases |
Definition at line 100 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
char* HbaLine::hostname |
Definition at line 107 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
bool HbaLine::include_realm |
Definition at line 127 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
IPCompareMethod HbaLine::ip_cmp_method |
Definition at line 106 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
char* HbaLine::krb_realm |
Definition at line 126 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
char* HbaLine::ldapbasedn |
Definition at line 120 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapbinddn |
Definition at line 116 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapbindpasswd |
Definition at line 117 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
int HbaLine::ldapport |
Definition at line 115 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
char* HbaLine::ldapprefix |
Definition at line 122 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapscheme |
Definition at line 113 of file hba.h.
Referenced by parse_hba_auth_opt().
int HbaLine::ldapscope |
Definition at line 121 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
char* HbaLine::ldapsearchattribute |
Definition at line 118 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapsearchfilter |
Definition at line 119 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapserver |
Definition at line 114 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::ldapsuffix |
Definition at line 123 of file hba.h.
Referenced by get_hba_options(), parse_hba_auth_opt(), and parse_hba_line().
bool HbaLine::ldaptls |
Definition at line 112 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
int HbaLine::linenumber |
Definition at line 97 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
struct sockaddr_storage HbaLine::mask |
Definition at line 103 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
int HbaLine::masklen |
Definition at line 105 of file hba.h.
Referenced by fill_hba_line(), and parse_hba_line().
bool HbaLine::pam_use_hostname |
Definition at line 111 of file hba.h.
Referenced by parse_hba_auth_opt().
char* HbaLine::pamservice |
Definition at line 110 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
List* HbaLine::radiusidentifiers |
Definition at line 134 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::radiusidentifiers_s |
Definition at line 135 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
List* HbaLine::radiusports |
Definition at line 136 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::radiusports_s |
Definition at line 137 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
List* HbaLine::radiussecrets |
Definition at line 132 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::radiussecrets_s |
Definition at line 133 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
List* HbaLine::radiusservers |
Definition at line 130 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::radiusservers_s |
Definition at line 131 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().
char* HbaLine::rawline |
Definition at line 98 of file hba.h.
Referenced by parse_hba_line().
List* HbaLine::roles |
Definition at line 101 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and parse_hba_line().
char* HbaLine::sourcefile |
Definition at line 96 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
bool HbaLine::upn_username |
Definition at line 129 of file hba.h.
Referenced by parse_hba_auth_opt(), and parse_hba_line().
char* HbaLine::usermap |
Definition at line 109 of file hba.h.
Referenced by get_hba_options(), and parse_hba_auth_opt().