pgsql: Cleanups from the remove-native-krb5 patch

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cleanups from the remove-native-krb5 patch
Date: 2014-03-16 14:23:00
Message-ID: E1WPBxs-00010l-Jt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-03-17 01:44:21 pgsql: Fix advertised dispsize for libpq's sslmode connection parameter
Previous Message Magnus Hagander 2014-03-16 10:48:44 pgsql: Disable RandomizeBaseAddress on MSVC builds