search for: utmpx_file

Displaying 20 results from an estimated 21 matches for "utmpx_file".

Did you mean: utmp_file
2010 Mar 06
7
[Bug 1732] New: Proper utmpx support for FreeBSD HEAD
https://bugzilla.mindrot.org/show_bug.cgi?id=1732 Summary: Proper utmpx support for FreeBSD HEAD Product: Portable OpenSSH Version: 5.4p1 Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: ed
2009 Dec 25
2
[openssh-portable] utmpx and ut_name
Hello OpenSSH hackers, The last couple of weeks I've been figuring out how hard it is to replace FreeBSD's <utmp.h> with <utmpx.h>. I don't think utmpx is perfect, but at least it's better than what we have now and at least it has gone through some form of standardisation. I noticed POSIX says the following [1]: | The <utmpx.h> header shall define the utmpx
1999 Dec 21
0
Problem with UTMP recording
...file detected by autoconf */ #ifndef _PATH_LASTLOG # ifdef LASTLOG_LOCATION # define _PATH_LASTLOG LASTLOG_LOCATION # endif #endif /* Use utmpx if supported */ #ifdef HAVE_UTMPX_H # define UTMP_STR utmpx #else # ifdef HAVE_UTMP_H # define UTMP_STR utmp # endif #endif #ifndef _PATH_UTMP # ifdef UTMPX_FILE # define _PATH_UTMP UTMPX_FILE # else # ifdef UTMP_FILE # define _PATH_UTMP UTMP_FILE # else # define _PATH_UTMP "/var/adm/utmp" # endif # endif #endif #ifndef _PATH_WTMP # ifdef WTMPX_FILE # define _PATH_WTMP WTMPX_FILE # else # ifdef WTMP_FILE # define _PATH_WTMP WTMP_FILE...
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre20 has been released at: http://violet.ibs.com.au/openssh/files/ This release integrates more of Andre Lucas' portability patch, Ben Taylor's utmpx patch and some cleanups and bugfixes of my own. The auth-passwd failures should be fixed, as should lastlog support on NetBSD. Since Andre Lucas' patch included platform
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 openssh-1.2.1pre20 has been released at: http://violet.ibs.com.au/openssh/files/ This release integrates more of Andre Lucas' portability patch, Ben Taylor's utmpx patch and some cleanups and bugfixes of my own. The auth-passwd failures should be fixed, as should lastlog support on NetBSD. Since Andre Lucas' patch included platform
2004 Aug 02
0
Problem building OpenSSH-3.8p1 on AIX 4.2.1 and 4.3.3 systems
...-c -O2 -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 "/usr/include/utmpx.h", line 90.8: 1506-334 (S) Identifier utmp_data has already been defined on line 90 of "/usr/include/utmp.h". "configure", line 16981.16: 1506-045 (S) Undeclared identifier UTMPX_FILE. I am not sure how this should be done properly, so I just commented out these three lines in 'includes.h': #ifdef HAVE_UTMP_H # include <utmp.h> #endif After this (rude) change everything compiled and built fine and seems to work OK. There is no such problem on AIX 5.1 L systems...
2010 Jan 13
1
[Patch] Make OpenSSH work with FreeBSD's utmpx implementation
...stlog handling isn't standardized at all, which is why we took the liberty to integrate all these databases into a compact API, where setutxdb() can be used to switch to a different database and getutxuser() to search for a USER_PROCESS matching a certain user. In addition, we don't define UTMPX_FILE, because we don't want to allow applications to interact with the database files directly. This definition seems to be required by OpenSSH, even though it is not used in a sensible way. The attached patch makes OpenSSH from CVS build on FreeBSD HEAD again. It would be nice if it could be incor...
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
...we need to convert IPv4 in IPv6-mapped addresses... yes (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... no checking if your system defines WTMPX_FILE... no updating cache ./config.cache creating ./config.status creating Makefile creating ssh_prng_cmds creating config.h OpenSSH configured has been configured with the following options. User binaries: /usr/local/bin...
2000 Jul 03
0
FreeBSD 3.5-STABLE
...need to convert IPv4 in IPv6-mapped addresses... no (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... no checking if your system defines WTMP_FILE... no checking if your system defines UTMPX_FILE... no checking if your system defines WTMPX_FILE... no updating cache ./config.cache creating ./config.status creating Makefile creating ssh_prng_cmds creating config.h OpenSSH configured has been configured with the following options. User binaries: /usr/local/bin System binaries: /usr/lo...
2001 Oct 26
2
problems building on solaris 2.6
.... no (default) checking whether to install ssh as suid root... yes checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... no checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating openbsd-compat/Makefile config.status: creating scard/Makefile config.status: creating ssh_prng_cmds config.status: creating config.h OpenSSH has be...
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
.... no (default) checking whether to install ssh as suid root... yes checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... no checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... yes checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... atno updating cache ./config.cache creating ./config.status acreating Makefile creating openbsd-compat/Makefile creating ssh_prng...
2001 Jul 16
0
No subject
...23: checking if your system defines UTMP_FILE configure:8438: cc -c -g -I/usr/local/ssl/include conftest.c 1>&5 configure:8473: checking if your system defines WTMP_FILE configure:8488: cc -c -g -I/usr/local/ssl/include conftest.c 1>&5 configure:8524: checking if your system defines UTMPX_FILE configure:8542: cc -c -g -I/usr/local/ssl/include conftest.c 1>&5 cc: Error: configure, line 8538: In the initializer for utmpx, "UTMPX_FILE" is not declared. (undeclared) char *utmpx = UTMPX_FILE; ---------------^ configure: failed program was: #line 8526 "configure"...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...compile) 2>&5; }; then +if { (eval echo configure:6123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 else @@ -6135,9 +6155,9 @@ echo $ac_n "checking if your system defines UTMPX_FILE""... $ac_c" 1>&6 -echo "configure:6139: checking if your system defines UTMPX_FILE" >&5 +echo "configure:6159: checking if your system defines UTMPX_FILE" >&5 cat > conftest.$ac_ext <<EOF -#line 6141 "configure" +#line 6161...
2000 Oct 04
0
2.2.0p1 chroot patch
...compile) 2>&5; }; then +if { (eval echo configure:6348: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 else @@ -6360,9 +6380,9 @@ echo $ac_n "checking if your system defines UTMPX_FILE""... $ac_c" 1>&6 -echo "configure:6364: checking if your system defines UTMPX_FILE" >&5 +echo "configure:6384: checking if your system defines UTMPX_FILE" >&5 cat > conftest.$ac_ext <<EOF -#line 6366 "configure" +#line 6386...
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
..... no (default) checking whether to install ssh as suid root... no checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... no checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... yes checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking for executable suffix... (cached) no creating ./config.status creating Makefile creating openbsd-compat/Makefile creating ssh_prng_cmds cr...
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
..... no (default) checking whether to install ssh as suid root... no checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... no checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... yes checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no updating cache ./config.cache creating ./config.status creating Makefile creating openbsd-compat/Makefile creating ssh_prng_cmds...
2005 Mar 15
18
[Bug 1001] Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS
http://bugzilla.mindrot.org/show_bug.cgi?id=1001 Summary: Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: ssh
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...we need to convert IPv4 in IPv6-mapped addresses... no (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... no checking if your system defines WTMP_FILE... no checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... no configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openbsd-compat/Makefile config.status: creating scard/Makefile config.status...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...if we need to convert IPv4 in IPv6-mapped addresses... no (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... yes checking if your system defines UTMP_FILE... no checking if your system defines WTMP_FILE... no checking if your system defines UTMPX_FILE... no checking if your system defines WTMPX_FILE... no configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openbsd-compat/Makefile config.status: creating scard/Makefile config.status:...
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
...f we need to convert IPv4 in IPv6-mapped addresses... no (default) checking if your system defines LASTLOG_FILE... no checking if your system defines _PATH_LASTLOG... no checking if your system defines UTMP_FILE... yes checking if your system defines WTMP_FILE... yes checking if your system defines UTMPX_FILE... yes checking if your system defines WTMPX_FILE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating openbsd-compat/Makefile config.status: creating scard/Makefile config.status: creating ssh_prng_cmds config.status: creating config.h ------- You...