Displaying 20 results from an estimated 3000 matches similar to: "Release testing"
2002 Jul 22
7
[Bug 367] patches for Cray port
http://bugzilla.mindrot.org/show_bug.cgi?id=367
------- Additional Comments From wendyp at cray.com 2002-07-23 08:38 -------
Created an attachment (id=134)
cray patches
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Aug 07
1
do_pre_login() used before declared
do_pre_login() in session.c is used (in do_exec_pty()) before
it's declared, which is causing some problems for me.
please move it up a couple hundred lines in the file.
patch included for 0807 snapshot.
thanks,
wendy
% diff -u session.c.orig session.c.mod
--- session.c.orig Tue Aug 7 13:11:51 2001
+++ session.c.mod Tue Aug 7 16:21:07 2001
@@ -397,6 +397,34 @@
}
}
2001 Mar 06
3
utmpx/wtmpx problems with 2.5.1p2 on irix...
I installed 2.5.1p2 on an irix system and noticed that if a user logged
in typed "logname" it was providing the wrong username. File creations
were correct, "w" produces the correct output....so something is funky
in p2 that wasn't there in p1.
2002 Feb 01
2
/dev/urandom
if i want to learn more about implementing a /dev/urandom,
where would be a good place to start?
thanks,
wendy
--
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
wendyp at cray.com, 651-605-9154
2003 Apr 22
1
GSS-API
simon-
any luck with that GSS-API patch for 3.6.1?
ben/markus/whoever -
will this ever be added to source?
thanks,
wendy
--
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
wendyp at cray.com, 651-605-9154
2001 Oct 08
2
Porting OpenSSH 2.9.9p2 to Dynix V4.4.4
Hello Porters,
I am attempting to compile OpenSSH 2.9.9p2 on a Dynix V4.4.4 host.
I have set USE_PIPES and BROKEN_SAVED_UIDS (the latter because there are
no functions for set{eu,eg}id() that I can find). I configured with
"./configure '--with-libs=-lnsl -lsec'".
Each time I attempt to login, I get this error:
No utmp entry. You must exec "login" from
2002 Sep 23
19
Call for testing for 3.5 OpenSSH
OpenBSD tree is heading into a lock and this includes OpenSSH. So we are
winding up for a 3.5 release. If we can get people to test the current
snapshots and report any problems that would improve the odds that your
platform won't be broke for 3.5.
Issues I know off of right now.
1. I can't test NeXT. So I TRULY need someone in that community to test
for me. Last I heard there was
2001 Aug 02
3
Cray patch against openssh-SNAP-20010802
Significant changes since last patch.
Deleted patches to packet.c and channel.c - not needed.
Add small patch to sshd.c and openbsd/ssh-cray.c
to disable cray process privileges. Depending
on how a cray unicos/unicosmk system is configured user
could su to root without a password with out this mod.
Add no_sco flag to noop check for -lrpc which assumes that
their was a -lyp library.
2002 Dec 17
1
[Bug 457] New: SSHD doesn't start when using invalid port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=457
Summary: SSHD doesn't start when using invalid port numbers
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2001 Apr 23
2
Bad packet length error
Hello,
I just built openssh-2.5.2p2 on an HP running HP-UX 11.00. Seems now
when I try and connect to other HP's running ssh with version
openssh-2.3.0p1 (using protocol version 2), I'm getting disconnected
because of a "Bad packet length" error:
ssh -v isd1
...
debug1: ssh_dss_verify: signature correct
debug1: Wait SSH2_MSG_NEWKEYS.
debug1: GOT SSH2_MSG_NEWKEYS.
debug1: send
2001 Mar 16
2
X forwarding from Linux -> Irix not working
I'm logging in from an irix machine to a linux machine (both running
openssh-2.5.1p2) and am unable to run any X applications.
I ran a verbose session and this happens:
debug: fd 6 IS O_NONBLOCK
debug: channel 0: new [X11 connection from host port 4572]
debug: X11 connection uses different authentication protocol.
debug: X11 rejected 0 i1/o16
debug: channel 0: read failed
debug: channel 0:
2002 Apr 02
3
PrivSep and portability
Hi,
I've seen a few patches related to the PrivSep works. As far as I can
see, it seems to work by using a shared memory segment to communicate.
I just want to point out that there are some unix systems that do not
have mmap() (SCO, older SVR3 systems) or that might have problems with
anonymous shared mmap() (don't have an examples, but e.g. the INN docs
are full of warnings concerning
2001 May 09
3
"ksh: scp: not found"
I upgraded a compiled version of ssh-1.2.27 to a swinstalled depot of
OpenSSH_2.5.1p1 on HPUX-11.00.
I created links in /usr/local/bin/<ssh program> pointing to
/opt/openssh2/bin/<ssh program>.
Ssh works. Scp does not. HP support does not support ssh.
Below the line you will find the output of a verbose scp command from
the server to it self.
2003 Sep 18
1
bsd-cray.c r.1.12: multiple syntax errors
There appears to be multiple errors in release 1.12 of bsd-cray.c as released
with 3.7.1p1:
1) line 62: missing #include "defines.h" in front of #include "log.h", causing
compiler errors due to undefined cpp macro __attribute__(x).
2) line 185: declaration ``ia_user_t usent'' is not terminated with a
semicolon.
3) line 469: while loop ``while (valid_acct == -1)
2003 Apr 08
1
zlib/openssh help
The installation of zlib on my HP-UX 11.11 box went fine. When installed
'openssh', it's complaining "zlib is missing" with the following error:
"configure: error: *** zlib missing - please install first or check
config.log ***"
Where does the zlib reside on the system? I can't find it anywhere. Thanks.
__________________________________________
Benjamin
2003 Oct 07
2
Installing openssh-3.7.1p2 on HP-UX 10.20
> Hi,
>
> I'm trying to install openssh-3.7.1p2 on a HP-UX 10.20 machine.
> Everything goes well until the "make install" command hangs on "Generating
> public/private rsa1 key pair". Even the ssh-keygen command hangs on (I've
> tried it after aborting the make install). The problem remains the same
> using or not the configure option
2004 Feb 03
2
scp interactive
I was just curious how come there is no interactive option available for
scp? A -i option is available for cp and rm, etc which prompts you before
overwriting existing files. Was there a special reason why a similar
option was not made available for scp?
Thanks,
Umar
2004 May 12
2
Bad configuration option: Banner
I have been unable to use the Banner option in the sshd_config for the
verision of openssh I am using:
# ssh -V
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090704f).
Here is what I get when I have the entry "Banner /etc/issue" in the
sshd_config:
starting SSHD daemon
# /usr/local/etc/sshd_config: line 21: Bad configuration option: Banner
2001 Apr 04
1
Solaris UseLogin problems
I'm using openssh 2.5.2p2 on Solaris-x86 2.6. I ran into a couple
problems when I set UseLogin to "yes":
The big one seems to have been reported before: login refuses to run
without a utmpx entry. This problem appears to have been caused by
the changes in revision 1.24 of session.c. Before this revision, the
record_login() function was always called, no matter how UseLogin was
2002 Apr 07
5
[Bug 205] PrivSep needs to be a compile-time option
http://bugzilla.mindrot.org/show_bug.cgi?id=205
------- Additional Comments From mouring at eviladmin.org 2002-04-07 10:28 -------
Created an attachment (id=64)
This patch (does not include configure.ac patch) should allow non-mmap platforms to compile, but will not allow them to use privsep period. One has to do more R&D to figure out where to disable compression on sshd since