Daniel Markstedt

Results 101 issues of Daniel Markstedt

Since we've made good progress on proactive deprecating and refactoring of the codebase, I think it's time to look at the potential security issues that static analysis has revealed. GitHub...

Running `cppcheck --enable=unusedFunction` reveals some amount of unused functions. This is to evaluate and eliminate bitrotted code.

Like we did with 2.x in https://github.com/Netatalk/netatalk/issues/526 I think afprun functionality should be removed from 3.x as well. Including the preexec / postexec, as well as the nostat options. As...

To investigate the feasibility and break down the requirements for reintroducing the AppleTalk into the main Netatalk development branch. # Background AppleTalk / DDP and associated daemons and tooling were...

enhancement

I'm using the webmin API (v2.111) to build a 3rd party module, and encountered the following corner case bug. When you have href hyperlinks in a column made up of...

Use with-lockfile-path to set a lockfile path that is not defined in paths.h

Very much a work in progress, but putting up this PR since the code compiles at least. (Although the tests are failing on some platforms.) A few memos... I chose...

Gracefully exit the docker container startup sequence when either AFP_USER or AFP_PASS are not defined. Fix needed in 3.2 and main. Already doing this in 2.4.

Backport from 3.2 the `with-lockfile-path` option to override the default lockfile / runstate dir. Worth noting that this code changed a lot between 2.x and 3.x, so this is non-trivial...

While I think installing Webmin proper is beyond the scope of our autoconf macros, if Webmin is already installed, it would be nice to have the option to add the...