Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-07-11
Remove --disable-thread-safety and related code.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-15
libpq error message refactoring, part 2
Peter Eisentraut
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-02-12
Move libpq's write_failed mechanism down to pqsecure_raw_write().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-11
Set libcrypto callbacks for all connection threads in libpq
Michael Paquier
2021-02-10
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-01-22
Move SSL information callback earlier to capture more information
Michael Paquier
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-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-05-16
Rename PQsetSSLKeyPassHook and friends
Andrew Dunstan
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-01
Add dummy versions of new SSL functions for non-SSL builds
Andrew Dunstan
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-05-02
Further -Wimplicit-fallthrough cleanup.
Andres Freund
2018-01-23
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-07
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-02-04
Add dummy PQsslAttributes function for non-SSL builds.
Heikki Linnakangas
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-31
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-25
libpq: Support TLS versions beyond TLSv1.
Noah Misch
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-09-23
Fix SSL deadlock risk in libpq
Stephen Frost
2013-08-18
libpq: Report strerror on pthread_mutex_lock() failure
Peter Eisentraut
2013-08-01
Improve handling of pthread_mutex_lock error case
Stephen Frost
2013-08-01
Add locking around SSL_context usage in libpq
Stephen Frost
2013-07-23
Check for NULL result from strdup
Alvaro Herrera
[next]