Daniel Markstedt
Daniel Markstedt
The logic is in this section https://github.com/Netatalk/netatalk/blob/ef5601c57747d7cea22f8957a029b4b80502d455/meson.build#L1797 Rather than pointing to a specific file, I think the `lockfile` variable to be defined as the directory that contains the lockfiles. Then,...
In branch-netatalk-2-4 we have these declarations in etc/afpd/volume.c -- ``` typedef struct _special_folder { const char *name; int precreate; mode_t mode; int hide; } _special_folder; static const _special_folder special_folders[] =...
@NJRoadfan AFAICT this works correctly in 4.x. For instance, I got this in the shared volume that has been used with an OS9 client, with global access. ``` drwxrwsrwx 4...
Thanks for sharing! I propose putting these improvements on the backlog for the next major release (4.0.0)
I've merged a potential fix for `missing-call-to-setgroups-before-setuid` now. Poked around with `binary-or-shlib-calls-gethostbyname` a bit but it seems like a much more involved coding project. Postponing to a future time.
This should take care of the gethostbyname issue https://github.com/Netatalk/netatalk/pull/1934
Thanks for raising the ticket. For posterity: This came out of a discussion thread at TD: https://tinkerdifferent.com/threads/netatalk-2-4-0-released.3653/#post-31081 There are a bunch of considerations to unpack here, but let's start with...
For reference, here is a breakdown of the license grants and copyright holders for each file in the netatalk2 source tree, courtesy of Debian's semi-automated copyright tools: https://salsa.debian.org/netatalk-team/netatalk/-/blob/debian/old/debian/copyright
The upcoming Debian Trixie currently uses [kernel 6.9.7](https://tracker.debian.org/pkg/linux) - which also contains the [fix for AppleTalk routing on multiple interfaces](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2e82a58d6c0797092eabe7ba66a532c11548047f) - so the future looks bright in this regard. Last...
@stblassitude Hi Stefan, are you by any chance the same person who created **macipgw** a few decades ago? If so, I would love your thoughts on this thread, if you...