]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Make Versionstr const.
[openldap] / servers / slapd / back-ldbm /
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-04-20 Juan GomezUpdates index for rdn attribute type avoiding the ...
1999-04-14 Gary Williamsadjust projet settings
1999-04-14 Gary Williamsfix Release configuration
1999-04-13 Kurt ZeilengaAdd XXX comment to cache modified from underneath kludge.
1999-04-13 Hallvard FurusethAdd entry.c to complete previous change
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
1999-04-11 Kurt ZeilengaAdd trace message when found entry is busy.
1999-04-11 Hallvard FurusethFix typo ldap_pvt_thread_mutex_lock -> ldap_pvt_thread_...
1999-04-10 Kurt ZeilengaApply LDBM cache changes (c_mutex streamlining) to...
1999-04-10 Kurt ZeilengaAddition streamlining of code behind c_mutex.
1999-04-09 Kurt ZeilengaStreamline code during finds to reduce contention on...
1999-04-08 Kurt ZeilengaMore errno handling changes for FreeBSD LinuxThreads.
1999-04-06 Hallvard Furusethifdef SLAP_CLEANUP: close db files, free memory, some...
1999-04-05 Kurt ZeilengaBackout last change... finish my first coke... try...
1999-04-05 Kurt ZeilengaShare unlock and return between true and false paths.
1999-04-05 Hallvard FurusethDelay free(e.e_ndn) in cache_find_entry_dn2id() to...
1999-04-04 Hallvard Furusethplug memory leak of li->li_nextid_file
1999-04-04 Hallvard Furusethstrdup/free li->li_directory when chaning, so unmalloce...
1999-04-04 Hallvard Furusethfix typo in comment in ldbm_back_close
1999-04-04 Hallvard FurusethPlug memory leaks
1999-04-03 Hallvard FurusethRemove superfluous \ at end of lines outside macros...
1999-04-02 Kurt Zeilengacache: implement try_again loop if cache entry is not...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Hallvard FurusethEnclose `DB_ENV li_db_env' declaration in #ifdef HAVE_B...
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary WilliamsNT port
1999-04-01 Kurt SpanierSome minor clean-up; checking bdb2 for sync with ldbm.
1999-03-26 Will Ballantynecheck for NULL newDN prior to final deref check
1999-03-24 Juan GomezAdded support for newSuperior.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-10 Juan GomezFixed a bug related to the deallocation of memory for...
1999-03-09 Juan GomezAdded support for deleteoldrdn.
1999-03-09 Juan GomezFixed type by changing rdn_type to new_rdn_type.
1999-03-07 Juan GomezAdded software to add the new rdn as an attribute to...
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-03 Juan GomezMade add_values(), delete_values(), and replace_values...
1999-03-03 Juan GomezMade add_values(), delete_values(), replace_values...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-03-02 Bart HartgersAnnoying little son of a `free' BUG fixed.
1999-03-02 Kurt ZeilengaReplace IFP() with appropriate full prototypes:
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-03-01 Kurt ZeilengaFix minor memory leak and remove redundant be_isroot_pw...
1999-02-12 Kurt SpanierUpdate of back-bdb2 to KDZ's new entry lock schema.
1999-02-11 Kurt ZeilengaConsistently use %ld for printing IDs. %lu was used...
1999-02-11 Kurt ZeilengaComplete entry_cmp() migration (remove rename macros).
1999-02-11 Kurt ZeilengaUpdate LDBM cache so that it manages it's own state.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-09 Kurt ZeilengaPatch modrdn to remove extra space.
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-07 Kurt ZeilengaReally fix those reader/writer lock asserts...
1999-02-07 Kurt ZeilengaFix cache asserts on entry writer locks.
1999-02-05 Kurt ZeilengaDon't call idl_free() unless necessary.
1999-02-05 Kurt Zeilengaremove ;; typo
1999-02-05 Kurt SpanierIntroduction of a new Berkeley DB version 2 (!) specifi...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Will Ballantyneadditional checks around derefAlias_r call:
1999-02-04 Kurt ZeilengaFix dbcache/entry lock deadlock. If dbcache lock is...
1999-02-04 Kurt ZeilengaBackout startup/initialization changes in preparation...
1999-02-04 Kurt ZeilengaRemove rwlock diag messages.
1999-02-04 Kurt ZeilengaUse LDAP_ALIAS_DEREF_PROBLEM for all problem dereferenc...
1999-02-04 Will Ballantyneinserted additional checks for null values, comments
1999-02-03 Kurt ZeilengaUse idl_fetch_one() to fetch single id_blocks instead...
1999-02-03 Kurt ZeilengaFix ALLIDS bugs
1999-02-03 Kurt ZeilengaGot that logic backwards...
1999-02-02 Kurt Zeilengafirst arg of ldbm_db_errcall could be a const char...
1999-02-02 Kurt ZeilengaDon't try to free NULL idl. Did not cause a problem...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-02 Kurt SpanierAdded startup/shutdown routine for slapd back-ends.
1999-02-02 Kurt ZeilengaAdd a few comments to help detail some of these functions.
1999-02-02 Kurt ZeilengaFix idl_firstid to return NOID when !(nids > 1) instead...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-31 Kurt ZeilengaRewrite IDL block code to use simple array and accessor...
1999-01-28 Kurt ZeilengaMake sure e_ndn is used!
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-26 Kurt ZeilengaHide allocate of reentrant_database cond varible and...
1999-01-26 Kurt Zeilengacache_set_state( cache, e, 0) cannot occur before lock...
1999-01-23 Kurt ZeilengaIf dn2id returns ID but id2entry returns NULL, log it.
1999-01-22 Kurt ZeilengaImplement NEXTID chunking. Obtain IDs in chunks of...
1999-01-22 Kurt Zeilengainitialize nextid with NOID not -1.
1999-01-22 Kurt ZeilengaDon't return nextid on failed add operations for safety.
1999-01-22 Kurt Zeilenganextid cleanup in preparation to disable next_id_return().
1999-01-22 Kurt ZeilengaEntry must be locked before adding it to the cache.
1999-01-21 Kurt ZeilengaDuring cleanup always unlock root_mutex if rootlock...
1999-01-20 Kurt Zeilengandn & strcasecmp cleanup
1999-01-19 Kurt ZeilengaNeed to upper case the new_ndn.
1999-01-19 Kurt ZeilengaUpdate support for dn vs ndn. Build new dn from e...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaFree that unclobberred dn.
1999-01-18 Kurt ZeilengaDon't clobber dn.
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-18 Kurt ZeilengaProtect return of the locked entry.
1999-01-18 Kurt ZeilengaMinor cleanup of trace output.
1999-01-17 Kurt ZeilengaUse Entry's e_ndn instead of recomputing it.
1999-01-15 Kurt ZeilengaCould have no entry to return... check entry pointer...
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
next