- Jun 21, 2015
-
-
Quanah Gibson-Mount authored
-
- Jun 19, 2015
-
- Jun 05, 2015
-
-
Quanah Gibson-Mount authored
-
- Jun 02, 2015
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Jun 01, 2015
-
-
Quanah Gibson-Mount authored
-
- May 29, 2015
-
-
Hallvard Furuseth authored
-
- May 28, 2015
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- May 27, 2015
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Only drop connection if user originally bound to this backend, and rebind-as-user was set. Sessions from other backends would use idassert-bind so loss of creds doesn't affect them.
-
also cleanup of return-code handling
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Quanah Gibson-Mount authored
-
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.
-