Displaying 20 results from an estimated 1000 matches similar to: "HP-UX lastlog / contrib"
2000 Apr 24
2
OpenSSH 1.2.3, HPUX 10.20 [TCB]
Hello,
already checked the Mailinglist archive for HPUX Problems, but
havent found exact this: 
./configure --prefix=/opt --without-pam --with-ssl-dir=/opt/OpenSSL
--with-lastlog=/var/adm/wtmp --with-egd-pool=/dev/entropy
--with-tcp-wrappers --with-pid-dir=/var/run --sysconfdir=/etc/ssh
and get after a make:
        gcc -O2 -Wall -D_HPUX_SOURCE -I/usr/local/include -I/opt/include 
2000 Dec 24
2
scp -f / interactive ?
Hi,
% scp -v user at host:file.txt .
[..]
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1
debug: Local version string SSH-1.5-OpenSSH_2.1.1
[..]
debug: Sending command: scp -v -f file.txt
debug: Entering interactive session.
Sending file modes: C0644 3093316 file.txt
Since it 'interactives' the remote user needs a shell. Any workaround?
But more interesting
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
Follow-on to Charles Levert's <charles at comm.polymtl.ca> work on
utmp_write_direct.
Fixed:
  -- At logout, the utmp entry is cleared.   Tested on SunOS 4.1.4. 
     The code I added to loginrec.c is restricted to SUNOS4 pending 
     QA testing on other platforms.
     This patch incorporates the work done by Charles Levert on 
     7/25/2000 00:43:22.   (Do any of us sleep at
2001 Oct 07
3
BadOption failures "annoying"
Hi,
some question about the configuration behaviour of openssh..
sshd.8
     -f configuration_file
             Specifies the name of the configuration file.  The default is
             /etc/sshd_config. sshd refuses to start if there is no configura-
             tion file.
While servconf.c has the routine 
fill_default_server_options(ServerOptions *options)
which sets valid/common options by
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
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 Jul 27
2
bug in lastlog logging?
Folks;
I couldn't find anything on my archive of the mailing list on this,
and it may just be my mis-understanding, but:
When I "ssh machine1 -l user1" as user2 on machine2, if user2 has the
same uid on machine1, then user2's name ends up in lastlog, instead of
user1's.
This is a bit disconcerting when user2 is root, and root isn't allowed
to remotely log in 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
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
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
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
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
    
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:
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.
2003 Sep 22
0
Unnecessary configure option '--(enable|disable)-lastlog'
Hi, develop members:
When I checked the output of './configure --help', I noticed
that the '--(enable|disable)-lastlog' option was
unnecessary any longer. This option can be replaced by the
'--with(out)-lastlog'.
Thanks.
---
Norihiko Murase <skeleten at shillest.net>
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
        
2001 Nov 09
0
AIX lastlog change
Hi David,
I'm sure loginfailed(..) should be called immediately after
authenticate(..) returned an error. It is directly related
to an invalid password try. (Please see my attached mail from May 2001
to the list).
I'm not so sure when loginsuccess(..) should be called
(setting the loginfailed counter to zero):
Either
1) when somebody logs in successfully using all kinds
   of valid