summaryrefslogtreecommitdiff
path: root/src/test/kerberos
Commit message (Expand)AuthorAgeFilesLines
* Fix various typosDavid Rowley2023-04-181-1/+1
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-132-31/+303
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-082-303/+31
* Add support for Kerberos credential delegationStephen Frost2023-04-072-31/+303
* For Kerberos testing, disable DNS lookupsStephen Frost2023-04-071-0/+7
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-141-0/+36
* For Kerberos testing, disable reverse DNS lookupStephen Frost2023-03-091-0/+12
* Doc: make src/test/*/README match current reality.Tom Lane2023-02-071-2/+2
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* ci: Change macOS builds from Intel to ARM.Thomas Munro2023-01-011-1/+8
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Introduce SYSTEM_USERMichael Paquier2022-09-291-2/+26
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+15
* Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund2022-09-201-0/+4
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-5/+3
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-311-0/+2
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-12/+12
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-0/+2
* Add missing $Test::Builder::Level settingsPeter Eisentraut2021-09-231-0/+2
* Update src/test/kerberos to account for previous commit.Noah Misch2021-09-101-1/+1
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-291-1/+1
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-5/+3
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-071-25/+54
* Fix some issues with SSL and Kerberos testsMichael Paquier2021-04-061-5/+6
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-051-31/+20
* Simplify TAP tests of kerberos with expected log file contentsMichael Paquier2021-03-221-22/+5
* Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane2021-01-251-0/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-241-4/+10
* Add GSS information to connection authorized log messageStephen Frost2020-12-021-34/+84
* Correct several behavior descriptions in comments.Noah Misch2020-08-151-4/+6
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-111-4/+48
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-061-2/+2
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-041-1/+1
* GSSAPI: Improve documentation and testsStephen Frost2019-04-192-210/+109
* GSSAPI encryption supportStephen Frost2019-04-031-0/+197
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make "kerberos" test suite independent of "localhost" name resolution.Noah Misch2018-08-031-8/+12
* Clarify the README files for the various separate TAP-based test suites.Tom Lane2018-06-191-3/+11
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+1
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-1/+2
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-33/+45
* Tests for Kerberos/GSSAPI authenticationPeter Eisentraut2018-03-064-0/+239