Displaying 20 results from an estimated 600 matches similar to: "CVS source tree from 22 Jan 2001"
2000 Dec 07
1
[PATCH] Separate CFLAGS and CPPFLAGS
If you want to override CFLAGS on the make line (eg. "make CFLAGS='-O3'"),
you lose because you end up stomping preprocessor flags as well.
Preprocessor should be in CPPFLAGS. The following patch takes care of this.
-Fred
Index: Makefile.in
===================================================================
RCS file: /cvs/Darwin/Services/OpenSSH/openssh/Makefile.in,v
2000 May 23
1
further problems Re: scp not found with solaris 8/2.1.0p2
Thanks to Richard June, John Horne and Bosko Radivojevic, who
pointed out that I probably need to set the configure-time option
--with-default-path, so I did this (rather than make symlink
messes, which I'd prefer to avoid) :
1489 ./configure --with-default-path=/bin:/usr/bin:/opt/local/bin --prefix=/opt/local --with-random=/dev/random
1490 make
1491 make install
1492 pkill -TERM
2001 Jan 18
4
GNU autoconf/automake in OpenSSH
I make changes in open source tree to implement autoconf/automake.
What's new ?
- new acinclude.m4 ( based on old aclocal.m4 + new macros OSSH_EXPAND_PATHS and
OSSH_SHOW_OPTIONS
- new configure option --with-askpass=PATH
- updated acconfig.h ( based on old acconfig.h with removed USE_EXTERNAL_ASKPASS and new
ASKPASS_PATH + new config.h.top and config.h.bot )
!!! in this file has two lines
2000 Aug 27
1
Login Patch
Please excuse me for mailing you directly instead of using the 'sendbug'
facility; it seems to be an OpenBSD-only facility, and I didn't see a
bug-tracking interface on the web site.
I know the "UseLogin" feature is deprecated (to some degree, at any
rate), however, on a Red Hat 6.2-based system, it is broken, because
ssh.h statically defines LOGIN_PROGRAM as /usr/bin/login,
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is
listed in teh configure --help output.
The attached patch fixes these issues:
1) program prefix is not substituted in configure
2) program prefix is not present in Makefile
3) scp requires use of a known "scp" program
-- bryan
diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in
***
2000 Sep 09
0
2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
Enclosed is a patch against 2.2.0p1 that teaches ssh (and therefore
slogin and scp) how to invoke ssh-askpass to request a password,
RSA/DSA key passphrase, or an skey challenge response.
I've tested this on Linux (i386), for passwords and RSA/DSA key
passphrases. I cannot easily test whether the Right Thing will happen
for skey challenge responses; I would appreciate it if someone who
uses
1999 Nov 19
0
Request for change in ssh-askpass location after pre12
I've been working on a NetBSD package for openssl-1.2pre12, and I've
noticed that Makefile.in installs ssh-askpass in $prefix/lib/ssh ($libdir)
instead of $libexecdir/ssh. Since it is an executable, IMHO it should be
in the latter spot.
In the patch below, I've fixed this, as well as made ASKPASS_PROGRAM
used during the install so that it's easier to maintain.
Thanks,
David
---
2002 Mar 12
0
OpenSSH 3.1: ssh-rand-helper
Dear openssh-developers,
the new external program ssh-rand-helper appeared in
OpenSSH 3.1. While the SFTP_SERVER is defined using
a _PATH_SFTP_SERVER pointing to SFTP_SERVER in Makefile.in
and defining a default-path in pathnames.h the ssh-rand-helper
is simply SSH_RAND_HELPER and defined with a fixed path
in Makefile.in and not having a default in pathnames.h.
I propose a handling analogous to
1999 Dec 10
2
[David Huggins-Daines <dhd@plcom.on.ca>] Bug#52414: ssh-add uses ssh-askpass, but ssh doesn't
Damien,
Here's a forwarded bug for you.
Cheers, Phil.
--[[message/rfc822]]
Subject: Bug#52414: ssh-add uses ssh-askpass, but ssh doesn't
Reply-To: David Huggins-Daines <dhd at plcom.on.ca>, 52414 at bugs.debian.org
Resent-From: David Huggins-Daines <dhd at plcom.on.ca>
Resent-To: debian-bugs-dist at lists.debian.org
Resent-CC: Philip Hands <phil at hands.com>
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 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
2001 Feb 07
0
Makefile.in
remove last line in Makefile.in
-rm -f $(DESTDIR)${ASKPASS_PROGRAM}
-----------------------------------------
${ASKPASS_PROGRAM} is external program
'make uninstall' don't needed to remove it
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
2002 Dec 18
1
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
------- Additional Comments From us- at gmx.de 2002-12-19 03:16 -------
Sorry, typo: The irix version is 6.5.17 not 6.5.18
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to
_PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping
to ward off 'scp doesn't work' questions for the next release.
i did *not* add this to a --with-default-path path, because if a user
specifies that, they should control its value completely.
Index: Makefile.in
2000 Dec 30
1
MAXHOSTNAMELEN
ChangeLog
20001230
- (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
Suggested by Christian Kurz <shorty at debain.org>
This change causes compiler warnings on UnixWare 7, Solaris 7, others?
...
gcc -g -O2 -Wall -I/usr/local/include -I/usr/local/ssl/include -I. -Isrc -DETCDI
R=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
2003 Sep 05
3
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|IRIX |All
Platform|MIPS |All
------- Additional Comments From dtucker at zip.com.au 2003-09-05 14:23
2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH:
ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \
-DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \
-DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \
-DHAVE_CONFIG_H -c atomicio.c
In file included from includes.h:106,
from atomicio.c:26:
fake-socket.h:30: parse error before
2001 Oct 31
1
OpenSSH-3.0p1-pre-CVS: configure.ac checks for login in -lutil and -lbsd?
OpenSSH-3.0p1-pre, from CVS as of about 2001-10-30 23:45 UTC.
Any particular reason why configure is checking for login() in -lutil,
finds it, then checks for it again in -lbsd?
Here's the relevant excerpts (Red Hat Linux 6.2, , kernel-2.2.19,
glibc-2.1.3, egcs-1.1.2, autoconf-2.52):
$ CFLAGS='-O2 -mpentium -Wall'; export CFLAGS
$ ./configure
2001 Dec 12
1
RFE: ssh-askpass program configurable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I note that ssh-askpass-gnome was moved into the contrib/ directory of
portable OpenSSH and the configure option for it
(--with-gnome-askpass) was removed.
I can understand not wanting a configure option for one particular
askpass program, but it would be useful to have a general replacement,
as in
% ./configure