summaryrefslogtreecommitdiff
path: root/security/honeyd/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-10-05Fixed "test ==".rillig1-1/+2
2006-08-21Update to 1.5badrianp1-4/+4
Changes include: 1.5a * A typo in an assert caused Honeyd to crash for most services. * The subsystem support did not correctly support getsockname for sockets coming via accept(). 1.5b * A crash when processing ARP packets. * Correct default action handling for UDP packets. * Fixed --without-python flag when using configure.
2006-02-19Update to honeyd 1.5adrianp1-5/+5
New features include: * Statistics Collector: A daemon that can process netflow-like information exported by several Honeyd instances and do computations on the data - see live data. * Improved Subsystems: Improved support for subsystems permits running more complicated UNIX applications like mwcollect as a subsystem for Honeyd. * Proxy and SMTP subsystems: Example subsystems to simulate open proxies and mail relays. These subsystems are written with performance in mind and have no problem in keeping up with a busy network. Bugfixes include: A bug in Honeyd's IP reassembly code allows adversaries to remotely fingerprint honeypots. Thanks to Jon Oberheide for finding the bug; see adv.2006-01 for more information
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-14- Updated to v1.0 (No CHANGELOG available)adrianp1-4/+4
- Use options.mk framework for python and rrdtool support
2004-04-20Initial import of honeyd-0.8b, from pkgsrc-wip packaged by Adrianxtraeme1-0/+5
Portelli with minor changes by me. Honeyd is a small daemon that creates virtual hosts on a network. The hosts can be configured to run arbitrary services, and their personality can be adapted so that they appear to be running certain operating systems. Honeyd enables a single host to claim multiple addresses - I have tested up to 65536 - on a LAN for network simulation. Honeyd improves cyber security by providing mechanisms for threat detection and assessment. It also deters adversaries by hiding real systems in the middle of virtual systems.