Ports Search

Results 1,5911,600 of 5,886 for /net-im/.(0.004 seconds)
net/omniauth-oauth2-1.4.0 (Score: 0.026957162)
Abstract OAuth2 strategy for OmniAuth
An abstract OAuth2 strategy for OmniAuth.
net/omniauth-openid-1.0.1 (Score: 0.026957162)
OpenID strategy for OmniAuth
OpenID strategy for OmniAuth.
net/socketbind-1 (Score: 0.026957162)
Library to bind applications on multihomed machines to specific IP address
This library allows you to bind any application which is dynamically linked with libc. It provides convient way to bind socket's source IP to one of the multiple IP's available on computer. To use it first of all point LD_PRELOAD to installed library and set BINDTO variable to desired IP address to bind. Here is the wrapper to run any command binded to some IP address: env LD_PRELOAD=/usr/local/lib/libsocketbind.so.1 BINDTO=$MY_IP_ADDRESS $*
net/socketpipe-1.9 (Score: 0.026957162)
Zero overhead remote process plumbing
Socketpipe connects over a TCP/IP socket a remote command to a local input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against mallicious attacks; the command is designed for use in a trusted LAN environment.
net/omniauth-twitter-1.2.1 (Score: 0.026957162)
OmniAuth strategy for Twitter
OmniAuth strategy for Twitter
net/open-uri-cached-0.0.5 (Score: 0.026957162)
OpenURI with transparent disk caching
OpenURI with transparent disk caching
net/spread4-4.2.0 (Score: 0.026957162)
Spread Group Communication System, a network toolkit
Copyright (c) 1993-2002 Spread Concepts LLC. All rights reserved. This product uses software developed by Spread Concepts LLC for use in the Spread toolkit. For more information about Spread see http://www.spread.org/ Spread is a toolkit and daemon that provide multicast and group communications support to applications across local and wide area networks. Spread is designed to make it easy to write groupware, networked multimedia, reliable server, and collaborative work applications. Spread consists of a library that user applications are linked with, a binary daemon which runs on each computer that is part of the processor group, and various utility and demonstration programs.
net/opennebula-4.14.2 (Score: 0.026957162)
Libraries needed to talk to OpenNebula
OpenNebula is an open-source project delivering a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. This gem provides libraries needed to talk to OpenNebula.
net/srelay-0.4.8b6 (Score: 0.026957162)
Srelay is a SOCKS4/5 proxy and Relay
The SOCKS proxy and relay. * Srelay is a socks4/5 protocol proxy server * Supports socks connect/bind request in the protocol v4, v4a, and v5. * Supports socks server chaining with both v4 and v5 servers. * Supports Username/Password authentication in v5 (not recommended). * Testing on FreeBSD 8.1R, Solaris 8, 10, Linux-i386, MacOS 10.5. * Supports IPv6 as well as IPv4. * Srelay is Free.
net/ssldump-0.9b3 (Score: 0.026957162)
SSLv3/TLS network protocol analyzer
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.