File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
* to the encoding being used, whatever that is. We cannot avoid that in
38
38
* general, after logging in, but let's do what we can here.
39
39
*
40
- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
40
+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
41
41
* Portions Copyright (c) 1994, Regents of the University of California
42
42
*
43
43
* src/backend/libpq/auth-scram.c
Original file line number Diff line number Diff line change 3
3
* base64.c
4
4
* Encoding and decoding routines for base64 without whitespace.
5
5
*
6
- * Copyright (c) 2001-2016 , PostgreSQL Global Development Group
6
+ * Copyright (c) 2001-2017 , PostgreSQL Global Development Group
7
7
*
8
8
*
9
9
* IDENTIFICATION
Original file line number Diff line number Diff line change 6
6
* backend, for implement the Salted Challenge Response Authentication
7
7
* Mechanism (SCRAM), per IETF's RFC 5802.
8
8
*
9
- * Portions Copyright (c) 2016 , PostgreSQL Global Development Group
9
+ * Portions Copyright (c) 2017 , PostgreSQL Global Development Group
10
10
*
11
11
* IDENTIFICATION
12
12
* src/common/scram-common.c
Original file line number Diff line number Diff line change 3
3
* Encoding and decoding routines for base64 without whitespace
4
4
* support.
5
5
*
6
- * Portions Copyright (c) 2001-2016 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 2001-2017 , PostgreSQL Global Development Group
7
7
*
8
8
* src/include/common/base64.h
9
9
*/
Original file line number Diff line number Diff line change 3
3
* scram-common.h
4
4
* Declarations for helper functions used for SCRAM authentication
5
5
*
6
- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * src/include/common/relpath .h
9
+ * src/include/common/scram-common .h
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
Original file line number Diff line number Diff line change 3
3
* scram.h
4
4
* Interface to libpq/scram.c
5
5
*
6
- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* src/include/libpq/scram.h
Original file line number Diff line number Diff line change 3
3
* fe-auth-scram.c
4
4
* The front-end (client) implementation of SCRAM authentication.
5
5
*
6
- * Portions Copyright (c) 1996-2016 , PostgreSQL Global Development Group
6
+ * Portions Copyright (c) 1996-2017 , PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
8
*
9
9
* IDENTIFICATION
You can’t perform that action at this time.
0 commit comments