Andreas Gerstmayr

Results 65 issues of Andreas Gerstmayr

**What this PR does / why we need it**: * changes the time limit code generation function (which is used to create password reset tokens) to use HMAC-SHA256 instead of...

area/backend/security
area/backend
pr/external

Is there a way to filter transactions by amount? For example, I'd like to view all transactions of the expenses account over 1000 EUR (i.e. where the "changes" column is...

Here's a cgroup example: Single concat, runs inside 10MB ``` jkoch@jkoch:/sys/fs/cgroup/user.slice$ sudo systemd-run --scope -p MemoryLimit=10M perl -e '$a .= "A" x 1024' Running scope as unit: run-r43d2f5e56b8847fea964d1d1a0bc19ec.scope [completes] ```...

(re-)enable parallel builds (`-j` make flag) - [ ] test in CI first - [ ] enable by default

CI
build

pmproxy is based on libuv, which works as depicted in this diagram: http://docs.libuv.org/en/v1.x/design.html#the-i-o-loop When a filesystem change event happens, the discovery code starts and submits Redis requests - up to...

feature
pmproxy

The `maxmemory` and `maxmemory-policy: volatile-ttl` are interesting Redis configuration options which should be tested and explained in the scaling guidelines.

docs

Does Debian automatically add dependencies on the libraries used for building? E.g. at runtime we need `libbpf0` and `libelf1`, but in the `control.pcp` and `fixcontrol` I only see the development...

blocked

evaluate using registry.access.redhat.com/ubi8/ubi as base image for RHEL-based CI tests and builds

CI

https://www.sigstore.dev/ https://www.linuxfoundation.org/press-release/linux-foundation-announces-free-sigstore-signing-service-to-confirm-origin-and-authenticity-of-software/ https://shibumi.dev/posts/keyless-signatures-with-github-actions/

feature
CI
build

https://lwn.net/Articles/875945/ ClusterFuzzLite [1] looks promising and supports GitHub Actions [2]. [1] https://google.github.io/clusterfuzzlite/ [2] https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/

CI