- Jan 06, 2025
-
-
Nadezhda Ivanova authored
-
- Dec 16, 2024
-
-
The way op->orm_modlist is allocated by syncrepl_op_modify is not compatible with slap_mods_free() and so callbacks from any overlays that touch op->orm_modlist on the way down need a chance to undo their state first as we go back up.
-
ITS#9186 Add a counter to cn=Listener to track total number of established connections since startup
-
-
-
-
-
- Nov 29, 2024
-
-
Howard Chu authored
-
- Nov 14, 2024
-
-
- Oct 29, 2024
-
-
Ondřej Kuzník authored
Fixes a regression introduced in fc1bcaf9 leaving us unable to check the full filter after we recreate the entry.
-
- Oct 28, 2024
-
-
- Oct 26, 2024
-
-
The test for async in ldap_int_tls_start was inverted, we already support calling ldap_int_tls_connect repeatedly. And so long as LBER_SB_OPT_NEEDS_* are managed correctly, the application should be able to do the right thing. Might require a new result code rather than reporposing LDAP_X_CONNECTING for this.
-
-
-
- Oct 25, 2024
-
-
-
Page size is now provided with the olmMDBPageSize attribute.
-
- Oct 02, 2024
-
-
Ondřej Kuzník authored
-
- Oct 01, 2024
-
-
- Sep 27, 2024
-
-
Ondřej Kuzník authored
-
- Sep 26, 2024
-
-
- Sep 25, 2024
-
-
- Sep 10, 2024
-
-
Howard Chu authored
Add requests already handled it specially; corresponding treatment for modify requests was missing. The docs have always stated that cn=schema,cn=config is only for slapd's hardcoded schema so this only affects users who don't read docs.
-
- Aug 22, 2024
-
-
Ryan Tandy authored
-
- Aug 20, 2024
-
-
And check validity earlier, in ldap_initialize() and ldap_init_fd().
-
-
- Aug 13, 2024
-
-
Ondřej Kuzník authored
-
- Jul 31, 2024
-
-
Quanah Gibson-Mount authored
-
- Jul 22, 2024
-
-
Ondřej Kuzník authored
-
- Jul 08, 2024
-
-
The `mdb_idl_intersection()` and `wt_idl_intersection()` functions derived from back-bdb return wrong results. expect: [1, 3] ∩ [2] = [] actual: [1, 3] ∩ [2] = [2] also - Add scope checking for back-wt - fix compiler warning
-
- Jul 04, 2024
-
-
Howard Chu authored
-
Howard Chu authored
-
- Jun 26, 2024
-
-
Howard Chu authored
-
- Jun 18, 2024
-
-
Howard Chu authored
-
- Jun 17, 2024
-
-
Howard Chu authored
-
- Jun 13, 2024
-
-
ITS#10227 Asyncmeta will not reset a connection if a bind operation fails with LDAP_OTHER, leaving the connection in invalid state
-
Do not invoke db_open if the database is not actually disabled
-
Make sure asyncmeta frees the pending operations structures, resets all connections, frees connection structures and stops the timeout-loop.
-
- Jun 11, 2024
-
-
Quanah Gibson-Mount authored
This has the same protections as 19MB/2 iterations, but requires less system memory
-