summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-04Fix comment in be-secure-openssl.cMichael Paquier
2020-05-26gss: add missing references to hostgssenc and hostnogssencBruce Momjian
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-04-29Fix check for conflicting SSL min/max protocol settingsMichael Paquier
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-13Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-05Tweak some authentication debug messages to follow project style.Tom Lane
2019-11-05Avoid logging complaints about abandoned connections when using PAM.Tom Lane
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-30Remove one use of IDENT_USERNAME_MAXPeter Eisentraut
2019-10-30Update code comments about peer authenticatonPeter Eisentraut
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-09-28Fix compilation with older OpenSSL versionsPeter Eisentraut
2019-09-28Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier
2019-09-23Message style fixesPeter Eisentraut
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-20Clean up some SCRAM attribute processingPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier