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
REL_18_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
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-03-02
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-01-25
Revert "graceful shutdown" changes for Windows, in back branches only.
Tom Lane
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-08-17
Set type identifier on BIO
Daniel Gustafsson
2021-06-23
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-05-25
Disallow SSL renegotiation
Michael Paquier
2021-03-20
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-20
Fix memory leak when initializing DH parameters in backend
Tom Lane
2021-03-16
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2020-11-03
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-10-15
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-11-13
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-05
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-07-25
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-06-17
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-04-23
Fix detection of passwords hashed with MD5 or SCRAM-SHA-256
Michael Paquier
2018-11-28
Don't set PAM_RHOST for Unix sockets.
Thomas Munro
2018-11-13
Fix const correctness warning.
Thomas Munro
2018-11-13
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-11-13
Fix possible buffer overrun in hba.c.
Thomas Munro
2018-10-20
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-09-08
Minor cleanup/future-proofing for pg_saslprep().
Tom Lane
2018-08-24
Suppress uninitialized-variable warning in new SCRAM code.
Tom Lane
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-06-29
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-08
Add missing serial commas
Peter Eisentraut
2018-05-21
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
Preliminary work for pgindent run.
Tom Lane
2018-04-02
Make be-secure-common.c more consistent for future SSL implementations
Peter Eisentraut
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-19
Fix typo in comment
Magnus Hagander
2018-03-17
Add ssl_passphrase_command setting
Peter Eisentraut
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-23
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
Move EDH support to common files
Peter Eisentraut
2018-01-19
Update comment
Peter Eisentraut
2018-01-05
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
Add missing includes
Peter Eisentraut
2018-01-04
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
[next]