Displaying 20 results from an estimated 10000 matches similar to: "Unnecessary configure option '--(enable|disable)-lastlog'"
2005 Sep 02
1
(4.2p1) Missing -R<path_to_libedit>/lib
Hi,
I tried building the version 4.2p1 on the FreeBSD box.
Even if I executed the configure script with
--with-rpath
and
--with-libedit=/path/to/libedit
the -R options for libedit are NOT added in linking although
that for zlib and OpenSSL are correctly done.
This problem can be easily avoided by editing
openssh-4.2p1/Makefile after executing the configure script.
This means that you
2003 Sep 22
0
MANY obsolete descriptions in INSTALL
Hi, develop members:
When I read the document INSTALL in order to install
OpenSSH-3.7.1p1, I noticed that MANY obsolete descriptions
do remain still now.
(1) The configure options '--with-kerberos4' and
'--with-afs' were obsoleted because Kerberos IV support
and AFS support were removed; however the descriptions
remain still now.
(2) The configure option
2003 May 20
0
One strange configure option for SIA
Hi, develop members:
When I installed OpenSSH after reading the document INSTALL,
I found one typo in this document. The configure option for
OSF1's Security Integration Architecture is -ofssia,
NOT -sia.
The following is the patch for fixing this typo:
---(cut here)---
--- INSTALL.orig Thu Jul 25 13:36:25 2002
+++ INSTALL Wed May 21 06:21:12 2003
@@ -125,3 +125,3 @@
---with-sia,
2005 Aug 09
1
(4.1p1) Building failure with libedit on FreeBSD 4.x-RELEASE
Hi,
I've noticed that building 4.1p1 fails on FreeBSD 4.x if the
libedit support is enabled by the "--with-libedit" configure
option.
I tried to build OpenSSH-4.1p1 under the following environment:
CPU: i386 family
OS: FreeBSD 4.11-RELEASE
Compiler: gcc-2.95.4 (/usr/bin/gcc)
----
libedit: (located at /usr/lib/)
Building fails with the following messages:
----------
gcc
2014 Sep 17
5
[Bug 2278] New: 'configure --disable-lastlog' should mark PrintLastLog as unsupported in servconf.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2278
Bug ID: 2278
Summary: 'configure --disable-lastlog' should mark PrintLastLog
as unsupported in servconf.c
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
2006 Mar 03
0
[PATCH] contrib/cygwin/ssh-host-config: Handle lastlog with more care
Hi,
below is a patch to Cygwin's ssh-host-config file. So far this script
allowed to have a lastlog file as well as a lastlog dir, whatever the
user preferred. This is no problem as long as ssh is the only
application using lastlog, but that's nothing we can be sure about, so
we decided to restrict lastlog to being a file in a Cygwin installation.
This also allows reliable porting and
2001 Sep 06
1
lastlog on Solaris with PAM (patch included)
On Solaris, the pam_unix module includes a pam_session which updates the
lastlog file. Since OpenSSH calls pam_session before reading the lastlog
file, SSH logins to systems with this configuration (as well as similar
ones, I'd imagine) report the last login time and remote host as the values
from the current session.
My solution to this problem is to call pam_open_session in the child,
2010 Sep 13
5
[Bug 1817] New: lastlog is not recorded with the big uid
https://bugzilla.mindrot.org/show_bug.cgi?id=1817
Summary: lastlog is not recorded with the big uid
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2001 Jan 30
1
HP-UX lastlog / contrib
Hi,
just built 2.3.0p1 on HP-UX 10.20 more or less smoothly
>From 1.2.3 I had documented --without-lastlog, can't
remember why, broke something.
So I tried my old configure settings for 2.3.0
which seams to break stuff:
loginrec.c:1338: warning: `struct lastlog' declared inside parameter list
some more dereferencing pointers and then Error 1 [of course]
Omitting the
2007 Mar 01
11
Call for release testing.
Hi All.
We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1)
some time next week. This is a mostly a bugfix release, but there is
one new feature:
sshd now allows the enabling and disabling of authentication methods on
a per user, group, host and network basis via the Match directive in
sshd_config.
The bugs fixed are:
#52 ssh hangs on exit.
#1252 sftp returns 0 when
2005 Nov 06
4
Size of /var/log/lastlog
Hi,
Can any of you explain this weirdness:
[root at machine log]# cd /var/log/
[root at machine log]# ls -la|grep last
-r-------- 1 root root 1254130450140 Nov 6 21:44 lastlog
[root at machine log]# du -hs lastlog
52K lastlog
What's up with the output of ls? This is x86_64.
Thanks,
Morten
2005 Sep 06
1
/var/log/lastlog on x86_64
Hi list,
this problem is already known and I'm sorry to bother if an acceptable
workaround was already debated on the list.
I was getting trouble with a 'grep something /var/log*' which caused the
"Memory exhausted" message. With some deeper search I found the lastlog
file in /var/log/ to be 1.2T sized. This seems to come from the
nfsnobody's uid to be 4294967294 on
2000 Dec 28
1
Bug in lastlog printing
Hi,
I just ltraced ssh to see why it prints the lastlog twice instead of one
time. I think the bug seems to be in the parsing of the lastlog-entry
and I especially think that the function lastlog_populate_entry is the
buggy one, but I'm not sure, as I'm not very familar with the code. So
if someone of you, would please trace this bug down and fix it, I would
really appreciate that.
2001 Sep 27
1
AIX lastlog change?
Somewhere between 2.9p1 and 2.9.9p2 there was a change to auth2.c that
removed the userauth_reply() function. There were a few lines of code
in that function, #ifdef'd with WITH_AIXAUTHENTICATE, that handled the
AIX method of lastlog type stuff (specifically, a loginsuccess() call).
There is a similar call in auth1.c, down in do_authentication(), which
is still there in 2.9.9p2.
So with
2001 Sep 12
3
lastlog with hp-ux 10.20
i haven't heard of problems with configure/lastlog on 10.20. i'll copy
the development list as there are folks there who use 10.20.
On Thu, 6 Sep 2001, Jesse Caldwell wrote:
:one last problem with openssh -- building openssh on HPUX 10.20 fails
:on loginrec.c (i don't have the errors handy but i would be more than
:happy to recreate them). i get the same error with 2.9p2 and 9/6/2001
1999 Dec 28
0
FYI: lastlog on AIX
As a general FYI for AIX.
On a vanilla AIX install, you'll need to run ./configure as root
in order to find the lastlog.
The lastlog file is found within /etc/security, with permissions
to allow root and the security group.
2016 Nov 26
3
[Bug 2644] New: [PATCH] set uid for functions that use it to seek in lastlog and wtmp files
https://bugzilla.mindrot.org/show_bug.cgi?id=2644
Bug ID: 2644
Summary: [PATCH] set uid for functions that use it to seek in
lastlog and wtmp files
Product: Portable OpenSSH
Version: 7.2p2
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2013 Dec 04
1
lastlog oddity
This is very odd. I updated a user's workstation yesterday. This morning,
I ran lastlog | grep -v Never, and it shows only another admin and myself,
and that's from days ago, but not the user. It shows her as "Never logged
in". Meanwhile, last does indeed show her logged in (though not today).
Anyone have any ideas?
mark
2010 Jun 03
10
[Bug 1774] New: wtmp and lastlog on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1774
Summary: wtmp and lastlog on AIX
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: defrayable at
2004 Apr 06
1
No motd, lastlog, stored pam messages displayed
Hi
while testing a new pam module i found this problem:
System: Linux 2.4.18/OpenSSH 3.8p1 client/server
The output from do_login() in session.c (motd, lastlog, stored pam
messages) isn't displayed when Privilege Separation is enabled.
I added a fflush(stdout) as the last line of do_login(), now it works.
Frank