Corubba
Corubba
When reading a zone from a zonefile, the `$GENERATE` resolution now not only supports decimal but also octal, hexadecimal and nibbles. When using nibbles with an even width, the generated...
The tests were in a sad state, and still are. But at least they run and pass again. ## Fix test docker The Dockerfile did not work as is, because...
One of the first surprises for me was that PDA has a offline mode, which is not active by default. Inspired by #174, this PR aims to move PDA in...
**Describe the bug** PR #8458 added the "Extended Logging Target", which can be used for logging to syslog and/or journald among other things. As the [doc for the `log syslog`...
##### SUMMARY Using an empty vault id (for example `--vault-id ""` on the command line) currently results in a `Permission denied` error. This is because the empty string resolves to...
##### Summary When using a vault-encrypted value as argument for a task module, the `args` rule will throw/raise an `TypeError: Object of type AnsibleVaultEncryptedUnicode is not JSON serializable` error. #####...
## Describe the bug During the parsing of the config file, the quoted string value of the `misc_path` option is unescaped twice, resulting in behaviour violating the [documented escaping rules](https://github.com/acassen/keepalived/blob/59c39afe7410f927c9894a1bafb87e398c6f02be/doc/man/man5/keepalived.conf.5.in#L130)....
Properly read and write ID3 v1.0 and v1.1 tags according to the [spec](https://id3.org/ID3v1). ID3 v1.0 tags are no longer always read as v1.1, which previously resulted in wrong track numbers....
Limit the access of the `slow_print` function to the subtype field, which is the only field the slow protocol defines. This means moving the version stuff for LACP and Marker...