Displaying 20 results from an estimated 700 matches similar to: "`_POSIX_VDISABLE' undeclared"
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
2000 Aug 30
1
[Need help] sshd cannot work on mips-sony-bsd
Hi,
I tried openssh on my SONY NEWS-OS 4.2.1R which is 4.3BSD based
system.
I modified a little(*) to compile openssh and the compilation was
successful. Ssh worked but sshd didn't work.
I checked the output of 'sshd -d'. It says
error: open /dev/tty failed - could not set controlling tty: No such device or address
when connected from remote host (FreeBSD 5-current) with ssh. And
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 Oct 18
0
Patch for hanging ssh-add under Solaris CDE
One of my users found that the new ssh-add, from the portable OpenSSH CVS
as of October 12, was hanging in his .profile while trying to start up CDE
(Common Desktop Environment) on Solaris 2.6. The previous one, which was
from OpenSSH 2.9p2, did not hang. It turns out that CDE, at least on
Solaris 2.6, 7 and 8, runs the user's .profile with a special startup shell
that allocates a pseudo-tty
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 :
2001 May 09
1
OpenSSH 2.9p1 on 4.3BSD based system
Dear developpers,
I successfully compiled OpenSSH 2.9p1 which I get via CVS with a
little modification. Patch is available at
http://www.rc.tutrp.tut.ac.jp/~nakaji/install/NEWS/utils/ref/openssh_cvs-news4.diff.gz
But one problem remains.
In config.h.in, there is a definition about strftime function
/* Define if you have the `strftime' function. */
#undef HAVE_STRFTIME
but this
2004 Jan 06
1
Keychain Patch Try II
Sorry; here's the message I sent with the Keychain Patch yesterday. I
didn't realize that the list wouldn't extract the text parts of the
message. Enjoy.
Hey all,
Here's the patch to let SSH store passwords in the Mac OS X Keychain.
I don't know whether you guys want to include it or not with the
distribution; some people have said that since Keychain is not an open
2001 Oct 26
5
New password echoes on Sol8
I tried replacing readpassphrase() for v2.9.9p2 on Sol8 with a different
version that just calls getpassphrase(). It appears to solve the echo
problem when the user tries to login in interactive mode and needs to
change their password.
Can anyone else try this with v2.9.9p2 on Solaris? Be sure to add:
#define HAVE_GETPASSPHRASE
... to config.h when compiling (since it's not a configurable
2002 Aug 02
3
[Bug 377] New: Reduce compiler warnings. Use unsigned args to the ctype.h is*() macros.
http://bugzilla.mindrot.org/show_bug.cgi?id=377
Summary: Reduce compiler warnings. Use unsigned args to the
ctype.h is*() macros.
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: trivial
Priority: P2
Component: Miscellaneous
2000 Mar 16
0
Compilation and solving problem on mips-sony-bsd.
Hello,
I'm trying samba-2.0.6 on my Sony NEWS-OS 4.2.1aRD which is based on
4.3BSD, having trouble with compilation. Also I have question and want
be helped to solve the problem.
Yes, I can compile it with dirty hack which is found at
ftp://ftp.tutrp.tut.ac.jp/pub/sony-news/samba/samba-news4.diff
There are some problems about this old and specific system.
1. It does not have setvbuf().
2.
2016 Sep 27
10
[Bug 2619] New: infinite loop, 100% cpu use in ssh if ^Z is pressed at password prompt
https://bugzilla.mindrot.org/show_bug.cgi?id=2619
Bug ID: 2619
Summary: infinite loop, 100% cpu use in ssh if ^Z is pressed at
password prompt
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2002 Jan 27
1
Strange read_passphrase behaviour ?
Hi,
I'm sorry if this has already come up on the list, I did a quick search
of the archive and didn't notice it.
I noticed IMHO strange behavior in read_passphrase:
If readpassphrase returns NULL and sets errno to ENOTTY, then
read_passphrase returns an empty passphrase to the caller instead of
error, now what happens with password authentication is that
if readpassphrase fails every
2001 Dec 12
1
connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused
Hi,
According to http://www.openssh.com/portable.html, I tried to update my
openssh_cvs tree by CVS. And got an error.
$ cvs update -dP
cvs [update aborted]: connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused
Why? And from which cvs pserver can I get the latest openssh-portable?
Thanks.
--
NAKAJI Hiroyuki
2001 Oct 26
1
Makefiles in v2.9.9p2
If I change openbsd-compt/readpassphrase.c and type "make" from the
top-level, nothing happens. I have to remove
openbsd-compat/libopenbsd-compat.a to get "make" to do its thing.
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu for PGP public key
2002 Oct 21
1
[Bug 314] switch to READPASSPHRASE_H to avoid conflicts with exiisting headers
http://bugzilla.mindrot.org/show_bug.cgi?id=314
------- Additional Comments From djm at mindrot.org 2002-10-21 10:40 -------
What existing headers? If the system provides its own readpassphrase() we should
need the local copy.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2005 May 26
0
vid%203b3676be-52e1-11d9-a9e7-0001020eed82
Dear Security Team,
Ports/japanese/samba is updated to ja-samba-2.2.12-j1.0beta1, which
fixes CAN-2004-1154.
Please update the portaudit database.
>>>>> In <200505242242.j4OMglSA099193@repoman.freebsd.org>
>>>>> Pav Lucistnik <pav@FreeBSD.org> wrote:
> pav 2005-05-24 22:42:47 UTC
> FreeBSD ports repository
> Modified files:
>
2002 Apr 29
9
[Bug 230] UsePrivilegeSeparation turns off Banner.
http://bugzilla.mindrot.org/show_bug.cgi?id=230
------- Additional Comments From krh at lemniscate.net 2002-04-29 10:53 -------
I should add that I also have PrintMotd off so that the motd is
printed only once, and yes, I am connecting with the SSH 2 protocol.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Oct 26
2
Expired passwords on Solaris with PAM
I've been doing so more tests with 2.9.9p2 on Sol8. Here are my
finding so far:
When a user needs to change his password and trys to run a command in
non-interactive mode, it just succeeds without even trying to prompt the
user for a new password. Damien submitted a fix - it works for me (is it
going into CVS?).
When a user needs to change his password and trys to login in interactive
2003 Sep 24
1
[Bug 711] 3.7.1p2 does not compile on redhat 5.1
http://bugzilla.mindrot.org/show_bug.cgi?id=711
Summary: 3.7.1p2 does not compile on redhat 5.1
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2001 Oct 31
2
OpenStep (NeXT) and TTY modes
OpenStep, apparently, does not initialize new pty/tty modes to a sane
default.
I'm thinking this code snippet, added to tty_parse_modes() before the
for(;;) loop should suffice:
#ifdef HAVE_NEXT
tio.c_oflag |= ONLCR;
tio.c_lflag |= ECHO;
#endif /* HAVE_NEXT */
Also, I've noticed that "ssh -t next_host stty" gives different output
than an interactive session to the same