index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
hba.c
Age
Commit message (
Expand
)
Author
30 hours
In username-map substitution, cope with more than one \1.
Tom Lane
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-09-04
Remove a couple of strerror() calls
Peter Eisentraut
2024-07-23
ldapurl is supported with simple bind
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-27
Eliminate fixed token-length limit in hba.c.
Tom Lane
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-13
Remove code in charge of freeing regexps generation by Lab.c
Michael Paquier
2023-01-20
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
Michael Paquier
2023-01-16
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-12
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-11-26
Fix typo in hba.c
Michael Paquier
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-24
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-23
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-14
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-08
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-10-26
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-24
Add support for regexps on database and user entries in pg_hba.conf
Michael Paquier
2022-10-21
Refactor more logic for compilation of regular expressions in hba.c
Michael Paquier
2022-10-19
Refactor regular expression handling in hba.c
Michael Paquier
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-05
Make consistent a couple of log messages when parsing HBA files
Michael Paquier
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-03-29
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-24
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-01-26
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-05-31
Fix RADIUS error reporting in hba file parsing
Peter Eisentraut
2021-04-07
Refactor hba_authname
Magnus Hagander
[next]