- 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
-
- Apr 23, 1999
-
-
Kurt Zeilenga authored
Modify send_result to return if connection state is closing. Modify do_abandon() to remove abandon'ed operation if pending.
-
- Mar 22, 1999
-
-
Kurt Zeilenga authored
remove race conditions on connection close. BROKEN: various counters for dn=monitor. Initial testing on FreeBSD (with and without pthreads) was successfull. Have not yet tested preemptive threading environments. Have not built against backends other than LDBM.
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-