openldap/CHANGES

366 lines
17 KiB
Plaintext
Raw Normal View History

2013-09-19 08:18:50 -07:00
OpenLDAP 2.5 Change Log
2024-11-26 21:46:19 +00:00
OpenLDAP 2.5.20 Engineering
2025-02-19 18:25:57 +00:00
Fixed slapd regression with certain searches (ITS#10307)
2025-02-19 17:00:50 +00:00
Minor Cleanup
ITS#10226
2025-02-19 18:28:53 +00:00
ITS#10279
2024-11-26 21:46:19 +00:00
2024-11-26 17:12:48 +00:00
OpenLDAP 2.5.19 Release (2024/11/26)
2024-10-04 21:58:22 +00:00
Fixed libldap GnuTLS incompatible pointer type (ITS#10253)
2024-06-28 16:52:07 +00:00
Fixed libldap OpenSSL set_ciphersuite error handling (ITS#10223)
2024-06-28 16:52:36 +00:00
Fixed libldap to check for OpenSSL EVP_Digest* failure (ITS#10224)
2024-10-04 22:07:44 +00:00
Fixed slapd syncrepl assert during refresh at shutdown (ITS#10232)
2024-10-04 21:47:48 +00:00
Fixed slapd-ldap use of multi-precision add for op counters (ITS#10237)
2024-10-04 21:57:52 +00:00
Fixed slapd-mdb idl intersection (ITS#10233)
Fixed slapd-wt idl intersection (ITS#10233)
2024-10-04 22:05:16 +00:00
Fixed slapo-translucent regression with subordinate databases (ITS#10248)
2024-11-13 17:14:46 +00:00
Fixed slapo-translucent regression when requesting attributes (ITS#10272)
2024-06-28 16:53:20 +00:00
Fixed slappw-argon2 defaults to be more secure (ITS#9827)
2024-06-03 15:09:34 +00:00
Minor Cleanup
2024-11-12 17:49:49 +00:00
ITS#10155
2024-06-28 16:58:36 +00:00
ITS#10219
2024-06-03 15:09:34 +00:00
ITS#10221
2024-06-28 17:02:41 +00:00
ITS#10227
2024-06-28 17:02:52 +00:00
ITS#10231
2024-11-12 17:45:12 +00:00
ITS#10264
2024-06-03 15:09:34 +00:00
2024-05-21 17:19:57 +00:00
OpenLDAP 2.5.18 Release (2024/05/21)
2024-03-26 16:33:40 +00:00
Fixed libldap exit handling with OpenSSL3 again (ITS#9952)
2024-05-21 16:05:47 +00:00
Fixed libldap OpenSSL channel binding digest (ITS#10216)
2024-05-07 16:37:03 +00:00
Fixed slapd handling of large uid/gids peercred auth (ITS#10211)
2024-02-15 18:13:13 +00:00
Fixed slapd-meta with dynlist (ITS#10164)
2024-02-15 17:51:34 +00:00
Fixed slapd-meta binds when proxying internal op (ITS#10165)
2024-02-15 19:38:26 +00:00
Fixed slapo-accesslog startup initialization (ITS#10170)
2024-03-26 16:43:21 +00:00
Fixed slapo-dynlist with abandoned operations (ITS#10044)
2024-02-15 17:48:08 +00:00
Build
Fixed build with gcc14.x (ITS#10166)
2024-03-26 16:40:38 +00:00
Fixed back-perl with clang15 (ITS#10177)
2024-05-07 16:45:46 +00:00
Fixed tests to use SCRAM-SHA-256 instead of DIGEST-MD5 (ITS#10208)
2024-05-09 17:13:06 +00:00
Fixed to reduce systemd dependencies (ITS#10214)
2024-05-07 16:35:06 +00:00
Contrib
Fixed smbk5pwd implicit function declaration (ITS#10206)
2024-02-15 18:07:18 +00:00
Minor Cleanup
2024-05-08 17:56:59 +00:00
ITS#9921
2024-02-15 18:07:18 +00:00
ITS#10171
2024-02-15 18:14:42 +00:00
ITS#10173
ITS#10179
2024-03-26 17:03:57 +00:00
ITS#10186
2024-05-09 19:09:42 +00:00
ITS#10209
2024-01-29 20:42:54 +00:00
2024-01-29 18:53:15 +00:00
OpenLDAP 2.5.17 Release (2024/01/29)
2024-01-23 18:46:31 +00:00
Added slapo-dynlist option to disable filter support (ITS#10025)
2024-01-11 17:59:15 +00:00
Fixed liblber missing newline on long msg (ITS#10105)
2023-09-26 17:23:21 +00:00
Fixed libldap exit handling with OpenSSL3 (ITS#9952)
2024-01-11 17:56:24 +00:00
Fixed libldap with TLS and multiple ldap URIs (ITS#10101)
2024-01-11 21:56:58 +00:00
Fixed libldap OpenSSL cipher suite handling (ITS#10094)
2024-01-16 18:21:21 +00:00
Fixed libldap OpenSSL 3.0 and Diffie-Hellman param files (ITS#10124)
2024-01-11 22:00:14 +00:00
Fixed libldap timestamps on Windows (ITS#10100)
2023-10-09 20:25:21 +00:00
Fixed lloadd to work when resolv.conf is missing (ITS#10070)
2023-10-09 20:29:22 +00:00
Fixed lloadd handling of closing connection (ITS#10083)
2024-01-29 18:50:18 +00:00
Fixed slapd to honour disclose in matchedDN handling (ITS#10139)
2023-10-23 19:13:34 +00:00
Fixed slapd handling of regex testing in ACLs (ITS#10089)
2023-10-09 20:27:06 +00:00
Fixed slapd-asyncmeta when remote suffix is empty (ITS#10076)
2023-10-23 19:16:48 +00:00
Fixed slapo-dynlist so it can't be global (ITS#10091)
2023-10-23 19:19:24 +00:00
Build
Fixed lloadd type mismatches (ITS#10074)
2024-01-11 21:54:42 +00:00
Fixed builds for Windows (ITS#10117)
2024-01-11 22:03:11 +00:00
Fixed build with clang16 (ITS#10123
2023-09-26 17:21:27 +00:00
Documentation
Fixed slapo-homedir(5) attribute name for olcHomedirArchivePath (ITS#10057)
2023-09-26 17:28:30 +00:00
Minor Cleanup
2024-01-18 18:42:31 +00:00
ITS#10059
2023-09-26 17:28:30 +00:00
ITS#10068
2024-01-16 20:33:27 +00:00
ITS#10109
2024-01-16 20:41:35 +00:00
ITS#10110
2024-01-16 18:50:27 +00:00
ITS#10129
2024-01-16 20:38:07 +00:00
ITS#10130
2024-01-16 20:39:18 +00:00
ITS#10135
2024-01-16 19:14:57 +00:00
ITS#10144
2024-01-16 19:15:56 +00:00
ITS#10145
2024-01-18 18:42:03 +00:00
ITS#10153
2023-07-31 20:28:44 +00:00
2023-07-31 18:10:20 +00:00
OpenLDAP 2.5.16 Release (2023/07/31)
2023-07-31 18:07:04 +00:00
Fixed slapd cn=config incorrect handling of paused (ITS#10045)
2023-07-31 18:07:39 +00:00
Fixed slapd-meta to account for MOD ops being optional (ITS#10067)
Fixed slapd-asyncmeta to account for MOD ops being optional (ITS#10067)
2023-07-10 21:06:43 +00:00
2023-07-10 16:29:05 +00:00
OpenLDAP 2.5.15 Release (2023/07/10)
2023-04-27 15:35:56 +00:00
Added libldap openssl3 support (ITS#9436, ITS#10030)
2023-04-27 15:06:02 +00:00
Fixed libldap handling of TCP KEEPALIVE options (ITS#10015)
2023-05-25 19:05:24 +00:00
Fixed libldap with async connections (ITS#10023)
2023-04-27 15:38:17 +00:00
Fixed libldap openssl TLSv1.3 cipher suite handling (ITS#10035)
2023-04-17 18:43:44 +00:00
Fixed slapd callback handling with overlays that do extended operations (ITS#9990)
2023-04-27 15:14:18 +00:00
Fixed slapd conversion of pcache configurations (ITS#10031)
2023-05-15 17:43:48 +00:00
Fixed slapd cn=config modification handling with abandon (ITS#10045)
2023-04-27 15:03:17 +00:00
Fixed slapo-constraint handling of push replication (ITS#9953)
2023-05-15 17:58:06 +00:00
Fixed slapo-dynlist filter evaluation efficiency (ITS#10041)
2023-04-27 15:44:25 +00:00
Fixed slapo-pcache handling of invalid schema (ITS#10032)
2023-04-27 15:03:17 +00:00
Fixed slapo-ppolicy handling of push replication (ITS#9953)
2023-04-27 15:12:25 +00:00
Fixed slapo-ppolicy handling of pwdMinDelay (ITS#10028)
2023-04-27 15:10:43 +00:00
Fixed slapo-syncprov abandon handling (ITS#10016)
2023-04-27 15:44:25 +00:00
Fixed slapo-translucent handling of invalid schema (ITS#10032)
2023-04-27 15:03:17 +00:00
Fixed slapo-unique handling of push replication (ITS#9953)
2023-05-15 19:01:49 +00:00
Fixed slapo-variant to improve regex handling (ITS#10048)
2023-04-24 18:45:53 +00:00
Build Environment
Fixed compatibility with stricter C99 compilers (ITS#10011)
2023-04-24 18:47:27 +00:00
Keep .pc files during make clean (ITS#9989)
2023-04-27 15:03:17 +00:00
Contrib
Fixed slapo-variant handling of push replication (ITS#9953)
2023-04-26 16:43:49 +00:00
Minor Cleanup
2023-05-15 18:48:43 +00:00
ITS#9855
2023-04-26 16:43:49 +00:00
ITS#9995
ITS#9996
2023-04-26 16:44:30 +00:00
ITS#9997
2023-04-26 17:31:08 +00:00
ITS#9998
2023-04-26 17:31:39 +00:00
ITS#9999
2023-04-26 17:32:20 +00:00
ITS#10000
2023-04-26 17:32:49 +00:00
ITS#10003
2023-04-26 17:33:19 +00:00
ITS#10004
2023-05-15 17:46:50 +00:00
ITS#10033
2023-04-27 15:48:16 +00:00
ITS#10037
2023-05-16 16:55:47 +00:00
ITS#10039
2023-05-15 19:19:40 +00:00
ITS#10046
2023-06-02 15:42:35 +00:00
ITS#10063
2023-02-13 20:04:22 +00:00
2023-02-08 18:49:18 +00:00
OpenLDAP 2.5.14 Release (2023/02/08)
2022-10-03 20:41:18 +00:00
Fixed client tools to remove 'h' and 'p' options (ITS#9917,ITS#8618)
2022-10-17 16:44:40 +00:00
Fixed ldapsearch memory leak with paged results (ITS#9860)
2022-08-24 18:24:07 +00:00
Fixed libldap ldif_open_urlto check for failure (ITS#9904)
2022-08-29 16:40:05 +00:00
Fixed libldap ldap_url_parsehosts check for failure (ITS#9904)
2022-12-05 16:30:44 +00:00
Fixed liblunicode UTF8bvnormalize buffer size (ITS#9955)
2022-12-05 16:26:14 +00:00
Fixed lloadd race in epoch.c (ITS#9947)
2023-01-19 17:47:25 +00:00
Fixed lloadd to keep listener base around when not active (ITS#9984)
2023-01-19 17:49:30 +00:00
Fixed lloadd object reclamation sequencing (ITS#9983)
2022-09-12 21:14:38 +00:00
Fixed slapd memory leak with olcAuthIDRewrite (ITS#6035)
2022-09-26 16:50:45 +00:00
Fixed slapd transactions extended operations cleanup after write (ITS#9892)
2023-01-30 19:03:08 +00:00
Fixed slapd deadlock with replicated cn=config (ITS#9930,ITS#8102)
2023-01-30 19:05:03 +00:00
Fixed slapd connection close logic (ITS#9991)
2023-01-30 18:59:59 +00:00
Fixed slapd bconfig locking of cn=config entries (ITS#9045)
2022-08-24 15:51:55 +00:00
Fixed slapd-mdb max number of index databases to 256 (ITS#9895)
2022-11-01 17:05:09 +00:00
Fixed slapd-mdb to always release entries from ADD operations (ITS#9942)
2022-12-05 16:24:51 +00:00
Fixed slapd-mdb to fully init empty DN in tool_entry_get (ITS#9940)
2022-09-12 21:27:34 +00:00
Fixed slapd-monitor to free remembered cookies (ITS#9339)
2023-01-09 18:39:12 +00:00
Fixed slapo-accesslog reqStart ordering matching rule (ITS#9880)
2022-10-03 16:36:28 +00:00
Fixed slapo-deref memory leak (ITS#9924)
2022-08-30 16:10:41 +00:00
Fixed slapo-dynlist to ignore irrelevant objectClasses (ITS#9897)
2022-10-10 17:09:40 +00:00
Fixed slapo-dynlist to avoid unnecessary searches (ITS#9929)
2023-01-19 17:40:00 +00:00
Fixed slapo-dynlist to mark internal searches as such (ITS#9960)
2023-01-19 17:42:26 +00:00
Fixed slapo-pcache crash in consistency_check (ITS#9966)
2022-09-12 21:12:15 +00:00
Fixed slapo-remoteauth memory leaks (ITS#9438)
2022-09-12 21:14:58 +00:00
Build Environment
2022-10-13 16:02:16 +00:00
Fixed ancient DOS related ifdef checks (ITS#9925)
2022-08-24 17:45:49 +00:00
Fixed build process to not use gmake specific features (ITS#9894)
2022-10-06 16:45:26 +00:00
Fixed source tree to remove symlinks (ITS#9926)
2022-09-12 21:27:34 +00:00
Fixed slapo-otp testdir creation (ITS#9437)
2022-09-12 21:14:38 +00:00
Fixed slapd-tester memory leak (ITS#9908)
2022-08-24 18:20:42 +00:00
Fixed usage of non-standard C syntax (ITS#9898, ITS#9899, ITS#9901)
2022-08-24 18:21:14 +00:00
Fixed usage of bashism (ITS#9900)
2022-10-13 16:01:15 +00:00
Fixed test suite portability (ITS#9931)
2022-10-03 20:42:18 +00:00
Documentation
2023-01-19 17:45:13 +00:00
Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind (ITS#9976)
2022-11-01 17:03:16 +00:00
Fixed slapo-asyncmeta(5) to clarify scheduling for target connections (ITS#9941)
2023-01-19 17:43:52 +00:00
Fixed slapo-dynlist(5) to clarify configuration settings (ITS#9957)
2022-10-03 20:42:18 +00:00
Fixed slapo-unique(5) to clarify when quoting should be used (ITS#9915)
2022-10-25 19:13:13 +00:00
Minor cleanup
ITS#9935
ITS#9336
ITS#9337
2023-01-30 19:06:27 +00:00
ITS#9985
2022-07-14 21:15:40 +00:00
2022-07-14 17:09:57 +00:00
OpenLDAP 2.5.13 Release (2022/07/14)
2022-05-12 15:43:00 +00:00
Fixed librewrite declaration of calloc (ITS#9841)
2022-07-07 15:54:18 +00:00
Fixed libldap memory leaks (ITS#9876)
2022-05-16 15:11:28 +00:00
Fixed slapd kqueue support (ITS#9847)
2022-06-23 18:48:37 +00:00
Fixed slapd delta-sync DN leak on ADD ops (ITS#9866)
2022-06-23 18:50:42 +00:00
Fixed slapd replication with back-glue (ITS#9868)
2022-05-16 16:34:33 +00:00
Fixed slapd-mdb to check for stale readers on MDB_READERS_FULL (ITS#7165)
2022-06-23 18:48:37 +00:00
Fixed slapo-accesslog onetime memory leak (ITS#9864)
2022-06-29 17:52:27 +00:00
Fixed slapo-ppolicy interaction with slapo-rwm (ITS#9871)
2022-06-23 18:48:37 +00:00
Fixed slapo-syncprov memory leaks (ITS#9867)
2022-06-23 18:49:46 +00:00
Fixed slapo-syncprov fallback in delta-sync mode (ITS#9823)
2022-06-23 18:47:03 +00:00
Fixed slapo-unique to not release NULL entry (ITS#8245)
2022-05-12 15:44:59 +00:00
Build Environment
2022-06-23 18:48:37 +00:00
Added slapd-watcher -c contextDN option (ITS#9865)
2022-05-12 15:44:59 +00:00
Fixed parallel builds (ITS#9840)
2022-06-09 15:58:22 +00:00
Fixed test020 to skip back-wt (ITS#9859)
2022-06-03 20:32:16 +00:00
Fixed slapd-watcher SID handling with single URI (ITS#9850)
2022-07-06 22:43:42 +00:00
Fixed test043 with workaround for ITS#9878
2022-05-12 15:46:41 +00:00
Contrib
Added slapo-emptyds contrib module (ITS#8882)
2022-06-03 17:44:12 +00:00
Fixed slapo-autogroup backwards compat (ITS#9020)
2022-05-19 15:45:43 +00:00
Documentation
Fixed ldap_get_option(3) to clarify ldap_get/set_option restrictions (ITS#9824)
2022-06-30 20:39:40 +00:00
Fixed slapd-ldap(5),slapd-meta(5) missing bold tag on authz parameter (ITS#9872)
2022-05-04 16:10:58 +00:00
2022-05-04 14:57:30 +00:00
OpenLDAP 2.5.12 Release (2022/05/04)
2022-03-21 16:46:54 +00:00
Fixed libldap to drop connection when non-LDAP data is received (ITS#9803)
2022-03-21 21:57:21 +00:00
Fixed libldap to allow newlines at end of included file (ITS#9811)
2022-03-21 16:48:45 +00:00
Fixed slapd slaptest conversion of olcLastBind (ITS#9808)
2022-02-02 17:12:44 +00:00
Fixed slapd usage of thread local counters (ITS#9789)
2022-02-04 19:46:31 +00:00
Fixed slapd to clear runqueue task correctly (ITS#9785)
2022-04-27 15:49:28 +00:00
Fixed slapd idletimeout handling (ITS#9820)
2022-02-04 20:36:33 +00:00
Fixed slapd bconfig locking for cn=config replication (ITS#9584)
2022-02-04 19:47:16 +00:00
Fixed slapd syncrepl handling of new sessions (ITS#9584)
2022-02-18 23:18:05 +00:00
Fixed slapd to clear connections on bind (ITS#9799)
2022-04-27 15:52:13 +00:00
Fixed slapd to correctly advance connections index (ITS#9831)
2022-02-22 20:02:56 +00:00
Fixed slapd syncrepl ODSEE replication of unknown attr (ITS#9801)
2022-03-21 21:58:12 +00:00
Fixed slapd-asyncmeta memory leak in keepalive setting (ITS#9802)
Fixed slapd-ldap memory leak in keepalive setting (ITS#9802)
Fixed slapd-meta SEGV on config rewrite (ITS#9802)
Fixed slapd-meta ordering on config rewrite (ITS#9802)
Fixed slapd-meta memory leak in keepalive setting (ITS#9802)
2022-03-21 16:49:31 +00:00
Fixed slapd-monitor SEGV on shutdown (ITS#9809)
2022-05-04 14:51:21 +00:00
Fixed slapd-sql to properly escape filter value (ITS#9815)
2022-04-27 15:43:23 +00:00
Fixed slapo-dynlist dynamic group regression (ITS#9825)
2022-03-21 16:49:31 +00:00
Fixed slapo-pcache SEGV on shutdown (ITS#9809)
2022-02-18 23:16:33 +00:00
Fixed slapo-ppolicy operation handling to be consistent (ITS#9794)
2022-04-12 17:02:05 +00:00
Fixed slapo-translucent to correctly duplicate substring filters (ITS#9818)
2022-02-02 17:10:23 +00:00
Build Environment
Fix compilation with openssl exclusions (ITS#9791)
2022-02-02 17:11:07 +00:00
Fix warnings from make jobserver (ITS#9788)
2022-02-02 17:11:48 +00:00
Fix compiliation with certain versions of gcc (ITS#9790)
2022-03-21 21:58:40 +00:00
Documentation
Fixed slapd.conf(5)/slapd-config(5) syncrepl sizelimit/timelimit documentation (ITS#9804)
2022-01-20 19:03:25 +00:00
2022-01-20 18:48:23 +00:00
OpenLDAP 2.5.11 Release (2022/01/20)
Fix broken build release variable
2022-01-19 18:33:56 +00:00
OpenLDAP 2.5.10 Release (2022/01/20)
2021-11-11 17:28:15 +00:00
Fixed libldap to init client socket port (ITS#9743)
2022-01-19 16:08:39 +00:00
Fixed libldap with referrals (ITS#9781)
2022-01-18 23:04:24 +00:00
Fixed slapd to allow objectClass edits with no net change (ITS#9772)
2021-12-13 16:41:07 +00:00
Fixed slapd syncrepl recreation of deleted entries (ITS#9282)
2021-12-13 17:13:05 +00:00
Fixed slapd syncrepl replication with ODSEE (ITS#9707)
2021-12-14 16:50:35 +00:00
Fixed slapd syncrepl to reject REFRESH for precise resync (ITS#9742)
2022-01-12 22:10:07 +00:00
Fixed slapd syncrepl when X-ORDERED is specified (ITS#9761)
2022-01-12 22:42:42 +00:00
Fixed slapd syncrepl to better handle out of order delete ops (ITS#9751)
2022-01-12 22:49:16 +00:00
Fixed slapd syncrepl to correctly close connections when config is deleted (ITS#9776)
2021-11-23 22:20:50 +00:00
Fixed slapd-mdb to update indices correctly on replace ops (ITS#9753)
2022-01-12 21:52:23 +00:00
Fixed slapd-wt to set correct flags (ITS#9760)
2021-11-19 16:23:25 +00:00
Fixed slapo-accesslog to fix inconsistently normalized minCSN (ITS#9752)
Fixed slapo-autogroup to maintain values in insertion order (ITS#9766)
Fixed slapo-constraint to maintain values in insertion order (ITS#9770)
Fixed slapo-dyngroup to maintain values in insertion order (ITS#9762)
Fixed slapo-dynlist compare operation for static groups (ITS#9747)
2022-01-18 23:06:34 +00:00
Fixed slapo-dynlist static group filter with multiple members (ITS#9779)
slapo-refint to maintain values in insertion order (ITS#9763)
2021-12-13 17:15:30 +00:00
Fixed slapo-retcode to honor requested insert position (ITS#9759)
2022-01-18 23:08:07 +00:00
Fixed slapo-syncprov memory leak (ITS#8039)
2021-12-13 17:14:57 +00:00
Fixed slapo-syncprov to generate a more accurate accesslog query (ITS#9756)
2022-01-12 22:37:27 +00:00
Fixed slapo-translucent to warn on invalid config (ITS#9768)
Fixed slapo-unique to warn on invalid config (ITS#9767)
Fixed slapo-valsort to maintain values in insertion order (ITS#9764)
2021-11-16 20:39:16 +00:00
Documentation
Fixed slapo-accesslog(5) to clarify logoldattr usage (ITS#9749)
2021-10-25 21:26:10 +00:00
2021-10-25 17:04:31 +00:00
OpenLDAP 2.5.9 Release (2021/10/25)
2021-10-25 21:26:22 +00:00
Fixed slapo-accesslog to initialize minCSN on import of 2.4 databases (ITS#9720)
2021-10-11 17:54:45 +00:00
2021-10-11 16:47:09 +00:00
OpenLDAP 2.5.8 Release (2021/10/11)
2021-09-07 16:16:19 +00:00
Fixed libldap ldap_int_tls_connect: isdigit() requires unsigned char (ITS#9668)
2021-09-15 15:49:04 +00:00
Fixed libldap memory leak in ldap_get_option LDAP_OPT_X_TLS_PEERCERT (ITS#9696)
2021-09-14 16:20:59 +00:00
Fixed slapd to allow normalized values for namingContexts in cn=monitor (ITS#8341)
Fixed slapd to normalize the suffix in rootDSE (ITS#9664)
2021-09-15 15:41:36 +00:00
Fixed slapd slapadd to avoid destroying configDB prematurely (ITS#9678)
2021-09-30 16:03:11 +00:00
Fixed slapd to not spam logs with lastbind information (ITS#9156)
2021-09-30 18:24:12 +00:00
Fixed slapd slaptest migration to correctly set olcTSLVerifyClient (ITS#9711)
2021-10-07 16:11:47 +00:00
Fixed slapd-mdb multival delete handling (ITS#9712)
2021-09-15 15:44:25 +00:00
Fixed slapd-sql ldap_entry_objectclass table for mariadb/mysql (ITS#9679)
2021-09-23 18:55:17 +00:00
Fixed slapd-wt multiple issues (ITS#9463)
Fixed slapd-wt to close cache db correctly (ITS#9631)
2021-10-12 15:02:06 +00:00
Fixed slapo-ppolicy to restore OpenLDAP 2.4 compatibility (ITS#9671)
2021-09-13 15:12:55 +00:00
Fixed slapo-syncprov to free uuid list when finished replaying sessionlog (ITS#6467)
2021-08-26 21:19:32 +00:00
Build
Fixed libldap result.c compilation on musl systems (ITS#9648)
2021-09-03 18:20:06 +00:00
Fixed slapd duplicate definition of peerbv (ITS#9659)
2021-09-15 15:42:15 +00:00
Fixed test suite with memberof modular builds (ITS#9464)
2021-08-26 22:41:47 +00:00
Contrib
Added man page for ppm contrib module (ITS#9644)
2021-09-07 16:16:19 +00:00
Fix crash when pwdCheckModuleArg is not defined for ppm (ITS#9656)
2021-08-26 21:19:32 +00:00
Documentation
2021-09-07 16:16:19 +00:00
Fixed guide download link for heimdal (ITS#9669)
2021-09-14 17:23:45 +00:00
Fixed guide documentation for TLSECName (ITS#9687)
2021-09-15 15:45:55 +00:00
Fixed guide documentation missing tags (ITS#9693)
2021-09-20 15:13:53 +00:00
Fixed guide loadbalancer typo (ITS#9699)
2021-09-15 17:36:40 +00:00
Fixed guide synprov-nopresent redundant text (ITS#9689)
2021-09-27 19:19:53 +00:00
Fixed guide various typos and fix config alignment (ITS#9706)
2021-08-26 21:19:32 +00:00
Removed ppolicy.schema from servers/slapd/schema/README (ITS#9156)
2021-09-14 16:20:59 +00:00
Fixed slapd.conf(5)/slapd-config(5) to document default for database monitoring (ITS#9674)
2021-08-31 16:39:18 +00:00
Fixed slapd-meta(5)/slapd-asyncmeta(5) verbiage for try-propagate (ITS#9646)
2021-09-15 17:35:59 +00:00
Fixed slapo-syncprov(5) to note entryCSN indexing is highly recommended (ITS#9688)
2021-08-18 18:12:39 +00:00
2021-08-18 17:11:41 +00:00
OpenLDAP 2.5.7 Release (2021/08/18)
2021-08-04 16:37:14 +00:00
Fixed lloadd client state tracking (ITS#9624)
2021-08-06 21:21:35 +00:00
Fixed slapd bconfig to canonicalize structuralObjectclass (ITS#9611)
2021-08-17 15:46:14 +00:00
Fixed slapd-ldif duplicate controls response (ITS#9497)
2021-08-02 19:31:10 +00:00
Fixed slapd-mdb multival crash when attribute is missing an equality matchingrule (ITS#9621)
2021-08-06 21:58:19 +00:00
Fixed slapd-mdb compatibility with OpenLDAP 2.4 MDB databases (ITS#8958)
2021-08-16 22:02:15 +00:00
Fixed slapd-mdb idlexp maximum size handling (ITS#9637)
2021-08-16 16:33:22 +00:00
Fixed slapd-monitor number of ops executing with asynchronous backends (ITS#9628)
2021-08-16 16:29:58 +00:00
Fixed slapd-sql to add support for ppolicy attributes (ITS#9629)
Fixed slapd-sql to close transactions after bind and search (ITS#9630)
2021-08-16 16:12:18 +00:00
Fixed slapo-accesslog to make reqMod optional (ITS#9569)
2021-08-04 22:42:32 +00:00
Fixed slapo-ppolicy logging when pwdChangedTime attribute is not present (ITS#9625)
2021-08-03 15:47:57 +00:00
Documentation
2021-08-16 22:02:15 +00:00
slapd-mdb(5) note max idlexp size is 30, not 31 (ITS#9637)
2021-08-16 16:12:18 +00:00
slapo-accesslog(5) note that reqMod is optional (ITS#9569)
2021-08-16 18:40:28 +00:00
Add ldapvc(1) man page (ITS#9549)
2021-08-16 16:42:18 +00:00
Add guide section on load balancer (ITS#9443)
2021-08-16 16:28:48 +00:00
Updated guide to document multiprovider as replacement for mirrormode (ITS#9200)
Updated guide to clarify slapd-mdb upgrade requirements (ITS#9200)
Updated guide to document removal of deprecated options from client tools (ITS#9200)
2021-07-27 17:44:47 +00:00
OpenLDAP 2.5.6 Release (2021/07/27)
2021-06-14 17:04:36 +00:00
Fixed libldap buffer overflow (ITS#9578)
2021-06-24 16:34:55 +00:00
Fixed libldap missing mutex unlock on connection alloc failure (ITS#9590)
2021-06-24 16:34:16 +00:00
Fixed lloadd cn=config olcBkLloadClientMaxPending setting (ITS#8747)
Fixed slapd multiple config defaults (ITS#9363)
2021-07-06 15:53:58 +00:00
Fixed slapd ipv6 addresses to work with tcp wrappers (ITS#9603)
2021-07-13 15:05:06 +00:00
Fixed slapo-syncprov delete of nonexistent sessionlog (ITS#9608)
2021-06-27 21:44:13 +00:00
Build
Fixed library symbol versioning on Solaris (ITS#9591)
2021-07-06 15:45:15 +00:00
Fixed compile warning in libldap/tpool.c (ITS#9601)
2021-07-28 15:07:49 +00:00
Fixed compile warning in libldap/tls_o.c (ITS#9602)
2021-07-19 16:00:17 +00:00
Contrib
Fixed ppm module for sysconfdir (ITS#7832)
2021-07-26 19:38:31 +00:00
Documentation
Updated guide to document multival, idlexp, and maxentrysize (ITS#9613, ITS#9614)
2021-06-03 22:32:53 +00:00
2021-06-03 18:44:52 +00:00
OpenLDAP 2.5.5 Release (2021/06/03)
2021-04-30 16:54:19 +00:00
Added libldap LDAP_OPT_TCP_USER_TIMEOUT support (ITS#9502)
Added lloadd tcp-user-timeout support (ITS#9502)
Added slapd-asyncmeta tcp-user-timeout support (ITS#9502)
Added slapd-ldap tcp-user-timeout support (ITS#9502)
Added slapd-meta tcp-user-timeout support (ITS#9502)
2021-05-03 15:10:00 +00:00
Fixed incorrect control OIDs for AuthZ Identity (ITS#9542)
2021-04-30 17:10:20 +00:00
Fixed libldap typo in util-int.c (ITS#9541)
2021-04-30 17:02:03 +00:00
Fixed libldap double free of LDAP_OPT_DEFBASE (ITS#9530)
2021-05-10 15:05:43 +00:00
Fixed libldap better TLS1.3 cipher suite handling (ITS#9521, ITS#9546)
2021-05-10 22:15:49 +00:00
Fixed lloadd multiple issues (ITS#8747)
2021-04-30 17:10:20 +00:00
Fixed slapd slap_op_time to avoid duplicates across restarts (ITS#9537)
Fixed slapd typo in daemon.c (ITS#9541)
2021-05-04 14:41:14 +00:00
Fixed slapd slapi compilation (ITS#9544)
2021-05-13 21:35:17 +00:00
Fixed slapd to handle empty DN in extended filters (ITS#9551)
2021-05-11 19:19:29 +00:00
Fixed slapd syncrepl searches with empty base (ITS#6467)
2021-05-13 21:35:17 +00:00
Fixed slapd syncrepl refresh on startup (ITS#9324, ITS#9534)
2021-06-03 20:44:35 +00:00
Fixed slapd abort due to typo (ITS#9561)
2021-05-10 15:12:32 +00:00
Fixed slapd-asyncmeta quarantine handling (ITS#8721)
2021-05-25 19:43:23 +00:00
Fixed slapd-asyncmeta to have a default operations timeout (ITS#9555)
2021-05-10 15:12:32 +00:00
Fixed slapd-ldap quarantine handling (ITS#8721)
2021-04-30 17:02:03 +00:00
Fixed slapd-mdb deletion of context entry (ITS#9531)
2021-06-01 17:56:25 +00:00
Fixed slapd-mdb off-by-one affecting search scope (ITS#9557)
2021-05-10 15:12:32 +00:00
Fixed slapd-meta quarantine handling (ITS#8721)
2021-05-13 21:36:44 +00:00
Fixed slapo-accesslog to record reqNewDN for modRDN ops (ITS#9552)
2021-04-30 16:39:01 +00:00
Fixed slapo-pcache locking during expiration (ITS#9529)
2021-06-04 19:13:57 +00:00
Build
Fixed slappw-argon2 module installation (ITS#9548)
2021-05-21 16:01:11 +00:00
Contrib
Update ldapc++/ldaptcl to use configure.ac (ITS#9554)
2021-05-14 16:03:18 +00:00
Documentation
ldap_first_attribute(3) - Document ldap_get_attribute_ber (ITS#8820)
2024-10-04 21:57:52 +00:00
ldap_modify(3) - Delete non-existent mod_next parameter (ITS#9559)
2021-04-29 18:56:20 +00:00
OpenLDAP 2.5.4 Release (2021/04/29)
2021-04-30 16:36:25 +00:00
Initial release for "general use".