summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-gssapi.c
AgeCommit message (Expand)Author
2025-10-05Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c.Tom Lane
2025-06-10Don't reduce output request size on non-Unix-socket connections.Tom Lane
2025-05-30Allow larger packets during GSSAPI authentication exchange.Tom Lane
2023-11-23Fix timing-dependent failure in GSSAPI data transmission.Tom Lane
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix bugs in libpq's GSSAPI encryption support.Tom Lane
2020-10-15Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-05-24Update copyright year.Thomas Munro
2019-04-17Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane
2019-04-05Handle errors during GSSAPI startup betterStephen Frost
2019-04-03GSSAPI encryption supportStephen Frost