netatalk
netatalk copied to clipboard
Netatalk is a Free and Open Source AFP fileserver. A *NIX or BSD system running Netatalk is capable of serving many Macintosh clients simultaneously as an AppleShare file server.
Alpine and openSUSE are relevant for netatalk2, so let's backport those GitHub actions jobs to 2.4
**Description** As stated in the title i'm continuing experiencing this behaviour of dbd -c on a afp share. The share was created a long time ago in netatalk v2.x on...
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...
Using the duplicate function of the finder (⌘+d) leads to the fce events `afpd[43] {fce_api.c:533} (debug:FCE): register_fce(path: /media/share/P00002315572 Kopie.jpg, event: FCE_FILE_CREATE)` `afpd[43] {fce_api.c:533} (debug:FCE): register_fce(path: /media/share/P00002315572 Kopie.jpg, event: FCE_FILE_DELETE)` We...
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...
Since we've made good progress on proactive deprecating and refactoring of the codebase, I think it's time to look at the potential security issues that static analysis has revealed. GitHub...
Running `cppcheck --enable=unusedFunction` reveals some amount of unused functions. This is to evaluate and eliminate bitrotted code.
Potential roadmap for afpstats: Compile afpstats support automatically if dbus and dbus-glib are present (easy, only requires netatalk.m4 macro changes). This would mean that afpstats support would require less user...