- Jul 31, 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 23, 2004
-
-
Kurt Zeilenga authored
-
- Apr 07, 2004
-
-
Kurt Zeilenga authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 28, 2003
-
-
Luke Howard authored
-
Luke Howard authored
-
- 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
-
- Oct 24, 2003
-
-
Howard Chu authored
-
- May 15, 2003
-
-
Hallvard Furuseth authored
-
- 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 14, 2003
-
-
Howard Chu authored
-
- Apr 12, 2003
-
-
Howard Chu authored
-
- Apr 11, 2003
-
-
Howard Chu authored
-
- Apr 05, 2003
-
-
Kurt Zeilenga authored
-
- Mar 31, 2003
-
-
Howard Chu authored
-
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.
-
- Mar 24, 2003
-
-
Howard Chu authored
no normalizer, a_nvals = a_vals.
-
- Mar 16, 2003
-
-
Kurt Zeilenga authored
and misc cleanup
-
- Feb 27, 2003
-
-
Kurt Zeilenga authored
schema engine updated (but not schema routines so things don't run yet) nvalues mostly populated, enough for tests 0-2 to pass schema routines needs lots of work modify/mods codes needs lots of work
-
- 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.
-
Hallvard Furuseth authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Dec 27, 2002
-
-
Pierangelo Masarati authored
-
- Dec 07, 2002
-
-
Pierangelo Masarati authored
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073
-
- Oct 09, 2002
-
-
Kurt Zeilenga authored
-
- Sep 29, 2002
-
-
Kurt Zeilenga authored
-
- Aug 10, 2002
-
-
Howard Chu authored
inaccessible, this is original code, not contributed.)
-
- Jul 11, 2002
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- Apr 08, 2002
-
-
Pierangelo Masarati authored
ITS#1677 - cast away const warnings ITS#1678 - unsigned char args to ctype funcs ITS#1682 - don't redefine ldap_debug ITS#1683 - uninitialized vars ITS#1703 - ldo_debug initialization ITS#1705 - unsigned testing ITS#1706 - socklen_t args ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested) ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs ITS#1725 - libdes not required Implement back-null (/dev/null style backend) Cleanup some misc warnings ("%lu" format, unused/uninitialized vars, ambiguous operator precedence) Kurt, please regenerate configure
-