Commits

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

DateSubjectAuthorReleases
2019-04-23 Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 Michael Paquier 10.8
2017-08-07 Don't allow logging in with empty password. Heikki Linnakangas 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-05-08 Remove support for password_encryption='off' / 'plain'. Heikki Linnakangas 10.0
2017-05-03 Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 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-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-12 Add "break"s to make it clearer what will happen in a nested switch. Tom Lane 10.0
2017-03-07 Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 10.0
2017-02-02 Silence compiler warning. Heikki Linnakangas 10.0
2017-02-01 Replace isMD5() with a more future-proof way to check if pw is encrypted. Heikki Linnakangas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-12 Refactor the code for verifying user's password. Heikki Linnakangas 10.0
2016-12-08 Clean up password authentication code a bit. Heikki Linnakangas 10.0
2016-12-05 Replace PostmasterRandom() with a stronger source, second attempt. Heikki Linnakangas 10.0
2016-09-02 Move code shared between libpq and backend from backend/libpq/ to common/. Heikki Linnakangas 10.0