libtrace is a library for capturing and processing network traffic, similar to
libpcap. Libtrace supports multiple trace formats for both input and output
including live device capture, DAG hardware capture and off-line trace files
(both compressed and uncompressed).
More information about libtrace can be found on the libtrace webpage.
Original port created by Matt Peterson <matt at peterson.org>
Updated for FreeBSD 9.0 by Shane Alcock <salcock at waikato.ac.nz>
nss_ldap is a NSS module which provides an LDAP backend for C library
functions such as getpwnam(3), getgrnam(3), and gethostbyname(3). It
is compliant with RFC 2307, ``An Approach for Using LDAP as a Network
Information Service''.
Currently this is an experimental port, with support only for the
`passwd' and `group' databases.
Honeyd is a small daemon that creates virtual hosts on a network. The
hosts can be configured to run arbitrary services, and their TCP
personality can be adapted so that they appear to be running certain
versions of operating systems. Honeyd enables a single host to claim
multiple addresses - I have tested up to 65536 - on a LAN for network
simulation.
This installs Daisuke Aoyama's isboot kernel module, which allows
booting FreeBSD directly from an iSCSI root disk. If your BIOS
supports iSCSI you may configure your target settings in the BIOS
and boot directly. If not, you may PXE boot using software that
contains iSCSI support such as iPXE. The module reads the iSCSI
Boot Firmware Table (IBFT) to configure the network and re-attach
the volume once the kernel begins execution.
Net::Whois::Raw - Perl extension for retrieving unparsed raw whois
information. There is also a simple way of checking whether a domain
is registered or not.
Usage:
use Net::Whois::Raw;
$s = whois('perl.com');
$s = whois('freebsd.org');
$s = whois('freebsd.org.ua');
$Net::Whois::Raw::CHECK_FAIL = 1;
print "Hurry up!\n" if !whois('microsoft.com');
ldapsh is an interactive shell you can use to administer ldap directories. It
provides an extensible command mechanism, with most of the necessary builtin
commands (such as 'clone', 'edit', 'rm'), and it's relatively easy to add more
commands.
It supports configuring multiple LDAP sources, and storing your UID for each
source so you don't have to type them each time.
Perl convenience module which simplifies the construction of LDAP query filter
statments as described in RFC-4515.
This is a simple wrapper around either of the two available SSL
modules. It offers a unified API for sending GET and POST requests over HTTPS
and receiving responses.
Ncat concatenates data streams similar to "cat" except the streams can
be files or TCP connections. Ncat makes it easy to pipe data between
hosts.
MPICH2 is an implementation of the Message-Passing Interface (MPI).
The goals of MPICH2 are to provide an MPI implementation for important
platforms, including clusters, SMPs, and massively parallel processors.
It also provides a vehicle for MPI implementation research and for developing
new and better parallel programming environments