* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a895b24787df6db4dffd3309c2e5b98351e50f22
@ 2025-05-07 10:14 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-05-07 10:14 UTC (permalink / raw)
To: ipfire-scm
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via a895b24787df6db4dffd3309c2e5b98351e50f22 (commit)
via 75b77a2b2643316fed1e1e510f607809be2dc813 (commit)
from 9c0dab3d3ca807e836823253aced80a14bc1970a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a895b24787df6db4dffd3309c2e5b98351e50f22
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Wed May 7 10:14:13 2025 +0000
core195: Ship setup
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 75b77a2b2643316fed1e1e510f607809be2dc813
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Wed May 7 11:58:33 2025 +0200
passwords.c: Update number of rounds for passwords from 7 to 10
- This improves the security of the root and admin passwords created and makes it the
same as used for the proxy local auth password code in proxy.cgi & chpasswd.cgi
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/195/filelists/files | 1 +
src/setup/passwords.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/config/rootfiles/core/195/filelists/files b/config/rootfiles/core/195/filelists/files
index 61e6d4c7e9..c5bbfb87d3 100644
--- a/config/rootfiles/core/195/filelists/files
+++ b/config/rootfiles/core/195/filelists/files
@@ -19,6 +19,7 @@ srv/web/ipfire/html/themes/ipfire/include/css/style.css
usr/lib/firewall/firewall-lib.pl
usr/local/bin/wireguardctrl
usr/sbin/firewall-policy
+usr/sbin/setup
var/ipfire/backup/bin/backup.pl
var/ipfire/general-functions.pl
var/ipfire/header.pl
diff --git a/src/setup/passwords.c b/src/setup/passwords.c
index 6242577af9..bb6ffe8e68 100644
--- a/src/setup/passwords.c
+++ b/src/setup/passwords.c
@@ -56,7 +56,7 @@ int handleadminpassword(void)
return 0;
snprintf(commandstring, STRING_SIZE,
- "/usr/bin/htpasswd -c -B -C 7 -b " CONFIG_ROOT "/auth/users admin '%s'", password);
+ "/usr/bin/htpasswd -c -B -C 10 -b " CONFIG_ROOT "/auth/users admin '%s'", password);
sprintf(message, _("Setting %s 'admin' user password..."), NAME);
if (runhiddencommandwithstatus(commandstring, _("Setting password"), message, NULL)) {
sprintf(message, _("Problem setting %s 'admin' user password."), NAME);
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-07 10:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-07 10:14 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a895b24787df6db4dffd3309c2e5b98351e50f22 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox