Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules/pam_ssh This takes a provider now



details:   https://anonhg.NetBSD.org/src/rev/4c0581bb3210
branches:  trunk
changeset: 745268:4c0581bb3210
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 27 03:25:08 2020 +0000

description:
This takes a provider now

diffstat:

 lib/libpam/modules/pam_ssh/pam_ssh.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e8283df6bd7a -r 4c0581bb3210 lib/libpam/modules/pam_ssh/pam_ssh.c
--- a/lib/libpam/modules/pam_ssh/pam_ssh.c      Thu Feb 27 02:56:46 2020 +0000
+++ b/lib/libpam/modules/pam_ssh/pam_ssh.c      Thu Feb 27 03:25:08 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pam_ssh.c,v 1.27 2019/06/01 07:15:39 mlelstv Exp $     */
+/*     $NetBSD: pam_ssh.c,v 1.28 2020/02/27 03:25:08 christos Exp $    */
 
 /*-
  * Copyright (c) 2003 Networks Associates Technology, Inc.
@@ -38,7 +38,7 @@
 #ifdef __FreeBSD__
 __FBSDID("$FreeBSD: src/lib/libpam/modules/pam_ssh/pam_ssh.c,v 1.40 2004/02/10 10:13:21 des Exp $");
 #else
-__RCSID("$NetBSD: pam_ssh.c,v 1.27 2019/06/01 07:15:39 mlelstv Exp $");
+__RCSID("$NetBSD: pam_ssh.c,v 1.28 2020/02/27 03:25:08 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -68,7 +68,7 @@
 #include "authfile.h"
 
 #define ssh_add_identity(auth, key, comment) \
-       ssh_add_identity_constrained(auth, key, comment, 0, 0, 0)
+       ssh_add_identity_constrained(auth, key, comment, 0, 0, 0, "pam")
 
 extern char **environ;
 



Home | Main Index | Thread Index | Old Index