Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv14000

Added Files:
        connect.info 
Log Message:
OK for 10.7. (Copied from 10.4)

--- NEW FILE: connect.info ---
Package: connect
Version: 1.96
Revision: 1
Description: SSH Proxy Command
License: GPL
Maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>
# Downloaded from http://www.taiyo.co.jp/~gotoh/ssh/connect.c
Source: http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/%n-%v.c.gz
NoSourceDirectory: true
Source-MD5: e84811ec39b51111c14875ed5f53baf9
PatchScript: <<
 gzip -dc %n-%v.c.gz  > connect.c
 head -n 20 connect.c > Copyright
<<
CompileScript: gcc connect.c -o connect -lresolv
InstallScript: <<
 install -m 755 -d      %i/bin
 install -m 755 connect %i/bin
<<
DocFiles: Copyright
Homepage: http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
DescDetail: <<
connect.c is the simple relaying command to make network connection via SOCKS
and https proxy. It is mainly intended to be used as proxy command of OpenSSH.
You can make SSH session beyond the firewall with this command.

Features of connect.c are:

 - Supports SOCKS (version 4/4a/5) and https CONNECT method.
 - Supports NO-AUTH and USERPASS authentication of SOCKS
 - Partially supports telnet proxy (experimental).
 - You can input password from tty, ssh-askpass or environment variable.
 - Run on UNIX or Windows platform.
 - You can compile with various C compiler (cc, gcc, Visual C, Borland C. etc.)
 - Simple and general program independent from OpenSSH.
 - You can also relay local socket stream instead of standard I/O.

Download source code from: http://www.taiyo.co.jp/~gotoh/ssh/connect.c 
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to