summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut
2018-01-23Move EDH support to common filesPeter Eisentraut
2018-01-04Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut
2018-01-04Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut
2018-01-03Allow ldaps when using ldap authenticationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-18Move SCRAM-related name definitions to scram-common.hPeter Eisentraut
2017-12-05Fix warnings from cpluspluscheckPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-09Refactor permissions checks for large objects.Tom Lane
2017-10-13Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.Tom Lane
2017-10-12Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund
2017-10-12Work around overly strict restrict checks by MSVC.Andres Freund
2017-10-11Add more efficient functions to pqformat API.Andres Freund
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-13Improve the SASL authentication protocol.Heikki Linnakangas
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-24Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas
2017-03-22Support multiple RADIUS serversMagnus Hagander
2017-03-17Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-31Remove declarations for pq_putmessage_hook and pq_flush_hook.Robert Haas
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-09-06C comment: fix file name mention on line 1Bruce Momjian