Displaying 2 results from an estimated 2 matches for "eisenmenger".
2004 Apr 08
3
patch for "gone - no logout" output from last(1)
...other, better versions that have already found their way here. If so,
then I apologize for wasting your time. I did try to be good and wrap the
change in an appropriate #ifdef, and the change is very simple - just using
UT_LINESIZE for the length of the array if it is defined.
-John
--
John P. Eisenmenger
jpe at eisenmenger.org
*** openssh-3.7.1p2/loginrec.c.orig Sun Jul 6 01:20:46 2003
--- openssh-3.7.1p2/loginrec.c Wed Apr 7 19:35:43 2004
***************
*** 1349,1355 ****
--- 1349,1359 ----
syslogin_perform_logout(struct logininfo *li)
{
# ifdef HAVE_LOGOUT
+ # ifdef UT_LINESIZE
+ char...
2004 Apr 28
1
[Bug 855] doesn't properly log logout event in utmp entry when pts bigger than 999
http://bugzilla.mindrot.org/show_bug.cgi?id=855
Summary: doesn't properly log logout event in utmp entry when pts
bigger than 999
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: