search for: updwtmpx

Displaying 20 results from an estimated 39 matches for "updwtmpx".

Did you mean: updwtmp
2004 Jul 08
1
openssh 3.8.1p1 problem on SCO 5.0.7
...Any user connected via ssh will have two identical login and logout entries. On SCO, login_write() in loginrec.c calls both wtmp_write_entry() and wtmpx_write_entry() (USE_WTMP and USE_WTMPX are defined). wtmp_write_entry() writes the first entry to /etc/wtmp. wtmpx_write_entry() ultimately calls updwtmpx() (HAVE_UPDWTMPX is defined) to write the /etc/wtmpx entry. But updwtmpx() writes entries to both the wtmp and wtmpx files on SCO, so now we have two entries in /etc/wtmp and one in /etc/wtmpx. I'm guessing updwtmpx() then synchronizes wtmpx with wtmp, since a second entry ends up in wtmpx as...
2004 Mar 29
10
[Bug 820] utmp seems to be getting clobbered on logins
http://bugzilla.mindrot.org/show_bug.cgi?id=820 Summary: utmp seems to be getting clobbered on logins Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: ktaylor
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
...time.h sys/ttcompat.h stddef.h util.h utmp.h utmpx.h) # Checks for library functions. -AC_CHECK_FUNCS(arc4random bindresvport_af freeaddrinfo gai_strerror getaddrinfo getnameinfo innetgr md5_crypt mkdtemp openpty rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf _getpty) +AC_CHECK_FUNCS(arc4random bindresvport_af freeaddrinfo gai_strerror getaddrinfo getnameinfo innetgr md5_crypt mkdtemp openpty pututline rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf _getpty) AC_CHECK_FUNC(login, [AC_...
2000 May 20
3
Portable OpenSSH-2.1.0p2
This is to announce the availability of portable OpenSSH-2.1.0p2. This is a bug-fix release, addressing the following issues: - X authentication works again (thanks to Markus Friedl) - Don't touch utmp if utmpx is in use - Fix SIGCHLD problems on AIX and HPUX (Thanks to Tom Bertelson) - HPUX compile fixes (Thanks to Lutz Jaenicke) - Accept an empty shell in /etc/passwd - SunOS4 compile fixes.
2000 May 20
3
Portable OpenSSH-2.1.0p2
This is to announce the availability of portable OpenSSH-2.1.0p2. This is a bug-fix release, addressing the following issues: - X authentication works again (thanks to Markus Friedl) - Don't touch utmp if utmpx is in use - Fix SIGCHLD problems on AIX and HPUX (Thanks to Tom Bertelson) - HPUX compile fixes (Thanks to Lutz Jaenicke) - Accept an empty shell in /etc/passwd - SunOS4 compile fixes.
2000 May 26
4
openssh-2.1.0p2 ans Solaris 8
I have some troubles with subj and proper utmpx/wtmpx functionality. After successfull ssh connect to Solaris 8 box, I run #w 11:59am up 13:45, 1 user, load average: 0.00, 0.01, 0.02 User tty login@ idle JCPU PCPU what root console 11:43am 9 bash # Record about my pts/1 login is absent. Next command I run from Solaris 8 console
1999 Dec 20
2
Portability hacks + alpha HPUX1020 port
...mpx patch, with a few hacks for HPUX compat - Filled out utmp struct as well for above (HP commands still use utmp...) - innetgr() protos if required - #ifdef blocks for innetgr lib function - *snprintf proto definitions if not present (HP) - utmpx compatibility hacks - search for xauth - check for updwtmpx lib func (HP) - check for ttcompat.h (HP) - check environment for mail directory if no maillock.h - variable for custom rsh path (HP uses remsh) - include bsd-login.h for systems w/o login lib func - X11 port forwarding on HPUX - macro to use setreuid() instead of seteuid(), which HP lacks *** Some...
2004 Feb 10
3
[Bug 464] sshd seems to corrupt the wtmpx
http://bugzilla.mindrot.org/show_bug.cgi?id=464 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |793 nThis| | ------- You are receiving this mail because: ------- You are the assignee for the
2000 May 30
0
utmpx bug in openssh-2.1.0p2 using Solaris 8
...ween lines 126 and 190 and check which data structure is actually being written to which file. I'm not familiar with all the differences on various Unices so I'm afraid I can't provide one. Related to that, I wonder why bsd-login.c is actually writing utmpx/wtmpx directly and not using updwtmpx all the time. It does so at the very end of bsd-login.c anyhow, which is the reason why the lines 126-190 can be safely ignored in my case. BTW, I've not subscribed to this list. In case you'd like to reply please be so kind and CC directly to me. Thanks. Cheers, Nils -- Nils Ellmenreich...
2000 Apr 17
0
Problem: Samba 2.0.7pre4 --with-utmp on OSF1
...uring Samba 2.0.7pre4 on a OSF1 machine (actually a DEC Alpha running Digital Unix 4.0d) with --with-utmp. The autoconf system sets the variable HAVE_UTMPX_H The linking of smbd aborts with the message ---------------------------------------------------------- ld: Unresolved: getutmpx utmpxname updwtmpx *** Exit 1 ---------------------------------------------------------- If I insert into smbd/connection.c ---------------------------------------------------------- #if defined (OSF1) #undef HAVE_UTMPX_H #endif ---------------------------------------------------------- right after ----------------...
2000 Jan 18
1
Error when compiling for Solaris7
...r setenv... (cached) no checking for seteuid... (cached) yes checking for setlogin... (cached) no checking for setproctitle... (cached) no checking for setreuid... (cached) yes checking for snprintf... (cached) yes checking for strlcat... (cached) no checking for strlcpy... (cached) no checking for updwtmpx... (cached) yes checking for vsnprintf... (cached) yes checking for _getpty... (cached) no checking for login... (cached) no checking for login in -lbsd... (cached) no checking for daemon... (cached) no checking for daemon in -lbsd... (cached) no checking size of short int... (cached) 2 checking si...
2000 Apr 18
3
SAMBA digest 2491
At 15:58 00-04-17, you wrote: >Date: Mon, 17 Apr 2000 14:45:07 +0200 >From: werner maes <werner.maes@cc.kuleuven.ac.be> >To: samba@samba.org >Subject: SMBD-error: important?? >Message-ID: <38FB0753.B00F2E49@cc.kuleuven.ac.be> >MIME-Version: 1.0 >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > >Hello, > >When I
2002 Dec 25
1
Trouble installing samba
...gettimeofday takes tz argument... no > checking for __va_copy... no > checking for C99 vsnprintf... no > checking for broken readdir... no > checking for utimbuf... yes > checking for pututline... no > checking for pututxline... no > checking for updwtmp... no > checking for updwtmpx... no > checking for getutmpx... no > checking for ut_name in utmp... yes > checking for ut_user in utmp... yes > checking for ut_id in utmp... yes > checking for ut_host in utmp... yes > checking for ut_time in utmp... yes > checking for ut_tv in utmp... yes > checking for...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
..._ macro... yes checking for __FUNCTION__ macro... yes checking if gettimeofday takes tz argument... yes checking for C99 vsnprintf... no checking for broken readdir... no checking for utimbuf... yes checking for pututline... yes checking for pututxline... yes checking for updwtmp... no checking for updwtmpx... no checking for getutmpx... no checking for ut_name in utmp... yes checking for ut_user in utmp... yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... no checking for ut_type in utmp... yes checking for ut_pi...
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A couple of silly errors, and one dangerous bug were in the pre26 release. This release corrects them. http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz If you want RPMs or any of the other files, please use a mirror: http://violet.ibs.com.au/openssh/files/MIRRORS.html Changes: - Using __snprintf is *NOT SAFE* on old Solaris.
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A couple of silly errors, and one dangerous bug were in the pre26 release. This release corrects them. http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz If you want RPMs or any of the other files, please use a mirror: http://violet.ibs.com.au/openssh/files/MIRRORS.html Changes: - Using __snprintf is *NOT SAFE* on old Solaris.
2002 Oct 21
1
compilation probs...
...r __FUNCTION__ macro... yes checking if gettimeofday takes tz argument... no checking for __va_copy... no checking for C99 vsnprintf... no checking for broken readdir... no checking for utimbuf... yes checking for pututline... no checking for pututxline... no checking for updwtmp... no checking for updwtmpx... no checking for getutmpx... no checking for ut_name in utmp... yes checking for ut_user in utmp... yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... yes checking for ut_type in utmp... yes checking for ut_p...
2002 Oct 29
1
Problem running ./configure
...r __FUNCTION__ macro... yes checking if gettimeofday takes tz argument... no checking for __va_copy... no checking for C99 vsnprintf... no checking for broken readdir... no checking for utimbuf... yes checking for pututline... no checking for pututxline... no checking for updwtmp... no checking for updwtmpx... no checking for getutmpx... no checking for ut_name in utmp... yes checking for ut_user in utmp... yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... yes checking for ut_type in utmp... yes checking for ut_p...
2003 Jun 02
2
./configure --with-pam fails allways
...e:9707: checking for __va_copy configure:9742: checking for C99 vsnprintf configure:9801: checking for broken readdir configure:9841: checking for utimbuf configure:9879: checking for pututline configure:9879: checking for pututxline configure:9879: checking for updwtmp configure:9879: checking for updwtmpx configure:9879: checking for getutmpx configure:9933: checking for ut_name in utmp configure:9968: checking for ut_user in utmp configure:10003: checking for ut_id in utmp configure:10038: checking for ut_host in utmp configure:10073: checking for ut_time in utmp configure:10108: checking for ut_tv...
2002 Nov 21
0
please can someone help me?
...__FUNCTION__ macro... no checking if gettimeofday takes tz argument... yes checking for __va_copy... no checking for C99 vsnprintf... no checking for broken readdir... no checking for utimbuf... yes checking for pututline... yes checking for pututxline... yes checking for updwtmp... no checking for updwtmpx... no checking for getutmpx... no checking for ut_name in utmp... yes checking for ut_user in utmp... yes checking for ut_id in utmp... yes checking for ut_host in utmp... yes checking for ut_time in utmp... yes checking for ut_tv in utmp... no checking for ut_type in utmp... yes checking for ut_pi...