- Dec 28, 2004
-
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
- Dec 11, 2004
-
-
Pierangelo Masarati authored
improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly)
-
Pierangelo Masarati authored
-
- Dec 09, 2004
-
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 27, 2004
-
-
Howard Chu authored
define OPERATION_BUFFER_SIZE for dummy Operations
-
- Nov 25, 2004
-
-
Howard Chu authored
-
Howard Chu authored
remove syncrepl stuff from Operation struct
-
- Nov 24, 2004
-
-
Jong Hyuk Choi authored
-
- Nov 23, 2004
-
-
Howard Chu authored
-
- Oct 06, 2004
-
-
Howard Chu authored
-
- Oct 01, 2004
-
-
Howard Chu authored
-
- Sep 26, 2004
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Sep 12, 2004
-
-
Pierangelo Masarati authored
lots of cleanup; few improvements; fix RDN selection bug when creating connection dynamic entries; rework entries ordering - now it's more intuitive and regular; optimize counters update
-
- Sep 11, 2004
-
-
Pierangelo Masarati authored
-
- Sep 04, 2004
-
-
Kurt Zeilenga authored
-
- Aug 25, 2004
-
-
Luke Howard authored
-
Luke Howard authored
SLAPI always assigning connection and operation IDs of zero for internal operations, such operations would cause a stale contextCSN to be returned from slap_get_commit_csn(). As a result, SLAPI internal updates would be invisible to replicas until an external update was made. Also, SLAPI internal operations never called slap_graduate_commit_csn() which leaked pending CSNs. Also included in this patch is a general cleanup of some of the SLAPI code. Note that we need to use a separate mutex on conn_nextid to avoid a deadlock where a post-operation plugin tries to acquire connections_mutex, having locked the per-connection mutex, while the listener thread tries to acquire the per-connection mutex (having locked connections_mutex). connection.c needs to be fixed to acquire mutexes in the same order.
-
- Aug 12, 2004
-
-
Pierangelo Masarati authored
-
- Jul 26, 2004
-
-
Pierangelo Masarati authored
frontend stuff moved into a database structure, essentially to allow overlays to be processed before database selection; passes all tests (ITS#3080)
-
- Jun 29, 2004
-
-
Kurt Zeilenga authored
-
- Jun 23, 2004
-
-
Kurt Zeilenga authored
misc other cleanup
-
- Jun 22, 2004
-
-
Kurt Zeilenga authored
-
- Jun 21, 2004
-
-
Pierangelo Masarati authored
clear pagedresults_state if reusing an inactive connection; prepare for more consistent behavior of pagedResults control
-
- Apr 26, 2004
-
-
Howard Chu authored
-
- Apr 20, 2004
-
-
Kurt Zeilenga authored
-
- Apr 07, 2004
-
-
Kurt Zeilenga authored
-
- Mar 24, 2004
-
-
Howard Chu authored
-
- Mar 17, 2004
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- Mar 14, 2004
-
-
Kurt Zeilenga authored
-
- Mar 12, 2004
-
-
Howard Chu authored
-
- Feb 10, 2004
-
-
Kurt Zeilenga authored
-
- Feb 09, 2004
-
-
Kurt Zeilenga authored
Also, took away abandon operations blank check against deferment. Abandon must be deferred in some cases (such as when other operations are pending) and should be deferred in some other cases (such as too many threads).
-
- Jan 15, 2004
-
-
Howard Chu authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 29, 2003
-
-
Kurt Zeilenga authored
-
- Dec 28, 2003
-
-
Luke Howard authored
-