Mark Kubacki

Results 16 issues of Mark Kubacki

Message IDs are used for duplicate suppression. It's not necessary that they are truly random, nor satisfy any nonce-criteria from the field of cryptography. Anything from `hash.Hash->Sum(x)` will be sufficient....

question

This DANE test site has intentionally an invalid DNSSEC signature: ``` bad-sig.dane.verisignlabs.com - Valid TLSA record but the DNSSEC signature is invalid. ``` … yet the output is: ``` bash...

By splitting the current implementation of `blob/fileblob` into `_other` and `_linux` we could use some “modern” syscalls and techniques to improve security and performance, thereby making `blob/fileblob` a first class...

The animation has been too predictable.

We will need the following options to **tar** for *reproducible builds*. Therefore this PR upgrades the version **dgr** ships with to 1.29, but still calls the host's *tar* by default....

This contribution implements support for reproducible builds with *dgr*. That is, if the scripts and tools used within the builder and target environment (equals "build environment" in our case) allow...

I am interested in this too, and the idea has been presented scattered throughout some issues and commit comments. I'd like to move this forward and collect concrete ideas and...

`hostnamectl` can return more than one hostname, the pair "transient" and "static" hostname is not uncommon. The script then fails because `$old_hostname` is set to two lines (!) with the...

I'd like my app to ignore any options that I didn't specify in advance still parsing as much of the expected ones as possible. Given this: ``` go package main...

Now that histogram and watermark(s) are one (#4), I see the opportunity to further evolve this into (state of the art) in-place sorting. Would you entertain a PR or do...

enhancement
performance