aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan2020-04-17
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-05
* Switch position of some declarations in libpq.hMichael Paquier2019-06-09
* Move be-gssapi-common.h into src/include/libpq/Michael Paquier2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-04
* GSSAPI encryption supportStephen Frost2019-04-03
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-09
* Get rid of another unconstify through API changesPeter Eisentraut2019-02-14
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Correct constness of a few variables.Andres Freund2018-10-15
* Add application_name to connection authorized msgStephen Frost2018-09-28
* Remove duplicate function declarations.Tom Lane2018-08-14
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Add ssl_library preset parameterPeter Eisentraut2018-07-30
* Change pqformat.h's integer handling functions to take unsigned integers.Andres Freund2018-06-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut2018-04-02
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Use abstracted SSL API in server connection log messagesPeter Eisentraut2018-01-26
* Extract common bits from OpenSSL implementationPeter Eisentraut2018-01-23
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Move EDH support to common filesPeter Eisentraut2018-01-23
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut2018-01-04
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Move SCRAM-related name definitions to scram-common.hPeter Eisentraut2017-12-18
* Fix warnings from cpluspluscheckPeter Eisentraut2017-12-04