Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55acfcb

Browse files
committed
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
1 parent5ee2197 commit55acfcb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

‎src/backend/libpq/auth-scram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* to the encoding being used, whatever that is. We cannot avoid that in
3838
* general, after logging in, but let's do what we can here.
3939
*
40-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
40+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
4141
* Portions Copyright (c) 1994, Regents of the University of California
4242
*
4343
* src/backend/libpq/auth-scram.c

‎src/common/base64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* base64.c
44
* Encoding and decoding routines for base64 without whitespace.
55
*
6-
* Copyright (c) 2001-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2001-2017, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION

‎src/common/scram-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* backend, for implement the Salted Challenge Response Authentication
77
* Mechanism (SCRAM), per IETF's RFC 5802.
88
*
9-
* Portions Copyright (c)2016, PostgreSQL Global Development Group
9+
* Portions Copyright (c)2017, PostgreSQL Global Development Group
1010
*
1111
* IDENTIFICATION
1212
* src/common/scram-common.c

‎src/include/common/base64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Encoding and decoding routines for base64 without whitespace
44
* support.
55
*
6-
* Portions Copyright (c) 2001-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2001-2017, PostgreSQL Global Development Group
77
*
88
* src/include/common/base64.h
99
*/

‎src/include/common/scram-common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* scram-common.h
44
*Declarations for helper functions used for SCRAM authentication
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* src/include/common/relpath.h
9+
* src/include/common/scram-common.h
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/include/libpq/scram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* scram.h
44
* Interface to libpq/scram.c
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* src/include/libpq/scram.h

‎src/interfaces/libpq/fe-auth-scram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* fe-auth-scram.c
44
* The front-end (client) implementation of SCRAM authentication.
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp