Re: [PATCH v1] GSSAPI encryption support

From: Robbie Harwood <rharwood(at)redhat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH v1] GSSAPI encryption support
Date: 2016-03-30 04:01:50
Message-ID: jlgh9fo62c1.fsf@thriss.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello friends,

A new version of my GSSAPI encryption patchset is available, both in
this email and on my github:
https://github.com/frozencemetery/postgres/tree/feature/gssencrypt9

This version is intended to address David's review suggestions:

- The only code change (not counting SGML and comments) is that I've
resolved the pre-existing "XXX: Should we loop and read all messages?"
comment in the affirmative by... looping and reading all messages in
pg_GSS_error. Though commented on as part of the first patch, this is
bundled with the rest of the auth cleanup since the first patch is
code motion only.

- Several changes to comments, documentation rewordings, and whitespace
additions. I look forward to finding out what needs even more of the
same treatment. Of all the changesets I've posted thus far, this
might be the one for which it makes the most sense to see what changed
by diffing from the previous changeset.

Thanks!

Attachment Content-Type Size
v9-0001-Move-common-GSSAPI-code-into-its-own-files.patch text/x-diff 13.4 KB
v9-0002-Connection-encryption-support-for-GSSAPI.patch text/x-diff 41.2 KB
v9-0003-GSSAPI-authentication-cleanup.patch text/x-diff 6.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2016-03-30 04:06:34 Re: Sequence Access Method WIP
Previous Message Kyotaro HORIGUCHI 2016-03-30 04:01:03 Re: PATCH: index-only scans with partial indexes