aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* 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
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Refactor permissions checks for large objects.Tom Lane2017-11-09
* Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.Tom Lane2017-10-13
* Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund2017-10-12
* Work around overly strict restrict checks by MSVC.Andres Freund2017-10-11
* Add more efficient functions to pqformat API.Andres Freund2017-10-11
* Allow custom search filters to be configured for LDAP authPeter Eisentraut2017-09-12
* Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas2017-07-31
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-05
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas2017-03-24
* Support multiple RADIUS serversMagnus Hagander2017-03-22
* Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas2017-03-17
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-01
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-17
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Refactor the code for verifying user's password.Heikki Linnakangas2016-12-12
* Clean up password authentication code a bit.Heikki Linnakangas2016-12-08
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Remove declarations for pq_putmessage_hook and pq_flush_hook.Robert Haas2016-10-31