summaryrefslogtreecommitdiff
path: root/src/test/kerberos
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-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-09-23Add missing $Test::Builder::Level settingsPeter Eisentraut
2021-09-10Update src/test/kerberos to account for previous commit.Noah Misch
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
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-06Fix some issues with SSL and Kerberos testsMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-03-21Simplify TAP tests of kerberos with expected log file contentsMichael Paquier
2021-01-25Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-12-02Add GSS information to connection authorized log messageStephen Frost
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-06Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane
2019-08-04Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane
2019-04-20GSSAPI: Improve documentation and testsStephen Frost
2019-04-03GSSAPI encryption supportStephen Frost
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-04Make "kerberos" test suite independent of "localhost" name resolution.Noah Misch
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-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-03-06Tests for Kerberos/GSSAPI authenticationPeter Eisentraut