- 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 23, 2004
-
-
Kurt Zeilenga authored
-
- Apr 07, 2004
-
-
Jong Hyuk Choi authored
-
Kurt Zeilenga authored
-
- Apr 06, 2004
-
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
- Feb 23, 2004
-
-
Jong Hyuk Choi authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 28, 2003
-
-
Luke Howard authored
-
Luke Howard authored
-
- Dec 25, 2003
-
-
Howard Chu authored
result to client.
-
- Dec 23, 2003
-
-
Howard Chu authored
instead of getting a timestamp at the end. This makes it possible for slurpd to sort the log later.
-
- Dec 16, 2003
-
-
Luke Howard authored
(slapi_x_XXX is still reserved for exported functions that are not part of the SLAPI specification)
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Nov 26, 2003
-
-
Jong Hyuk Choi authored
1) simultaneous operation of multiple active sync replication threads 2) cookie management for individual sync replication thread (include rid=%3d to the slapd cookie command line option (-c))
-
- Oct 24, 2003
-
-
Howard Chu authored
-
- Oct 22, 2003
-
-
Kurt Zeilenga authored
-
- Aug 27, 2003
-
-
Jong Hyuk Choi authored
-
- Aug 25, 2003
-
-
Jong Hyuk Choi authored
- context csn management for delete - a later patch will take care of inconsistencies caused by interactions between outstanding search and scope-outs
-
- Jul 02, 2003
-
-
Jong Hyuk Choi authored
- conf file processing udpate - misc updates
-
- Jun 27, 2003
-
-
Jong Hyuk Choi authored
-
- Jun 23, 2003
-
-
Jong Hyuk Choi authored
-
- May 01, 2003
-
-
Jong Hyuk Choi authored
- add "updatedn" to the replication specification - return referral to update to the slave server
-
- Apr 30, 2003
-
-
Luke Howard authored
order to prevent the operation from being passed to the backend. It need only return a non-zero error code.
-
- Apr 17, 2003
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Apr 14, 2003
-
-
Howard Chu authored
-
- Apr 12, 2003
-
-
Howard Chu authored
-
- Apr 11, 2003
-
-
Howard Chu authored
-
- Mar 31, 2003
-
-
Luke Howard authored
-
- Mar 30, 2003
-
-
Howard Chu authored
consolidated into the Operation structure. All reply parameters are consolidated into the new SlapReply structure. Most operations now have identical call signatures... Changes are not #ifdef'd, revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
-
- Feb 10, 2003
-
-
Kurt Zeilenga authored
-
- Feb 09, 2003
-
-
Kurt Zeilenga authored
-
- Feb 07, 2003
-
-
Kurt Zeilenga authored
-
- Jan 27, 2003
-
-
Pierangelo Masarati authored
-
- Jan 23, 2003
-
-
Luke Howard authored
Support search preop/rewrite/postop plugins for root DSE and subschema
-
- Jan 21, 2003
-
-
Luke Howard authored
failure
-
Luke Howard authored
Rename internal slapi_XXX API to slapi_x_XXX Always set result code/matched/error text in operation parameter block to make available to postoperation plugins
-
- Jan 20, 2003
-
-
Luke Howard authored
behaviour: 1. Plugins never return LDAP result codes, instead they return a small integer (0 or -1, others for special cases) 2. Preoperation plugins can abort processing by returning a non- zero value to the frontend 3. Postoperation plugins never abort processing (all are called) and their return values are ignored
-
- Jan 19, 2003
-
-
Luke Howard authored
Connection, Operation and Backend structures. Ensure that SLAPI_MODIFY_MODS is set to an array of LDAPMods.
-