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
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
2021-04-07
Add some information about authenticated identity via log_connections
Michael Paquier
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-02-10
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-01
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-11-03
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-10-05
Overhaul pg_hba.conf clientcert's API
Bruce Momjian
2020-09-14
Message fixes and style improvements
Peter Eisentraut
2020-09-06
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-03
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
Tom Lane
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-13
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-03-21
Add DNS SRV support for LDAP server discovery.
Thomas Munro
2019-03-09
Add new clientcert hba option verify-full
Magnus Hagander
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-13
Fix possible buffer overrun in hba.c.
Thomas Munro
2018-06-08
Add missing serial commas
Peter Eisentraut
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-11
Message style fixes
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
[next]