]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm
Ensure that global plugins are called after backend-specific plugins
[openldap] / servers / slapd / back-ldbm /
2003-01-24 Hallvard FurusethFix typo in comment.
2003-01-24 Luke HowardHonour PermitModify control when adding or deleting...
2003-01-20 Kurt Zeilengaworks without SLAPI
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-27 Pierangelo Masaratireworking of error handling (should also fix ITS#2235)
2002-12-27 Pierangelo Masaratiuse 'safe' functions
2002-12-23 Pierangelo Masaratiunsigned is good for all
2002-12-23 Pierangelo Masaratifix indirect idl block fetch failure (should be back...
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-13 Hallvard FurusethRename "lang(uage)" to "tag(s)". (Cleanup after attrib...
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-11-28 Pierangelo Masaratiperhaps the assert can be removed; should work now
2002-11-25 Pierangelo Masaraticleanup
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-11 Kurt ZeilengaDelete some old (bad) statslog messages
2002-11-10 Pierangelo Masaratiremove #ifdef SLAP_FILTER_HASSUBORDINATES
2002-10-31 Stig VenaasFix referrals and alias. For ldbm and I think for bdb...
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-09-05 Kurt Zeilengaback_attribute() should use ACL_AUTH not ACL_READ (at
2002-08-29 Pierangelo Masarati- added the capability to filter based on hasSubordinat...
2002-08-28 Howard ChuFix ITS#2047 - link ldbm.lo directly when building...
2002-08-24 Kurt Zeilengause ldap_charray_*() instead of charray_*()
2002-08-23 Howard ChuFix typo in previous commit. (Benign, code was #if...
2002-08-23 Howard ChuFix indexing bug in splitting indirect blocks
2002-08-16 Pierangelo Masaratiadd function slap_modrdn2mods that prepares modificatio...
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-21 Howard ChuFix dynamic module linking
2002-05-23 Kurt ZeilengaDelete extranous assert()
2002-05-15 Howard ChuOnce more, fix idl_intersection. Don't walk past end...
2002-05-03 Pierangelo Masaratis/LDAP_UNWILLING_TO_PERFORM/LDAP_ADMINLIMIT_EXCEEDED...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-04-29 Pierangelo Masaratihonor limits if below soft limit
2002-04-17 Kurt ZeilengaNEW_LOGGING bugs (ITS#1730)
2002-04-11 Howard ChuITS#1727 return allids on unknown filters to allow...
2002-04-11 Howard ChuITS#1732 signed/unsigned integers
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1570 - avoid overflowing array when dups are presen...
2002-04-10 Julius EnarusaiAdded/Updated LDAP_LOG messages
2002-04-10 Julius EnarusaiAdded/Updated LDAP_LOG messages
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-05 Julius EnarusaiAdded LDAP_LOG messages
2002-03-24 Kurt Zeilengacleanlup
2002-02-14 Pierangelo Masaratidon't free dangling pointers :(
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-02 Kurt Zeilengaswitch to openldap-data directory
2002-02-02 Kurt ZeilengaSwitch to openldap-data
2002-01-29 Kurt ZeilengaEntry rwlock is no longer needed as concurrency is... LDBM_POST_GIANT_RWLOCK
2002-01-29 Kurt ZeilengaFix giant lock handling on entry release
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-20 Kurt ZeilengaITS#1541 fix.
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19 Howard ChuReset Entry->e_ocflags to 0 if objectClass attr is...
2002-01-19 Howard ChuDon't free bv_vals that were passed to ber_bvarray_add.
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-16 Pierangelo Masaratiuse dn_match
2002-01-16 Howard ChuFix idl_insert_key with USE_INDIRECT_NIDS, wasn't setti...
2002-01-16 Howard ChuFix misplaced #if USE_INDIRECT_NIDS/cont_alloc in idl_d...
2002-01-15 Kurt Zeilengaremove lint
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-15 Howard ChuDeleted autosubtypes support.
2002-01-14 Howard ChuMore fixes for autosubtype index generation
2002-01-14 Howard ChuFix previous commit
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
next