File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments