Displaying 3 results from an estimated 3 matches for "prog_sar".
Did you mean:
procesar
2001 Jul 26
7
Updated Cray patch against openssh SNAP-20010725
...t a singed
integer. The original bsd code use the fact
that you can set a 32bit unsigned int to a 32 bit
signed variable and recover the sign bit.
CRAY ints are 64 bit so the trick can't work.
configure.in - Add OSSH_PATH_ENTROPY_PROG(PROG_SAR, sar).
I missed this in the last patch. It is need for the
sar entry in ssh_prng_cmds.in
deattack.c - Modified to not depend on u_int16_t
being 16bit in size.
packet.c - Add new subroutine to return an explicit signed
integer.
scp.c -...
2001 Jul 22
2
Patches for Cray T3Es running Unicossmk and SV1s running Unicos
This patch is against Cray patch against openssh-SNAP-20010710. Here
a few notes about them:
1) rijndael does not work on cray due to the fact it is rooted in 32 bits.
I looking for a fix, it may come form Wendy Palam. For now the cray
default to the following cihpers for ssh version 2 ssh are:
3des-cbc,blowfish-cbc,cast128-cbc,arcfour
2) Crays don't have setitimer so I
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...S/system32/arp'
PROG_DF='/bin/df'
PROG_IFCONFIG='undef'
PROG_IPCS='/bin/ipcs'
PROG_JSTAT='undef'
PROG_LAST='undef'
PROG_LASTLOG='undef'
PROG_LS='/bin/ls'
PROG_NETSTAT='/cygdrive/c/WINDOWS/system32/netstat'
PROG_PS='/bin/ps'
PROG_SAR='undef'
PROG_TAIL='/bin/tail'
PROG_UPTIME='undef'
PROG_VMSTAT='undef'
PROG_W='undef'
PROG_WHO='/bin/who'
RANLIB='ranlib'
SED='/usr/bin/sed'
SH='/usr/bin/sh'
SHELL='/bin/sh'
SSH_PRIVSEP_USER='sshd'
STARTUP_SCRIPT...