search for: vstatus

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

Did you mean: status
2001 Jun 28
1
`_POSIX_VDISABLE' undeclared
Dear developpers, I'm using OpenSSH_2.9p1 with prngd on my Sony NEWS-OS 4.2.1R. NEWS-OS 4.x is based on 4.3BSD and lack of many POSIX and ANSI features. Today I tried to make the latest openssh_cvs and got the following error, gcc -g -O2 -Wall -O -I. -I.. -I. -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c readpassphrase.c readpassphrase.c: In function `readpassphrase':
2001 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
...1 @@ -36,12 +36,6 @@ #include <termios.h> #include <readpassphrase.h> -#ifdef TCSASOFT -# define _T_FLUSH (TCSAFLUSH|TCSASOFT) -#else -# define _T_FLUSH (TCSAFLUSH) -#endif - char * readpassphrase(prompt, buf, bufsiz, flags) const char *prompt; @@ -102,13 +96,13 @@ term.c_cc[VSTATUS] = _POSIX_VDISABLE; } #endif - (void)tcsetattr(input, _T_FLUSH, &term); + (void)tcsetattr(input, TCSANOW, &term); } if (!(flags & RPP_ECHO_ON)) { if (tcgetattr(input, &term) == 0 && (term.c_lflag & ECHO)) { echo = 1; term.c_lflag &= ~ECHO; - (v...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a new release soon. If you have any patches you would like us to consider, please resend them to the list ASAP. -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer
2001 Dec 13
0
3.0.2p1 on mips-sony-bsd
Hi, A little change of openbsd-compat/readpassphrase.c is needed for the target mips-sony-bsd, which has VSTATUS defined in termios.h but not have _POSIX_VDISABLE nor VDISABLE in termios.h. -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.0.2p1.diff Type: application/octet-stream Size: 597 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-u...
2002 Mar 15
0
OpenSSH on mips-sony-bsd
Dear developpers, I have some problem with the latest openssh available via CVS. The target host is detected as mips-sony-bsd, SONY NEWS-OS 4.2.1R, which is an old type OS based on 4.3BSD. At first, this system has VSTATUS defined but no _POSIX_VDISABLE which both are used in openbsd-compat/readpassphrase.c. Second, some header files on this OS do not include <sys/types.h> and it causes many syntax error. For example, dev_t used in <sys/stat.h> and defined in <sys/types.h>. I checked the openssh so...
2001 Dec 26
3
ogg123 bug
Potentially nasty bug in current HEAD when printing the name of the file being played (the "Playing: filename.ogg" bit), any % symbols in the name appear to be printf parsed causing either junk to be printed or a crash or both. I noticed this when trying out http streaming as the url has %20's in it for spaces in the file name. Oh, and it still says it's rc2... --