summaryrefslogtreecommitdiff
path: root/src/test/authentication
Commit message (Expand)AuthorAgeFilesLines
* Make new authentication test case more robust.Tom Lane2020-09-041-0/+1
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-011-2/+26
* Avoid and detect SIGPIPE race in TAP tests.Noah Misch2017-12-162-4/+2
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-172-30/+37
* Use a better way of skipping all subscription tests on WindowsAndrew Dunstan2017-05-132-83/+90
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-081-8/+2
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-182-9/+9
* Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas2017-04-081-2/+3
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-071-0/+98
* Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas2017-03-241-3/+3
* Add .gitignore for src/test/authentication/tmp_check.Heikki Linnakangas2017-03-201-0/+2
* Add TAP tests for password-based authentication methods.Heikki Linnakangas2017-03-173-0/+120