summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-11-02verbump: 1.0.8gesh
Breaking change: pizauth.service has become Type=notify to reflect the addition of a startup_cmd in pizauth.conf This means that unless properly configured, systemd will think pizauth hung while starting up and kill it. To configure this, startup_cmd needs to eventually run systemd-notify --ready --pid=parent Alternatively, this change can be suppressed by using systemctl --user edit pizauth.service and restoring Type=simple (but that might have systemd consider pizauth as running too early) Also, the Makefile has been configured to explicitly ask for the systemd units to be installed. Also also, the program now ships with pizauth-state-*.service files that can be used to store/restore the pizauth state in encrypted form. Some of them need configuration prior to use, see the units for details.
2024-04-15License texts are standard, removedgesh
cf the golden copies on SPDX, the only modification is the absence of a copyright line, so these shouldn't need installing
2024-04-04Remove local-only filesgesh
.gitattributes are useful for local configuration, but they shouldn't have been checked in
2024-03-26Fix build, minor improvementsgesh
LTO is broken ATM with rust[1], so RFC4 killed the build. Also package licenses, improve platform detection, and add `git` makedepend [1] - gitlab.archlinux.org:packages/pacman!20
2024-01-24Adapt to PR32gesh
Upstream installs bash completions to standard locations now
2024-01-10Fix bash completion locationgesh
2024-01-10Adapt to PR 26 Makefile reorganizationgesh
2023-12-22Initial commitgesh