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
*
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
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
*
Overhaul pg_hba.conf clientcert's API
Bruce Momjian
2020-10-05
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Refactor pg_get_line() to expose an alternative StringInfo-based API.
Tom Lane
2020-09-06
*
Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.
Tom Lane
2020-09-03
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Add DNS SRV support for LDAP server discovery.
Thomas Munro
2019-03-21
*
Add new clientcert hba option verify-full
Magnus Hagander
2019-03-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix possible buffer overrun in hba.c.
Thomas Munro
2018-11-13
*
Add missing serial commas
Peter Eisentraut
2018-06-07
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-12
*
Message style fixes
Peter Eisentraut
2017-09-11
*
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
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-24
*
Support multiple RADIUS servers
Magnus Hagander
2017-03-22
*
Change logical replication pg_hba.conf use
Peter Eisentraut
2017-03-22
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Simplify some long-obsolete code in hba.c's next_token().
Tom Lane
2017-01-30
[next]