Daniel Markstedt
Daniel Markstedt
After adding support in the build system for building in the Homebrew packaging environment, we run into issues linking normally when invoking Meson directly when Homebrew is installed on Linux...
In this day and age, it's getting common for people to want to run services as regular users in a sandboxed environment, without the need for root access to the...
An `AFPERR_AUTHCONT` error is thrown for the AFP_LOGIN_EXT command when attempting to authenticate with DHX2 or DHCAST128, compiled without PAM support, on a macOS host. Using netatalk without PAM would...
When running the production container with optimized dircache settings, we get a range of test failures. The settings are ``` -e AFP_DIRCACHESIZE=131072 \ -e AFP_DIRCACHE_VALIDATION_FREQ=100 \ -e AFP_DIRCACHE_METADATA_WINDOW=3600 \ -e...
The most recent UAM (User Authentication Method) in AFP is DHX2, which was introduced in 2002 with Mac OS X 10.2. It uses CAST-128 cypher in CBC mode with Diffie–Hellman...
As reported by user **Slimes** on the [TinkerDifferent web forums](https://tinkerdifferent.com/threads/netatalk-4-0-future-proofing-apple-file-sharing.3714/post-40273), there is a recurring crash when you run netatalk with debug logging enabled but no log file defined (i.e. logging...
The embedded AFP client in the testsuite don't seem to support the ProDOS info bit properly, in part because of a hackish assumption that PDINFO is always used as the...
As discussed elsewhere, here's a list of improvements that I made last week to Macproxy Classic, for your consideration of porting to Macproxy Plus. - handle a failed DNS lookup...
Creates an .astylerc file defining the formatting rules; with astyle installed, you can do this from the repository root: astyle --options=.astylerc --recursive --suffix=none '*.cpp' '*.h' Removes the Eclipse formatting rules...
Adds a suite of meson scripts for building the C++ project. Example commands: ``` meson setup build meson compile -C build meson test -C build meson install -C build ```...