Patch to const-ipate lhash

2000-05-05 Thread Paul D. Smith
I'm doing some work putting OpenSSH on an embedded platform, under a very non-UNIX operating system. This OS doesn't have preemptive multitasking, and it doesn't have separate address spaces for multiple "processes"; all instances share the same global data space. Since various portions of

Re: compile problems

2000-05-10 Thread Paul D. Smith
t packages. -- ------- Paul D. Smith [EMAIL PROTECTED] Network Management Development "Please remain calm...I may be mad, but I am a professional." --Mad Scientist --- These are my opinio

Re: make ar missing

2000-05-25 Thread Paul D. Smith
On Solaris ar (and Sun make, ld, etc.) are typically installed in /usr/ccs/bin. Make sure that's on your PATH. -- --- Paul D. Smith [EMAIL PROTECTED] Network Management Development "Please remain calm...

Re: [Adrian Bunk: Bug#65368: libssl09 must go to non-US/non-free]

2000-10-23 Thread Paul D. Smith
, who want to use only free software (as defined by the DFSG, of course), a simple way to accomplish that goal. -- --- Paul D. Smith [EMAIL PROTECTED] Network M

Re: [Adrian Bunk: Bug#65368: libssl09 must go to non-US/non-free]

2000-10-29 Thread Paul D. Smith
u put in the above parentheses :) -- ----------- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: Constification

2000-11-07 Thread Paul D. Smith
%% Richard Levitte - VMS Whacker [EMAIL PROTECTED] writes: rl From: "Paul D. Smith" [EMAIL PROTECTED] psmith This is similar to standard C functions which take a const psmith char*, for example, and return a char* that points into the psmith string. rl Like strstr()...

Re: Constification

2000-11-08 Thread Paul D. Smith
? -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad

Re: Constification

2000-11-08 Thread Paul D. Smith
D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Re: cvs commit: openssl/crypto/bn bn.h bn_exp.cbn_exp2.cbn_gcd.cbn_lib.c bn_mont.c bn_mul.c bn_prime.c bn_recp.cbn_shift.cbn_sqr.cbntest.c

2000-11-10 Thread Paul D. Smith
%% Ulf Moeller [EMAIL PROTECTED] writes: um (By that way, what does the C standard say about casting const to um non-const?) Caveat emptor. -- --- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods

Re: cvs commit: openssl/crypto/bn bn.h bn_exp.cbn_exp2.cbn_gcd.cbn_lib.c bn_mont.c bn_mul.c bn_prime.c bn_recp.cbn_shift.cbn_sqr.cbntest.c

2000-11-11 Thread Paul D. Smith
do we have to worry about signal()? -- ------- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Please remain calm...I may be mad, but I am a profe

Re: Constification

2000-11-11 Thread Paul D. Smith
ess you're going to cast internally, and if so why bother to have two API's anyway? It quickly reaches the point of ridiculousness :). -- ------- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Ple

Re: cvs commit: openssl/crypto/bn bn.h bn_exp.cbn_exp2.cbn_gcd.cbn_lib.c bn_mont.c bn_mul.c bn_prime.c bn_recp.cbn_shift.cbn_sqr.cbntest.c

2000-11-13 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Please remain calm...I may be mad, but I am a professional." --Mad

Re: Constification

2000-11-13 Thread Paul D. Smith
%% Ben Laurie [EMAIL PROTECTED] writes: bl "Paul D. Smith" wrote: It's worse than that: you have to provide two different data structures internally. Unless you're going to cast internally, and if so why bother to have two API's anyway? It quickly reaches th

Re: request for openssh0.9.6 makefile

2000-12-12 Thread Paul D. Smith
eep up-to-date on at least a daily basis. -- ------- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Please remain calm...I may be mad, but I am a professional." --Mad Scientist --

Re: request for openssh0.9.6 makefile

2000-12-12 Thread Paul D. Smith
. It's younger than autoconf/automake, and so it can be a little rough. But it does _extremely_ difficult things for you without much fuss. -- --- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools

Re: request for openssh0.9.6 makefile

2000-12-12 Thread Paul D. Smith
-related code). -- --- Paul D. Smith [EMAIL PROTECTED]HASMAT--HA Software Methods Tools "Please remain calm...I may be mad, but I am a professional." --Mad