Displaying 5 results from an estimated 5 matches for "have_logout".
2004 Apr 28
1
[Bug 855] doesn't properly log logout event in utmp entry when pts bigger than 999
...fix issue:
diff -urN openssh-3.8p1.org/loginrec.c openssh-3.8p1/loginrec.c
--- openssh-3.8p1.org/loginrec.c 2004-04-29 01:06:46.350105456 +0200
+++ openssh-3.8p1/loginrec.c 2004-04-29 01:07:37.357351176 +0200
@@ -1354,7 +1354,7 @@
syslogin_perform_logout(struct logininfo *li)
{
# ifdef HAVE_LOGOUT
- char line[8];
+ char line[LINFO_LINESIZE];
(void)line_stripname(line, li->line, sizeof(line));
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Apr 08
3
patch for "gone - no logout" output from last(1)
...s 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 line[UT_LINESIZE];
+ # else
char line[8];
+ # endif
(void)line_stripname(line, li->line, sizeof(line));
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit
SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find
libedit) for otherwise identical setups.
1. How can I get the output set up to look at conftest.c?
2. I added a set -x to configure above LIBEDIT_MSG=no
3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...#define HAVE_LIBNSL 1
/* #undef HAVE_LIBPAM */
/* #undef HAVE_LIBSECTOK */
/* #undef HAVE_LIBSOCKET */
/* #undef HAVE_LIBUTIL_H */
/* #undef HAVE_LIBXNET */
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
/* #undef HAVE_LOGIN_CAP_H */
/* #undef HAVE_LOGIN_GETCAPBOOL */
/* #undef HAVE_LOGIN_H */
#define HAVE_LOGOUT 1
#define HAVE_LOGWTMP 1
/* #undef HAVE_MAILLOCK_H */
/* #undef HAVE_MD5_CRYPT */
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDTEMP 1
#define HAVE_MMAP 1
/* #undef HAVE_NDIR_H */
#define HAVE_NETDB_H 1
/* #undef HAVE_NETGROUP_H */
#define HAVE_NETINET_IN_SYSTM_H 1
/* #undef HAVE_N...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...MP 1
#define HAVE_ID_IN_UTMPX 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_NTOP 1
#define HAVE_INT64_T 1
#define HAVE_INTXX_T 1
#define HAVE_IN_ADDR_T 1
#define HAVE_LASTLOG_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
#define HAVE_LOGIN 1
#define HAVE_LOGOUT 1
#define HAVE_LOGWTMP 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMMOVE 1
#define HAVE_MKDTEMP 1
#define HAVE_MMAP 1
#define HAVE_MODE_T 1
#define HAVE_NANOSLEEP 1
#define HAVE_NETDB_H 1
#define HAVE_OPENPTY 1
#define HAVE_OPENSSL 1
#define HAVE_PATHS_H 1
#define HAVE_PID_...