summaryrefslogtreecommitdiff
path: root/src/test/authentication
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-03Fix an assortment of typosDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-29Fix instable 006_login_trigger.pl testAlexander Korotkov
2023-10-17Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov
2023-10-16List 006_login_trigger.pl test for mesonAlexander Korotkov
2023-10-16Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov
2023-10-16Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
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