Subject: PR/29566 CVS commit: src/lib/libpam/modules/pam_lastlog
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 03/05/2005 20:33:01
The following reply was made to PR bin/29566; it has been noted by GNATS.
From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29566 CVS commit: src/lib/libpam/modules/pam_lastlog
Date: Sat, 5 Mar 2005 20:32:41 +0000 (UTC)
Module Name: src
Committed By: christos
Date: Sat Mar 5 20:32:41 UTC 2005
Modified Files:
src/lib/libpam/modules/pam_lastlog: pam_lastlog.c
Log Message:
PR/29566: Izumi Tsutsui: login(1) shows wrong last-login-from host
Caused by improper initialization of struct lastlogx. Code has been
completely restructured, and we also now use pam_prompt() instead of
printf().
cvs: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.