jrdesktop is an open source software for viewing and/or controlling a
distance PC. Besides then screenshots, keyboard and mouse events
transfer, jrdesktop includes many additional features(file transfer,
data compression, color conversion, ...).
Jumpgate is a TCP connection forwarder that provides many enhancements and
improvements over the existing programs that do the same thing. Only
tested on OpenBSD, but should run without problems on any Unix-like
system. If you furtherly improve it, please send me the diffs. As always,
published under a BSD style license, see the included LICENSE file.
Jags is a Gtk+ based windows network neighbourhood browser. The
program parses the output from smbclient ( part of the samba-package
) and use this to display a graphic view of the network. This
program does the parsing with help from shell- scripts. This means
that it's easy to change the functionality of the program and you
can edit this without touching the source-code.
GSK is a C library for writing servers. It is designed for writing servers
where everything happens in a single thread.
ldapdiff combines "diff" and "patch" functionality in one application.
The difference is that ldapdiff is not designed for use on flat ascii
files, it is designed for "patching" ldap directories using ldif files.
With ldapdiff it is possible to check every entry/attribute of an ldif
file against a running ldap directory. ldapdiff is able to produce ldif
delta files in ldap version 3 format, which can be fed, into tools like
"ldapmodify", "ldapdelete" etc. ldapdiff is also able to modify, delete
and add entries/attributes online.
Libcapnav is a libpcap wrapper library that allows navigation to arbitrary
packets in a tcpdump trace file between reads, using timestamps or percentage
offsets. The API is intentionally much like that of the pcap library.
The core of the Netdude framework and the place where the packet manipulations
are performed. It allows you to implement trace file manipulations at a much
higher level of abstraction than code written directly on top of the pcap
library.
Libnids is a library that provides the function of one of the NIDS
(Network Intrusion Detection System) components, namely E-component. The
libnids code watches all local network traffic, processes received
datagrams a bit, and provides convenient information on them to analyzing
modules. Libnids performs:
a) assembly of TCP segments into TCP streams
b) IP defragmentation
c) TCP port scan detection
OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
The librsync library implements network delta-compression of streams and
files. The algorithm is similar to that used in the rsync(1) and xdelta(2)
programs, but specialized for transfer of arbitrary-length octet streams.
Unlike most diff programs, librsync does not require access to both of the
files on the same machine, but rather only a short ``signature'' of the
old file and the complete contents of the new file.