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.
On debian 12 when built with embedded wolfssl, if you load the DHX library and start up afpd: ``` May 20 11:15:24 deb12 afpd[126177]: uam_load(uams_dhx.so): failed to load: /usr/local/lib/x86_64-linux-gnu/netatalk/uams_dhx.so: undefined...
The papd.conf file has some commented out lines with docs that should be moved to the manual page
3.x saw some bumping of data types to more modern (specific) types. Should be good to do the same to 2.x. F.e. https://github.com/Netatalk/netatalk/commit/80fe6e63eb8ec9a396b4383cb8210fd5ded6ad35
Reverts Netatalk/netatalk#513
- Added guard check before access ad_entry() - Allow zero length entry in compliance with AppleDouble specification - Avoid setting adouble entries on symlinks
I can't seem to build with meson on NetBSD anymore. Oddly enough the vmactions build passes, and I'm using the exact same set of packages and setup command locally. Haven't...
The client_polling option is flagged as deprecated in 2.x, so let's remove the code to reduce complexity.