]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Add a little SASL framework and remove old X-DIGEST-MD5 hardcode.
[openldap] / servers / slapd / back-ldbm /
1999-08-01 Hallvard FurusethMissed an instance of s/struct attrinfo/AttrInfo/
1999-07-31 Kurt ZeilengaExperimental fix to ITS#179 fix.
1999-07-29 Kurt ZeilengaFix modlist bug in last commit
1999-07-29 Kurt ZeilengaSave attributes until we've completed schema check and
1999-07-28 Kurt ZeilengaSlightly better ITS#238 fix than last commit... has...
1999-07-28 Kurt ZeilengaFix index_change_vals NULL vals bug (ITS#238)
1999-07-27 Kurt ZeilengaReturn LDAP_CONSTRAINT_VIOLATION if user attempts to...
1999-07-27 Kurt ZeilengaFix "dn" index. Only "sub" was being generated instead...
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-22 Kurt ZeilengaTypo made all missed all aliasedobjectname values.
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaRelease writer lock on new parent.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Kurt Zeilengafix substring_comp_candidates logic if intersection...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-07 Kurt ZeilengaCopy LDBM bind "ACL_AUTH" and SASL framework to bdb2.
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-07-04 Kurt Zeilengao_dn/o_ndn must not be NULL. Set to "" upon receiving...
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-29 Kurt ZeilengaAdd sasl "mech" argument to backend bind routines.
1999-06-29 Kurt ZeilengaAdd framework for sasl and controls.
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
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...
next