Silke Hofstra

Results 34 issues of Silke Hofstra

Wrap `crypto_hash` and `crypto_generichash` in the following packages: - `crypto/hash` - `crypto/generichash` Formatted, linted and tested with ~96% coverage.

This PR wraps the `crypto_auth` functions (up to date with libsodium 1.0.15) in the following packages: - `crypto_auth` - `crypto_auth/hmacsha256` - `crypto_auth/hmacsha512` - `crypto_auth/hmacsha512256` As always, all code is formatted,...

The crypto_aead functions with precomputation take a pointer to a `crypto_aead_aes256gcm_state` object as argument, not a char array. The compiler is changed to clang because the code with the correct...

As `golint` helpfully points out: > func name will be used as randombytes.RandomBytesSeedBytes by other packages, and that stutters; consider calling this SeedBytes It gets especially cumbersome with functions like:...

question

When the router has both a private (ULA) and a public prefix, setting `ra_management = 1` results in only the private prefix being given with DHCPv6. I've set up a...

This PR adds a `mount-boot` command and corresponding service. The service can then be depended upon by services that require `/boot` to be mounted (like `fwupd`). This allows for integration...

When running `get-timeout` without root, it will fail with an error ('failed to create a new libblkid probe'). Require root permissions for the `get-timeout` subcommand to clarify this.

The underscore method conflicts with String.underscore from Rails. Closes #29

**Summary** New in 2.12: * GCC 13 support. * clang 14 support. * binutils 2.38 support. * Unification of EFI Linux kernel loader across architectures. * Transition to EFI Linux...

As mentioned in #951, the [homepage of the bridge-utils package](https://wiki.linuxfoundation.org/networking/bridge) states: > Note: the bridge-utils package is DEPRECATED, instead use the bridge command from [iproute2](https://wiki.linuxfoundation.org/networking/iproute2) package. Let's deprecate `bridge-utils` and...

Plumbing
Priority: Normal
Feature