Christian Marangi

Results 78 issues of Christian Marangi

Make libmagic optional and configurable. This is to address case where the libmagic library is detected but suppots wants to be disabled. While at it also add support for pkg-config...

This fix compilation error with implicit declaration of function canonicalize_file_name: transform.c: In function 'transform_save': transform.c:1192:21: error: implicit declaration of function 'canonicalize_file_name' [-Wimplicit-function-declaration] 1192 | augorig_canon = canonicalize_file_name(augorig); | ^~~~~~~~~~~~~~~~~~~~~~ transform.c:1192:21:...

Fix compilation error for missing pthread_t type name. rtpp_proc_async.h:44:34: error: unknown type name 'pthread_t' 44 | void rtpp_proc_async_setprocname(pthread_t thread_id, const char *pname); | ^~~~~~~~~

MUSL actually declare optreset and this cause compilation error: librtpp_main.c:44:12: error: static declaration of 'optreset' follows non-static declaration 44 | static int optreset; /* Not present in linux */ |...

Update minimum version of CMake to 3.22 for CMake >= 4.0 version support. New CMake require 3.5 as the minimum version with that increased to 3.10 in the next CMake...

Set minimum version for CMake to 3.10 for CMake >= 4.0 version support.

The question is simple... Is it possible to have a zigbee variant? I honestly hate polluting wifi network with iot devices and it would be ideal to have everything on...

Add MD5-Crypt algo to generare an hashed password entry to be used in shadow file. The function will generate a random salt and return an MD5 hashed entry. This follow...