- 17 May, 2019 1 commit
-
-
Quanah Gibson-Mount authored
This reverts commit 3fa7d3c8.
-
- 13 May, 2019 6 commits
-
-
Quanah Gibson-Mount authored
Some portions of the test suite did not correctly handle asyncmeta, fix those issues. Tests execute and pass after this change
-
Quanah Gibson-Mount authored
Some additional fixes for the testsuite now that back-bdb/hdb are no longer present.
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
This commits deletes all references and code for back-bdb and back-hdb. There is some follow up work still necessary to flush out the admin guide for back-mdb.
-
-
Ondřej Kuzník authored
-
- 08 May, 2019 5 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Essentially reverts part of cd8ff376 to make sure there is always a contextCSN if the server is in charge of its own serverID.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 24 Apr, 2019 2 commits
-
-
Ondřej Kuzník authored
-
-
- 21 Apr, 2019 1 commit
-
-
Howard Chu authored
Was omitted from dda779d8
-
- 18 Apr, 2019 2 commits
-
-
Was using the ldapi socket path as a hostname
-
Quanah Gibson-Mount authored
-
- 17 Apr, 2019 3 commits
-
-
Quanah Gibson-Mount authored
Update to note that MDB is the primary backend and HDB/BDB are deprecated.
-
Quanah Gibson-Mount authored
Commit 279594c2 officially marked slapd-mdb as being the recommended backend for OpenLDAP, superseding back-hdb. This man page was missed during that update.
-
Quanah Gibson-Mount authored
Comment in the code referenced Referential Integrity overlay instead of the Return Code overlay.
-
- 16 Apr, 2019 2 commits
-
-
Howard Chu authored
-
Broken in ITS#8756
-
- 27 Mar, 2019 3 commits
-
-
- 26 Mar, 2019 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 21 Mar, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 20 Mar, 2019 1 commit
-
-
Howard Chu authored
-
- 19 Mar, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 11 Mar, 2019 1 commit
-
-
Howard Chu authored
-
- 10 Mar, 2019 1 commit
-
-
Howard Chu authored
-
- 07 Mar, 2019 1 commit
-
-
Quanah Gibson-Mount authored
Follow on to commit 88d22a1c Remove dead code
-
- 28 Feb, 2019 5 commits
-
-
On error, the ldap connection was freed and under some circumstances the fd was being reused, which caused an assertion error in connection_init.
-
This option instructs try_read1msg to not free the connection on read error or on Notice of disconnections, but leave it to the caller. It is needed, for example, by back-asyncmeta, who expects to have control on when its target connections are freed. Must be used with caution.
-
-
-
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.
-
- 25 Feb, 2019 2 commits
-
-
Howard Chu authored
-
Ondřej Kuzník authored
-