Daniel Markstedt
Daniel Markstedt
This is to investigate traditional rc/sysv init systems for Linux distros beside Debian. Debian has its /etc/init.d intact and fully working as of Bookworm. I'm curious if other Linux distros...
With the latest main when building on NetBSD with either build system. Raising a ticket to confirm that it's an existing non-critical issue and not introduced with recent changes. ```...
There are a handful of minor improvements that were made in 2.x that should be ported to 3.x, e.g. this commit https://github.com/Netatalk/netatalk/commit/bda82747ba63bebe72e202187c6f4036f71fbce2 Examples include safety checks in afppasswd.c
Distribution of services.atalk was removed in https://github.com/Netatalk/netatalk/commit/bda82747ba63bebe72e202187c6f4036f71fbce2 I think it should be restored
At least on macOS, a non-root user cannot update their own password with afppasswd ``` % afppasswd afppasswd: can't open /opt/homebrew/etc/netatalk/afppasswd ``` We might need to elevate the privileges in...
Alpine and openSUSE are relevant for netatalk2, so let's backport those GitHub actions jobs to 2.4
We currently have a handful of integration tests for afpd in the test/ subdir, but the coverage is limited, and no code coverage is being tracked. Ideally, we'd apply something...
A webmin module (administrative webapp for netatalk) is currently maintained in a separate repo at https://github.com/Netatalk/netatalk-webmin/tree/main This is to discuss potentially folding this codebase into netatalk proper and move towards...
The megatron code uses a long-obsoleted DEBUG macro scheme where DEBUG is assigned an integer value 1 - 5 to signify log level. The current DEBUG macro scheme is a...
Right now I'm building and pushing docker images for new releases on my local machine. It'd be better to move that workflow to a github action for automation and removing...