Displaying 20 results from an estimated 7000 matches similar to: "This release or next."
2000 Dec 18
3
SCO remove() and unlink()
There was a patch merged in on 9/29 that changed remove() calls to
unlink():
- (djm) Merged big SCO portability patch from Tim Rice
<tim at multitalents.net>
Does SCO's libc not include remove()? Note that sftp-server.c is
currently using remove. The reason I ask is I'd like to keep the
portable tree as close to openbsd as possible, and if we need remove()
for SCO we should
2002 Apr 05
14
PLEASE TEST snapshots
The next OpenSSH release is close, too.
If you want OpenSSH 3.2 to be the best version of OpenSSH,
then please test the snapshots.
If you like to see new features in future OpenSSH releases,
then test the snapshots.
If you are running OpenBSD then please test the OpenBSD
snapshots.
If you are running the portable OpenSSH release then please
test the nightly snapshots from
2002 Feb 11
3
OpenSHH on SCO Open Server 3
Is anyone still using OpenSSH on SCO Open Server 3?
My clients no longer run Open Server 3.
The entropy gathering code changes have broken the Open Server 3 build.
If there is still interest I'll work on it.
If not, I have no need for it.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'ing CVS releases for building?
-Daz.
2001 Feb 22
11
Lets try this push again.. 2.5.1p2 bugs left.
Things that are still outstanding:
1) Solaris/Redhat/HPUX session.c patch. I've not seen a ya or na on
Kevin's pam patch from the Solaris group.
2) Odd Redhat/Debian scp/ssh issues. .. I'm baffled, and I can't
replicate the bug. Nor have I seen anything remotely like it reported.
3) SCO.. Is it happy yet for compiling? =)
Completed:
1) mdoc2man.pl .. Commited into
2002 Mar 12
3
error compiling openssh-3.1p1 under SCO OpenServer 5.0.5
Trying to compile openssh-3.1p1 on SCO using:
export CCFLAGS='-L/usr/local/lib -I/usr/local/include'
./configure --sysconfdir=/etc/ssh --with-rsh=/usr/bin/rcmd
--exec-prefix=/usr
OpenSSH has been configured with the following options:
User binaries: /usr/bin
System binaries: /usr/sbin
Configuration files: /etc/ssh
Askpass
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
2010 Nov 05
2
test request: SCO with setluid() (i686-pc-sco3.2v5.0.7, possibly others)
Hi all.
I am cleaning up (I hope) one of the nastier pieces of code in openssh:
do_setusercontext which is/was a twisty maze of platform-specific
nested ifdefs. I made a series of changes[1] where I moved each
platform-specific piece into a portable-only file platform.c, which does
not need to be kept in sync with OpenBSD.
The changes did not (I hope!) change the semantics, but there's one
2001 Feb 08
5
Daily snapshots...
All,
How can I get at the daily snapshots?
When I go to the website, www.openssh.com, and follow the Linux
link to portable.html and then go to request the daily snapshot from
http://bass.directhit.com/openssh_snap/, I get prompted for a user id
and password. Needless to say, I ain't got.
That's real useful. Use to be, I could get the snapshots from
the ftp site. Then things
2002 Sep 04
1
OpenSSH for SCO unix
Hello,
Looking for locations of resources for OpenSSH for SCO Unix...
Any and all help appreciated.
Regards Phil
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
It looks like something got broken in openbsd-compat/bsd-snprintf.c
...
gcc -g -O2 -Wall -Dftruncate=chsize -I/usr/local/include -I/usr/local/ssl/includ
e -I. -I.. -I../src/openbsd-compat -I../src/openbsd-compat/.. -DHAVE_CONFIG_H -c
../src/openbsd-compat/bsd-snprintf.c
In file included from ../src/openbsd-compat/bsd-snprintf.c:72:
2001 Nov 09
1
socklen_t - where?
Hi,
openssh_cvs as of today, SCO Open Server 3.0, socklen_t
this typedef doesn't exist on SCO OSR 3, and "configure" properly detects
this, leading to
/* #undef HAVE_SOCKLEN_T */
in config.h.
Problem: I can't find any place where this is actually being used? I'd
expect something like
#ifndef HAVE_SOCKLEN_T
typdef int socklen_t;
#endif
("int" is what the
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2002 Mar 07
1
SCO 3 / CVS version
Hi,
just to give you a quick "success" note: current portable CVS snapshot
builds mostly fine on SCO3. The only remaining problem is truncate() in
sftp-server.c - SCO3 can replace ftruncate() with chsize() (detected by
configure and works), but has no truncate() equivalent.
Run-time testing tomorrow, but I do not expect nasty surprises.
gert
--
USENET is *not* the non-clickable
2001 Mar 26
7
RFE: Portable OpenSSH
For a future release of Portable OpenSSH, it would be nice to have a
./configure option to enable the binaries produced, to be statically
linked.
I tried using LDFLAGS option to ./configure .... but this passes
arguments to gcc not ld, this should be documented.
Additionally, I feel that ./configure should --extra-inc=dir and
--extra-lib=dir to add paths to compile (-I) and link lines (-L &
2000 Dec 21
2
[PATCH]: Compile cleanly under Cygwin
Hi,
the attached patch is relative to the current CVS content. It's needed
to build and compile cleanly under Cygwin. The problem are the
functions setrlimit/getrlimit. I have added checks for getrlimit, sysconf
and setdtablesize to configure.in and appropriate checks in the source
code.
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
2002 Apr 11
4
X11UseLocalhost option and the DISPLAY variable
I wasn't paying much attention when there was a lot of conversation about
these issues. I recently ran into a problem where an X app won't run with
OpensSSH 3.1p1's default "X11UseLocalhost yes" setting. If I run the X
app with the display set to "localhost:16.0" it gets a "BadAccess" error,
but if I run it with the display set to
2000 Dec 22
1
bug in sshd.d (destroy_sensitive_data core dumps)
Hi,
experimenting with openssh_cvs on my SCO Unix 3.2v4.2 machine, I had
sshd core dumping on me.
Tracking this, I found that if a host key is specified in the sshd_config
that does not exist (I used "./sshd -d -d -d -f sshd_config" with the
shipped sshd_config file, to work around incompatibilities with the
installed sshd.com's sshd_config, and I do not have ssh2 host keys on
2002 Jun 26
3
final build.
http://www.eviladmin.org/~mouring/openssh.tar.gz
If there are any issues that are not marked as known. Let us know ASAP.
- Ben
2000 Aug 05
8
Testers wanted
To ensure that future releases of portable OpenSSH are as bug-free as
possible, we need to recruit a team of testers.
Each tester would be responsible for a particular OS platform and
would be called upon to test snapshots before they are marked as
official releases. The release would not go out until it had been
given the OK by testers on each supported platform.
A corollary of this is that