Daniel Markstedt
Daniel Markstedt
When the `ReadParse` function is called in a module's core lib (rather than individual cgi scripts) it triggers an endless loop if you call `foreign_require($module)` where $module is the name...
Since openssl 3 is now rolled out with the latest stable Debian and Ubuntu distros, I want to promote the use of alternative ssl implementations such as libressl or wolfssl....
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
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.
The loginmaxfail and passwdminlen options aren't implemented in any UAM. Additionally, there's a stub for a UAM_PASSWD_EXPIRETIME option in uam.c I think we should remove all three for simplicity's sake.
Since it's trivial to generate man pages from xml with docbook-xsl, we should consider removing them from revision control. Pros: Removes the maintenance overhead of commits and PRs of regenerated...