Displaying 20 results from an estimated 4000 matches similar to: "snprintf on solaris"
1999 Dec 31
2
Ack...OpenSSH no longer compatible with SSH 1.2.26 clients?
I just tried, on a whim, to use an OpenSSH client vs SSH 1.2.26 client,
and I can connect with it...
Something drastic change between pre23 and pre24? Then again, I can't get
pre23 to work anymore either, after further investigation :( OpenSSH
clients connect no problem, just not the old SSH 1.2.26 clients ...
Marc G. Fournier marc.fournier at acadiau.ca
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 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre24 is being uploaded to:
http://violet.ibs.com.au/openssh/files/
This release fixes the silly bugs (almost all autoconf related) that
crept into yesterday's release.
19991231
- Fix password support on systems with a mixture of shadowed and
non-shadowed passwords (e.g. NIS). Report and fix from
HARUYAMA Seigo
1999 Dec 30
3
ANNOUNCE: openssh-1.2.1pre24
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre24 is being uploaded to:
http://violet.ibs.com.au/openssh/files/
This release fixes the silly bugs (almost all autoconf related) that
crept into yesterday's release.
19991231
- Fix password support on systems with a mixture of shadowed and
non-shadowed passwords (e.g. NIS). Report and fix from
HARUYAMA Seigo
1999 Dec 16
4
ANNOUNCE: openssh-1.2.1pre18
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2.1pre18.
This is mainly merges from the OpenBSD tree, bugfixes for Solaris
and libc5 Linux systems. It should fix all reported bugs except the
snprintf problems on some older Solaris versions.
Please test thoroughly, my hope is to have a stable version
released before Jan 1. At this point the main holdup is Solaris.
I have
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
2000 Jan 04
1
Why ...
in packet.c:packet_read_poll(), stored_checksum is an unsigned int, but
GET_32BIT is returning an unsigned long ...
Or isn't it?
Marc G. Fournier marc.fournier at acadiau.ca
Senior Systems Administrator Acadia University
"These are my opinions, which are not necessarily shared by my employer"
2000 May 11
1
OpenSSH 2.1.0 under Solaris 8 ...
Compiled great, got both my RSA and DSA keys' generated for Protocol 1/2,
started up fine ... try to connect and get a bunch of errors:
May 11 14:01:47 iris sshd[8578]: error: Couldn't wait for child '/bin/ls -alni' completion: No child processes
May 11 14:01:47 iris last message repeated 3 times
May 11 14:01:47 iris sshd[8578]: error: Command '/bin/ls -alni': select()
2000 May 30
1
Unable to use rdist in parrellel mode with 2.1.0p2 ...
Morning all ...
using the following command to sync up the binaries on several
machines:
rdist -P /usr/slocal/bin/ssh -Rf /root/sync-systems
generates the following error message(s):
jasper: updating host jasper
hermes: updating host hermes
attila: updating host attila
hercules: updating host hercules
".rcules: LOCAL ERROR: Unexpected input from server: "Couldn't initialise
1999 Nov 19
1
solaris compiling woes
Hi,
I have a problem compiling openssh pre 1.12 on solaris 2.5.1 platform with
gnu gcc 2.95.2
u_int32_t is missing somehow and i cannot find any includes which define it.
gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\"
-DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DASKPASS_PROGRAM=\"/usr/local/lib/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c
authfile.c
1999 Nov 18
1
Fwd: Re: status of openssh for solaris?
>From USENET, can somebody comment?
Newsgroups: comp.security.ssh
Subject: Re: status of openssh for solaris?
Date: 18 Nov 1999 18:31:47 -0500
Message-ID: <ygaso23e5qz.fsf at severn.office.aol.com>
Reinier Post <rp at win.tue.nl> writes:
> It looks as if OpenSSH (http://www.openssh.com/) is available for
> Solaris. Can anybody comment on its maturity?
I dunno about
2000 Jan 25
1
Origin of directory /usr/slocal?
I could not help but notice (at least in the solaris7/x86 port) the existance
of /usr/slocal; what is the origin/purpose of this dir, and what conditions/
restrictions on what goes in there?
thnaks
chris
--
Christopher Linn <celinn at mtu.edu> Staff System Administrator
Center for Experimental Computation Michigan Technological University
All opinions are my
2001 May 11
2
icq2000b ... installs but doesn't run ...
Okay, am trying to get ICQ2000b installed under Wine for my GF ... I
use LICQ myself, she doesn't like it as much as her Windows version,
says it offers more then licq ...
I do have a Windows partition, and install goes beautifully ... If I try and
run it after the install, the 'Loading...' comes up and then I start getting:
fixme:win32:SetCriticalSectionSpinCount
2006 Feb 05
3
Cluster Analysis - Number of Clusters
Hello,
I'm playing around with cluster analysis, and am looking for methods to
select the number of clusters. I am aware of methods based on a 'pseudo
F' or a 'pseudo T^2'. Are there packages in R that will generate these
statistics, and/or other statistics to aid in cluster number selection?
Thanks,
John.
--
2000 Jan 04
1
A clue to solaris problem?
Got this from one of my users today ...
==========
sshing did still work last week, but you had to use the blowfish
encryption protocol instead of 3des that is used by default.
==========
Marc G. Fournier marc.fournier at acadiau.ca
Senior Systems Administrator Acadia University
"These are my opinions, which are not necessarily
2003 Jun 26
1
Fonts on contour maps...
Hello All,
I am drawing four contour plots on a 2x2 layout. I need to downsize the
contour line labels. cex and labcex do not seem to work. Any suggestions?
Thanks,
John.
--
--------------------------------------------------------------------------
Dr. John Janmaat
Department of Economics, Acadia University, Wolfville, NS, B4P 2R6
E-mail: jjanmaat at acadiau.ca Web:
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra
mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the
#ifdef from config.h.in to there.
several files had __progname defined in the middle of the code, as well as
at the top of the code, so cleaned those out.
all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus
added appropriate
2006 Aug 09
1
NLS and IV
Hello All,
I'm looking to test a variable in a logit model (glm(...,
binomial(link="logit"))) for exogeneity (endogeneity). At this point I am
planning to try implementing Jeffery Grogger's "A Simple Test for Exogeneity in
Probit, Logit, and Poisson Regression Models", Economic Letters, 1990. To do
this, I need to be able to do an instrumental variables NLS
2003 Apr 02
7
Index of item in matrix
Hello All,
Is there a fast way to find the index(row and column) of a point in a
matrix?
Thanks,
John.
--
--------------------------------------------------------------------------
Dr. John Janmaat
Department of Economics, Acadia University, Wolfville, NS, B4P 2R6
E-mail: jjanmaat at acadiau.ca Web: http://ace.acadiau.ca/~jjanmaat
Tel: 902-585-1461 Fax: 902-585-1070
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