pen allows several servers to appear as one to the outside and
automatically detects servers that are down and distributes clients
among the available servers.
ok pvalchev@.
IPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces
and gather ip statistics. Collected numbers are arranged to form an
address-to-address flow pairs and than can be accessed via rsh in Cisco
fashion.
A small bit of the changes since the last update:
* tons of OS fingerprint updates
* fixed RPC scanning bug
* fixed OS fingerprinting bug
* don't print uptime if spoofed (eg OpenBSD 3.0)
* added ICMP timestamp & netmask ping types
* corrected "grepable output" printing
* updated nmap-services port list
* corrected XML output
* added multi-portlist support (different ports for UDP & TCP)
* corrected various memory leaks
--
This update contains a ton of fixes and features. Included is a small bit
from the ChangeLog:
* corrected big endian rpc decoding
* stop stream4 from clobbering itself
* fixed file rotation bug in spo_unified
* massive speed patch for multiple CIDR blocks
* corrected ICMP printing
* added a ton of new signatures
ProFTPD is a highly configurable and secure FTP server. It supports
chroot'ing of FTP sessions, Apache-like access restrictions, custom
message sending, and bandwidth throttling.
Oidentd is a highly flexible replacement for the standard ident.
It is capable of providing custom responses to ident requests and
also has nat support for pf-based OpenBSD.
Net::MySQL is a Pure Perl client interface for the MySQL database.
This module implements network protocol between server and client
of MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work.
- fixes an issue with Pure-FTPd and -current that was visable on sparc
where PAGE_SIZE is a non-constant.
--
Thank you very much to Frank Denis <j@pureftpd.org> for making a timely
release of Pure-FTPd so we could include this with our next release.
--
ddclient is a Perl client used to update dynamic DNS entries for accounts
on many dynamic DNS services.
WWW: http://burry.ca:4141/ddclient/
MAINTAINER= Sam Smith <s@msmith.net>
- from maintainer, with lots of additional mods
+ use MASTER_SITE_PACKETSTORM
+ respect CC/CFLAGS
+ add NO_REGRESS
+ clean up formatting
+ add $OpenBSD$ to patch
+ take over maintainership; no response in many, many weeks
--
neon is an HTTP and WebDAV client library, with a C interface.
Featuring:
* High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc)
* Low-level interface to HTTP request handling, to allow implementing new
methods easily.
* persistent connections
* RFC2617 basic and digest authentication (including auth-int, md5-sess)
* Proxy support (including basic/digest authentication)
* SSL/TLS support using OpenSSL (including client certificate support)
* Generic WebDAV 207 XML response handling mechanism
* XML parsing using the expat or libxml parsers
* Easy generation of error messages from 207 error responses
* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
* WebDAV metadata support: set and remove properties, query any set of
properties (PROPPATCH/PROPFIND).
* autoconf macros supplied for easily embedding neon directly inside an
application source tree.
WWW: http://www.webdev.org/neon/
--
cadaver is a command-line WebDAV client for Unix. It supports file
upload, download, on-screen display, namespace operations (move/copy),
collection creation and deletion, and locking operations.
It even works just fine with Apple's iDisk!
WWW: http://www.webdav.org/cadaver/