search for: _gettemp

Displaying 8 results from an estimated 8 matches for "_gettemp".

2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...Paul Eggert <eggert at twinsun.com> * canohost.c (get_remote_hostname): Don't pass negative chars to ctype macros. * match.c (match_hostname): Likewise. * openbsd-compat/base64.c (b64_ntop): Likewise. * openbsd-compat/inet_aton.c (inet_aton): Likewise. * openbsd-compat/mktemp.c (_gettemp): Likewise. * openbsd-compat/readpassphrase.c (readpassphrase): Likewise. * scp.c (sink): Likewise. * sshconnect.c (sshconnect.c): Likewise. =================================================================== RCS file: canohost.c,v retrieving revision 2.9.9.2 retrieving revision 2.9.9.2.0.1 dif...
2002 Aug 02
3
[Bug 377] New: Reduce compiler warnings. Use unsigned args to the ctype.h is*() macros.
...c (sink): Argument to macro isdigit() should be unsigned. * sshconnect.c (ssh_login): Argument to macro isupper() should be unsigned. * openbsd-compat/inet_aton.c (inet_aton): Arguments to the isdigit(), isxdigit(), islower() and isspace() macros should be unsigned. * openbsd-compat/mktemp.c (_gettemp): The isdigit() macro argument should be unsigned. * openbsd-compat/readpassphrase.c (readpassphrase): The isalpha() macro argument should be unsigned. Index: canohost.c =================================================================== RCS file: /cvs/openssh/canohost.c,v retrieving revision 1...
2004 Aug 22
0
[PATCH] openbsd-compat/mktemp.c: Compile time error with gcc 3.4
...bsd-compat/mktemp.c 22 Aug 2004 17:19:13 -0000 @@ -40,11 +40,6 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.17 2003/06/02 20:18:37 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -#ifdef HAVE_CYGWIN -#define open binary_open -extern int binary_open(); -#endif - static int _gettemp(char *, int *, int, int); int -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.
2000 Nov 28
2
No subject
...-misc.c gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-mktemp.c bsd-mktemp.c: In function `_gettemp': bsd-mktemp.c:167: warning: subscript has type `char' gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAV...
1999 Nov 22
3
status of openssh for solaris?
In message <19991122110826.A23851 at wdawson-sun.sbs.siemens.com>, Willard Dawson writes: >I just tried to compile, this time with openssh-1.2pre14, openssl-0.9.4 >and egd-0.6. I get considerably further along, but still not completely >compiled. Here are the last bits: > >gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PR
2005 Feb 16
11
[Bug 968] OpenSSH 3.8p1 PRNG seed extraction failed error
http://bugzilla.mindrot.org/show_bug.cgi?id=968 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #760| |ok? Flag| | ------- Additional Comments From djm at mindrot.org 2005-02-16 11:24 -------
2000 Nov 29
0
ssh problem
...ll -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-mktemp.c >bsd-mktemp.c: In function `_gettemp': >bsd-mktemp.c:167: warning: subscript has type `char' >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexe...
2010 Aug 09
8
Call for testing: OpenSSH-5.6
Hi, OpenSSH 5.6 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a moderately large release, with a number of new features and bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH