postgresql/src/include/libpq
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation"
This reverts commit 3d03b24c3 (Revert Add support for Kerberos
credential delegation) which was committed on the grounds of concern
about portability, but on further review and discussion, it's clear that
we are better off explicitly requiring MIT Kerberos as that appears to
be the only GSSAPI library currently that's under proper maintenance
and ongoing development.  The API used for storing credentials was added
to MIT Kerberos over a decade ago while for the other libraries which
appear to be mainly based on Heimdal, which exists explicitly to be a
re-implementation of MIT Kerberos, the API never made it to a released
version (even though it was added to the Heimdal git repo over 5 years
ago..).

This post-feature-freeze change was approved by the RMT.

Discussion: https://postgr.es/m/ZDDO6jaESKaBgej0%40tamriel.snowman.net
2023-04-13 08:55:07 -04:00
..
auth.h De-Revert "Add support for Kerberos credential delegation" 2023-04-13 08:55:07 -04:00
be-fsstubs.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
be-gssapi-common.h De-Revert "Add support for Kerberos credential delegation" 2023-04-13 08:55:07 -04: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 De-Revert "Add support for Kerberos credential delegation" 2023-04-13 08:55:07 -04: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 Copy and store addrinfo in libpq-owned private memory 2023-03-29 21:41:27 +02: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 Make SCRAM iteration count configurable 2023-03-27 09:46:29 +02:00