similar to: [PATCH] Adding BSD compatible install script to 1.2pre14.

Displaying 16 results from an estimated 16 matches similar to: "[PATCH] Adding BSD compatible install script to 1.2pre14."

2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
Here's a patch series to make libguestfs use gnulib via a git submodule. The first thing I did was to look at the failures from "make syntax-check" and fix the config.h-related ones below. The others are now temporarily disabled via a variable in cfg.mk. I fixed the config-h problems and moved those change sets to precede the test-adding one, so that bisection still works, even if
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
This is an updated version of my patches to get rsync to build and run its tests on the Stratus VOS operating system. I have updated this patch to apply cleanly to the current copy of HEAD. I also ran the test suite and discovered that I needed to tweak a few spots in the Makefile to append the executable suffix (VOS is one of the few systems that has a required executable suffix). There are a
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 Nov 22
0
ANNOUNCE: 1.2pre14
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have just released 1.2pre14 at: http://violet.ibs.com.au/openssh/ Changes: Attempt to make <enter> close gnome-ssh-askpass. This works OK when gnome-ssh-askpass is run from the commandline, but doesn't work when it is run from ssh-add. Further investigation is required. Lots of portability fixes. The ssh client now appears to run
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
2003 Jan 10
2
Long-pending patch for Stratus VOS build
The following patch still applies cleanly to the current cvs copy of rsync. I apply it each night after I grab rsync from the build farm. Without it, I don't get far at all. The purpose of the patch is to add executable extension handling, which we need, and to clean up a few POSIX things and supply defaults for a few #defines we don't have. (See the original letter for full details).
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
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
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
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
1
tcp-wrappers not being used even w/ --with-tcp-wrappers
Howdy, It seems that even when specifying the --with-tcp-wrappers configure flag, the LIBWRAP define in config.h never gets #define'd and -lwrap never gets added to LIBS in the Makefile. To make sure I wasn't dealing with a stale configure file, I ran autoconf on configure.in to roll a new configure. I also don't see anything wrong with the --with-tcp-wrappers defined in