Upgrade to 2.2.10:
Fixes a buffer overrun in the code
used to support the 'manglin method = hash'
smb.conf option.
from peter@, little modification by me;
a dozen remote holes being fixed, that we shipped with. Weeks later
things have not improved, and there continue to be problems reported
to bugtraq, and respective band-aids - but it is clear the ethereal
team does not care about security, as new protocols get added, and
nothing gets done about the many more holes that exist.
Maybe someone will at least privilege separate this one day, and then
the OpenBSD stance with respect to this may change.
Encouraging people to run broken software by distributing packages
with known security holes is not desired by any of us.
The Python IRC library is intended to encapsulate the IRC protocol at a
quite low level. It provides an event-driven IRC client framework. It
has a fairly thorough support for the basic IRC protocol, CTCP and DCC
connections.
* When the -u and/or -g flags are set, cvsyncd now uses set[ug]id()
instead of sete[ug]id(). Note that the pidfile is created
after set[ug]id() are done.
* Some performance improvements and code cleanups. Especially
handling rcsfiles which contain very large number of revisions
is improved.
Amap is a next-generation scanning tool, which identifies applications
and services even if they are not listening on the default port by
creating a bogus-communication and analyzing the responses.
pvalchev@ david@ OK
PySNMPis a Python implementation of SNMP v.1/v.2c engine. Its general
functionality is to assemble/disassemble SNMP messages from/into given
SNMP Object IDs along with associated values. PySNMP also provides a few
transport methods specific to TCP/IP networking.