Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Date: 2017-03-07 13:25:15
Message-ID: a02256d0-5b6f-a4e7-04f9-faeb955d3140@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 03/07/2017 03:08 PM, Amit Kapila wrote:
> On Tue, Mar 7, 2017 at 5:56 PM, Heikki Linnakangas
> <heikki(dot)linnakangas(at)iki(dot)fi> wrote:
>> Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
>>
>
> + * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
> + * Portions Copyright (c) 1994, Regents of the University of California
> + *
> + * src/backend/libpq/auth-scram.c
>
> Year in the copyright notice needs to be updated:
> /2016/2017
>
> I could see the same problem with other newly added files.

Ah, time flies..

> + * scram-common.h
> + * Declarations for helper functions used for SCRAM authentication
> + *
> + * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
> + * Portions Copyright (c) 1994, Regents of the University of California
> + *
> + * src/include/common/relpath.h
>
> file name in directory path is not matching actual file name.

Fixed, thanks!

- Heikki

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-03-07 14:06:44 pgsql: Allow pg_dumpall to dump roles w/o user passwords
Previous Message Heikki Linnakangas 2017-03-07 13:25:02 pgsql: Fix comments in SCRAM-SHA-256 patch.