Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: d74b57c1 by Howard Chu at 2022-11-01T16:58:58+00:00 ITS#9899 fix use of non-standard u_char/u_int types
- - - - - fdbf2a3d by Quanah Gibson-Mount at 2022-11-01T16:59:15+00:00 ITS#9899
- - - - - 3993bd72 by Nadezhda Ivanova at 2022-11-01T17:02:57+00:00 ITS#9941 Fix asyncmeta manpage to clarify that only round-robin scheduling is used for target connections.
- - - - - 35ac1d14 by Quanah Gibson-Mount at 2022-11-01T17:03:16+00:00 ITS#9941
- - - - - 6af77313 by Howard Chu at 2022-11-01T17:04:54+00:00 ITS#9942 back-mdb: always release entries from Add ops
- - - - - 49231ba9 by Quanah Gibson-Mount at 2022-11-01T17:05:09+00:00 ITS#9942
- - - - - ce7a7997 by Ondřej Kuzník at 2022-11-01T17:07:15+00:00 ITS#9045 Do not share cn=config entries with outside code
config_back_entry_get currently returns the entry directly without securing the rwlock, which is unsafe. However we can't keep holding it on return in case the caller decides to hold onto the entry indefinitely, hence rlock+entry_dup+runlock.
- - - - - 02b15dd0 by Quanah Gibson-Mount at 2022-11-01T17:07:28+00:00 ITS#9045
- - - - -
7 changed files:
- CHANGES - contrib/slapd-modules/passwd/totp/slapd-totp.c - doc/man/man5/slapd-asyncmeta.5 - libraries/liblutil/base64.c - libraries/liblutil/sha1.c - servers/slapd/back-mdb/id2entry.c - servers/slapd/bconfig.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8b29434b65e9d444dce7eb4...