search for: sco3

Displaying 6 results from an estimated 6 matches for "sco3".

Did you mean: sco
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 part of WWW!...
2001 Mar 08
0
PRNGD/TCP
Hi, On Wed, Mar 07, 2001 at 10:05:07AM +1100, Damien Miller wrote: > > now to patching openssh to actually *use* prngd/socket... :-) > Was done last week - use the "--with-prngd-port=XXX" configure option. OpenSSH + PRNGD + SCO3 seem to work nicely. Thanks! One other thing: I'm not fully convinced that current OpenSSH does everything right regarding utmp/wtmp on SCO3 yet (ttys have been allocated ttyp10, ttyp13, ttyp15 in my last test - with nobody using p11, p12 and p14 -> ???), but it looks pretty promising ot...
2005 Feb 26
1
drop support for SCO 3.2v4.2
I'm considering commiting something like this. -------------------------------- --- configure.ac.old 2005-02-24 19:47:25.361190001 -0800 +++ configure.ac 2005-02-25 12:33:35.341390018 -0800 @@ -374,23 +374,7 @@ ;; # SCO UNIX and OEM versions of SCO UNIX *-*-sco3.2v4*) - CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" [snip next 16 deleted lines] + AC_MSG_ERROR("This Platform is no longer supported.") ;; # SCO OpenServer 5.x *-*-sco3.2v5*) -------------------------------- I no longer have the time or interest in supporting OpenSSH on...
2000 Jun 12
1
Openssh on SCO Openserver Release 5
..._PTMX 1 */ > fixes this. I think the correct approach is to fix configure.in to include > a line for SCO similar to the line for linux --but installing autoconf on > this box doesn't seem like fun at the moment, especially since I am > changing jobs within the month: > > *-*-sco3*) > no_dev_ptmx=1 > ;; > > 2. MAXPATHLEN > > include.h > My SCO header files do not define the MAXPATHLEN macro, which is required > by openssh. To rectify this, I added the following lines before the final > endif: > #ifndef MAXPATHLEN >...
2001 Mar 01
0
Portable OpenSSH 2.5.1p2
...ver 2.5.1p1 but an upgrade is recommended. Specific bug-fixes include: - Fixed endianess issue causing failues when usin Rijndael/AES cipher - Fix PAM failures on Solaris and Linux - Fix RPM spec file for Redhat systems - Fixed several compatibility functions - Fix entropy collection code for SCO3 and NeXTStep - Many other minor fixes (see Changelog for details) This release includes Mark Roth's mdoc2man.pl script which can be used to fix up the manpages on systems that lack the full andoc set of macros (e.g. Solaris). A future release of portable OpenSSH will automate this scripts use...
2001 Mar 01
0
Portable OpenSSH 2.5.1p2
...ver 2.5.1p1 but an upgrade is recommended. Specific bug-fixes include: - Fixed endianess issue causing failues when usin Rijndael/AES cipher - Fix PAM failures on Solaris and Linux - Fix RPM spec file for Redhat systems - Fixed several compatibility functions - Fix entropy collection code for SCO3 and NeXTStep - Many other minor fixes (see Changelog for details) This release includes Mark Roth's mdoc2man.pl script which can be used to fix up the manpages on systems that lack the full andoc set of macros (e.g. Solaris). A future release of portable OpenSSH will automate this scripts use...