- May 27, 2015
-
-
The fix for ITS#7016 only adjusted the frontend entry's DN, but not the naming attribute in the entry. check_name_index knows how to do both.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Test less likely condition first
-
Change result of MDB_IDL_ALL() to use the last entryID in the DB instead of NOID.
-
- May 11, 2015
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
-
- May 04, 2015
-
-
slap_auxprop_lookup() returns void with old sasl versions.
-
-
Quanah Gibson-Mount authored
-
- May 03, 2015
-
-
Howard Chu authored
Don't change mc_dbx because we would need to undo the change if the txn aborts. Make the fix (for get) match existing code for put.
-
Howard Chu authored
This reverts commit 47c4e747. Revert "ITS#8117 fix INTEGERDUP compare" This reverts commit ba45e0c0.
-
- Apr 30, 2015
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
The LDIF output wasn't being explicitly flushed. In certain scenarios, such as piping the output of a persistent ldapsearch to node.js v0.12 on Mac OS X 10.10.3, the output is unavailable to the process consuming the search results until the stdio buffer fills (8192 bytes for example). This can leave the tail end of persistent search results in the buffer for a long time (until enough output has accumulated). Explicitly call flush so that the output is immediately available.
-
Quanah Gibson-Mount authored
-
- Apr 29, 2015
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 27, 2015
-
-
Fix multiple argument handling. For example: perlModuleConfig homedir /home/jsynacek should be converted to olcPerlModuleConfig: homedir /home/jsynacek and not to olcPerlModuleConfig: homedir olcPerlModuleConfig: /home/jsynacek
-
- Apr 23, 2015
-
-
-
Quanah Gibson-Mount authored
-
select_backend() skips hidden backends so it fails to match the rootdn of a database that has been hidden. rootpw tries to see if the rootdn matches the current backend but the check fails when hidden. Ignore this check on hidden backends since one cannot Bind to a hidden backend anyway.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 22, 2015
-
-
Quanah Gibson-Mount authored
-
- Apr 19, 2015
-
-
Hallvard Furuseth authored
Fix mdb_txn_begin(&read-only txn) calls. Test mdb_env_set_maxreaders(). Rename DBI open/close functions. Move mdb_dbi_close() out of txn.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-