summaryrefslogtreecommitdiff
path: root/src/test/authentication
AgeCommit message (Expand)Author
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-08Simplify version check for SKIP clauseDaniel Gustafsson
2023-04-08Skip \password TAP test on old IPC::Run versionsDaniel Gustafsson
2023-04-07Test SCRAM iteration changes with psql \passwordDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-13Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.plMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-28Add TAP tests for include directives in HBA end ident filesMichael Paquier
2022-11-25Skip TAP test for peer authentication if there are no unix-domain socketsMichael Paquier
2022-10-24Fix and improve TAP tests for pg_hba.conf and regexpsMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-17Add checks for regexes with user name map in test for peer authenticationMichael Paquier
2022-10-11Add TAP tests for role membership in pg_hba.confMichael Paquier
2022-10-06Refactor TAP test authentication/001_password.plMichael Paquier
2022-10-03Add authentication TAP test for peer authenticationMichael Paquier
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
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