mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
This commit is contained in:
@ -37,7 +37,7 @@
|
|||||||
* to the encoding being used, whatever that is. We cannot avoid that in
|
* to the encoding being used, whatever that is. We cannot avoid that in
|
||||||
* general, after logging in, but let's do what we can here.
|
* general, after logging in, but let's do what we can here.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/backend/libpq/auth-scram.c
|
* src/backend/libpq/auth-scram.c
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* base64.c
|
* base64.c
|
||||||
* Encoding and decoding routines for base64 without whitespace.
|
* Encoding and decoding routines for base64 without whitespace.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001-2016, PostgreSQL Global Development Group
|
* Copyright (c) 2001-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* backend, for implement the Salted Challenge Response Authentication
|
* backend, for implement the Salted Challenge Response Authentication
|
||||||
* Mechanism (SCRAM), per IETF's RFC 5802.
|
* Mechanism (SCRAM), per IETF's RFC 5802.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/common/scram-common.c
|
* src/common/scram-common.c
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Encoding and decoding routines for base64 without whitespace
|
* Encoding and decoding routines for base64 without whitespace
|
||||||
* support.
|
* support.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 2001-2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 2001-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* src/include/common/base64.h
|
* src/include/common/base64.h
|
||||||
*/
|
*/
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
* scram-common.h
|
* scram-common.h
|
||||||
* Declarations for helper functions used for SCRAM authentication
|
* Declarations for helper functions used for SCRAM authentication
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/include/common/relpath.h
|
* src/include/common/scram-common.h
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* scram.h
|
* scram.h
|
||||||
* Interface to libpq/scram.c
|
* Interface to libpq/scram.c
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* src/include/libpq/scram.h
|
* src/include/libpq/scram.h
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* fe-auth-scram.c
|
* fe-auth-scram.c
|
||||||
* The front-end (client) implementation of SCRAM authentication.
|
* The front-end (client) implementation of SCRAM authentication.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
|
Reference in New Issue
Block a user