mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Includes all the changes necessary to fix back-asyncmeta issues discovered during on-site testing since the start of 2016. These include: Issues with stability - crashes and assetion failures Incorrect behavior during unstable network conditions, such as inability to reset connections or process responses, or "hanging" to wait for a response that would never be received. Memory leaks and memory management fixes - major redesign of the way back-asyncmeta works with memory contexts. Rewrite was replaced with suffix-massage in configuration, and the network-timeout value was changed to milliseconds. Incorrect behavior when SASL is used to bind to a target. Many problems caused by race conditions Fixes for compiler warnings, and tests. Cleanup of unused code. |
||
|---|---|---|
| .. | ||
| add.c | ||
| back-asyncmeta.h | ||
| bind.c | ||
| candidates.c | ||
| compare.c | ||
| config.c | ||
| conn.c | ||
| delete.c | ||
| dncache.c | ||
| init.c | ||
| Makefile.in | ||
| map.c | ||
| message_queue.c | ||
| meta_result.c | ||
| modify.c | ||
| modrdn.c | ||
| proto-asyncmeta.h | ||
| search.c | ||