- 19 May, 2015 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
also cleanup of return-code handling
-
- 18 May, 2015 2 commits
-
-
Howard Chu authored
Test less likely condition first
-
Howard Chu authored
Change result of MDB_IDL_ALL() to use the last entryID in the DB instead of NOID.
-
- 07 May, 2015 1 commit
-
-
Howard Chu authored
-
- 06 May, 2015 2 commits
-
-
-
Howard Chu authored
-
- 04 May, 2015 4 commits
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
slap_auxprop_lookup() returns void with old sasl versions.
-
Hallvard Furuseth authored
-
Quanah Gibson-Mount authored
-
- 03 May, 2015 2 commits
-
-
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.
-
- 30 Apr, 2015 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 29 Apr, 2015 4 commits
-
-
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.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 27 Apr, 2015 1 commit
-
-
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
-
- 23 Apr, 2015 8 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu 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.
-
Howard Chu authored
-
Howard Chu authored
-
-
Howard Chu authored
-
Howard Chu authored
-
- 22 Apr, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 19 Apr, 2015 5 commits
-
-
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
-
-
Hallvard Furuseth authored
-
- 16 Apr, 2015 5 commits
-
-
Quanah Gibson-Mount authored
-
-
This updates nssov for the protocol changes in nss-pam-ldapd commits 5f55781 and 6a74d8d. The protocol was changed to network byte order, uid_t and gid_t were changed to int32_t, and the READ_TYPE and WRITE_TYPE macros were removed. The PAM protocol was restructured to drop the DN field and to use a common basic set of fields for all requests.
-
-
perlModuleConfig lines are not converted when using slaptest -f -F.
-
- 15 Apr, 2015 1 commit
-
-
Howard Chu authored
-