aerique

Results 9 issues of aerique

### Checklist I have: - [ ] read the [CONTRIBUTING.md](https://github.com/PowerDNS/pdns/blob/master/CONTRIBUTING.md) document - [x] compiled this code - [x] tested this code - [ ] included documentation (including possible behaviour changes)...

- [x] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [Github Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. - [x]...

auth
defect

Hi, I'm working on a side project for which I have to generate hashes for Ethereum, which uses the old padding of 1 instead of 6. Changing it on this...

Hi, thanks for your app it's very useful. This is just a suggestion but UI-wise the app could really use separators between the entries because I can never remember if...

`meta/main.yml` and `molecule/*/molecule.yml` still reference distributions that are end-of-life and for which we also do not provide packages anymore in our open source repositories: https://repo.powerdns.com/ - Debian Stretch - Ubuntu...

`meta/main.yml` and `molecule/*/molecule.yml` still reference distributions that are end-of-life and for which we also do not provide packages anymore in our open source repositories: https://repo.powerdns.com/ - Ubuntu Bionic - FreeBSD...

`to-json*` prints an empty string instead of `{}` for an empty object: * (jsown:to-json (jsown:empty-object)) "{}" * (jsown:to-json* (jsown:empty-object)) "" This is on Void Linux with SBCL 1.3.17 and jsown-20160208-git.tgz...

(I'm not sure @wojas needs to review this. Possibly the Kaniko build process was added after @pieterlexis took ZoneControl over.) A custom Kaniko image for PDNS Builder, because the official...

Both `build.sh` and `gen-version` use `#!/bin/bash` instead of `#!/usr/bin/env bash` which means Bash will not always be found (even on some Linux distributions!). - https://github.com/PowerDNS/pdns-builder/blob/master/build.sh#L1 - https://github.com/PowerDNS/pdns-builder/blob/master/gen-version#L1