Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2017-06-08 Improve authentication error messages. Heikki Linnakangas 10.0
2017-05-08 Remove support for password_encryption='off' / 'plain'. Heikki Linnakangas 10.0
2017-05-07 Fix memory leaks if random salt generation fails. Heikki Linnakangas 10.0
2017-05-05 Misc cleanup of SCRAM code. Heikki Linnakangas 10.0
2017-05-05 Don't use SCRAM-specific "e=invalid-proof" on invalid password. Heikki Linnakangas 10.0
2017-05-03 Add PQencryptPasswordConn function to libpq, use it in psql and createuser. Heikki Linnakangas 10.0
2017-04-28 Misc SCRAM code cleanups. Heikki Linnakangas 10.0
2017-04-21 Change the on-disk format of SCRAM verifiers to conform to RFC 5803. Heikki Linnakangas 10.0
2017-04-18 Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. Heikki Linnakangas 10.0
2017-04-13 Improve the SASL authentication protocol. Heikki Linnakangas 10.0
2017-04-13 Minor cleanup of backend SCRAM code. Heikki Linnakangas 10.0
2017-04-07 Use SASLprep to normalize passwords for SCRAM authentication. Heikki Linnakangas 10.0
2017-04-06 Remove bogus SCRAM_ITERATION_LEN constant. Heikki Linnakangas 10.0
2017-03-24 Allow SCRAM authentication, when pg_hba.conf says 'md5'. Heikki Linnakangas 10.0
2017-03-17 Allow plaintext 'password' authentication when user has a SCRAM verifier. Heikki Linnakangas 10.0
2017-03-07 Fix comments in SCRAM-SHA-256 patch. Heikki Linnakangas 10.0
2017-03-07 Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 10.0