similar to: ANNOUNCE: 1.2pre14

Displaying 20 results from an estimated 90 matches similar to: "ANNOUNCE: 1.2pre14"

1999 Nov 23
2
Fixes for Solaris
Attached is a small patch that should fix most of the problems reported. I am adding a recommendation to use GNU make to the INSTALL document. Regards, Damien -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work) -------------- next part -------------- Index:
1999 Nov 22
1
[PATCH] A couple of small fixes for 1.2pre14.
Hi, This patch fixes a couple of small items in 1.2.pre14: 1. It's ssh-askpass, not scp that was moved to $(libexecdir)/ssh. 2. Make sure that $(libexecdir) exists. --- openssh-1.2pre14/ChangeLog~ Mon Nov 22 08:11:23 1999 +++ openssh-1.2pre14/ChangeLog Mon Nov 22 09:48:15 1999 @@ -60,7 +60,7 @@ - EGD uses a socket, not a named pipe. Duh. - Fix includes in fingerprint.c - Fix scp
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
Hi, This patch adds a BSD compatible install script (copied from gcc-2.95.2) to 1.2pre14. The script has a X-style license. The script will be used if configure doesn't find a proper install program on the system. Remember to run autoconf and set execute (755) permissions for install-sh when the patch has been applied. -- Niels Kristian Bech Jensen -- nkbj at image.dk --
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have just uploaded openssh-1.2pre15 to http://violet.ibs.com.au/openssh/ Changes: - Merged big source cleanup from OpenBSD CVS. All the source now conforms to: http://www.openbsd.org/cgi-bin/man.cgi?query=style&apropos=0&sektion=9&manpath=OpenBSD+Current&format=html - Added BSD compatible install program - More
1999 Nov 22
0
OpenSSH 1.2pre14 fails on pam_open_session() ...
Anyone out there know more about PAM under Solaris 7/x86 then I do, that can maybe tackle this, and/or suggestion a route to take to fix? After doing some debugging, it looks like the problem is a seg fault at: sshd.c:void pam_cleanup_proc(void *context) =========================================== debug("PAM_retval(open_session) about to run"); pam_retval =
1999 Nov 22
1
[s-x86] OpenSSH 1.2pre14 fails on pam_open_session() ...
On Mon, 22 Nov 1999, Philip Brown wrote: > [ Marc G. Fournier writes ] > > debug("PAM_retval(open_session) about to run"); > > pam_retval = pam_open_session((pam_handle_t *)pamh, 0); > > > > > =========================================== > > > > so, its looking like I'm authenticated properly, but when trying to set up > > the
1999 Nov 22
0
[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
Hi, After fixing the --with-tcp-wrappers problem I decided to look closer at configure.in and found that --with-md5-passwords didn't work either. This patch fixes both problems (remember to run autoconf.) diff -ur openssh-1.2pre14.orig/configure.in openssh-1.2pre14/configure.in --- openssh-1.2pre14.orig/configure.in Mon Nov 22 06:11:05 1999 +++ openssh-1.2pre14/configure.in Mon Nov 22
1999 Nov 22
3
3 Bugs to Report: OpenSSH V1.2pre13
Three possibly related bugs to report. N.B. The test machines in question are in peak form (with the exception of different kernel versions) and were working 100% under the old ssh 1.2.x. The two clients we tested from are machines running 2.2.13 & 2.2.14preX Linux kernels. The server where the problems appeared is running 2.2.12. 1. sshd dies periodically. The crash occurred just after a
1999 Nov 24
2
snprintf on solaris
Hello, I've managed to get around the undefined paths in openssh-1.2pre14 on solaris, but now I'm stuck without an implementation of snprintf and vsnprintf. Is there a library I can download or a way to #define the functions into compatibility? Thanks, --Henry
1999 Nov 27
1
Openssh 1.2pre15: Command terminated on sig. 11
A bug has found its way into Openssh-1.2pre15. It has forced us to downgrade to pre14. Our test hosts are connected with regular Ethernet and by an internal VPN. With that in mind, any given host has two IP addresses. Starting with pre15 we get the fatal error message below every time we connect to the EXTERNAL ip address (eth0). For some reason, we continue to be able to connect to the INTERNAL
2001 Oct 24
2
disable features
this (uncomplete) patch makes various features compile time options and saves up to 24K in the resulting ssh/sshd binaries. i don't know whether this should be added to the CVS since it makes the code less readable. perhaps WITH_COMPRESSION should be added, since it removes the dependency on libz -m Index: Makefile.inc =================================================================== RCS
2000 Jan 29
1
ssh-1.2.2 freeze under Linux
After compiling and installing ssh-1.2.2 at home whenever I try to ssh to a host ssh freezes and never actually tries to establish a connection. Actually it depends on whether I'm dialed in or not (it has to do with dns lookups, I'm not sure exactly what it is doing). The problem seems to be caused by getaddrinfo in ssh.c, line 511. If I strace the process it keeps trying to connect to
1999 Nov 23
0
Packet integrity error. (29)
I'm using SecureCRT (http://www.vandyke.com/) to connect to OpenSSH (1.2pre14 built from source RPMs) running on RedHat Linux 6.1. When I forward a local port using SecureCRT to a port on the server and try to connect, I get the error message "Packet integrity error. (29)" on the server and the session is disconnected. This forwarding setup works with the not-so-free sshd just
1999 Nov 25
0
Packet integrity error. (29) - fixed by pre15
I just installed the 1.2pre15 RPMs and, as hinted in the announcement, it fixed this problem. Thank you! _______________________ Ron Bickers ===== ORIGINAL POST ===== I'm using SecureCRT (http://www.vandyke.com/) to connect to OpenSSH (1.2pre14 built from source RPMs) running on RedHat Linux 6.1. When I forward a local port using SecureCRT to a port on the server and try to connect, I
1999 Nov 23
1
[PATCH] AIX 4.3.2 compile fixes
Hi all. It's nice to see that AIX support (unintentionally?) is getting better and better. :) Attached is a patch against pre14 that fixes AIX support. All that is left, basically, is a replacement for the /dev/urandom way of getting entropy. ... A completely different thing... how about DCE support? I was thinking of adding some dce code to sshd that: 1. Attaches credentials based on
1999 Nov 25
0
DCE Patch (forgot the attachment. Grr)
Hmm... i think it's time to go home now... forgot attachment. //T-? >Hi all. > >I am submitting a patch that adds DCE authentication and credential > >attaching. Fully legit, no ugly hacks ;) > >I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20 >while coding. > >The patch [attached] is against pre14, but DCE and AIX patches
2000 Aug 11
1
OpenSSH Questions
Heya, I'm trying to convince my company to use OpenSSH instead of the commercial SSH version. I need a little help: 1. What features does OpenSSH offer over commercial SSH (besides being free and open source of course)? 2. Our lawyers want details on the licensing / patents stuff. I have the high level details from the OpenSSH page. I need the nitty gritty like RSA patent# and
2008 Jan 16
2
mysterious crash of a particular worker
Hi, I am using the latest checkout from backgroundrb release 1.0.1. I have a worker called status_checker that periodically (every minute) checks the status of certain hosts over the network. It works fine at the beginning but after a while the worker will mysteriously disappear and stop working. I have other workers running but they do not disappear like this worker does. These are
1999 Nov 22
3
status of openssh for solaris?
In message <19991122110826.A23851 at wdawson-sun.sbs.siemens.com>, Willard Dawson writes: >I just tried to compile, this time with openssh-1.2pre14, openssl-0.9.4 >and egd-0.6. I get considerably further along, but still not completely >compiled. Here are the last bits: > >gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PR
2006 Apr 28
5
DO NOT REPLY [Bug 3740] New: --delete with -a failes with warning (though -a is supposed to imply -r)
https://bugzilla.samba.org/show_bug.cgi?id=3740 Summary: --delete with -a failes with warning (though -a is supposed to imply -r) Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org