]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Added connection initialisation and destruction notification. Now backends can regist...
[openldap] / servers / slapd / back-ldbm /
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-06-19 Kurt ZeilengaAllow adding of dn: o=foo if suffix is "" and rootdn.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Gary Williamschange DIRSEP to LDAP_DIRSEP
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-15 Juan GomezReplaced add/delete_value() by change_value() and index...
1999-06-15 Juan GomezEnabled deletion of stale index entries. (EXPERIMENTAL)
1999-06-15 Juan GomezAdded function delete_value() to remove entries from...
1999-06-14 Juan GomezAdded index_delete_values() in preparation for changes...
1999-06-14 Juan Gomezs/official/canonical/ & s/at_on/at_cn/
1999-06-11 Juan GomezAdded code for uniform naming of index files.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt Zeilengavalue_normalize can change the length of value. Fixed
1999-05-29 Kurt ZeilengaMinor adjustments to better handle NT vs UNIX.
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-28 Julio Sánchez Fern... First step in new schema support.
1999-05-27 Kurt ZeilengaMake a copy of "dn" to avoid modification of string...
1999-05-26 Juan GomezAdded fix to allow modrdn whose new rdn was already...
1999-05-26 Juan GomezAdded support for LDAP_MOD_SOFTADD.
1999-05-26 Juan GomezFixed index file naming bug and added support for LDAP_...
1999-05-22 Kurt ZeilengaRemoved too much LINT.
1999-05-21 Kurt ZeilengaRemove LINT.
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-19 Juan GomezDo code reuse through ldbm_modify_internal().
1999-05-19 Juan GomezFixed a memory leak and getting ready to reuse some...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-07 Ben CollinsMoved db1/db.h check to the db1 marco in openldap.m4...
1999-04-30 Hallvard FurusethITS#141: Add ldbm_ignore_nextid_file, since tools/ldif2...
1999-04-30 Kurt ZeilengaModify meaning of SLAPD_CHILD_MODIFICATION_ENTRY_ACL...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-29 Hallvard FurusethITS#141: move body of next_id_save() into new function...
1999-04-29 Hallvard FurusethFix typos SLAPD_NEXTID_CHUCK/SLAPD_NEXTID_CHUNCK -...
1999-04-29 Kurt ZeilengaIgnore idl_delete_key errors. LDBM isn't transactional...
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
next