- Jan 20, 2012
-
-
- Jan 05, 2011
-
-
Kurt Zeilenga authored
-
- Apr 13, 2010
-
-
Kurt Zeilenga authored
-
- Jan 22, 2009
-
-
Kurt Zeilenga authored
-
- Feb 12, 2008
-
-
Kurt Zeilenga authored
-
- Jan 08, 2008
-
-
Kurt Zeilenga authored
-
- Sep 01, 2007
-
-
Quanah Gibson-Mount authored
-
- Jul 23, 2007
-
-
Howard Chu authored
-
- Jan 02, 2007
-
-
Kurt Zeilenga authored
-
- Jan 03, 2006
-
-
Kurt Zeilenga authored
-
- Apr 11, 2005
-
-
Pierangelo Masarati authored
-
- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Sep 26, 2004
-
-
Pierangelo Masarati authored
-
- Sep 04, 2004
-
-
Kurt Zeilenga authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Apr 15, 2003
-
-
Julius Enarusai authored
Fixed minor compile errors
-
- 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.
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- 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
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Jan 17, 2001
-
-
Gary Williams authored
-
- Jan 15, 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).
-
- Aug 07, 1999
-
-
Hallvard Furuseth authored
Fix Statlog() formats, remove an implicit int, include <ctype.h> for isspace().
-
- Aug 06, 1999
-
-
Kurt Zeilenga authored
-
- Jul 16, 1999
-
-
Kurt Zeilenga authored
didn't bother to acquire)...
-
- 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).
-
- 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.
-
- Feb 05, 1999
-
-
Kurt Zeilenga authored
Separates per backend type from per backend database initialization and startup. Also supports per type / per backend shutdown. New frontend startup/shutdown routines are also provided: slap_init() slap_startup() slap_shutdown() slap_destroy() New frontend->backend startup/shutdown is managed by: backend_init() backend_startup() backend_shutdown backend_destroy backend_init() now calls bi_init() to initial all function pointers for the backend (excepting bi_init() which is now the only hardcoded entry point). New entry points are detailed in slap.h struct backend_info. backend_info is a per database type structure. Besides the new startup/shutdown entry points, the new interface also supports per backend type configuration options. One could have: backend bdb2 (new Berkeley DB 2 backend) bdb2_home /directory database bdb2 ... *** This code is fairly experimental *** *** Much cleanup and testing is still needed *** see slap.h for details on struct backend_db and backend_info.
-
- Nov 15, 1998
-
-
Hallvard Furuseth authored
Most function and variable definitions are now preceded by its extern definition, for error checking. Retyped a number of functions, usually to return void. Fixed a number of printf format errors. API changes (in ldap/include): Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h. A number of `extern' declarations are left (some added by protoize), to be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind, optarg, errno.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 09, 1998
-
-
Kurt Zeilenga authored
-