Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
61e48321 by François Kooman at 2023-08-11T20:58:56+00:00
ITS#9827 update Argon2 defaults
- switch to argon2id by default (from argon2i)
- use OWASP recommended parameters as defaults
This only affects builds that use libargon2, e.g. Debian, and
not builds that use libsodium as argon2id is already the
default there, and better parameters are used
References: https://bugs.openldap.org/show_bug.cgi?id=9827
Signed-off-by: François Kooman <fkooman(a)tuxed.net>
- - - - -
1 changed file:
- servers/slapd/pwmods/argon2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/61e483211022a52aeed7f84…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/61e483211022a52aeed7f84…
You're receiving this email because of your account on git.openldap.org.
Howard Chu pushed to branch master at openldap / OpenLDAP
Commits:
7a4812d2 by Greg Burd at 2023-08-08T11:08:22-04:00
Allow caller to determine if the process should exit or not when the regex is found to be problematic.
- - - - -
9142da8e by Howard Chu at 2023-08-08T14:18:21-04:00
Use ConfigArgs in slapi config parsing
- - - - -
2086008a by Howard Chu at 2023-08-08T14:18:33-04:00
Use ConfigArgs in ACL parsing
For better error propagation back to config clients, also
remove unconditional use of stderr.
parse_acl() was only partially converted, the rest remains to be done.
- - - - -
ba90df4d by Greg Burd at 2023-08-10T15:29:47-04:00
convert Debug to use config args
- - - - -
7 changed files:
- servers/slapd/aci.c
- servers/slapd/aclparse.c
- servers/slapd/bconfig.c
- servers/slapd/proto-slap.h
- servers/slapd/slap.h
- servers/slapd/slapi/plugin.c
- servers/slapd/slapi/proto-slapi.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2738a32de3a324fc56effd…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2738a32de3a324fc56effd…
You're receiving this email because of your account on git.openldap.org.