Server to stream music and video files from your UNIX server to an
XBox running XBox Media Player using the XBMSP protocol.
bsdproxy is a generic, event-driven proxy designed specifically for the
BSD platform. It uses the kqueue()/kevent() system calls to determine
when to relay data from one side of the connection to the other. It also
uses GLib (http://www.gtk.org) data structures and memory management
functions to optimize steady-state performance (minimize unnecessary
memory allocation/deallocation).
bsdproxy has been used to proxy HTTP, HTTPS, telnet, and mysql without
any problems. It should be able to serve as a transparent proxy for
anything over a TCP/IP connection.
Coda is a distributed file system. Among its features are disconnected
operation, good security model, server replication and persistent
client side caching.
This package builds the entire source tree but only installs(/packages)
the server side programs.
For more info, contact information available below.
EMAIL: coda@cs.cmu.edu
ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.
The primary difference between ctrace and other traceroute tools is
its ability to trace routes in multiple protocols. ctrace also has
some additional nifty features:
* Automatic round-trip-time (RTT) averaging, which makes output
cleaner and more intelligible.
* One or more packets can be launched per TTL/hop. By way of contrast,
4.3BSD traceroute(8) forces at least two. This capability makes
ctrace faster.
* 4.3BSD traceroute(8) emulation in most output, so it will hook in to
existing parsers.
* The ability to skip an arbitrary number of hops, saving you time
that would be normally wasted tracerouting your own network.
* Fine-grained control over trace packet headers, assisting in
bypassing burdensome packet filters.
Coda is a distributed file system. Among its features are disconnected
operation, good security model, server replication and persistent
client side caching.
This package builds the entire source tree but only installs(/packages)
the client side programs.
For more info, contact information available below.
EMAIL: coda@cs.cmu.edu
Dante is a circuit-level firewall/proxy (socks implemented) that can be
used to provide convenient and secure network connectivity to a wide range
of hosts while requiring only the server Dante runs on to have external
network connectivity.
Once installed, Dante can in most cases be made transparent to the clients
while offering detailed access control and logging facilities to the
server administrator.
datapipe.c is a simple program that allows a listening TCP/IP port to be
constructed on the machine it is running on. Any connections to that port
will then be forwarded to the specified remote host and remote port. This
program can be useful for allowing your Distributed.net clients
communicate to the outside world by running it on a gateway machine that
has access to both the inside firewall and the outside realworld.
Additionally, if you live behind a SOCKS firewall, you can compile this
code with SOCKS support for your system and use it to act as a
"SOCKS translator" for your Distributed.net clients. In this case,
datapipe doesn't even need to be run on a gateway machine.
dhcprelya is a lightweight DHCP relay agent written for Yandex company for
high loaded routers with tens interfaces and thousands hosts behind them.
It's fast, independent from any side libraries, and it does not turn on
a promisc mode for listening interfaces.
It's distributed under BSD license.
Read README file for instructions.
Sergey Matveychuk <sem@FreeBSD.org>
This package is based on the libradius of FreeBSD, with some modifications and
extensions.
This PECL provides full support for RADIUS authentication (RFC 2865) and
RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to
authenticate your users against the user-database of your OS (for example
against Windows Active-Directory via IAS).
C++ SOAP Library based on expat