Another round of testing calls.

Wayne Davison wayned at users.sourceforge.net
Wed Oct 24 05:15:49 EST 2001


On Tue, 23 Oct 2001 mouring at etoh.eviladmin.org wrote:
> *WHAT* other issues *MUST* be address before 3.0 which is
> approaching fast?

I would greatly appreciate it if you'd apply this patch that I first
submitted back in April:

Index: loginrec.c
--- loginrec.c	2001/10/22 06:49:23	1.36
+++ loginrec.c	2001/10/23 19:22:17
@@ -448,6 +448,8 @@
 login_utmp_only(struct logininfo *li)
 {
 	li->type = LTYPE_LOGIN; 
+	/* set the timestamp */
+	login_set_current_time(li);
 # ifdef USE_UTMP
 	utmp_write_entry(li);
 # endif

It sets the time in the logininfo structure so that the "last" log
doesn't get an event with a timestamp of Dec 31, 1969.  This patch
only affects the LOGIN_NEEDS_UTMPX code path.

..wayne..




More information about the openssh-unix-dev mailing list