Morten Linderud

Results 64 issues of Morten Linderud

I just debugged an issue where one part of the codebase was importing `log/slog` and an older part of the codebase was importing `golang.org/x/exp/slog` causing me to get very confused...

new-check

I'm unable to build this project with a recent version of protobuf and it seems like this hasn't been updated in a while. In an effort to try make it...

`pacconf` returns an error, but I suspect there are other places as well. Needs to support `DisableSandbox` as well I assume? ``` warning: config /etc/pacman.conf line 39: unknown option 'DownloadUser'...

**Is your feature request related to a problem? Please describe.** Currently settings are on a per-project basis and you have to remember to set `-v -s -S` for each project....

The man pages attempts to include a version, but the tarball does not have git and I forgot to implement an alternative thing. https://github.com/Foxboron/ssh-tpm-agent/blob/master/Makefile#L8

bug
good first issue

WIP draft PR for the feature. So far it works, a bit slow on my machine due to the id remapping which should probably be investigated. - [x] Investigate the...

Documentation
API

cpuid has been removed and u-root has replaced it with their own fork. Update u-root to ensure we are not pulling an old repository.

When the server gets an `agentSignRequest` it can be `ssh.PublicKey` or `ssh.Certificate` formatted keys. As the server only parsed these into `ssh.Key` they would require a `Marshal()` to `ParsePublicKey()` dance...

``` make -C lib all make[1]: Entering directory '/build/pacutils/src/pacutils/lib' cc -DCACHEDIR=\"/var/cache/pacman/pkg\" -DDBEXT=\".db\" -DDBPATH=\"/var/lib/pacman\" -DGPGDIR=\"/etc/pacman.d/gnupg\" -DHOOKDIR=\"/etc/pacman.d/hooks\" -DLOCALSTATEDIR=\"/var\" -DLOGFILE=\"/var/log/pacman.log\" -DROOTDIR=\"/\" -DSYSCONFDIR=\"/etc\" -shared -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security...