index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-auth.c
Age
Commit message (
Expand
)
Author
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-02
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
2017-06-07
Fix double-free bug in GSS authentication.
Heikki Linnakangas
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-04
Fix PQencryptPasswordConn to work with older server versions.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Refactor libpq authentication request processing.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-07
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-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Allow password file name to be specified as a libpq connection parameter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-03
libpq: Allow connection strings and URIs to specify multiple hosts.
Robert Haas
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-04-08
libpq: add newlines to SSPI error messages
Bruce Momjian
2015-01-11
Fix libpq's behavior when /etc/passwd isn't readable.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-20
libpq: pass a memory allocation failure error up to PQconndefaults()
Bruce Momjian
[next]