summaryrefslogtreecommitdiff
path: root/src/test/authentication
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-23Add missing $Test::Builder::Level settingsPeter Eisentraut
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-05Make new authentication test case more robust.Tom Lane
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-01-02Update copyright for 2019Bruce Momjian
2018-06-19Clarify the README files for the various separate TAP-based test suites.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-01-23Add installcheck support to more test suitesPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-16Avoid and detect SIGPIPE race in TAP tests.Noah Misch
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-13Use a better way of skipping all subscription tests on WindowsAndrew Dunstan
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-08Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-03-24Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas
2017-03-20Add .gitignore for src/test/authentication/tmp_check.Heikki Linnakangas
2017-03-17Add TAP tests for password-based authentication methods.Heikki Linnakangas