postgresql/src/include/libpq
Daniel Gustafsson 6d16f9deba Make SASL max message length configurable
The proposed OAUTHBEARER SASL mechanism will need to allow larger
messages in the exchange, since tokens are sent directly by the
client.  Move this limit into the pg_be_sasl_mech struct so that
it can be changed per-mechanism.

Author: Jacob Champion <jacob.champion@enterprisedb.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAOYmi+nqX_5=Se0W0Ynrr55Fha3CMzwv_R9P3rkpHb=1kG7ZTQ@mail.gmail.com
2024-10-23 16:10:27 +02:00
..
auth.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
be-fsstubs.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
be-gssapi-common.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
crypt.h Restrict password hash length. 2024-10-07 10:56:16 -05:00
hba.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
ifaddr.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
libpq-be-fe-helpers.h Apply more quoting to GUC names in messages 2024-09-04 13:50:44 +09:00
libpq-be.h Avoid mixing custom and OpenSSL BIO functions 2024-10-11 21:58:58 +02:00
libpq-fs.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
libpq.h Harmonize function parameter names for Postgres 17. 2024-06-12 17:01:51 -04:00
pqcomm.h Add PQfullProtocolVersion() to surface the precise protocol version. 2024-09-09 11:54:55 -04:00
pqformat.h Remove unused 'countincludesself' argument to pq_sendcountedtext() 2024-03-04 12:56:05 +02:00
pqmq.h Replace BackendIds with 0-based ProcNumbers 2024-03-03 19:38:22 +02:00
pqsignal.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
protocol.h Use PqMsg_* macros in more places. 2024-07-17 10:51:00 -05:00
sasl.h Make SASL max message length configurable 2024-10-23 16:10:27 +02:00
scram.h Update copyright for 2024 2024-01-03 20:49:05 -05:00