Re: Server ignores contents of SASLInitialResponse
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael.paquier@gmail.com>,
Noah Misch <noah@leadboat.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-06-05T08:14:17Z
Lists: pgsql-hackers
On 06/05/2017 09:34 AM, Michael Paquier wrote: > On Mon, Jun 5, 2017 at 7:49 AM, Noah Misch <noah@leadboat.com> wrote: >> IMMEDIATE ATTENTION REQUIRED. This PostgreSQL 10 open item is long past due >> for your status update. Please reacquaint yourself with the policy on open >> item ownership[1] and then reply immediately. If I do not hear from you by >> 2017-06-05 23:00 UTC, I will transfer this item to release management team >> ownership without further notice. >> >> [1] https://www.postgresql.org/message-id/20170404140717.GA2675809%40tornado.leadboat.com > > I am planning to look and comment about Heikki's patch tomorrow my > time. The GSS issue requires a back-patch and is actually linked to > what is discussed for SASL. The testing behind it also needs some care > and attention. Thanks. I'll wait for Michael's update tomorrow, and will have a look at this after that. Expect a new status update by Wednesday. - Heikki
Commits
-
Clear auth context correctly when re-connecting after failed auth attempt.
- f44c609ea014 9.6.4 landed
- 1fe1fc449772 9.4.13 landed
- f2fa0c6514b6 9.3.18 landed
- 739cb7f8bfeb 9.5.8 landed
- e6c33d594a00 10.0 landed
-
Fix double-free bug in GSS authentication.
- 3344582e6f16 10.0 landed
-
Abort authentication if the client selected an invalid SASL mechanism.
- 505b5d2f8672 10.0 landed
-
Refactor libpq authentication request processing.
- 61bf96cab063 10.0 cited