Re: Password identifiers, protocol aging and SCRAM protocol

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: David Steele <david(at)pgmasters(dot)net>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Password identifiers, protocol aging and SCRAM protocol
Date: 2016-03-14 23:07:53
Message-ID: CAB7nPqTssJpBUZ8g9oUTPJ6RPLCZYFtPypzdYgHL1gtuskxwkw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 14, 2016 at 5:06 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Mon, Mar 14, 2016 at 4:32 PM, David Steele <david(at)pgmasters(dot)net> wrote:
>> Could you provide an updated set of patches for review? Meanwhile I am
>> marking this as "waiting for author".
>
> Sure. I'll provide them shortly with all the comments addressed. Up to
> now I just had a couple of comments about docs and whitespaces, so I
> didn't really bother sending a new set, but this meritates a rebase.

And here they are. I have addressed the documentation and the
whitespaces reported up to now at the same time.
--
Michael

Attachment Content-Type Size
0001-Add-facility-to-store-multiple-password-verifiers.patch text/x-patch 109.8 KB
0002-Introduce-password_protocols.patch text/x-patch 11.4 KB
0003-Add-pg_auth_verifiers_sanitize.patch text/x-patch 5.3 KB
0004-Remove-password-verifiers-for-unsupported-protocols-.patch text/x-patch 1.3 KB
0005-Move-sha1.c-to-src-common.patch text/x-patch 4.0 KB
0006-Refactor-sendAuthRequest.patch text/x-patch 5.5 KB
0007-Refactor-RandomSalt-to-handle-salts-of-different-len.patch text/x-patch 2.0 KB
0008-Move-encoding-routines-to-src-common.patch text/x-patch 22.9 KB
0009-SCRAM-authentication.patch text/x-patch 74.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-14 23:10:58 Re: Timeline following for logical slots
Previous Message Tom Lane 2016-03-14 23:05:13 Re: Fix for OpenSSL error queue bug