- Sep 08, 2014
-
-
bypass cleanup handlers for suppressed search result msgs
-
Only restore op->o_req_dn if no one else changed it on us.
-
- Aug 29, 2014
-
-
-
Check for duplicate scopes in search_aliases, not later.
-
This reverts commit cac00c6a.
-
- Aug 27, 2014
-
-
-
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
-
- Aug 22, 2014
-
-
- Aug 21, 2014
-
-
-
Must save/restore mcd cursor if we're doing a scope-based search.
-
- Aug 20, 2014
-
-
Harmless, but stupid.
-
- Aug 18, 2014
-
-
Quanah Gibson-Mount authored
-
- Aug 14, 2014
-
-
Quanah Gibson-Mount authored
This needs to be streamlined in 2.5, current tool API is a mess.
-
-
Don't accept config directives for cache DB until the cache backend type has been set.
-
- Aug 11, 2014
-
-
db_open/close were not symmetric with init/destroy
-
- Aug 06, 2014
-
-
rename ppolicy_close -> ppolicy_db_close for consistency
-
don't free pwcons unless we're actually destroying this DB
-
- Aug 04, 2014
-
-
Go directly to local backend when fetching local entry
-
In server mode, make sure the entry was actually ours
-
They were obsoleted by ITS#6737 and have been redundant ever since. (commit 15f1e7bd)
-
- Jul 31, 2014
-
-
- Jul 30, 2014
-
-
-
Quanah Gibson-Mount authored
Add olcSssVlvMaxPerConn to the olcSssVlvConfig objectClass
-
- Jul 25, 2014
-
-
It can still run after ppolicy_close has freed the connection table
-
- Jul 23, 2014
-
-
-
-
Quanah Gibson-Mount authored
Add sc_writewait callback Invoked before a blocked writer waits for socket to be writable. Use in back-mdb to release reader txn while waiting.
-
- Jul 22, 2014
-
-
-
-
-
-
couldn't avoid ifdefs. Silence warnings.
-
On Windows64, long is the same size as int. Use size_t when we need an actual 64 bit unsigned long.
-
- Jul 10, 2014
-
-
- Jun 16, 2014
-
-
- Jun 12, 2014
-
-
Quanah Gibson-Mount authored
-
-
-