Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-06libpq: Handle asynchronous actions during SASLDaniel Gustafsson
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-08Avoid core dump after getpwuid_r failure.Tom Lane
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-08-16libpq: Trace all messages received from the serverAlvaro Herrera
2024-08-12libpq: Trace frontend authentication challengesAlvaro Herrera
2024-06-26Use PqMsg_* macros in fe-auth.c.Nathan Bossart
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-21Explicitly require password for SCRAM exchangeDaniel Gustafsson
2024-03-21Refactor SASL exchange to return tri-state statusDaniel Gustafsson
2024-01-09Add new function, PQchangePassword(), to libpqJoe Conway
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-07-17Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.Tom Lane
2023-07-09Remove obsolete comment and code from fe-auth.c.Thomas Munro
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-03-09Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connect.cMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Clean up error message reported after \password encryption failure.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-10Add more sanity checks in SASL exchangesMichael Paquier
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-05Fix capitalization of messages, per style guidePeter Eisentraut
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-10-12Fix use of term "verifier"Peter Eisentraut