Displaying 20 results from an estimated 100 matches similar to: "ANNOUNCE: openssh-1.2pre15"
1999 Dec 06
1
Ugly patch to openssh-1.2pre15
Hi,
I am behind a firewall which does not permit connections to port 22, so I
run my ssh server on port 23. :-) Unfortunately, the stupid firewall
prints a few lines of junk when you make a connection to port 23 before
actually starting the connection. This confuses ssh.
Attached is an (ugly) patch against openssh-1.2pre15 which makes it ignore
a configurable number of lines while looking for
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 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 Dec 09
1
[PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
Hi,
This patch fixes a couple of small ``problems'' in 1.2pre17 Makefile.in:
1. Avoid making an empty $(libexecdir)/ssh directory.
2. Don't try to uninstall $(mandir)/man1/slogin.1 twice.
--- openssh-1.2pre17/Makefile.in~ Thu Dec 9 00:48:58 1999
+++ openssh-1.2pre17/Makefile.in Thu Dec 9 06:51:41 1999
@@ -92,9 +92,9 @@
-rm -f $(mandir)/man1/slogin.1
ln -s ssh.1
2000 Mar 09
1
Bug in openssh-1.2.2p1 scp program?
The scp program from openssh-1.2.2p1 behaves different from the scp
program from ssh-1.2.27. In ssh-1.2.27 you can copy one or more file(s) to
a remote users home directory using the command:
scp filename(s) user at remotehost
In openssh-1.2.2p1 this copies the file(s) to a file named
"user at remotehost" in the current (local) directory. To copy the files to
the wanted (remote)
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
1999 Dec 01
1
Compile bugs in openssh-1.2pre15 on Solaris (2.6)
Hi,
I didn't know if this was the correct spot to send openSSH bugs/problems
so I thought I'd try...
Anyway, I have encountered the following compile time problems for
openssh-1.2pre15 / Solaris 2.6 / gcc 2.8.1 -
* daemon code (bsd-daemon.[ch]) exists but is not linked in. Also,
header is not included. Same might apply to bsd-login.
* rsa.h needs __P() define to work
1999 Nov 15
0
ANNOUNCE: openssh-1.2pre12
openssh-1.2pre12 is available at http://violet.ibs.com.au/openssh/
Changes:
Merged many OpenBSD changes
Cleanup of askpass support
More solaris support
Shadow password support
Build fixes
RPM spec file fixes
RPM init script fixes
Detailed changelog:
19991115
- Merged OpenBSD CVS changes:
- [ssh-add.c] change passphrase loop logic and remove ref to
$DISPLAY, ok niels
- Changed to
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 --
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
It's needed to enumerate both UFS1/2 since they have different magic numbers
and super block offsets.
Besides, UFS2 can be installed in the 0-64k range like BTRFS, whereas
UFS1 can't. UFS2 has no cow feature unlike BTRFS.
Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com>
---
extlinux/main.c | 79 ++++++++++---
extlinux/ufs.h | 26 ++++
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
It's needed to enumerate both UFS1/2 since they have different magic numbers
and super block offsets.
Besides, UFS2 can be installed in the 0-64k range like BTRFS, whereas
UFS1 can't.
Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com>
---
extlinux/main.c | 71 +++++++++---
extlinux/ufs.h | 26 ++++
extlinux/ufs_fs.h | 307
1999 Nov 24
1
Release 1.2pre15 coming soon?
Given that we've had several major patches of late, is there any chance
that pre15 could get released within the next couple of days?
Thanks,
David
--
David W. Rankin, Jr. Husband, Father, and UNIX Sysadmin.
Email: drankin at bohemians.lexington.ky.us Address/Phone Number: Ask me.
"It is no great thing to be humble when you are brought low; but to be humble
when you are
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi.
Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost.
No patch included this time, but the following were the gotchas:
- The __P() prototyping doesn't work (as discussed earlier)
- bsd-daemon.o wasn't linked into libssh.a (though configure seemed to
detect the need for it)
DCE patch will follow shortly.
Regards,
Tor-?ke
______________________________________________________
Get
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 25
0
suse/kde and the new ssh-add/ssh-askpass
Howdy,
It seems that as of 1.2pre15, ssh-add no longer looks for
ssh-askpass in the usual place. (I noticed this both in the source
code, ssh-add.c, and to some degree in the ChangeLog.)
If you're like me and keep ssh-add in your Autostart folder in KDE,
chances are upgrading to 1.2pre15 will result in no longer getting
the nice Gnome widget we've come to know and love when
2020 Sep 28
0
[RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE
Joakim Bech <joakim.bech at linaro.org> writes:
> On Fri, Sep 25, 2020 at 01:51:43PM +0100, Alex Benn?e wrote:
>> With this command we are finally updating data to the backing store
>> and cycling the write_count and each successful write. We also include
>> the write count in all response frames as the spec is a little unclear
>> but the example test code
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
I don't remember what we did to fix this last time, and I've had to
rebuild my system completely from scratch over the past few days, so dont'
have past patches to work from ...
new-relay:/usr/slocal/src/openssh-1.2pre15> make
gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c
1999 Dec 06
1
PAM authentication
Hey all, I'm having some trouble it seems with PAM. I'm running Redhat
6.0 with a 2.2.13
kernel. I installed OpenSSL 0.9.4 and OpenSSH 1.2pre15. It compiled and
(Open)ssh
seems to work just fine when I connect to other computers running sshd.
Yet
when I start (Open)sshd on my local computer and try and connect, it
won't let me login.
When I run sshd -d it says that PAM rejected my
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 29
1
[PATCH] DCE for pre15
As promised, here's the DCE patch for pre15.
(and this time i didn't forget the attachment ;)
It enables ssh to authenticate, set groups and attach network credentials.
It's a clean implementation (i left out the credential-move-hack).
This one adds the --with-dce option to configure
Some notes have rised:
The for loop 3->64 closing fd's... is it really needed? Is it