Displaying 10 results from an estimated 10 matches for "taiyo".
Did you mean:
taivo
2001 Oct 09
0
Small patch for ssh_askpass()
...;= 1)
return xstrdup("");
- nl = strchr(buf, '\n');
- if (nl)
- *nl = '\0';
+ buf[len] = '\0';
+ buf[strcspn(buf, "\r\n")] = '\0';
pass = xstrdup(buf);
memset(buf, 0, sizeof(buf));
return pass;
--- Regards,
Shun-ichi Goto <gotoh at taiyo.co.jp>
R&D Group, TAIYO Corp., Tokyo, JAPAN
2002 Feb 08
1
Expansion of hostname
...linenum++;
- if (process_config_line(options, host, line, filename, linenum, &active) != 0)
+ if (process_config_line(options, hostname, line, filename, linenum, &active) != 0)
bad_options++;
}
fclose(f);
Is this behaviour acceptable?
--- Regards,
Shun-ichi Goto <gotoh at taiyo.co.jp>
R&D Group, TAIYO Corp., Tokyo, JAPAN
2003 Jun 25
1
New regression test: dynamic forwarding
...The discussion about SOCKS5 support set me thinking about how you would
test it, and I came up with the attached test. (Again, mostly code stolen
from another test, this time forwarding.sh). It requires "connect" [1]
but will skip the test if it's not found.
-Daz.
[1] http://www.taiyo.co.jp/~gotoh/ssh/connect.html
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
-------------- next part --------------
A non-text...
2005 Jan 31
1
Dead proxy tunnel not cleared
Hello,
I have been observing the case where some part of the proxy connection(s)
break/time out, and the "tunnelconnect" proxy
(http://www.taiyo.co.jp/~gotoh/ssh/connect.html) exits.
The problem is that the process turns into a zombie and _stays_ that way.
SSH (OpenSSH-3.9p1) does not seem to wait() for it. Looks like a "deadwait".
Jan Engelhardt
--
If you knew the language, you'd know that: ??????????????
2000 Sep 25
3
socks proxy support
is openssh going to ever contain socks4/5 proxy support
(http://www.socks.nec.com/) the same way ssh (nonfree version) does?
Without this support, openssh is completely unusable behind a firewall.
Hayden A. James
2004 Sep 18
4
[Bug 931] Allow ssh-connections through a HTTP proxy (such as squid).
http://bugzilla.mindrot.org/show_bug.cgi?id=931
Summary: Allow ssh-connections through a HTTP proxy (such as
squid).
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-bugs
2001 Nov 06
13
OpenSSH 3.0
OpenSSH 3.0 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
This release contains many portability bug-fixes (listed in the
ChangeLog) as well as several new features (listed below).
We would like to thank the
2006 Jun 27
2
Addon-ooh323 install problem
...nter target type
src/chan_h323.c:739: warning: assignment discards qualifiers from pointer target type
make[1]: *** [chan_h323.lo] ??? 1
make[1]: Leaving directory `/usr/local/src/asterisk-addons/asterisk-ooh323c'
make: *** [all] ??? 2
???????????
----------------------------------------------
Taiyo Yuden Co.,Ltd. Information System Div.
Tetsuya Yamamoto <y-tetsuya@jty.yuden.co.jp>
Tel: 027-324-2304 Fax: 027-324-2305
ext.:830-585 ext.fax:830-602
----------------------------------------------
2007 Mar 05
2
sshd leaking processes
Hello,
I am experiencing a problem with
OpenSSH_4.3p2 Debian-8, OpenSSL 0.9.8c 05 Sep 2006
I have a tool which I use to generate command lines for end-end
encryption through firewalls, following directions from an old
discussion on this mailing list (thanks btw). It gives me something
like this:
ssh -p 47774 localhost -o "ProxyCommand=ssh -v -v vds5.dedi.blackcatnetworks.co.uk -- 'nc
2002 Jul 17
2
[Patch] SSH through HTTP proxy using CONNECT
Hi,
I'm not a subscriber to this list so please CC: me in any replies.
I found myself in a situation where I was behind a corporate firewall
that allowed only web requests to the outside world (and furthermore
those requests had to be via their proxy server). Therefore, I couldn't
SSH to the outside world.
However, the HTTP proxy 'CONNECT' method, which is normally used to