summaryrefslogtreecommitdiff
path: root/src/include/libpq/scram.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-02-14Get rid of another unconstify through API changesPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-01-04Refactor channel binding code to fetch cbind_data only when necessaryPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-18Move SCRAM-related name definitions to scram-common.hPeter Eisentraut
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-05Misc cleanup of SCRAM code.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-03-24Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas
2017-03-17Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas