- Aug 25, 2004
-
-
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
-
- Dec 18, 2003
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Needs identity mapping and proxy authorization support
-
- Dec 16, 2003
-
-
Luke Howard authored
(slapi_x_XXX is still reserved for exported functions that are not part of the SLAPI specification)
-
- Dec 13, 2003
-
-
Kurt Zeilenga authored
-
- Dec 08, 2003
-
-
Kurt Zeilenga authored
-
- Dec 06, 2003
-
-
Howard Chu authored
-
- Nov 30, 2003
-
-
Hallvard Furuseth authored
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Nov 20, 2003
-
-
Howard Chu authored
-
- Nov 18, 2003
-
-
Howard Chu authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
- Nov 10, 2003
-
-
Jong Hyuk Choi authored
- memory based session history to minimize sync traffic - when client is covered by a session history, then [add+delete] mode is used - when client cookie is not covered by the history because the cookie is too outdated and/or the history is truncated, [add+present] mode is used 2. Sync cookie syntax : comma separated name=value pairs - csn=yyyymmddhh:mm:ssZ#0xSSSS#r#ssssr,sid=nnn
-
- Nov 06, 2003
-
-
Kurt Zeilenga authored
-
- Oct 25, 2003
-
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 24, 2003
-
-
Howard Chu authored
Restructure syncrepl/persist to use outbound connection manager.
-
Howard Chu authored
-
Howard Chu authored
-