- 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
-