pgsql: Cleanups from the remove-native-krb5 patch - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Cleanups from the remove-native-krb5 patch
Date
Msg-id E1WPBxs-00010l-Jt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cleanups from the remove-native-krb5 patch

krb_srvname is actually not available anymore as a parameter server-side, since
with gssapi we accept all principals in our keytab. It's still used in libpq for
client side specification.

In passing remove declaration of krb_server_hostname, where all the functionality
was already removed.

Noted by Stephen Frost, though a different solution than his suggestion

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0294023a6b1c5df7683707a77238ab634d4ea8c1

Modified Files
--------------
doc/src/sgml/client-auth.sgml                 |   15 ++++++++-------
doc/src/sgml/config.sgml                      |   14 --------------
src/backend/libpq/auth.c                      |    1 -
src/backend/utils/misc/guc.c                  |   13 -------------
src/backend/utils/misc/postgresql.conf.sample |    3 +--
src/include/libpq/auth.h                      |    2 --
src/include/libpq/hba.h                       |    1 -
7 files changed, 9 insertions(+), 40 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Disable RandomizeBaseAddress on MSVC builds
Next
From: Tom Lane
Date:
Subject: pgsql: Fix advertised dispsize for libpq's sslmode connection parameter