--
Zebedee is a simple program to establish an encrypted, compressed TCP or
UDP tunnel between two systems. This allows traffic such as telnet, ftp,
VNC, and X to be protected from snooping as well as potentially gaining
performance over low-bandwidth networks from compression.
WWW: http://www.winton.org.uk/zebedee/
Submitted by Jon Leonard <jleonard@iss.net>
not used any more, so bump them from the checksum list
o previous ldconfig RPM from RedHat (currently mirrored at OpenBSD
ftp sites) did not contain the PGP signature, and was thus
apparently replaced. This also changed the md5sum of the file
(Although both RPMS give MD5 sum OK for the data in RPM:
d5ec919319ce8739c29adce2bcc4fdc3 with rpm -Kvv)
ok jasoni@ (maintainer)
--
ipband is a pcap based IP traffic monitor. It tallies per-subnet traffic
and bandwidth usage and starts detailed logging if specified threshold
for the specific subnet is exceeded. If traffic has been high for a
certain period of time, the report for that subnet is generated which
can be appended to a file or e-mailed. When bandwidth usage drops below
the threshold, detailed logging for the subnet is stopped and memory is
freed.
This utility could be handy in a limited bandwidth WAN environment
(frame relay, ISDN etc. circuits) to pinpoint offending traffic source
if certain links become saturated to the point where legitimate packets
start getting dropped.
It also can be used to monitor internet connection when specifying the
range of local ip addresses (to avoid firing reports about non-local
networks).
WWW: http://ipband.sourceforge.net/
Submitted by Vincent Derrien <hyzzod@free.fr>
- download vim-6.0-extra.tar.gz so some of the newest patches
work correctly.
- eventually, I'll add support for vim's NLS language files in a
subpackage.
- The "do previous word" function (Meta-Space) has been backported
from nano 1.1.
- The biggest bug fix is the huge bug in null_at which was discarding
reallocated memory addresses.
- There were some minor fixes in the cutting code, and some display
fixes also.