]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Add a default case with assert() just in case.
[openldap] / servers / slapd / back-ldbm /
2002-01-14 Howard ChuIn DN_SUBTREE use idl_allids instead of explicit malloc.
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Howard ChuTurn on USE_INDIRECT_NIDS by default
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRemove some lint caused by the changes in const'ification
2002-01-06 Howard ChuFix some debug statements
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-06 Kurt ZeilengaFix compile errors
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuRemove unused int i, j
2002-01-02 Kurt ZeilengaZap unbind and abandon
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-02 Howard ChuRemoved unused unbind stuff
2002-01-02 Howard ChuRemoved unused unbind stuff
2002-01-01 Howard ChuMore struct berval conversions
2002-01-01 Howard ChuRemove abandon cruft
2002-01-01 Howard ChuRemove abandon cruft
2002-01-01 Howard ChuUse ldap_str2rdn instead of rdn_attr
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-31 Howard ChuMinor cleanup
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-29 Howard ChuMore ava fixups
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-29 Howard ChuFix newSuperior handling. Back out previous commit.
2001-12-28 Howard ChuFix modrdn newSuperior checks
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-28 Kurt ZeilengaMore dn_normalize -> dnNormalize changes
2001-12-27 Pierangelo Masaratimatched_dn may be null
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-27 Howard ChuMore struct berval fixes
2001-12-27 Howard ChuMore struct berval fixes for modrdn
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Kurt ZeilengaFix modrdn and other misc cleanup
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-26 Kurt Zeilengamodify be_referral to use struct berval DNs.
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaFIx up replog calls, add replog call to bdb passwd
2001-12-25 Kurt ZeilengaAdjust e_name.bv_len on modrdn
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-24 Pierangelo Masaratiback out previous change
2001-12-24 Pierangelo Masaraticomment for future optimization
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-22 Kurt ZeilengaFix up builds
2001-12-22 Pierangelo Masaratibetter handling of on-the-fly operational attrs by...
2001-12-22 Pierangelo Masaratiadded backend-side support for on-the-fly operational...
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-11 Howard ChuDon't signal error if reindexing an already existing...
2001-12-11 Howard ChuFix ldbm_tool_entry_first, was not byteswapping ID.
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-07 Kurt ZeilengaFix reference scope.
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-06 Howard ChuFix so previous change to slapcat works.
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-12-04 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffix.
2001-11-30 Howard ChuIn presence_candidates(), always return a full match...
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Howard Chuainfo_free no longer needed
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdatedn can add '' rooted entries (according to ACLs)
2001-11-16 Pierangelo Masaraticheck children access to newSuperior
2001-11-16 Pierangelo Masaratinon-root modrdn of entries rooted at '' checks children...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Pierangelo MasaratiFixes first part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes second part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-11-07 Kurt ZeilengaRemove lint
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-24 Kurt ZeilengaUse allids instead of candidiate negation for !. (ITS...
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-23 Julio Sánchez Fern... Compares get values in the matching rule syntax (see...
2001-10-22 Howard ChuMissed a test in AttributeDescription commit
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
next