Daniel Markstedt
Daniel Markstedt
Yet another problem I'm running into is that `WOLFSSL_CMAC` is also inexplicably enabled (CMAC is part of AES I believe) which leads to compiler errors in two additional places: https://github.com/wolfSSL/wolfssl/blob/c3900470aaff38f46fca225aec7b572c5ecda02d/wolfssl/wolfcrypt/cryptocb.h#L435...
My apologies, I have restored the branch now. Please try checking it out again. We are configuring WolfSSL within the Meson build system of our project. It's treated as an...
WolfSSL is built as the "ssl" module in libatalk. When the `-Dwith-embedded-ssl` flag is set in Netatalk's build system (which is 'true' by default) the build file in https://github.com/Netatalk/netatalk/blob/main/libatalk/ssl/meson.build gets...
Ah of course, the branch I gave you actually contains the workaround for the issue, so of course you won’t see it… Please check out the commit right before and...
An example of a working afp.conf configuration ```ini ; ; Netatalk 4.x configuration file ; [Global] ; Global server settings log level = default:debug log file = /opt/homebrew/var/netatalk/netatalk4.log uam list...
Callstack ``` 0 libsystem_kernel.dylib 0x19688a5b0 __pthread_kill + 8 1 libsystem_pthread.dylib 0x1968c4888 pthread_kill + 296 2 libsystem_c.dylib 0x1967ca808 abort + 124 3 libatalk.19.dylib 0x10023744c sig_fault + 288 4 libsystem_platform.dylib 0x1968ce744 _sigtramp...
@delan Have you tried to configure different INQUIRE vendor strings? IIRC, many UNIX workstations will only boot from CD-ROM when they encounter devices that identify themselves as a particular bespoke...
@delan Were you able to try these device profiles? The Web UI has a handy feature where you can attach a CD-ROM drive using one of those profiles, and then...
This is a new area for me, so I had to do some reading. The most informative resource I could find is this [custom policy guide from Red Hat](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/using_selinux/writing-a-custom-selinux-policy_using-selinux#creating-and-enforcing-an-selinux-policy-for-a-custom-application_writing-a-custom-selinux-policy). IINM,...
An selinux policy has been added to contrib/selinux in the netatalk code tree in the main branch (bleeding edge development code). See the readme and run netatalk.sh to build and...