]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
cleanup bind
[openldap] / servers / slapd / back-bdb /
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-03-09 Kurt Zeilenganeed to use ch_malloc/realloc
2003-03-05 Jong Hyuk Choimisc : not activating idl cache in tool mode run
2003-03-04 Howard ChuMultiple-suffix fail msg should be logged at ERR/ANY...
2003-03-03 Pierangelo Masaratiinit var
2003-03-01 Pierangelo Masaratitrim unnecessary varaible
2003-03-01 Kurt ZeilengaSLAP_NVALUES: index normalized values
2003-02-28 Howard ChuFix LDAP_LOG arg
2003-02-28 Howard ChuITS#2336 - Don't allow rename on subtrees.
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Howard ChuComplain about holes in database at end of slapadd
2003-02-26 Howard ChuDelete extraneous log msg
2003-02-26 Howard ChuOnly check opinfo.boi_err when ACL check failed.
2003-02-26 Howard ChuFix attribute/group to allow TXN to abort on lock failu...
2003-02-26 Howard ChuDon't need TXN/opinfo support in read-only operations
2003-02-26 Howard ChuITS#2122 - actually use the passed in txn handle!!
2003-02-26 Howard Chubdb_entry_return must explicitly check for/free attr...
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-02-25 Kurt ZeilengaSLAP_NVALUES: fix up modify password exop
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-25 Jong Hyuk Choilog message fix
2003-02-22 Howard ChuFix? For bdb_cache_find_entry*, COMMITTED entries are...
2003-02-21 Howard ChuChange - bdb_tool_entry_put always "sorts" entries:
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-02-14 Howard ChuUse bdb_unlocked_cache_return; lock ended when TXN...
2003-02-14 Kurt ZeilengaUse function pointers to get at backend routines.
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt ZeilengaCancel exop updates
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-08 Kurt ZeilengaUse DB_VERSION_ to set BDB_ENOUGH
2003-02-08 Kurt ZeilengaReword BDB 4.0 bug comment now that configure requires...
2003-02-08 Kurt Zeilengaminor code cleanup
2003-02-07 Kurt Zeilengacleanup
2003-02-07 Jong Hyuk Choicleanup
2003-02-07 Jong Hyuk Choiuse of normalized dn (fix for a deadlock case ITS#2195)
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-07 Pierangelo Masaratimore exaustive logging in case of trouble
2003-02-05 Jong Hyuk ChoiFilename change : servers/slapd/back-bdb/lcup.c ->...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-31 Howard ChuTweak previous commit
2003-01-31 Howard ChuFix subtree and matched search in back-hdb
2003-01-30 Howard ChuDisallow multiple suffixes by default. Otherwise subtre...
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-24 Hallvard FurusethFix typo in comment.
2003-01-24 Howard ChuDelete redundant ch_free().
2003-01-24 Luke HowardHonour PermitModify control when adding or deleting...
2003-01-20 Kurt Zeilengaworks without SLAPI
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
2003-01-03 Kurt ZeilengaHappy new year
2002-12-30 Kurt ZeilengaFix typo in last commit
2002-12-30 Kurt ZeilengaACL cleanup
2002-12-30 Kurt ZeilengaFix access_allowed() error checking bug
2002-12-27 Pierangelo Masaratireworking of error handling (should also fix ITS#2235)
2002-12-18 Howard ChuUse ber_flatten2
2002-12-18 Howard ChuFix previous commit, compare must return signed result
2002-12-17 Kurt ZeilengaDon't reeval expression
2002-12-14 Hallvard FurusethRemove casts of AVL function pointers.
2002-12-14 Hallvard FurusethCall node_find_cmp() with (void *)&ulong instead of...
2002-12-13 Hallvard FurusethRename "lang(uage)" to "tag(s)". (Cleanup after attrib...
2002-12-10 Howard ChuFix previous commit, check for dup in avl_insert
2002-12-10 Howard ChuAdded config keyword "searchstack" for setting search...
2002-12-10 Howard ChuFrom ITS#2183, use a long-lived IDL stack per thread.
2002-12-04 Howard ChuAdded SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant...
2002-12-03 Julius EnarusaiFixed minor compile errors in LDAP_LOG debug statements.
2002-11-28 Pierangelo Masaratiperhaps the assert can be removed; should work now
2002-11-28 Kurt Zeilenga#unifdef paged results, remove lint
2002-11-26 Kurt ZeilengaReorder header inclusion to resolve ITS#2204.
2002-11-21 Pierangelo Masaratiadd limits to entries count for paged results
2002-11-21 Pierangelo Masaratiseems to be leaking a ber
2002-11-21 Pierangelo Masaratiimprove limits handling and consistency; return "Admin...
2002-11-21 Pierangelo Masarati- allow interactive pagedResults size change
2002-11-21 Pierangelo MasaratiSupport for RFC 2696:
2002-11-10 Pierangelo Masaratisilence warnings; fix 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-29 Jong Hyuk Choichanges in bdb_psearch() - search scope check
2002-10-28 Jong Hyuk ChoiUse of slap_schema.si_ad_entryUUID in bdb_psearch()
2002-10-27 Kurt Zeilengacode cleanup
2002-10-26 Pierangelo Masaratifix hasSubordinate filtering; now it can be safely...
2002-10-25 Jong Hyuk ChoiAddition of servers/slapd/lcup.c and servers/slapd...
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-25 Kurt ZeilengaMake sure that newSuperior isn't old superior
2002-10-07 Kurt ZeilengaMore "entry" level ACLs for entry add, delete, and...
2002-10-04 Kurt ZeilengaFix up last commits
2002-10-04 Kurt ZeilengaAdd "entry" ACL checks for add/delete/rename ops
2002-10-01 Kurt ZeilengaCode cleanup (no functional changes)
2002-09-19 Howard ChuSimpler fix for NO_THREADS
2002-09-19 Howard ChuUpdated BDB_HIER for current API
2002-09-19 Howard ChuDon't set bdb yield with NO_THREADS
2002-09-19 Howard ChuFixes for NO_THREADS
2002-09-15 Kurt ZeilengaWrap csn filter frees with sync mode check.
2002-09-15 Kurt ZeilengaAdd LDAP_CONTROL_CLIENT_UPDATE to list of supported...
2002-09-15 Kurt ZeilengaFix typos in last commit
2002-09-15 Kurt ZeilengaCleanup up LDAP_CLIENT_UPDATE code... including some...
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-09-13 Howard ChuFix ITS#2082, bdb_idl_intersection
next