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