Ntpd: bug and patch: not reporting lost sync

2013-05-03 Thread Andreas Helmcke
contact to the upstream ntp servers but I could not find a proper way to handle this. Anyone any suggestions? Greetings Andreas [Patch] ntpd: set additional env variable last_update_recv_time when running script Signed-off-by: Andreas Helmcke a...@helmcke.name --- networking/ntpd.c | 6

[PATCH v3] pw_encrypt: Add option to enable bcrypt support

2022-05-06 Thread Andreas Helmcke
Adds an option to the Login/Password Management Utilities menu to enable bcrypt support in passwd and chpasswd. Add support for bcrypt to BusyBox chpasswd & passwd. Co-authored-by: Andreas Helmcke Signed-off-by: Andreas Helmcke Original-work-by: Scott Court --- Changes v2->v3: -

Re: [PATCH] pw_encrypt: Add option to enable bcrypt support

2022-05-03 Thread Andreas Helmcke
Adds an option to the Login/Password Management Utilities menu to enable bcrypt support in passwd and chpasswd. Add support for bcrypt to BusyBox chpasswd & passwd. Signed-off-by: Andreas Helmcke --- Changes v1->v2: - better help texts (hopefully) - check FEATURE_BCRYPT_COST pa

Re: [PATCH] pw_encrypt: Add option to enable bcrypt support

2022-05-03 Thread Andreas Helmcke
Am 03.05.22 um 14:51 schrieb Emmanuel Deloget: Le mar. 3 mai 2022 à 13:58, Andreas Helmcke a écrit : diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index 3463fd95b..2da4ab1d0 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c @@ -70,6 +70,24 @@ char* FAST_FUNC crypt_make_pw_salt

Re: [PATCH] pw_encrypt: Add option to enable bcrypt support

2022-05-03 Thread Andreas Helmcke
Am 03.05.22 um 14:23 schrieb Lauri Kasanen: On Tue, 3 May 2022 13:58:44 +0200 Andreas Helmcke wrote: diff --git a/loginutils/Config.src b/loginutils/Config.src index cbb09646b..cdcd7132f 100644 --- a/loginutils/Config.src +++ b/loginutils/Config.src @@ -91,6 +91,28 @@ config USE_BB_CRYPT_SHA

Re: [PATCH] pw_encrypt: Add option to enable bcrypt support

2022-05-03 Thread Andreas Helmcke
nges fully dependend on config option - changed algorithm tag to $2b$ - help texts added for bcrypt option Signed-off-by: Andreas Helmcke --- include/libbb.h | 5 + include/usage.src.h | 5 + libbb/pw_encrypt.c| 18 ++ loginutils/Config.src

Re: [PATCH v4] pw_encrypt: Add option to enable bcrypt support

2023-01-25 Thread Andreas Helmcke
nges fully dependend on config option - changed algorithm tag to $2b$ - help texts added for bcrypt option Signed-off-by: Andreas Helmcke --- include/libbb.h | 5 + include/usage.src.h | 5 + libbb/pw_encrypt.c| 14 ++ loginutils/Config.src