Daniel Markstedt

Results 101 issues of Daniel Markstedt

There is a doubly linked list implementation in `include/atalk/list.h` ostensibly borrowed from the Linux kernel and lacking proper attribution. At a glance only a few functions are used in only...

In the latest main branch code: ``` [195/255] Linking target etc/afpd/afpd ld: etc/afpd/libafpd.a.p/quota.c.o: in function `getfsquota': /home/dmark/netatalk/build/../etc/afpd/quota.c:544: warning: warning: reference to compatibility quotactl(); include for correct reference ```

The Gnome project is in the process of renaming `tracker` to `tinysparql`, and `tracker-miner` to `localsearch`. https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/346 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072711 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072712 This ticket is for keeping track of this transition and update...

This is a feature wishlist item about creating a new CNID backend that uses a modern light-weight database. Our primary backend, dbd (database daemon), relies on BerkeleyDB which is by...

enhancement

The DocBook toolchain relies on XML parsing and XSL stylesheets that is heavy, complex, and partially on the verge of obsolescence. For one, we use traditional non-namespaced DocBook XSL style...

To add an env variable and modifications to the entry point script in order to support AppleTalk zones.

gcc 14.2.0-5 in Debian Unstable throws warnings related to memory safety ``` ../libatalk/adouble/ad_conv.c: In function ‘ad_conv_dehex’: ../libatalk/adouble/ad_conv.c:260:5: warning: argument 2 null where non-null expected [-Wnonnull] 260 | strlcpy(buf, bdata(newpath), sizeof(buf));...

To implement the parsing of a macipgw.conf file where the various runtime options can be managed. When CLI parameters are passed to macipgw, they should take precedence to the config...

enhancement

GitHub has picked up on these file access race condition issues, as detected by SonarCloud: https://github.com/Netatalk/netatalk/security/code-scanning/1 https://github.com/Netatalk/netatalk/security/code-scanning/5 https://github.com/Netatalk/netatalk/security/code-scanning/6 https://github.com/Netatalk/netatalk/security/code-scanning/7 https://github.com/Netatalk/netatalk/security/code-scanning/8 https://github.com/Netatalk/netatalk/security/code-scanning/117 https://github.com/Netatalk/netatalk/security/code-scanning/169 https://github.com/Netatalk/netatalk/security/code-scanning/170

GitHub has picked up on these PAM authentication issues, as detected by SonarCloud: https://github.com/Netatalk/netatalk/security/code-scanning/29 https://github.com/Netatalk/netatalk/security/code-scanning/30 https://github.com/Netatalk/netatalk/security/code-scanning/31 https://github.com/Netatalk/netatalk/security/code-scanning/32 https://github.com/Netatalk/netatalk/security/code-scanning/33 https://github.com/Netatalk/netatalk/security/code-scanning/34 https://github.com/Netatalk/netatalk/security/code-scanning/85