- Aug 26, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 20, 1999
-
-
Kurt Zeilenga authored
-
- Aug 19, 1999
-
-
Kurt Zeilenga authored
-
- Aug 17, 1999
-
-
Kurt Zeilenga authored
New id2entry (id-less) format (ldbm/bdb2) Removed id2children (ldbm/bdb2) Added nextid database (ldbm) Broke ldbmtest Removed ldif2* tools (ldbm/bdb2) Added slap tools (slapadd, slapcat, slapindex)
-
- Aug 13, 1999
-
-
Kurt Zeilenga authored
behind -UDN_INDICES.
-
- Aug 12, 1999
-
-
Kurt Zeilenga authored
Change prefixes to make eyeballing .dbb files easier
-
- Aug 11, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Added initial DN_INDICES code behind #ifdef DN_INDICES. Generates only equality index. Will add parent and subtree indices next.
-
- Aug 06, 1999
-
-
Kurt Zeilenga authored
-
- Jul 22, 1999
-
-
Kurt Zeilenga authored
NULL does not meet basic syntax rules.
-
- Jul 19, 1999
-
-
Kurt Zeilenga authored
added slap_ and ldbm_ to many structures added typedefs to many structures used typedefs New main.c argument parsing with ldap url support (replacing -a address). New sockaddr_in handling and support for multiple listeners.
-
- 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.
-
- Mar 06, 1999
-
-
Hallvard Furuseth authored
-
- Feb 11, 1999
-
-
Kurt Zeilenga authored
I rather have NOID printed as "-1". It it could argued that ID should be signed.
-
Kurt Zeilenga authored
cache_set_state() and state args are no history. Move cache_entry_cmp() and friends to slapd/entry.c to allow sharing of functions between backends.. Renamed to entry_cmp().
-
- Feb 10, 1999
-
-
Kurt Zeilenga authored
The new e_private field can be used for any backend purpose. In LDBM, it's used to point th the private entry info struct. The LDBM entry info struct is only visible to the LDBM cache. WARNING: This change has not be ported to other backends! Breakage is likely.
-
- Jan 23, 1999
-
-
Kurt Zeilenga authored
Assume entry was deleted from underneath the dn2entry call, hence processing is same as if NOID had been returned.
-
- Jan 18, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Dec 29, 1998
-
-
Kurt Spanier authored
Introduction of ldbm_datum_init(). Patch for non-NULL pointer test befor call to ldbm_datum_free().
-
- Dec 28, 1998
-
-
Kurt Zeilenga authored
-
- Nov 27, 1998
-
-
Kurt Zeilenga authored
if strdup fails. This is better than not checking, but we should add orderly shutdown.
-
- Nov 23, 1998
-
-
Kurt Zeilenga authored
Modified users of this code to free matched if set.
-
- 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.
-
- Nov 07, 1998
-
-
Kurt Zeilenga authored
Change backend struct option to li_dbcachewsync.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Oct 19, 1998
-
-
Kurt Zeilenga authored
-
- Sep 20, 1998
-
-
Kurt Zeilenga authored
-
- Sep 03, 1998
-
-
Kurt Zeilenga authored
Derived from public posting to ldap@umich.edu by Kurt Spanier <kurt.spanier@zdv.uni-tuebingen.de> See Make-common.dist for DB2 options
-
- Aug 19, 1998
-
-
Kurt Zeilenga authored
-
- Aug 18, 1998
-
-
Kurt Zeilenga authored
-
- Aug 17, 1998
-
-
Kurt Zeilenga authored
-
- Aug 09, 1998
-
-
Kurt Zeilenga authored
-