index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ldap
/
t
Age
Commit message (
Expand
)
Author
2023-03-14
libpq: Add support for require_auth to control authorized auth methods
Michael Paquier
2023-01-23
Add a test using ldapbindpasswd in pg_hba.conf
Andrew Dunstan
2023-01-23
Restructure Ldap TAP test
Andrew Dunstan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-31
ci: Change macOS builds from Intel to ARM.
Thomas Munro
2022-12-20
Use existing SSL certs in LDAP tests instead of generating them
Andrew Dunstan
2022-10-20
Make finding openssl program a configure or meson option
Peter Eisentraut
2022-09-20
Refactor PG_TEST_EXTRA logic in autoconf build
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-27
Remove more unused module imports from TAP tests
Daniel Gustafsson
2022-03-09
ldap tests: Add paths for openbsd.
Andres Freund
2022-03-09
ldap tests: Don't run on unsupported operating systems.
Andres Freund
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-19
Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.
Andres Freund
2021-09-23
Add missing $Test::Builder::Level settings
Peter Eisentraut
2021-07-29
Remove the last vestiges of Exporter from PostgresNode
Andrew Dunstan
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-04-07
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-05
Refactor all TAP test suites doing connection checks
Michael Paquier
2020-08-03
Fix rare failure in LDAP tests.
Thomas Munro
2019-09-09
Be more careful about port selection in src/test/ldap/.
Tom Lane
2019-08-08
Fix certificate subjects in ldap test
Andrew Dunstan
2019-08-06
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
Tom Lane
2019-08-04
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-07-25
Fix LDAP test instability.
Thomas Munro
2019-03-25
Add MacPorts support to src/test/ldap tests.
Thomas Munro
2018-11-13
Fix handling of HBA ldapserver with multiple hostnames.
Thomas Munro
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-25
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-03-03
Prevent LDAP and SSL tests from running without support in build
Peter Eisentraut
2018-02-13
In LDAP test, restart after pg_hba.conf changes
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2017-10-13
Log diagnostic messages if errors occur during LDAP auth.
Peter Eisentraut
2017-09-15
src/test/ldap: Fix test function in Linux port
Alvaro Herrera
2017-09-15
Add LDAP authentication test suite
Peter Eisentraut