postgresql/src/include/libpq
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication
Support for SCM credential authentication has been removed in the
backend in 9.1, and libpq has kept some code to handle it for
compatibility.

Commit be4585b, that did the cleanup of the backend code, has done
so because the code was not really portable originally.  And, as there
are likely little chances that this is used these days, this removes the
remaining code from libpq.  An error will now be raised by libpq if
attempting to connect to a server that returns AUTH_REQ_SCM_CREDS,
instead.

References to SCM credential authentication are removed from the
protocol documentation.  This removes some meson and configure checks.

Author: Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/ZBLH8a4otfqgd6Kn@paquier.xyz
2023-03-17 10:52:26 +09:00
..
auth.h Add a hook for modifying the ldapbind password 2023-03-15 16:37:28 -04:00
be-fsstubs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
be-gssapi-common.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
crypt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
hba.h Store IdentLine->pg_user as an AuthToken 2023-01-16 13:58:07 +09:00
ifaddr.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq-be-fe-helpers.h Add helper library for use of libpq inside the server environment 2023-01-23 19:25:23 -08:00
libpq-be.h Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 2023-02-15 10:12:16 +09:00
libpq-fs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
libpq.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pqcomm.h libpq: Remove code for SCM credential authentication 2023-03-17 10:52:26 +09:00
pqformat.h Change argument type of pq_sendbytes from char * to void * 2023-02-14 13:32:19 +01:00
pqmq.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pqsignal.h Retire PG_SETMASK() macro. 2023-02-03 11:29:46 +13:00
sasl.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
scram.h Update copyright for 2023 2023-01-02 15:00:37 -05:00