v1.0.1
Release v1.0.1 includes the following changes:
- The server now categorizes log messages to be of either the 'security', 'protocol', 'core' or 'internal' type, to allow for RFC 5424 type logging.
- A hook for user-defined log handlers is added (issue #11).
- Support for the new JSON domain file format in
paf.client
and the command-line programs (such aspafc
) added (issue #28). - Optimized server orphan handling, which improves responsiveness in case clients with large number of services published disconnect.
- Limit the number of
pafbench
concurrent transaction (to make it more behave like a typical client). - Fixed bug in source IP-based (i.e., insecure) user classification.
- Fixed bug which allowed for too-large, or too-small integers being sent or received on the Pathfinder protocol level (issue #14).
- Various updates to comply to coding style.