summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2023-07-27Raise fixed token-length limit in hba.c.Tom Lane
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-03-02Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-25Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane
2022-01-14Revert error handling improvements for cryptohashesMichael Paquier
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-09-16Message style improvementsPeter Eisentraut
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2021-05-31Fix RADIUS error reporting in hba file parsingPeter Eisentraut
2021-05-25Disallow SSL renegotiationMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-29pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-04-07Refactor hba_authnameMagnus Hagander
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-20Fix memory leak when rejecting bogus DH parameters.Tom Lane
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-03-01Use signalfd(2) for epoll latches.Thomas Munro
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-28Improve log messages related to pg_hba.conf not matching a connection.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut