Commits

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

DateSubjectAuthorReleases
2017-08-07 Don't allow logging in with empty password. Heikki Linnakangas 10.0
2017-06-08 Improve authentication error messages. Heikki Linnakangas 10.0
2017-05-25 Abort authentication if the client selected an invalid SASL mechanism. Heikki Linnakangas 10.0
2017-05-19 Fix compilation with --with-bsd-auth. Heikki Linnakangas 10.0
2017-05-08 Remove support for password_encryption='off' / 'plain'. 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-03-24 Allow SCRAM authentication, when pg_hba.conf says 'md5'. Heikki Linnakangas 10.0
2017-03-07 Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 10.0
2016-12-12 Refactor the code for verifying user's password. Heikki Linnakangas 10.0
2016-12-12 Further cleanup from the strong-random patch. Heikki Linnakangas 10.0
2016-12-12 Fix two thinkos related to strong random keys. 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-10-18 Revert "Replace PostmasterRandom() with a stronger way of generating randomness." Heikki Linnakangas 10.0
2016-10-17 Replace PostmasterRandom() with a stronger way of generating randomness. Heikki Linnakangas 10.0
2016-09-02 Move code shared between libpq and backend from backend/libpq/ to common/. Heikki Linnakangas 10.0
2016-08-18 Refactor sendAuthRequest. Heikki Linnakangas 10.0