index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Age
Commit message (
Expand
)
Author
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-03-27
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-24
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-17
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-03-14
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-03-09
Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.c
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-15
libpq error message refactoring, part 2
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-02-18
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
Clean up error message reported after \password encryption failure.
Tom Lane
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-10
Add more sanity checks in SASL exchanges
Michael Paquier
2021-07-07
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-01-11
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-05
Fix capitalization of messages, per style guide
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-12
Fix use of term "verifier"
Peter Eisentraut
2019-10-01
Fix confusing error caused by connection parameter channel_binding
Michael Paquier
2019-09-29
Fix bogus order of error checks in new channel_binding code.
Tom Lane
2019-09-23
Add libpq parameter 'channel_binding'.
Jeff Davis
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-02-28
Fix SCRAM authentication via SSL when mixing versions of OpenSSL
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-03
Change libpq's internal uses of PQhost() to inspect host field directly.
Tom Lane
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-19
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-18
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
libpq: Message style improvements
Peter Eisentraut
2017-06-07
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
[next]