Daniel Markstedt
Daniel Markstedt
This ticket is to track the updating of the html manual and man pages (English and Japanese) in one go once we get closer to 4.0.0 release.
afpd in Netatalk 2.x supports both ATP and DSI transport layers, whereas in 3.x it was refactored to only speak DSI. Additionally, support for AFP revisions 1.1, 2.0 and 2.1...
On Debian 12, with libssl-dev but not libwolfssl-dev installed, running the distribution tests results in failure. It seems like the test binary isn't being linked correctly with the openssl library....
This is about forward-porting SLP (a.k.a. srvloc a.k.a. Server Location Protocol) from 2.x to the main branch. It should be integrated in a better way, ideally to allow Zeroconf and...
The build system currently has logic to detect or configure the path to the netatalk lockfile (PID file). However, atalkd/papd also use lockfiles, whose paths are defined via logic in...
When building with system WolfSSL on Arch and NetBSD, we get errors like: ``` [171/254] Compiling C object etc/uams/uams_randnum.so.p/uams_randnum.c.o In file included from ../include/atalk/logger.h:5, from ../etc/uams/uams_randnum.c:36: ./config.h:378:9: warning: "HAVE_PTHREAD" redefined...
On NetBSD, the timelord daemon isn't creating a pid in /var/run for itself. This means the NetBSD init system cannot stop the process after it's been started. ``` # service...
Additional Note on volumes: Netatalk 3.x no longer creates several "[special folders](https://github.com/Netatalk/netatalk/wiki/Special-Files-and-Folders)", likely because they are not used by OS X. These are TheVolumeSettingsFolder, TheFindByContentFolder, "Temporary Items", and "Network Trash"....
``` ninja: Entering directory `/home/runner/work/netatalk/netatalk/build' [1/9] Compiling C object test/afpd/libafpdtestlib.a.p/_home_runner_work_netatalk_netatalk_etc_afpd_catsearch.c.o [2/9] Compiling C object test/afpd/libafpdtestlib.a.p/_home_runner_work_netatalk_netatalk_etc_afpd_enumerate.c.o [3/9] Compiling C object test/afpd/libafpdtestlib.a.p/_home_runner_work_netatalk_netatalk_etc_afpd_directory.c.o [4/9] Compiling C object test/afpd/libafpdtestlib.a.p/_home_runner_work_netatalk_netatalk_etc_afpd_afp_dsi.c.o [5/9] Compiling C object test/afpd/libafpdtestlib.a.p/_home_runner_work_netatalk_netatalk_etc_afpd_filedir.c.o...
Netatalk presently uses Gnome Tracker as the backend for file system indexing and search for the Spotlight feature. However, Tracker has the drawback of being [explicitly designed for GUI applications](https://tracker.gnome.org/overview/),...