v1.1.4
Release v1.1.4 includes the following improvements:
Command-line Client
This libpaf release introduces a new command-line tool lpafc
. lpafc is a Pathfinder client which presents interactive CLI to a human operator, and is meant for debugging and exploration.
lpafc is compatible with the pafc
tool of the Pathfinder server software suite.
lpafc is targeting environments which are unable to satisfy the Python dependency of the original pafc tool. With lpafc comes a dependency to GNU readline.
Other Improvements
- Fix bug where libpaf could fail to properly handle subscription notifications during detach, resulting in an application crash.
- Improve certificate revocation test.
- Split library level test cases and test setup.
- Fix false-positive buffer-overrun related compiler warning.
- Add tpafd support in the test suite.
- Fix cosmetic memory leak in unit test framework (utest).