- Jan 01, 2005
-
-
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)
-
- Dec 09, 2004
-
-
Howard Chu authored
-
- Sep 04, 2004
-
-
Kurt Zeilenga 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)
-
- Jul 02, 2004
-
-
Ralf Haferkamp authored
failure in slap_op_free is possible)
-
- Jun 23, 2004
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
misc other cleanup
-
- May 27, 2004
-
-
Howard Chu authored
the conn->c_pending_ops queue.
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Apr 15, 2003
-
-
Julius Enarusai authored
Fixed minor compile errors
-
- Mar 31, 2003
-
-
Howard Chu 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 17, 2003
-
-
Kurt Zeilenga authored
-
- Feb 14, 2003
-
-
Kurt Zeilenga authored
-
- Feb 05, 2003
-
-
Jong Hyuk Choi authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Oct 25, 2002
-
-
Jong Hyuk Choi authored
-
- Jul 11, 2002
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- Apr 11, 2002
-
-
Howard Chu authored
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Jan 03, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- Jan 02, 2002
-
-
Kurt Zeilenga authored
-
- Dec 31, 2001
-
-
Howard Chu authored
-
- Jan 17, 2001
-
-
Gary Williams authored
-
- Jan 11, 2001
-
-
Gary Williams authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- Sep 02, 1999
-
-
Hallvard Furuseth authored
-
- Aug 19, 1999
-
-
Kurt Zeilenga authored
-
- Aug 06, 1999
-
-
Kurt Zeilenga authored
-
- Jul 16, 1999
-
-
Kurt Zeilenga authored
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
-
- Jul 07, 1999
-
-
Kurt Zeilenga authored
-
- Jul 05, 1999
-
-
Kurt Zeilenga authored
-
- Jul 01, 1999
-
-
Kurt Zeilenga authored
Modify ldap_result to assert returned error is not an one reserved for API use. Modify frontend LDAP operation routines to return an error code. The returned value will be used to determine if an unsolicited notification should be sent to the client. Need to review returned error codes. Namely some LDAP_PROTOCOL_ERROR will like need to be changed (as they will cause unsolicited notifications).
-
- Jun 30, 1999
-
-
Kurt Zeilenga authored
Add place holder for handling LDAPv3 extended operations (coming soon).
-
- Jun 18, 1999
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-