Molly Miller
Molly Miller
The first-boot configuration script used in PiBakery v2 (which I co-wrote with @davidferguson) uses a statically linked busybox executable to install PiBakery files onto the Raspbian root partition. The busybox...
There are many files in the repository which have unnecessary execute permissions set. While this is mostly a cosmetic issue of low importance, fixing this makes the repository consistent --...
I'm running Jool on a pair of Debian Buster VM's, which are acting as border routers for a test network I'm operating. Both of these machines are running Debian's **4.19.160...
**Description** The version of `m_opmoderated` currently in-tree currently has the following configuration handles: - `channels/ignore-opmoderated` oper priv: stops messages sent by opers being hidden from unprivileged users by +U. -...
This commit adds a new function, `promhttp_start_daemon_with_options()`, which exposes the variadic options interface of `MHD_start_daemon()` to applications using prometheus-client-c. This would allow applications to e.g. bind to a specific IP...
This change extends libpcap with support for filtering VXLAN ("Virtual eXtensible LAN") packets. The implementation is based on the existing support for Geneve.
Convert File.sensitive_data to a tri-state variable to allow overriding sensitivity auto-detection
The `File` component has a `sensitive_data` flag, which is a boolean value which can be set by the operator to indicate that the content of a file is sensitive and...
I'm using Flask-Mail for sending email notifications in a Flask app I'm developing, however the administrators of the mail relay that I'm using require automated mail senders to authenticate using...
This change updates the keepalived and Bird configs after we replaced some routers in RZHAL. In WHQ the transfer and access networks are now no longer bridged through VXLAN, and...
This change introduces minimal, bare-bones platform integration for Grafana Loki, intended to serve as a basis for further development. This includes: - A role which can be assigned to VMs,...