Fritz D. Ansel

Results 5 comments of Fritz D. Ansel

Exists since 15 years, but its called "rootonlylogin" : https://github.com/Freetz-NG/freetz-ng/blob/master/make/dropbear/patches/100-root-login-only.patch

It's mips with uClibc. The full output: [build.txt](https://github.com/mkj/dropbear/files/8402027/build.txt) I noticed: checking for struct utmpx.ut_syslen... no checking for struct utmpx.ut_addr... no checking for struct utmpx.ut_time... no

This for FritzBox 7590: https://github.com/Freetz-NG/freetz-ng With previous 2020.81 it worked

A diff of the configure output: ``` -2020.81 +2022.82 -checking for ANSI C header files... (cached) yes +checking sys/prctl.h usability... yes +checking sys/prctl.h presence... yes +checking for sys/prctl.h... yes -checking...

So it worked with .81 because wtmpx was not found and thus disabled in dropbear, it was never used. Configure of .82 find the file and enables it and fails....