s-hamann

Results 13 issues of s-hamann

For some applications (ACME challenges, TLSA records, ...), it is interesting to know, if a record that was just added/updated/removed/... has fully propagated to the authoritative nameservers. Just querying the...

enhancement
api

The download page suggests getting the Nextcloud PGP key using this command: ```sh gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A ``` The SKS-Keyserver network is going down. https://sks-keyservers.net/ has the following statement...

## Problem Description I configured vdirsyncer to get the password from the user keyring: ``` password.fetch = ["command", "secret-tool", "lookup", "URL", "https://example.com/"] ``` This used to work fine before version...

I implemented the `tempfile` module. It works mostly like Ansible's reference implementation with the exception of the `suffix` parameter. This parameter is ignored here, because BusyBox `mktemp` does not support...

When running a command that returns a non-zero exit status, the web shell does not display the command's output. A particularly unfortunate example is: ``` $ ip help Command 'ip...

##### SUMMARY When creating new certificates, I want my serial numbers to be unique and that's about all. Uniqueness is required for the use with KRLs. Uniqueness can be achieved...

enhancement

The docs currently do not contain a lot of information on possible error codes and conditions returned by the API. API clients therefore need to implement error handling based on...

# Summary Either I do not understand how `--edns`/EDNS Client Subnet support is supposed to work or it does not work as documented. I run dnsproxy with `--edns` (but without...

`ACL.applyto` always writes access ACLs and ignores the `flag` parameter when the ACL is applied to a file descriptor (or file-like object, probably). While it would be great to fix...

Trivial version bump for latest upstream release. I also dropped version 4.8. --- Please check all the boxes that apply: - [X] I can submit this contribution in agreement with...

assigned
self-maintained