- (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
report by chris@by-design.net
- (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
+ - (tim) [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()
+ report by rodney@bond.net
20020712
- (tim) [Makefile.in] quiet down install-files: and check-user:
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2365 2002/07/14 22:33:20 tim Exp $
+$Id: ChangeLog,v 1.2366 2002/07/14 22:50:51 tim Exp $
#include "log.h"
#include "atomicio.h"
-RCSID("$Id: loginrec.c,v 1.41 2002/07/14 22:33:20 tim Exp $");
+RCSID("$Id: loginrec.c,v 1.42 2002/07/14 22:50:51 tim Exp $");
#ifdef HAVE_UTIL_H
# include <util.h>
/* Logouts are recorded as a blank username on a particular line.
* So, we just need to find the username in struct utmpx */
if ( wtmpx_islogin(li, &utx) ) {
+ found = 1;
# ifdef HAVE_TV_IN_UTMPX
li->tv_sec = utx.ut_tv.tv_sec;
# else