Johannes Findeisen hanez · he/him
hanez pushed to master at hanez/home 2025-02-17 01:27:50 +01:00
7294bc2b78 Menu update.
hanez pushed to main at hanez/isc 2025-02-12 00:19:42 +01:00
ab312c16ef Initial code commit.
hanez pushed to master at hanez/home 2025-02-07 01:21:43 +01:00
041772358a Added factorio and godot to games menu.
hanez pushed to main at xw3/nethsm-docker 2025-01-17 01:28:35 +01:00
hanez pushed to main at xw3/nethsm-docker 2025-01-17 01:21:30 +01:00
de943645b4 Added minimal docker-compose.yml.
hanez created repository xw3/nethsm-docker 2025-01-17 00:57:02 +01:00
hanez pushed to main at hanez/Xtea 2025-01-14 04:23:01 +01:00
65b7a0e28d Added daemon mode, a help and version. Added a README.
hanez pushed to master at hanez/home 2025-01-14 00:02:39 +01:00
08891961e8 Menu update.
6e765935ff Menu update.
Compare 2 commits »
hanez pushed to main at hanez/Xtea 2025-01-13 07:11:09 +01:00
90a5e4f510 Typo fix.
hanez pushed to main at hanez/Xtea 2025-01-13 07:09:46 +01:00
4294333a88 Renamed program to Xtea.
hanez renamed repository from Xtimer to hanez/Xtea 2025-01-13 07:07:33 +01:00
hanez pushed to main at hanez/Xtea 2025-01-13 07:02:30 +01:00
60b261f3c2 More cosmetics... :D
hanez pushed to main at hanez/Xtea 2025-01-13 06:50:15 +01:00
00aa8cd38b Just cosmetics... ;)
hanez pushed to main at hanez/Xtea 2025-01-13 06:24:21 +01:00
b6528efc13 Renamed project to Xtimer and added install and uninstall routines to Makefile.
hanez created branch main in hanez/Xtea 2025-01-13 06:08:24 +01:00
hanez pushed to main at hanez/Xtea 2025-01-13 06:08:24 +01:00
6772b7b3f4 Added .gitignore.
09fbae8eab Initial commit.
hanez created repository hanez/Xtea 2025-01-13 06:06:40 +01:00
hanez pushed to main at hanez/chkusr 2025-01-11 04:42:49 +01:00
6d3e3393b5 Some housekeeping...
hanez commented on issue hanez/chkusr#4 2025-01-11 04:31:26 +01:00
Move all printf / fprintf from header to source file.

Okay, D() is defined in https://github.com/linux-pam/linux-pam/blob/master/libpam/include/security/_pam_macros.h. It is for debug output when the application is compiled with -DPAM_DEBUG. Seems to…

hanez commented on issue hanez/chkusr#4 2025-01-11 03:11:23 +01:00
Move all printf / fprintf from header to source file.

It seems that the function pam_syslog() is logging to syslog... But wth the hell is D(())???