index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
hba.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Eliminate fixed token-length limit in hba.c.
Tom Lane
2023-07-27
*
Remove db_user_namespace.
Nathan Bossart
2023-07-17
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Remove code in charge of freeing regexps generation by Lab.c
Michael Paquier
2023-04-14
*
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
Michael Paquier
2023-01-20
*
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-16
*
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Fix typo in hba.c
Michael Paquier
2022-11-26
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
*
Create memory context for tokenization after opening top-level file in hba.c
Michael Paquier
2022-11-24
*
Add missing initialization in tokenize_expand_file() for output list
Michael Paquier
2022-11-24
*
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-24
*
Add error context callback when tokenizing authentication files
Michael Paquier
2022-11-14
*
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-14
*
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-11-09
*
Fix variable assignment thinko in hba.c
Michael Paquier
2022-10-26
*
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-26
*
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-24
*
Refactor more logic for compilation of regular expressions in hba.c
Michael Paquier
2022-10-21
*
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-19
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
*
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
*
Make consistent a couple of log messages when parsing HBA files
Michael Paquier
2022-08-05
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
*
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-24
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
*
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-26
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
*
Fix RADIUS error reporting in hba file parsing
Peter Eisentraut
2021-05-31
*
Refactor hba_authname
Magnus Hagander
2021-04-07
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
*
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-10
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
[next]