Lorenz Brun

Results 48 issues of Lorenz Brun

I want to run tinc with confd, tinc requires you to have a configuration file for every host. These can all be built from the same config. I'd like to...

enhancement

Currently afero-s3 doesn't let clients list the bucket root because a HEAD on it doesn't return a 404 unless the bucket itself doesn't exist which means the existing code assumed...

It doesn't work with Android > 4.2, because it has secure ADB. Could you update it?

#### What is the problem you are having with rclone? I'm using `serve webdav` to serve a local directory over WebDAV. This works fine except that the VFS layer doesn't...

enhancement
VFS / mount

This is a start at implementing a OIDC RP for Planka. It implements just the server side by exposing a token exchange endpoint where a client can exchange an OAuth2/OIDC...

Is it possible to encrypt big files (10s of GiB) using AES-GCM? The AEAD encrypt function always returns a tag for every block, which makes this method of chunked encryption...

When requesting a TGT with Kerberos the `client.ASExchange()` function returns a `krberror.Krberror` which provides no way to access the original `ErrorCode`. This makes it very brittle to depend on Kerberos...

This exposes inner errors in `Krberror` errors as a non-breaking change by making Krberror implement the `Unwrap` interface. Example: ``` err := client.Login() var krbErr messages.KRBError if errors.As(err, &krbErr) {...

major version iteration

This fixes a segfault (originally found in Movian, but traced to libav) when decoding subtitles because only an array of rects is allocated, but not the actual structs it contains....

When building upb-compiled headers with LLVM 14 (running on Linux, building for Windows x64) I get tons of these warnings: ``` In file included from bazel-out/x64_windows-opt/bin/external/envoy_api/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.c:14: bazel-out/x64_windows-opt/bin/external/com_envoyproxy_protoc_gen_validate/validate/validate.upb.h(694,4): warning: cast from...