summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2018-01-30Fix up references to scram-sha-256Peter 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-19Update commentPeter Eisentraut
2018-01-05Another attempt at fixing build with various OpenSSL versionsPeter Eisentraut
2018-01-04Add missing includesPeter Eisentraut
2018-01-04Fix build with older OpenSSL versionsPeter 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-04Define LDAPS_PORT if it's missing and disable implicit LDAPS on WindowsPeter 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-01Check channel binding flag at end of SCRAM exchangePeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-13Fix typoStephen Frost
2017-11-10Fix some null pointer dereferences in LDAP auth codePeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-09Refactor permissions checks for large objects.Tom Lane
2017-11-09Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-19Fix typoMagnus Hagander
2017-10-13Attempt to fix LDAP buildPeter Eisentraut
2017-10-13Log diagnostic messages if errors occur during LDAP auth.Peter Eisentraut
2017-10-13Improve LDAP cleanup code in error paths.Peter Eisentraut
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-11Add more efficient functions to pqformat API.Andres Freund
2017-10-11Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-22Fix saving and restoring umaskPeter Eisentraut
2017-09-13Define LDAP_NO_ATTRS if necessary.Peter Eisentraut
2017-09-12Allow custom search filters to be configured for LDAP authPeter Eisentraut
2017-09-11Message style fixesPeter Eisentraut
2017-08-31Clean up shm_mq cleanup.Tom Lane
2017-08-23Tweak some SCRAM error messages and code commentsPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-02Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.Tom Lane
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane