Subject: CVS commit: src/lib/libpam/modules/pam_lastlog
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/05/2005 20:32:41
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.