similar to: [Bug 275] openssh 3.2.3p1 make fails

Displaying 20 results from an estimated 10000 matches similar to: "[Bug 275] openssh 3.2.3p1 make fails"

2001 Oct 12
2
bug report: last login time vs PAM in portability release
on hp-ux 11 i see: $ date;ssh jenny Fri Oct 12 14:44:13 PDT 2001 Last successful login for stevesk: Fri Oct 12 10:45:42 PST8PDT 2001 on pts/2 Last unsuccessful login for stevesk: Mon Sep 24 22:55:53 PST8PDT 2001 Last login: Fri Oct 12 10:45:43 2001 from 172.31.1.53 You have mail. so solaris PAM is different. can other solaris+PAM users confirm this? On Fri, 12 Oct 2001, Benn Oshrin wrote:
2002 Jun 13
0
[Bug 275] New: openssh 3.2.3p1 make fails
http://bugzilla.mindrot.org/show_bug.cgi?id=275 Summary: openssh 3.2.3p1 make fails Product: Portable OpenSSH Version: -current Platform: Sparc OS/Version: SunOS Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Jul 18
1
[Bug 287] URL wrong in INSTALL file
http://bugzilla.mindrot.org/show_bug.cgi?id=287 ------- Additional Comments From stevesk at pobox.com 2002-07-18 16:18 ------- djm, what should be here now? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 06
1
[Bug 266] Trailing comma in enum for 3.2.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=266 ------- Additional Comments From markus at openbsd.org 2002-06-07 03:48 ------- fixed in openbsd-current ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Apr 02
6
[Bug 527] Bad packet length on SunOS 4.1.3U1
http://bugzilla.mindrot.org/show_bug.cgi?id=527 Summary: Bad packet length on SunOS 4.1.3U1 Product: Portable OpenSSH Version: 3.6p1 Platform: Sparc OS/Version: SunOS Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: jsr at
2002 Mar 07
2
[Bug 140] Solaris 8 cannot create pkg in OpenSSH 3.1p1
http://bugzilla.mindrot.org/show_bug.cgi?id=140 ------- Additional Comments From mozilla at mediaone.net 2002-03-08 08:33 ------- Ok found the bug, In $openSSH/contrib/solaris/buildpkg.sh line 13: VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'` needs to change to line 13: VERSION=`tail -2 ../../version.h | sed -e
2002 Apr 05
3
[Bug 202] scp/ssh hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=202 ------- Additional Comments From stevesk at pobox.com 2002-04-05 19:41 ------- this only occurs with protocol 2 to the sun? what protocol 2 server is on the sun? ssh.com something? i don't think they do scp over ssh2. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jul 27
5
[Bug 291] /tmp/ssh-xxxx socket directories clutter up /tmp
http://bugzilla.mindrot.org/show_bug.cgi?id=291 ------- Additional Comments From stevesk at pobox.com 2002-07-27 12:14 ------- /tmp is the most portable world-writable location. as to hiding them with dot, i just don't see strong justification for this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Apr 05
5
[Bug 201] Building openssh from CVS fails on AIX 4.2.1
http://bugzilla.mindrot.org/show_bug.cgi?id=201 ------- Additional Comments From mouring at eviladmin.org 2002-04-06 02:21 ------- Created an attachment (id=62) Does this patch help? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Feb 26
14
[Bug 802] sshd of openssh-3.8p1 doesn't link on Tru64.
http://bugzilla.mindrot.org/show_bug.cgi?id=802 Summary: sshd of openssh-3.8p1 doesn't link on Tru64. Product: Portable OpenSSH Version: 3.8p1 Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org
2001 Apr 06
3
SFTP client script broken after OpenSSH 2.5.1p1 to 2.5.2p2-1
Hello friends, I have a script that uses the sftp client to transfer a file to another server using PK authentication. It was working until I upgraded from OpenSSH 2.5.1p1 to 2.5.2p2-1 yesterday (on a RH Linux 6.2 system). The sftp command is: sftp -o "IdentityFile ~/.ssh/id_dsa" \ $PUSERNAME@$PSERVER >$TEMPFILE 2>&1 <<-! cd $PDIR put $DOC_ARCHIVE ls quit !
2001 Apr 27
3
openssh-2.5.2p2 on SunOS 4.1.3
Hi developers, I'm not sure if this is the right place to ask this question, so please don't crcify me if it isn't :) I'm trying to compile openssh-2.5.2p2 on SunOS 4.1.3. Since SunOS is not in the portable list, I took a look at this mailing list archive and found some of you guys have been able to compile it. My ./configure says I don't have the regex library : configure:
2001 Mar 25
8
OpenSSh 2.5.2p2 on Linux/Sparc
When doing a simple configure of OpenSSh 2.5.2p2 on a Sparc running RedHat 6.0 I get: ... updating cache ./config.cache creating ./config.status creating Makefile sed: file conftest.s1 line 1: Unknown command: ``^'' creating openbsd-compat/Makefile sed: file conftest.s1 line 1: Unknown command: ``^'' creating ssh_prng_cmds sed: file conftest.s1 line 1: Unknown command:
2002 Jul 18
3
[Bug 320] Cannot build 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=320 ------- Additional Comments From stevesk at pobox.com 2002-07-18 14:24 ------- i'm not sure. what does this show: $ grep HAVE___[Ff] config.h /* #undef HAVE___FUNCTION__ */ #define HAVE___func__ 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Mar 07
11
[Bug 146] OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
http://bugzilla.mindrot.org/show_bug.cgi?id=146 ------- Additional Comments From mouring at eviladmin.org 2002-03-08 07:38 ------- I just went through someone with this problem. And HAVE_BOGUS_SYS_QUEUE_H worked for them. However you must have BOTH HAVE_SYS_QUEUE_H and HAVE_BOGUS_SYS_QUEUE_H set. As for INADDR_LOOPBACK. I'd like to know where on BSD/OS that is defined so we can
2001 Oct 10
4
openssh on LynxOS issues!
Hi, 1. Does ssh, scp and sftp client programs work on LynxOS? I use openssh-2.9p2 on a LynxOS i386 system. The ssh and scp clients work fine. Even sftp from other Linux systems works. But, if I make sftp to the localhost (LynxOS), the authentication succeeds, prints sftp> prompt and then exits. I don't know why this happens. I have not set the euid of ssh program to root as it does not
2002 Jun 19
4
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220 ------- Additional Comments From George.Baltz at noaa.gov 2002-06-20 01:23 ------- FWIW, I reported this to IBM Support, and they seem to agree realpath() is broken. I have received a patched libc.a, which in light testing seems to resolve the problem: public key login with perms 770 on ~/.ssh works. ------- You are receiving this mail
2002 Jun 15
4
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276 ------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 ------- this is what i asked in a message a while back; can an IRIX expert help here? "should we be using a UNIX95 (or whatever) namespace for IRIX? what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" ------- You are receiving this
2000 Dec 27
3
OpenSSH 2.4.0 patch call..
I spoke with Markus before Christmas (I hope all your holidays were better then mine.. But that's another topic. Car are evil.=) and he would like to release 2.4.0 in the very near future. Is there any undisputed patches still out not applied to the current portable CVS tree? (BTW, I just applied the getrlimit patch from Corinna.) - Ben
2002 Jul 15
1
[Bug 308] openssh 3.4 won't install or run on Solaris 8, on an Ultra 10 Sparc station
http://bugzilla.mindrot.org/show_bug.cgi?id=308 ------- Additional Comments From dtucker at zip.com.au 2002-07-15 22:01 ------- /var/empty should be owned by root and mode 0755: # ls -ld /var/empty drwxr-xr-x 2 root sys 512 Jul 15 21:44 /var/empty ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.