search for: _posix_vdisable

Displaying 7 results from an estimated 7 matches for "_posix_vdisable".

2001 Jun 28
1
`_POSIX_VDISABLE' undeclared
....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': readpassphrase.c:89: `_POSIX_VDISABLE' undeclared (first use this function) readpassphrase.c:89: (Each undeclared identifier is reported only once readpassphrase.c:89: for each function it appears in.) readpassphrase.c:54: warning: `status' might be used uninitialized in this function gmake[1]: *** [readpassphrase.o] Error 1 A...
2005 Apr 21
1
[Bug 1025] Does not correctly send/parse disabled special character in ttymodes
...ecial character, being the value 255. However, ttymodes.c just copies the local representation onto the wire and back again. So OpenSSH interoperates with itself between homogeneous platforms, but not with conforming implementations; for instance, from another client to OpenSSH on Linux (where _POSIX_VDISABLE appears to be '\0'): client$ stty -a [...] eol = <undef>; eol2 = <undef>; [...] server$ stty -a [...] eol = M-^?; eol2 = M-^?; [...] The attached patch against 4.0p1 fixes this for systems where _POSIX_VDISABLE is defined. Compiled and tested on Linux. ------- You are rec...
2001 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
...+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; - (void)tcsetattr(input...
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-unix-dev/attachments/20011213/77af7139/attachment.o...
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 source and found that a directive...
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill, just to notify you that your al175 driver is being removed from the NUT tree, as of 2.4.0-pre1. if you wish to see it entering the tree again, please contact the Development mailing list to talk about it. Merry Christmas and happy New Year. Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader -