Displaying 14 results from an estimated 14 matches for "conf_lastlog_location".
2010 Jun 03
10
[Bug 1774] New: wtmp and lastlog on AIX
...us: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: defrayable at gmail.com
Created attachment 1852
--> https://bugzilla.mindrot.org/attachment.cgi?id=1852
add conf_wtmp_location and conf_lastlog_location for AIX
Configure doesn't determine the wtmp or the lastlog location on AIX.
Modify configure to explicitly add the paths. add conf_wtmp_location
and conf_lastlog_location for AIX
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail b...
2000 Jun 14
1
OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
Yo All!
I was just trying out OpenSSH 2.1.1p1 on SCO Unixware 7.1.0.
The "configure" dies. See below.
This seems to be the problem:
if test -d "$f" -o -e "$f" ; then
conf_lastlog_location=$f
fi
test is expecting a "shell option" after the "-o".
If I run "/bin/sh ./configure" it fails.
If I run "/bin/bash ./configure it passes.o
Maybe you can break the test up in to 2 parts?
After that it seems to build, install and run fine.
RGDS
GARY
--------...
2002 Mar 12
2
sys/queue.h
...YS_QUEUE_H)
inet6_default_4in6=yes
;;
mips-sony-bsd|mips-sony-newsos4)
@@ -175,7 +173,6 @@
CPPFLAGS="$CPPFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
AC_DEFINE(PAM_SUN_CODEBASE)
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
conf_utmp_location=/etc/utmp
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
@@ -185,7 +182,6 @@
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89"
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(USE_PIPES)
;;
*-sni-sysv*)
@@ -195,7 +191,6 @@
IPADDR_IN_DISPLAY=yes
AC_DE...
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...in.orig Fri Jul 14 21:59:14 2000
--- configure.in Mon Jul 31 23:44:12 2000
***************
*** 137,142 ****
--- 137,147 ----
*-*-sunos4*)
CFLAGS="$CFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
+ conf_utmp_location=/etc/utmp
+ conf_wtmp_location=/var/adm/wtmp
+ conf_lastlog_location=/var/adm/lastlog
+ MANTYPE='$(CATMAN)'
+ mansubdir=cat
;;
*-sni-sysv*)
CFLAGS="$CFLAGS -I/usr/local/include"
***************
*** 216,225 ****
fi
# Checks for header files.
! AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login...
2000 Jul 26
2
[2.1.1p4] utmp related patches plus unresolved bugs description
...+# endif
+# endif
#endif
--- configure.in.orig-2.1.1p4 Sat Jul 15 00:59:14 2000
+++ configure.in Tue Jul 25 00:23:52 2000
@@ -137,6 +137,11 @@
*-*-sunos4*)
CFLAGS="$CFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
+ conf_utmp_location=/etc/utmp
+ conf_wtmp_location=/var/adm/wtmp
+ conf_lastlog_location=/var/adm/lastlog
+ MANTYPE='$(CATMAN)'
+ mansubdir=cat
;;
*-sni-sysv*)
CFLAGS="$CFLAGS -I/usr/local/include"
========================================================================
2001 Mar 22
0
Solaris UseLogin problem
...in 2001/03/18 23:09:28 1.267
+++ configure.in 2001/03/22 21:28:01
@@ -165,6 +165,7 @@
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
AC_DEFINE(PAM_SUN_CODEBASE)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
Index: loginrec.c
===================================================================
RCS file: /cvs/openssh_cvs/loginrec.c,v
retrieving revision 1.32
diff -u -r1.32 loginrec.c
--- loginrec.c 2001/02/22 21:23:2...
2006 Jun 29
1
SunOS 4.1.4 "configure: WARNING" for sys/audit.h and sys/dir.h
...nos4*)
430 CPPFLAGS="$CPPFLAGS -DSUNOS4"
431 AC_CHECK_FUNCS(getpwanam)
432 AC_DEFINE(PAM_SUN_CODEBASE)
+ add this + AC_DEFINE(HAVE_SYS_TYPES_H)
433 conf_utmp_location=/etc/utmp
434 conf_wtmp_location=/var/adm/wtmp
435 conf_lastlog_location=/var/adm/lastlog
436 AC_DEFINE(USE_PIPES)
437 ;;
However, the sys/label.h dependency would take a bit more and I'm
in no hurry to trip over sys/audit.h and sys/labels.h anyway...
Hey - I know SunOS4.1.4 is busted - but it still works for me :)
CONFIGURE WARNIN...
2001 Apr 04
1
Solaris UseLogin problems
...E_LIBUTIL_LOGIN
Index: configure.in
@@ -165,6 +165,8 @@
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
AC_DEFINE(PAM_SUN_CODEBASE)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(LOGIN_NEEDS_TERM)
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
Index: session.c
@@ -126,6 +126,7 @@
void session_proctitle(Session *s);
void do_exec_pty(Session *s, const char *command, struct passwd * pw);
void do_exec_no_pty(Session *s, const char *command, struct pas...
2000 Aug 24
0
patch for a few things
...2:14 2000
***************
*** 134,140 ****
;;
*-*-solaris*)
CFLAGS="$CFLAGS -I/usr/local/include"
! LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib"
need_dash_r=1
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
--- 134,140 ----
;;
*-*-solaris*)
CFLAGS="$CFLAGS -I/usr/local/include"
! LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location=&q...
2001 Apr 29
2
PATCH: UseLogin fix for 2.9p1 (w/improved last-login time)
...++ configure.in 2001/04/29 18:12:36
@@ -153,6 +153,8 @@
LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
need_dash_r=1
AC_DEFINE(PAM_SUN_CODEBASE)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(LOGIN_NEEDS_TERM)
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
AC_MSG_CHECKING(for obsolete utmp and wtmp in solaris2.x)
Index: loginrec.c
--- loginrec.c 2001/02/22 21:23:21 1.32
+++ loginrec.c 2001/04/29 18:12:40
@@ -443,6 +443,27 @@
return 0;
}
+#ifdef LOGIN_NEEDS_UTMPX
+int
+login_utmp_only(struct logininfo *li)
+{
+ li-&...
2001 Feb 07
2
Patch for unformatted manpages
...='$(CATMAN)'
AC_DEFINE(WITH_IRIX_ARRAY)
AC_DEFINE(WITH_IRIX_PROJECT)
AC_DEFINE(WITH_IRIX_AUDIT)
@@ -116,7 +106,6 @@
no_libsocket=1
no_libnsl=1
AC_DEFINE(BROKEN_INET_NTOA)
- mansubdir=man
;;
*-*-linux*)
no_dev_ptmx=1
@@ -171,46 +160,34 @@
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
AC_DEFINE(USE_PIPES)
- MANTYPE='$(CATMAN)'
- mansubdir=cat
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib"
- MANTYPE='$(CATMAN)'
IPADDR_IN_DISPLAY=yes
AC_DEFINE(USE_PIPES)...
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...king for HPUX trusted system password database" >&5
if test -f /tcb/files/auth/system/default; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
@@ -1374,7 +1376,7 @@
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
echo $ac_n "checking for obsolete utmp and wtmp in solaris2.x""... $ac_c" 1>&6
-echo "configure:1378: checking for obsolete utmp and wtmp in solaris2.x" >&5
+echo "configure:1380: checking for obsolete utmp and wtmp in...
2000 Oct 04
0
2.2.0p1 chroot patch
...king for HPUX trusted system password database" >&5
if test -f /tcb/files/auth/system/default; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
@@ -1429,7 +1431,7 @@
# hardwire lastlog location (can't detect it on some versions)
conf_lastlog_location="/var/adm/lastlog"
echo $ac_n "checking for obsolete utmp and wtmp in solaris2.x""... $ac_c" 1>&6
-echo "configure:1433: checking for obsolete utmp and wtmp in solaris2.x" >&5
+echo "configure:1435: checking for obsolete utmp and wtmp in...