index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Commit message (
Expand
)
Author
Age
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-02-18
*
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
*
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-11
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add more sanity checks in SASL exchanges
Michael Paquier
2021-07-10
*
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-07
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix capitalization of messages, per style guide
Peter Eisentraut
2020-05-05
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
*
Fix confusing error caused by connection parameter channel_binding
Michael Paquier
2019-10-01
*
Fix bogus order of error checks in new channel_binding code.
Tom Lane
2019-09-29
*
Add libpq parameter 'channel_binding'.
Jeff Davis
2019-09-23
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-19
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Fix SCRAM authentication via SSL when mixing versions of OpenSSL
Michael Paquier
2019-02-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Change libpq's internal uses of PQhost() to inspect host field directly.
Tom Lane
2018-08-03
*
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-30
*
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
*
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-18
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
libpq: Message style improvements
Peter Eisentraut
2017-06-13
*
Clear auth context correctly when re-connecting after failed auth attempt.
Heikki Linnakangas
2017-06-07
*
Fix double-free bug in GSS authentication.
Heikki Linnakangas
2017-06-07
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Fix PQencryptPasswordConn to work with older server versions.
Heikki Linnakangas
2017-05-04
*
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-05-03
*
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
*
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-13
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
A collection of small fixes for the SCRAM patch.
Heikki Linnakangas
2017-03-07
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
[next]