- Mar 10, 2022
-
-
Karel Koci authored
Added * support for welcome message required for newer versions of sentinel-proxy * dependency on libczmq\_logc that integrates CZMQ logging with LogC * configuration parsing for `nflog_group`, `socket` and `topic` Changed * minimal required version of LogC is now 0.2.0 Fixed * CI: release description for automatic release creation
-
- Jan 04, 2022
-
-
Karel Koci authored
This actually uses configuration file for real. We allow configuration of socket, topic and nflog group. The additional change here is the removal of -t argument. The topic change is available only through long option now. The reason for this is because whole pipeline depends on default topic and topic change breaks it. It is kind of an internal option and thus it for sure should not have convenient short option.
-
Karel Koci authored
The LogC changed macro names with 0.2.0 release.
-
Karel Koci authored
This redirects czmq messages to logc. Note that at the moment this is only redirection. The configuration is not yet propagated from application log because LogC lacks chain implementation still.
-
Karel Koci authored
This adds welcome message that is send as soon as possible to the Sentinel proxy. This also extends tests to cover sender and to cover cases when data received are just simply invalid.
-
- Nov 26, 2021
-
-
Karel Koci authored
The original code was just wrong. This correctly extracts the first block section from changelog.
-
- May 14, 2021
-
-
Karel Koci authored
Added * support for parsing UDP and TCP protocols for IPv6 (for now without extensions headers) Changed * source files were reorganized in the repository
-
- May 10, 2021
-
-
Karel Koci authored
These are all protocols that are defined in netinet/in.h but they are not all available on all systems. Commenting out some subset is not exactly all right solution. This instead just wraps case with check if macro is defined.
-
Karel Koci authored
This is just so project is little bit better organized. We have now sources for recorder and fwlogs itself separate. This also changes how we load suites in unittests. We now use constructor to auto-inject suites without having to edit unittests.c.
-
- Oct 06, 2020
-
-
Karel Koci authored
Added * Initial version of fwlogs * IPv4 TCP and UCP support * Minimal IPv6 support
-
- Aug 18, 2020
-
-
Karel Koci authored
-